search for: unreleased

Displaying 20 results from an estimated 290 matches for "unreleased".

2019 Jan 28
1
How to get unrelease kernel, e.g. 3.10.0-341.el7
Hi, I cloned https://git.centos.org/r/rpms/kernel.git and found that it only contains kernel version that CentOS released. So how do I get the kernel version that CentOS not release officialy, e.g. 3.10.0-341.el7 and 3.10.0-383.el7 (some kernel version I found in kernel.spec's changelog)? Thanks.
2005 Nov 22
3
make check fails for R 2.3.0 (PR#8343)
Full_Name: Arne Henningsen Version: 2.3.0, 2005-11-21, i686-pc-linux-gnu OS: SuSE Linux 9.0, Kernel 2.4.21 Submission from: (NULL) (134.245.140.242) I did not find any problems in "./configure" and "make", but "make check" fails: make[4]: Entering directory `/home/suapm095/Download/R-devel/tests/Examples' collecting examples for package 'base' ...
2017 Apr 25
4
R-3.4.0 and recommended packages
...brary") > | > fit <- coxph(Surv(exit, event) ~ x, data = mort) > | > | I get > | > | Error in fitter(X, Y, strats, offset, init, control, weights = weights, : > | object 'Ccoxmart' not found This looks similar to what I got this morning when I tested my (unreleased) backport of R 3.4.0 to Debian jessie. My test was library(MASS) example(rlm) and there was an object that was not found. I am on a train on the way to a meeting right now, so I can not look into it at the moment. Maybe a side effect of the new registration requirements for compiled objects?...
2013 Aug 16
3
Bug#688308: installing some additional docs
...Aug 16 14:40:44 2013 +0100 * debian/rules.real: Install docs in xen-utils-common package. * debian/changelog: update diff --git a/xen/debian/changelog b/xen/debian/changelog index 6100e75..8c81419 100644 --- a/xen/debian/changelog +++ b/xen/debian/changelog @@ -1,5 +1,6 @@ xen (4.3.0-1) UNRELEASED; urgency=low + [ Bastian Blank ] * New upstream release. * Call configure with proper arguments. * Remove now empty xen-docs package. @@ -16,6 +17,9 @@ xen (4.3.0-1) UNRELEASED; urgency=low - Fix fallout from harderning flags. * Update Standards-Version to 3.9.4. No changes. +...
2004 Dec 23
3
tcltk problem
Hi all, I have R Version 2.1.0 installed on a box running Redhat Fedora Core 2. When I try: library() it shows the package tcltk. But if I try: library(tcltk) I get the same error message like in this thread: http://tolstoy.newcastle.edu.au/R/help/01c/3418.html The same, tcl and tk are installed in /usr/lib; if I try: capabilities("tcltk") I get: tcltk FALSE I cant' find tcltk.so
2004 Dec 23
3
tcltk problem
Hi all, I have R Version 2.1.0 installed on a box running Redhat Fedora Core 2. When I try: library() it shows the package tcltk. But if I try: library(tcltk) I get the same error message like in this thread: http://tolstoy.newcastle.edu.au/R/help/01c/3418.html The same, tcl and tk are installed in /usr/lib; if I try: capabilities("tcltk") I get: tcltk FALSE I cant' find tcltk.so
2004 Aug 06
2
Configure can't fine ogg
> > checking for Ogg2... no > > Just to answer my own question, for the sake of the archive, it seems that > Ogg development work in SVN is actually in a module called ogg2, not in the > ogg module, and it's this that icecast was looking for. Why is icecast checking for unreleased Ogg code? jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed...
2013 Jan 23
3
footnote:id, colons and jquery
...the problem - except that apparently the escaping causes a performance hit. My initial reaction is to say that this is jquery's problem, but what do you think? Should the various implementations that support footnotes all change to not use colons? I couldn't help but note that Gruber's unreleased implementation (what he uses on daringfireball.com) appears to use dashes instead. Any thoughts? [bug report]: https://github.com/waylan/Python-Markdown/issues/180 [output]: http://michelf.ca/projects/php-markdown/extra/#fn-output -- ---- \X/ /-\ `/ |_ /-\ |\| Waylan Limberg
2004 Sep 15
0
[LLVMdev] diffs for vc7.1
...I know that template support wasn't very compliant with 6 (though still better than most non-g++ Unix compilers even today) and LLVM uses templates a lot. While 6 is still common, by now most are switching to 7.1. As it seems to work well enough with 7.1, I don't think standardizing on an unreleased version that won't become dominant for four years or so is constructive. And that assumes it actually ships in 2005 :)
2020 Jun 17
2
Re: nbdkit rust plugin: copyright notices, Cargo workspace, and macro hygiene
...e8daf8701ca Mon Sep 17 00:00:00 2001 >> From: Alan Somers <asomers@gmail.com> >> Date: Mon, 15 Jun 2020 16:59:53 -0600 >> Subject: [PATCH 1/3] Add a Cargo.toml file to the top-level directory >> >> This is necessary for other Rust projects to depend on unrelesed unreleased >> versions of the nbdkit crate. As a meta-comment, it's easier to review patches sent inline, one patch per email, rather than multiple patches as opaque attachments to one email; the difference being that I can immediately reply to the patch in my mailer without having to open a fi...
2005 Nov 16
5
"Warning message: package '...' was built under R version 2.3.0"
Hi, While installing precompiled packages I often get warnings like the one in the subject. I usually ignore them, but I still do not understand why windows packages are build with unreleased versions of R. Is there some way to get packages build under R-2.2.0? What are potential problems that can result from that version mismatch? My system: winXP R version: 2.2.0 Jarek Tuszynski [[alternative HTML version deleted]]
2013 Aug 16
3
Bug#466683: Expanding descriptions of some packages.
...0:17 2013 +0100 * debian/changelog: Update * debian/templates/control.main.in: Update descriptions for some packages. diff --git a/xen/debian/changelog b/xen/debian/changelog index 6100e75..e5b25ef 100644 --- a/xen/debian/changelog +++ b/xen/debian/changelog @@ -1,5 +1,6 @@ xen (4.3.0-1) UNRELEASED; urgency=low + [ Bastian Blank ] * New upstream release. * Call configure with proper arguments. * Remove now empty xen-docs package. @@ -16,6 +17,9 @@ xen (4.3.0-1) UNRELEASED; urgency=low - Fix fallout from harderning flags. * Update Standards-Version to 3.9.4. No changes. +...
2014 Nov 12
3
Re: Problem with the use of domfsfreeze mountpoint option
...ry: libvirt 1.2.5 >> Using API: QEMU 1.2.5 >> Running hypervisor: QEMU 2.0.0 > > What version of qemu-guest-agent is running in the guest? > qemu-guest-agent doesn't support per-mountpoint freezing until the > introduction of guest-fsfreeze-freeze-list in qemu 2.2 (still unreleased). > >> >> --Upgraded libvirt to 1.2.10, but that also didn't solve the problem. >> >> Am i missing something over here? >> Any help would be greatly appreciated. > > I wonder if you may have uncovered a libvirt bug. If the guest agent is > not capable...
2004 Sep 15
4
[LLVMdev] diffs for vc7.1
On Wed, 2004-09-15 at 00:17, Paolo Invernizzi wrote: > On Sep 15, 2004, at 8:40 AM, Henrik Bach wrote: > > > Hi, > > > > Has some one committed these patches into CVS? > > Not yet... checked 10 minutes ago... Hopefully Chris will get to it today (Wednesday). > I'm attaching the cvs diff -u version of them (I've read Reid Spencer > post about it)
2006 Apr 03
16
Dealing with Application error (Rails) in production
Hi all, Week 2 working with Ruby on Rails... I have a working app in development that is now throwing a generic, "Application error (Rails)" message in production. How do I deal with this so I can find more information about why the error is being thrown in production, but not in development? Thanks! -- Posted via http://www.ruby-forum.com/.
2014 Feb 06
2
Re: Can I move the disk image of the guest while it is running?
...libvirt? > > > 2. snapshot-create-as followed by copying the backing file (since it is now > > read-only) and then using blockcommit to pull the interim changes back into > > the original/backing file (and removing the snapshot file) > > Ideal, but not supported until (unreleased) qemu 2.0. > Ah, does blockcommit currently only work with offline VMs with qemu 1.x?
2014 Nov 11
3
Problem with the use of domfsfreeze mountpoint option
Hi everybody, I am having a problem with the use of domfsfreeze command. It is freezing all the filesystems present on the domain, instead of freezing just the mountpoints provided. I am issuing the command-- # virsh domfsfreeze <domain> --mountpoint <mountpoint> Output was-- Froze 3 filesystem(s) I want to freeze a particular mount point on the VM, so that i can take a
2011 Aug 27
0
[LLVMdev] OpenCL Backend
.../2011 09:56 AM, Simon Moll wrote: > Hi, > > as you come to speak of it, i have implemented an OpenCL-Backend for > LLVM as part of my bachelor thesis (and for GLSlang as well, see > http://www.cdl.uni-saarland.de/publications/theses/moll_bsc.pdf ). > However, the code is currently unreleased. But that could be arranged, > if you are interested in using it. Hi Simon, I would also be interested in this in your OpenCL backend. Please let us know when it is open sourced. Cheers Tobi
2013 Aug 16
2
bugs closed by xen 4.3 release in svn
waldi, I reckon you can close at least the following with the new release. Ian. diff --git a/xen/debian/changelog b/xen/debian/changelog index e5b25ef..fc3f161 100644 --- a/xen/debian/changelog +++ b/xen/debian/changelog @@ -2,14 +2,15 @@ xen (4.3.0-1) UNRELEASED; urgency=low [ Bastian Blank ] * New upstream release. + - Fix HVM PCI passthrough (Closes: #706543) * Call configure with proper arguments. * Remove now empty xen-docs package. * Disable external code retrieval. * Drop all i386 hypervisor packages. * Drop complete blktap...
2013 Aug 16
0
Bug#688216: Add documentation on how to change toolstack to README.Debian
...16 16:39:11 2013 +0100 * debian/xen-utils.README.Debian: Document how to change toolstack * debian/changelog: Update diff --git a/xen/debian/changelog b/xen/debian/changelog index 6100e75..9426897 100644 --- a/xen/debian/changelog +++ b/xen/debian/changelog @@ -1,5 +1,6 @@ xen (4.3.0-1) UNRELEASED; urgency=low + [ Bastian Blank ] * New upstream release. * Call configure with proper arguments. * Remove now empty xen-docs package. @@ -16,6 +17,9 @@ xen (4.3.0-1) UNRELEASED; urgency=low - Fix fallout from harderning flags. * Update Standards-Version to 3.9.4. No changes. +...