Re: [libvirt] [Libvirt-announce] Start of freeze for libvirt-0.9.7 and availability of rc1

2011-11-03 Thread Eric Blake

On 11/03/2011 04:19 AM, Daniel Veillard wrote:

   Thanks to everybody who provided feedback and patches on rc1,
I have made an rc2 available at
ftp://libvirt.org/libvirt/libvirt-0.9.7-rc2.tar.gz




*** Warning: Linking the shared library libvirt.la against the non-libtool
*** objects  probes.o is not portable!

when I build from the tree.



and maybe it expects some .lo instead, but I'm not sure how to tweak
this correctly :)


Nothing to fix, unless you're willing to hack libtool to tell it that we 
specifically know that this is non-portable, but we are only doing it on 
Linux, where we know it works.



   Anyway, please check that rc2 too. Eric do you think you will be able
to fix the missing 'ptsname_r' in gnulib in time or should we make a
small workaround for platforms lacking it for the release ?


I just posted a proposed patch for that:
https://www.redhat.com/archives/libvir-list/2011-November/msg00210.html

--
Eric Blake   ebl...@redhat.com+1-801-349-2682
Libvirt virtualization library http://libvirt.org

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [Libvirt-announce] Start of freeze for libvirt-0.9.7 and availability of rc1

2011-11-03 Thread Jason Helfman

On Tue, Nov 01, 2011 at 08:20:16AM -0600, Eric Blake thus spake:

On 11/01/2011 04:44 AM, Justin Clift wrote:


Fails on OSX 10.6.8, with this:

   make  all-am



   Undefined symbols:
 _ptsname_r, referenced from:
 _virFileOpenTty in libvirt_util.a(libvirt_util_la-util.o)
   ld: symbol(s) not found
   collect2: ld returned 1 exit status
   make[3]: *** [libvirt_iohelper] Error 1
   make[3]: *** Waiting for unfinished jobs
   make[2]: *** [all] Error 2
   make[1]: *** [all-recursive] Error 1
   make: *** [all] Error 2

Anyone feel like investigating? :)


Yeah, ptsname_r is not standardized, but is very useful; it sounds like
something gnulib should be able to fix.  I'll take a crack at it this week.

--
Eric Blake   ebl...@redhat.com+1-801-349-2682
Libvirt virtualization library http://libvirt.org


I received a similar build error for FreeBSD:

storage/storage_driver.c:507: warning: null format string [-Wformat]
  CC libvirt_driver_storage_la-storage_backend.lo
  CC libvirt_driver_storage_la-storage_backend_fs.lo
  CC libvirt_driver_storage_la-storage_backend_scsi.lo
  CCLD   libvirt_driver_storage.la
  CCLD   libvirt_test.la
  CC libvirt_iohelper-iohelper.o
  CCLD   libvirt_iohelper
./.libs/libvirt_util.a(libvirt_util_la-util.o)(.text+0x2249): In function 
`virFileOpenTty':
: undefined reference to `ptsname_r'
gmake[3]: *** [libvirt_iohelper] Error 1
gmake[3]: Leaving directory 
`/home/jhelfman/ports/devel/libvirt/work/libvirt-0.9.7/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory 
`/home/jhelfman/ports/devel/libvirt/work/libvirt-0.9.7/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/home/jhelfman/ports/devel/libvirt/work/libvirt-0.9.7'
gmake: *** [all] Error 2
*** Error code 1

-jgh

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [Libvirt-announce] Start of freeze for libvirt-0.9.7 and availability of rc1

2011-11-01 Thread Justin Clift
On 31/10/2011, at 8:51 PM, Daniel Veillard wrote:
  We are now entering the freeze for libvirt-0.9.7 .
 We may make an exception for patch set which got a few round of reviews
 though, like Stefan's ones (v4 IIRC), and anything which we know may
 need fixing in the API before the release.
 
 I have made a release candidate 1 tarball (and associated rpms) at
   ftp://libvirt.org/libvirt/libvirt-0.9.7-rc1.tar.gz
 
 I think I will make an rc2 on Wed or Thu and then try to
 make the release around Friday of the end of the week if things
 looks good.
 
  Please give it a try !

Fails on OSX 10.6.8, with this:

  make  all-am
CC libvirt_util_la-authhelper.lo
CC libvirt_util_la-bitmap.lo
CC libvirt_util_la-bridge.lo
  ...
CCLD   libvirt_driver_storage.la
CCLD   libvirt_iohelper
CCLD   libvirt_driver_remote.la
  Undefined symbols:
_ptsname_r, referenced from:
_virFileOpenTty in libvirt_util.a(libvirt_util_la-util.o)
  ld: symbol(s) not found
  collect2: ld returned 1 exit status
  make[3]: *** [libvirt_iohelper] Error 1
  make[3]: *** Waiting for unfinished jobs
  make[2]: *** [all] Error 2
  make[1]: *** [all-recursive] Error 1
  make: *** [all] Error 2

Anyone feel like investigating? :)

Regards and best wishes,

Justin Clift

--
Aeolus Community Manager
http://www.aeolusproject.org


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [Libvirt-announce] Start of freeze for libvirt-0.9.7 and availability of rc1

2011-11-01 Thread Eric Blake

On 11/01/2011 04:44 AM, Justin Clift wrote:


Fails on OSX 10.6.8, with this:

   make  all-am



   Undefined symbols:
 _ptsname_r, referenced from:
 _virFileOpenTty in libvirt_util.a(libvirt_util_la-util.o)
   ld: symbol(s) not found
   collect2: ld returned 1 exit status
   make[3]: *** [libvirt_iohelper] Error 1
   make[3]: *** Waiting for unfinished jobs
   make[2]: *** [all] Error 2
   make[1]: *** [all-recursive] Error 1
   make: *** [all] Error 2

Anyone feel like investigating? :)


Yeah, ptsname_r is not standardized, but is very useful; it sounds like 
something gnulib should be able to fix.  I'll take a crack at it this week.


--
Eric Blake   ebl...@redhat.com+1-801-349-2682
Libvirt virtualization library http://libvirt.org

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [Libvirt-announce] Start of freeze for libvirt-0.9.7 and availability of rc1

2011-10-31 Thread Matthias Bolte
2011/10/31 Daniel Veillard veill...@redhat.com:
  We are now entering the freeze for libvirt-0.9.7 .
 We may make an exception for patch set which got a few round of reviews
 though, like Stefan's ones (v4 IIRC), and anything which we know may
 need fixing in the API before the release.

 I have made a release candidate 1 tarball (and associated rpms) at
   ftp://libvirt.org/libvirt/libvirt-0.9.7-rc1.tar.gz

 I think I will make an rc2 on Wed or Thu and then try to
 make the release around Friday of the end of the week if things
 looks good.

  Please give it a try !

  thanks in advance,

 Daniel

Compiles fine on MinGW. I also did a quick test with VirtualBox 4.1 on
Windows and that works as well.

-- 
Matthias Bolte
http://photron.blogspot.com

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list