Re: Availability of Release Candidate 3 for 1.0.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/31/2012 06:29 AM, Leonardo Arena wrote:
> Hi,
> 
> I was invited to show up here regarding BZ 871756. I'm the maintainer of
> libvirt on Alpine Linux [1], an uclibc-based distro.
> 
> If you need more info, testing, etc. just let me know.

> --- a/src/util/logging.c
> +++ b/src/util/logging.c
> @@ -58,6 +58,11 @@
>  
>  #define VIR_FROM_THIS VIR_FROM_NONE
>  
> +#ifdef __UCLIBC__
> +/* uclibc does not implement mkostemp GNU extention */
> +#define mkostemp(x,y) mkstemp(x)
> +#endif
> +
>  VIR_ENUM_DECL(virLogSource)
>  VIR_ENUM_IMPL(virLogSource, VIR_LOG_FROM_LAST,
>                "file",

NACK.  Rather, we should be using gnulib's mkostemp - I'm working on the
patch, and will post it shortly.  If you could test my version, that
would be much appreciated.

-- 
Eric Blake   eblake@xxxxxxxxxx    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

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

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]