Displaying 3 results from an estimated 3 matches for "replace_setenv".
2010 Mar 21
2
Gnulib setenv on Mac OS X bug?
...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, Virtualization Group, Red Hat htt...
2010 Jul 21
0
Samba install on AIX
...NSETENV''@|1|g' -e
's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' -e
's|@''REPLACE_MKSTEMP''@|1|g' -e 's|@''REPLACE_PUTENV''@|1|g' -e
's|@''REPLACE_REALPATH''@|0|g' -e 's|@''REPLACE_SETENV''@|0|g' -e
's|@''REPLACE_STRTOD''@|1|g' -e 's|@''REPLACE_UNSETENV''@|0|g' -e
'/definition of _GL_ARG_NONNULL/r arg-nonnull.h' -e '/definition of
_GL_WARN_ON_USE/r warn-on-use.h' < ./stdlib.in.h; } > stdlib.h-...
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
*