Displaying 3 results from an estimated 3 matches for "gnulib_setenv".
2010 Mar 21
2
Gnulib setenv on Mac OS X bug?
...-1) return 1;
| if (errno != EINVAL) return 2;
| if (setenv ("a", "=", 1) != 0) return 3;
| if (strcmp (getenv ("a"), "=") != 0) return 4;
|
| ;
| return 0;
| }
and this returns status code 4)
As a result, in stdlib.h, this:
#if @GNULIB_SETENV@
# if @REPLACE_SETENV@
# undef setenv
# define setenv rpl_setenv
is replaced by:
#if 1
# if 1
# undef setenv
# define setenv rpl_setenv
However, no rpl_setenv function is getting generated in libgnu.a, so
of course the program fails to link.
Any ideas?
Rich.
--
Richard Jones, Virtualizat...
2010 Jul 21
0
Samba install on AIX
...;'GNULIB_PUTENV''@|1|g' -e 's|@''GNULIB_RANDOM_R''@|0|g' -e
's|@''GNULIB_REALLOC_POSIX''@|0|g' -e 's|@''GNULIB_REALPATH''@|0|g' -e
's|@''GNULIB_RPMATCH''@|0|g' -e 's|@''GNULIB_SETENV''@|1|g' -e
's|@''GNULIB_STRTOD''@|1|g' -e 's|@''GNULIB_STRTOLL''@|0|g' -e
's|@''GNULIB_STRTOULL''@|0|g' -e 's|@''GNULIB_UNSETENV''@|1|g' -e
's|@''HAVE_ATOLL''@|1|g...
2011 Jun 07
3
builder-debian febootstrap success d6d144eab55388d4117880f2d3a7e8c2571c9d9a
This is an automatic message generated by the builder on
builder-debian for febootstrap. Log files from the build
follow below.
Linux builder-debian.home.annexia.org 2.6.36-trunk-amd64 #1 SMP Wed Oct 27 14:28:29 UTC 2010 x86_64 GNU/Linux
Tue Jun 7 20:00:01 BST 2011
-----
+ git pull --rebase git://git.annexia.org/git/febootstrap.git master
>From git://git.annexia.org/git/febootstrap
*