search for: rpl_perror

Displaying 4 results from an estimated 4 matches for "rpl_perror".

2013 Feb 25
1
build failures due to missing rpl_optarg
...0): undefined reference to `rpl_optarg' test-tool.c:(.text+0x281): undefined reference to `rpl_optarg' test-tool.c:(.text+0x2b2): undefined reference to `rpl_optarg' test-tool.c:(.text+0x2ea): undefined reference to `rpl_optarg' test-tool.c:(.text+0xd7e): undefined reference to `rpl_perror' test-tool.c:(.text+0xd96): undefined reference to `rpl_perror' test-tool.c:(.text+0xdcb): undefined reference to `rpl_perror' test-tool.c:(.text+0xe97): undefined reference to `rpl_perror' collect2: ld returned 1 exit status make[2]: *** [libguestfs-test-tool] Error 1 ... Ola...
2013 Feb 18
4
Some fixes for building the Debian package for 1.20.2
I needed to add a few patches to be able to build libguestfs 1.20.2 out of tree. Mostly srcdir/builddir issues -- I think that I had posted something for building the daemon before. As mentioned on IRC, I found that compiling (Ruby bindings) caused config.h file shipped with the Ruby headers to be included rather than ${builddir}/config.h. This can be fixed because the relevant checks can be
2014 Mar 28
2
Re: ANNOUNCE: libguestfs 1.26 released
....c:(.text+0x165): undefined reference to `rpl_optind' > [ 288s] index-validate.c:(.text+0x177): undefined reference to `rpl_optind' > [ 288s] index-validate.c:(.text+0x18c): undefined reference to `rpl_optind' > [ 288s] index-validate.c:(.text+0x498): undefined reference to `rpl_perror' > [ 288s] collect2: ld returned 1 exit status > [ 288s] make[2]: *** [virt-index-validate] Error 1 > ... I'd say this is a gnulib problem, although why gnulib has decided to use replacement functions is a mystery. My understanding is that getopt_long is part of glibc, so gnuli...
2014 Mar 27
4
ANNOUNCE: libguestfs 1.26 released
I'm pleased to announce libguestfs 1.26, a library and set of tools for accessing and modifying virtual machine disk images. This release took more than 6 months of work by a considerable number of people, and has many new features (see release notes below). You can get libguestfs 1.26 here: Main website: http://libguestfs.org/ Source: