[libvirt] Entering freeze for libvirt-1.1.1

As planned I tagged the release candidate 1 for libvirt 1.1.1 in git, I also made tarball and rpms available on the ftp: ftp://libvirt.org/libvirt/ There is still some patches not completely ready after initial review it is probably safe to push the simplest ones, but not big sets now. Bug fixes are okay until final release obviously ! The release seems to work fine in my local testing (my fedora 19 crashed when shutdown a window guest, but that sounds like a kernel problem). Goal is to release next tuesday, please give it a try, and report problems :-) thanks ! Daniel -- Daniel Veillard | Open Source and Standards, Red Hat veillard@redhat.com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | virtualization library http://libvirt.org/

On Tue, Jul 23, 2013 at 9:11 PM, Daniel Veillard <veillard@redhat.com>wrote:
As planned I tagged the release candidate 1 for libvirt 1.1.1 in git, I also made tarball and rpms available on the ftp:
ftp://libvirt.org/libvirt/
There is still some patches not completely ready after initial review it is probably safe to push the simplest ones, but not big sets now. Bug fixes are okay until final release obviously !
The release seems to work fine in my local testing (my fedora 19 crashed when shutdown a window guest, but that sounds like a kernel problem). Goal is to release next tuesday,
please give it a try, and report problems :-)
thanks !
Daniel
Configure failure on BSD when detecting libssh2. This is the first time I have run into this. Has anything changed? configure: error: You must install the libssh2 >= 1.3pkg-config module to compile libvirt ===> Script "configure" failed unexpectedly. Please report the problem to jgh@FreeBSD.org [maintainer] and attach the "/usr/home/jgh/workspace/ports/devel/libvirt/work/libvirt-1.1.1/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** [do-configure] Error code 1 Stop in /usr/home/jgh/workspace/ports/devel/libvirt. *** [build] Error code 1 Stop in /usr/home/jgh/workspace/ports/devel/libvirt. [jgh@hatter ~/workspace/ports/devel/libvirt]$ pkg info -l libssh2 |grep pc /usr/local/libdata/pkgconfig/libssh2.pc -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve

Jason Helfman wrote:
Configure failure on BSD when detecting libssh2. This is the first time I have run into this. Has anything changed?
configure: error: You must install the libssh2 >= 1.3pkg-config module to compile libvirt ===> Script "configure" failed unexpectedly. Please report the problem to jgh@FreeBSD.org [maintainer] and attach the "/usr/home/jgh/workspace/ports/devel/libvirt/work/libvirt-1.1.1/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** [do-configure] Error code 1
Stop in /usr/home/jgh/workspace/ports/devel/libvirt. *** [build] Error code 1
Stop in /usr/home/jgh/workspace/ports/devel/libvirt. [jgh@hatter ~/workspace/ports/devel/libvirt]$ pkg info -l libssh2 |grep pc /usr/local/libdata/pkgconfig/libssh2.pc
-jgh
Never tried to build with libssh2. Just downloaded rc1 now and did: ./configure --with-ssh2 and it worked fine for me: configure: ssh2: yes (CFLAGS='-I/usr/local/include ' LIBS='-L/usr/local/lib -lssh2 -Wl,-rpath=/usr/lib:/usr/local/lib ') Could you provide config.log? Roman Bogorodskiy

On Thu, Jul 25, 2013 at 9:50 AM, Roman Bogorodskiy <bogorodskiy@gmail.com>wrote:
Jason Helfman wrote:
Configure failure on BSD when detecting libssh2. This is the first time I have run into this. Has anything changed?
configure: error: You must install the libssh2 >= 1.3pkg-config module to compile libvirt ===> Script "configure" failed unexpectedly. Please report the problem to jgh@FreeBSD.org [maintainer] and attach the
including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** [do-configure] Error code 1
Stop in /usr/home/jgh/workspace/ports/devel/libvirt. *** [build] Error code 1
Stop in /usr/home/jgh/workspace/ports/devel/libvirt. [jgh@hatter ~/workspace/ports/devel/libvirt]$ pkg info -l libssh2 |grep
"/usr/home/jgh/workspace/ports/devel/libvirt/work/libvirt-1.1.1/config.log" pc
/usr/local/libdata/pkgconfig/libssh2.pc
-jgh
Never tried to build with libssh2. Just downloaded rc1 now and did:
./configure --with-ssh2
and it worked fine for me:
configure: ssh2: yes (CFLAGS='-I/usr/local/include ' LIBS='-L/usr/local/lib -lssh2 -Wl,-rpath=/usr/lib:/usr/local/lib ')
Could you provide config.log?
Roman Bogorodskiy
The port builds by default with libssh2, and this is this first issue there has been with it. config.log => http://people.freebsd.org/~jgh/files/config.log libvirt.shar port => http://people.freebsd.org/~jgh/files/libvirt.shar I added PKG_CONFIG_PATH to CONFIGURE_ARGS to attempt to solve the build issue, as this was noted in ./configure help and was also noted in config.log Thanks! -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve

On Wed, Jul 24, 2013 at 12:11:52PM +0800, Daniel Veillard wrote:
As planned I tagged the release candidate 1 for libvirt 1.1.1 in git, I also made tarball and rpms available on the ftp:
ftp://libvirt.org/libvirt/
I just tagged rc2, it is available in git an at the above repository in both tarball and rpms forms. Still seems to work for me in my usual tests :-) I will probably push the final version tomorrow ! thanks, Daniel -- Daniel Veillard | Open Source and Standards, Red Hat veillard@redhat.com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | virtualization library http://libvirt.org/

On 29/07/2013, at 7:17 AM, Daniel Veillard wrote:
On Wed, Jul 24, 2013 at 12:11:52PM +0800, Daniel Veillard wrote:
As planned I tagged the release candidate 1 for libvirt 1.1.1 in git, I also made tarball and rpms available on the ftp:
ftp://libvirt.org/libvirt/
I just tagged rc2, it is available in git an at the above repository in both tarball and rpms forms.
Still seems to work for me in my usual tests :-) I will probably push the final version tomorrow !
Seems ok on OSX 10.7. Didn't try rc1, and haven't tried OSX 10.8, so I'm just kind of assuming. ;) + Justin -- Open Source and Standards @ Red Hat twitter.com/realjustinclift
participants (4)
-
Daniel Veillard
-
Jason Helfman
-
Justin Clift
-
Roman Bogorodskiy