Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 246253 Details for
Bug 336203
dev-libs/libhome does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
libhome-0.10.2:20100906-035309.log (text/plain), 30.37 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-09-06 10:54:10 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-09-06 10:54:10 UTC
Size:
30.37 KB
patch
obsolete
> * CPV: dev-libs/libhome-0.10.2 > * REPO: gentoo > * USE: berkdb elibc_glibc kernel_linux mysql pam postgres test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking libhome-0.10.2.tar.gz to /var/tmp/portage/dev-libs/libhome-0.10.2/work > * Applying libhome-0.10.1-Makefile.patch ... > [ ok ] > * Applying libhome-0.10.2-ldap_deprecated.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/dev-libs/libhome-0.10.2/work/libhome-0.10.2' ... > * Running aclocal ... > [ ok ] > * Running libtoolize --copy --force --install ... > [ ok ] > * Running aclocal ... > [ ok ] > * Running autoconf ... > [ ok ] > * Running autoheader ... > [ ok ] > * Running elibtoolize in: libhome-0.10.2/ > * Applying portage-2.2.patch ... > * Applying sed-1.5.6.patch ... > * Applying as-needed-2.2.6.patch ... > * Applying uclibc-ltconf-1.3.0.patch ... >>>> Source unpacked in /var/tmp/portage/dev-libs/libhome-0.10.2/work >>>> Compiling source in /var/tmp/portage/dev-libs/libhome-0.10.2/work/libhome-0.10.2 ... >include version 5.0 > * econf: updating libhome-0.10.2/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating libhome-0.10.2/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --without-db3 --with-db4=/usr/include/db5.0 --without-ldap --with-mysql --with-pam --with-pgsql >configure: loading site script /usr/share/config.site >configure: loading site script /usr/share/crossdev/include/site/linux >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu >checking target system type... i686-pc-linux-gnu >checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether i686-pc-linux-gnu-gcc accepts -g... yes >checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E >checking for a BSD-compatible install... /usr/bin/install -c >checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed >checking how to print strings... printf >checking for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for fgrep... /bin/grep -F >checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld >checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B >checking the name lister (/usr/bin/nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking whether the shell understands some XSI constructs... yes >checking whether the shell understands "+="... yes >checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r >checking for i686-pc-linux-gnu-objdump... i686-pc-linux-gnu-objdump >checking how to recognize dependent libraries... pass_all >checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar >checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip >checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib >checking for gawk... gawk >checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for dlfcn.h... yes >checking for objdir... .libs >checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if i686-pc-linux-gnu-gcc static flag -static works... yes >checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes >checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes >checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... yes >checking how to mark unused variables... >checking for mysql_config... /usr/bin/mysql_config >checking for mysql_real_connect... yes >checking if MYSQL_OPT_CONNECT_TIMEOUT is avaiable... yes >checking for pg_config... /usr/bin/pg_config >checking for PQexec... yes >checking for db.h... /usr/include/db5.0 >checking for ldap.h... no >checking crypt.h usability... yes >checking crypt.h presence... yes >checking for crypt.h... yes >checking getopt.h usability... yes >checking getopt.h presence... yes >checking for getopt.h... yes >checking for stdint.h... (cached) yes >checking sys/select.h usability... yes >checking sys/select.h presence... yes >checking for sys/select.h... yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking for library containing crypt... -lcrypt >checking for timegm... yes >checking for vsyslog... yes >checking for fchown... yes >checking for fchmod... yes >checking for getspnam... yes >checking shadow.h usability... yes >checking shadow.h presence... yes >checking for shadow.h... yes >checking for struct spwd.sp_pwdp... yes >checking for struct spwd.sp_expire... yes >checking for struct passwd.pw_expire... no >checking for struct passwd.pw_change... no >checking for struct passwd.pw_class... no >checking for library containing ldsym... no >checking for dlfcn.h... (cached) yes >checking for RTLD_NEXT macro... no >checking for library containing pam_start... -lpam >checking for library containing connect... none required >checking for getpeereid... no >checking for struct cmsgcred... no >checking nss.h usability... yes >checking nss.h presence... yes >checking for nss.h... yes >checking nsswitch.h usability... no >checking nsswitch.h presence... no >checking for nsswitch.h... no >checking nss_common.h usability... no >checking nss_common.h presence... no >checking for nss_common.h... no >checking for library containing db_strerror... -ldb-4.8 >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking for unistd.h... (cached) yes >checking for getprogname... no >checking for __progname... yes >checking for setpassent... no >checking for strptime... yes >checking for an ANSI C-conforming const... yes >checking for uid_t in sys/types.h... yes >checking for size_t... yes >checking for regcomp... yes >checking for strdup... yes >checking for strerror... yes >checking for strspn... yes >checking for strtol... yes >checking for strtoul... yes > >* MySQL support ... yes >* PgSQL support ... yes >* LDAP support .... no >* DB support ...... 4 >* PAM support ..... yes >* Proxy support ... yes > >configure: creating ./config.status >config.status: creating Makefile >config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting >config.status: creating home.conf.5 >config.status: creating libhome.sh >config.status: creating home_version.h >config.status: creating config.h >config.status: executing libtool commands >config.status: executing default commands >make -j14 >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c homeuser.c >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c error.c >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hparam.c >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c rewrite.c >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c cleanup.c >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c wrap.c >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c tools.c >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hsystem.c >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c expand.c >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hpam.c >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hproxy.c >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hmysql.c >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hpgsql.c >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c cache3.c >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c error.c -fPIC -DPIC -o .libs/error.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c expand.c -fPIC -DPIC -o .libs/expand.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hparam.c -fPIC -DPIC -o .libs/hparam.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c wrap.c -fPIC -DPIC -o .libs/wrap.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c rewrite.c -fPIC -DPIC -o .libs/rewrite.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c cleanup.c -fPIC -DPIC -o .libs/cleanup.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hsystem.c -fPIC -DPIC -o .libs/hsystem.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hproxy.c -fPIC -DPIC -o .libs/hproxy.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hpam.c -fPIC -DPIC -o .libs/hpam.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c homeuser.c -fPIC -DPIC -o .libs/homeuser.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c tools.c -fPIC -DPIC -o .libs/tools.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c cache3.c -fPIC -DPIC -o .libs/cache3.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hmysql.c -fPIC -DPIC -o .libs/hmysql.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hpgsql.c -fPIC -DPIC -o .libs/hpgsql.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c error.c -o error.o >/dev/null 2>&1 >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c cleanup.c -o cleanup.o >/dev/null 2>&1 >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c homeuser.c -o homeuser.o >/dev/null 2>&1 >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c tools.c -o tools.o >/dev/null 2>&1 >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hsystem.c -o hsystem.o >/dev/null 2>&1 >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c rewrite.c -o rewrite.o >/dev/null 2>&1 >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hpam.c -o hpam.o >/dev/null 2>&1 >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c rewritedb.c >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hproxy.c -o hproxy.o >/dev/null 2>&1 >mkdir compat >ln -s ../hpwd.h compat/hpwd.h >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hpgsql.c -o hpgsql.o >/dev/null 2>&1 >nroff -man home.conf.5 > home.conf.0 >ln -s ../hparam.h compat/hparam.h >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hmysql.c -o hmysql.o >/dev/null 2>&1 >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c cache3.c -o cache3.o >/dev/null 2>&1 >./libtool --mode=compile i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c nss_home_proxy.c >ln -s hpwd.h compat/pwd.h >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c wrap.c -o wrap.o >/dev/null 2>&1 >ln -s home_version.h compat/home_version.h >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c rewritedb.c -fPIC -DPIC -o .libs/rewritedb.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c expand.c -o expand.o >/dev/null 2>&1 >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c nss_home_proxy.c -fPIC -DPIC -o .libs/nss_home_proxy.o >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c rewritedb.c -o rewritedb.o >/dev/null 2>&1 >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c hparam.c -o hparam.o >/dev/null 2>&1 >libtool: compile: i686-pc-linux-gnu-gcc -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -O2 -pipe -c nss_home_proxy.c -o nss_home_proxy.o >/dev/null 2>&1 >./libtool --mode=link i686-pc-linux-gnu-gcc -O2 -pipe -o libhome.la homeuser.lo error.lo hparam.lo rewrite.lo cleanup.lo wrap.lo tools.lo hsystem.lo expand.lo hpam.lo hproxy.lo hmysql.lo hpgsql.lo cache3.lo rewritedb.lo -rpath /usr/lib -version-info 1 -ldb-4.8 -lpam -lcrypt -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -rdynamic -L/usr/lib/mysql -lmysqlclient -L/usr//lib -lz -lcrypt -lnsl -lm -L/usr/lib/ -lssl -lcrypto -L/usr/lib/postgresql-9.0/lib -lpq >./libtool --mode=link i686-pc-linux-gnu-gcc -O2 -pipe -module -export-dynamic -o libnss_home_proxy.la nss_home_proxy.lo -rpath /usr/lib -version-info 2 >libtool: link: i686-pc-linux-gnu-gcc -shared .libs/nss_home_proxy.o -Wl,-soname -Wl,libnss_home_proxy.so.2 -o .libs/libnss_home_proxy.so.2.0.0 >libtool: link: (cd ".libs" && rm -f "libnss_home_proxy.so.2" && ln -s "libnss_home_proxy.so.2.0.0" "libnss_home_proxy.so.2") >libtool: link: (cd ".libs" && rm -f "libnss_home_proxy.so" && ln -s "libnss_home_proxy.so.2.0.0" "libnss_home_proxy.so") >libtool: link: i686-pc-linux-gnu-ar cru .libs/libnss_home_proxy.a nss_home_proxy.o >libtool: link: i686-pc-linux-gnu-ranlib .libs/libnss_home_proxy.a >libtool: link: i686-pc-linux-gnu-gcc -shared .libs/homeuser.o .libs/error.o .libs/hparam.o .libs/rewrite.o .libs/cleanup.o .libs/wrap.o .libs/tools.o .libs/hsystem.o .libs/expand.o .libs/hpam.o .libs/hproxy.o .libs/hmysql.o .libs/hpgsql.o .libs/cache3.o .libs/rewritedb.o -Wl,-rpath -Wl,/usr/lib/mysql -Wl,-rpath -Wl,/usr/lib/mysql /usr/lib/libdb-4.8.so -lpthread -lpam -Wl,--as-needed -L/usr/lib/mysql /usr/lib/mysql/libmysqlclient.so -L/usr/lib/ -L/usr//lib -lz -lcrypt -lnsl -lm -lssl -lcrypto -L/usr/lib/postgresql-9.0/lib -lpq -Wl,-O1 -Wl,--hash-style=gnu -Wl,-soname -Wl,libhome.so.1 -o .libs/libhome.so.1.0.0 >libtool: link: ( cd ".libs" && rm -f "libnss_home_proxy.la" && ln -s "../libnss_home_proxy.la" "libnss_home_proxy.la" ) >libtool: link: (cd ".libs" && rm -f "libhome.so.1" && ln -s "libhome.so.1.0.0" "libhome.so.1") >libtool: link: (cd ".libs" && rm -f "libhome.so" && ln -s "libhome.so.1.0.0" "libhome.so") >libtool: link: i686-pc-linux-gnu-ar cru .libs/libhome.a homeuser.o error.o hparam.o rewrite.o cleanup.o wrap.o tools.o hsystem.o expand.o hpam.o hproxy.o hmysql.o hpgsql.o cache3.o rewritedb.o >libtool: link: i686-pc-linux-gnu-ranlib .libs/libhome.a >libtool: link: ( cd ".libs" && rm -f "libhome.la" && ln -s "../libhome.la" "libhome.la" ) >./libtool --mode=link i686-pc-linux-gnu-gcc -O2 -pipe -o home_finger -Icompat home_finger.c libhome.la >./libtool --mode=link i686-pc-linux-gnu-gcc -O2 -pipe -o home_proxy -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -I. home_proxy.c libhome.la >./libtool --mode=link i686-pc-linux-gnu-gcc -O2 -pipe -o home_su -Icompat home_su.c libhome.la >libtool: link: i686-pc-linux-gnu-gcc -O2 -pipe -o .libs/home_su -Icompat home_su.c ./.libs/libhome.so -L/usr/lib/mysql -L/usr/lib/ -L/usr//lib -L/usr/lib/postgresql-9.0/lib /usr/lib/libdb-4.8.so -lpthread -lpam /usr/lib/mysql/libmysqlclient.so -lz -lcrypt -lnsl -lm -lssl -lcrypto -lpq -Wl,-rpath -Wl,/usr/lib/mysql >libtool: link: i686-pc-linux-gnu-gcc -O2 -pipe -o .libs/home_proxy -I. -Wall -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/postgresql-9.0 -I/usr/include/db5.0 -DDEFAULT_HOME_CONF=\"/etc/home.conf\" -I. home_proxy.c ./.libs/libhome.so -L/usr/lib/mysql -L/usr/lib/ -L/usr//lib -L/usr/lib/postgresql-9.0/lib /usr/lib/libdb-4.8.so -lpthread -lpam /usr/lib/mysql/libmysqlclient.so -lz -lcrypt -lnsl -lm -lssl -lcrypto -lpq -Wl,-rpath -Wl,/usr/lib/mysql >libtool: link: i686-pc-linux-gnu-gcc -O2 -pipe -o .libs/home_finger -Icompat home_finger.c ./.libs/libhome.so -L/usr/lib/mysql -L/usr/lib/ -L/usr//lib -L/usr/lib/postgresql-9.0/lib /usr/lib/libdb-4.8.so -lpthread -lpam /usr/lib/mysql/libmysqlclient.so -lz -lcrypt -lnsl -lm -lssl -lcrypto -lpq -Wl,-rpath -Wl,/usr/lib/mysql >home_proxy.c: In function 'get_data_owner': >home_proxy.c:219:5: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness >/usr/include/sys/socket.h:190:12: note: expected 'socklen_t * __restrict__' but argument is of type 'int *' >home_proxy.c: In function 'child': >home_proxy.c:364:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result >home_proxy.c: In function 'senderr': >home_proxy.c:90:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result >>>> Source compiled. >>>> Test phase [none]: dev-libs/libhome-0.10.2 > >>>> Install libhome-0.10.2 into /var/tmp/portage/dev-libs/libhome-0.10.2/image/ category dev-libs > * Tinderbox QA Notice: 'make' called by src_install >make -j14 DESTDIR=/var/tmp/portage/dev-libs/libhome-0.10.2/image/ install >/usr/bin/install -c -d /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/share/man/man5 >/usr/bin/install -c -d /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib >/usr/bin/install -c -d /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/share/man/man8 >/usr/bin/install -c -d /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/bin >/usr/bin/install -c -m 644 home.conf.5 /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/share/man/man5/ >/usr/bin/install -c -d /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/sbin >/usr/bin/install -c -m 644 home_proxy.8 /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/share/man/man8/ >/usr/bin/install -c -d /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/include/home >./libtool --mode=install /usr/bin/install -c -m 644 libhome.la /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib/ >libtool: install: /usr/bin/install -c -m 644 .libs/libhome.so.1.0.0 /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib/libhome.so.1.0.0 >libtool: install: (cd /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib && { ln -s -f libhome.so.1.0.0 libhome.so.1 || { rm -f libhome.so.1 && ln -s libhome.so.1.0.0 libhome.so.1; }; }) >libtool: install: (cd /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib && { ln -s -f libhome.so.1.0.0 libhome.so || { rm -f libhome.so && ln -s libhome.so.1.0.0 libhome.so; }; }) >libtool: install: /usr/bin/install -c -m 644 .libs/libhome.lai /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib/libhome.la >libtool: install: /usr/bin/install -c -m 644 .libs/libhome.a /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib/libhome.a >libtool: install: chmod 644 /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib/libhome.a >libtool: install: i686-pc-linux-gnu-ranlib /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib/libhome.a >libtool: install: warning: remember to run `libtool --finish /usr/lib' >test "" = "" || \ >./libtool --mode=install /usr/bin/install -c -m 644 /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib/ >./libtool --mode=install /usr/bin/install -c home_finger /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/bin/ >libtool: install: /usr/bin/install -c .libs/home_finger /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/bin/home_finger >./libtool --mode=install /usr/bin/install -c home_su /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/bin/ >libtool: install: /usr/bin/install -c .libs/home_su /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/bin/home_su >/usr/bin/install -c -m 644 -D hpwd.h /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/include/home/pwd.h >/usr/bin/install -c -m 644 -D hpwd.h /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/include/home/ >/usr/bin/install -c -m 644 -D hparam.h /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/include/home/ >/usr/bin/install -c -m 644 -D home_version.h /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/include/home/ >chmod +x libhome.sh >/usr/bin/install -c -D libhome.sh /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/bin/ >./libtool --mode=install /usr/bin/install -c home_proxy /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/sbin/ >libtool: install: /usr/bin/install -c .libs/home_proxy /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/sbin/home_proxy >./libtool --mode=install /usr/bin/install -c -m 644 libnss_home_proxy.la /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib/ >libtool: install: /usr/bin/install -c -m 644 .libs/libnss_home_proxy.so.2.0.0 /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib/libnss_home_proxy.so.2.0.0 >libtool: install: (cd /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib && { ln -s -f libnss_home_proxy.so.2.0.0 libnss_home_proxy.so.2 || { rm -f libnss_home_proxy.so.2 && ln -s libnss_home_proxy.so.2.0.0 libnss_home_proxy.so.2; }; }) >libtool: install: (cd /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib && { ln -s -f libnss_home_proxy.so.2.0.0 libnss_home_proxy.so || { rm -f libnss_home_proxy.so && ln -s libnss_home_proxy.so.2.0.0 libnss_home_proxy.so; }; }) >libtool: install: /usr/bin/install -c -m 644 .libs/libnss_home_proxy.lai /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib/libnss_home_proxy.la >libtool: install: /usr/bin/install -c -m 644 .libs/libnss_home_proxy.a /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib/libnss_home_proxy.a >libtool: install: chmod 644 /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib/libnss_home_proxy.a >libtool: install: i686-pc-linux-gnu-ranlib /var/tmp/portage/dev-libs/libhome-0.10.2/image//usr/lib/libnss_home_proxy.a >libtool: install: warning: remember to run `libtool --finish /usr/lib' >>>> Completed installing libhome-0.10.2 into /var/tmp/portage/dev-libs/libhome-0.10.2/image/ > >/var/tmp/portage/dev-libs/libhome-0.10.2/image/usr/lib/libnss_home_proxy.la already clean, skipping update. >/var/tmp/portage/dev-libs/libhome-0.10.2/image/usr/lib/libhome.la: Updating... >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/lib/libhome.so.1.0.0 > usr/lib/libnss_home_proxy.so.2.0.0 > usr/sbin/home_proxy > usr/bin/home_su > usr/bin/home_finger > usr/lib/libhome.a > usr/lib/libnss_home_proxy.a > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/lib/libnss_home_proxy.so.2.0.0 > * /usr/sbin/home_proxy > * /usr/bin/home_su > * /usr/bin/home_finger > >making executable: usr/lib/libhome.so.1.0.0 >making executable: usr/lib/libnss_home_proxy.so.2.0.0 > * Gentoo contact information ... >herds: > apache >maintainers: >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 336203
: 246253