Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 242869 Details for
Bug 332681
sys-libs/tdb-1.2.1 doesn't respect ldflags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 23.29 KB, created by
Markos Chandras (RETIRED)
on 2010-08-13 22:49:45 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Markos Chandras (RETIRED)
Created:
2010-08-13 22:49:45 UTC
Size:
23.29 KB
patch
obsolete
> [32;01m*[0m CPV: sys-libs/tdb-1.2.1 > [32;01m*[0m REPO: gentoo > [32;01m*[0m USE: amd64 elibc_glibc kernel_linux multilib python test userland_GNU >>>> Unpacking source... >>>> Unpacking tdb-1.2.1.tar.gz to /var/tmp/portage/sys-libs/tdb-1.2.1/work >>>> Source unpacked in /var/tmp/portage/sys-libs/tdb-1.2.1/work >>>> Preparing source in /var/tmp/portage/sys-libs/tdb-1.2.1/work/tdb-1.2.1 ... > [32;01m*[0m Running autoconf -Ilibreplace ... >[A[230C [34;01m[ [32;01mok[34;01m ][0m >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-libs/tdb-1.2.1/work/tdb-1.2.1 ... > * econf: updating tdb-1.2.1/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating tdb-1.2.1/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating tdb-1.2.1/libreplace/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating tdb-1.2.1/libreplace/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --sysconfdir=/etc/samba --localstatedir=/var --enable-python >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking target system type... x86_64-pc-linux-gnu >LIBREPLACE_LOCATION_CHECKS: START >LIBREPLACE_LOCATION_CHECKS: END >LIBREPLACE_CC_CHECKS: START >checking for x86_64-pc-linux-gnu-gcc... x86_64-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 x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking for version of gcc... 4.4.3 >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >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 minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking whether it is safe to define __EXTENSIONS__... yes >checking whether byte ordering is bigendian... no >checking for inline... inline >checking for C99 designated initializers... yes >checking for a BSD-compatible install... /usr/bin/install -c >checking for library containing strerror... none required >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... no >checking standards.h usability... no >checking standards.h presence... no >checking for standards.h... no >checking for long long... yes >checking size of int... 4 >checking size of char... 1 >checking size of short... 2 >checking size of long... 8 >checking size of long long... 8 >checking for int8_t... yes >checking for uint8_t... yes >checking for int16_t... yes >checking for uint16_t... yes >checking for int32_t... yes >checking for uint32_t... yes >checking for int64_t... yes >checking for uint64_t... yes >checking for size_t... yes >checking for ssize_t... yes >checking size of off_t... 8 >checking size of size_t... 8 >checking size of ssize_t... 8 >checking for intptr_t... yes >checking for uintptr_t... yes >checking for ptrdiff_t... yes >checking for immediate structures... yes >LIBREPLACE_CC_CHECKS: END >LIBREPLACE_BROKEN_CHECKS: START >checking return type of signal handlers... void >checking for uid_t in sys/types.h... yes >checking for mode_t... yes >checking for off_t... yes >checking for size_t... (cached) yes >checking for pid_t... yes >checking for struct stat.st_rdev... yes >checking for ino_t... yes >checking for loff_t... yes >checking for offset_t... no >checking for working memcmp... yes >checking for pipe... yes >checking for strftime... yes >checking for srandom... yes >checking for random... yes >checking for srand... yes >checking for rand... yes >checking for usleep... yes >checking for setbuffer... yes >checking for lstat... yes >checking for getpgrp... yes >checking for utime... yes >checking for utimes... yes >checking stdbool.h usability... yes >checking stdbool.h presence... yes >checking for stdbool.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 setjmp.h usability... yes >checking setjmp.h presence... yes >checking for setjmp.h... yes >checking utime.h usability... yes >checking utime.h presence... yes >checking for utime.h... yes >checking for stdint.h... (cached) yes >checking for stdbool.h... (cached) yes >checking for bool... yes >checking for _Bool... yes >checking for working mmap... yes >checking sys/syslog.h usability... yes >checking sys/syslog.h presence... yes >checking for sys/syslog.h... yes >checking syslog.h usability... yes >checking syslog.h presence... yes >checking for syslog.h... yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking time.h usability... yes >checking time.h presence... yes >checking for time.h... yes >checking stdarg.h usability... yes >checking stdarg.h presence... yes >checking for stdarg.h... yes >checking vararg.h usability... no >checking vararg.h presence... no >checking for vararg.h... no >checking sys/mount.h usability... yes >checking sys/mount.h presence... yes >checking for sys/mount.h... yes >checking mntent.h usability... yes >checking mntent.h presence... yes >checking for mntent.h... yes >checking stropts.h usability... yes >checking stropts.h presence... yes >checking for stropts.h... yes >checking unix.h usability... no >checking unix.h presence... no >checking for unix.h... no >checking for seteuid... yes >checking for setresuid... yes >checking for setegid... yes >checking for setresgid... yes >checking for chroot... yes >checking for bzero... yes >checking for strerror... yes >checking for vsyslog... yes >checking for setlinebuf... yes >checking for mktime... yes >checking for ftruncate... yes >checking for chsize... no >checking for rename... yes >checking for waitpid... yes >checking for wait4... yes >checking for strlcpy... no >checking for strlcat... no >checking for initgroups... yes >checking for memmove... yes >checking for strdup... yes >checking for pread... yes >checking for pwrite... yes >checking for strndup... yes >checking for strcasestr... yes >checking for strtok_r... yes >checking for mkdtemp... yes >checking for dup2... yes >checking for isatty... yes >checking for chown... yes >checking for lchown... yes >checking for link... yes >checking for readlink... yes >checking for symlink... yes >checking for realpath... yes >checking for setresuid declaration... yes >checking for setresgid declaration... yes >checking for errno declaration... yes >checking for secure mkstemp... yes >checking stdio.h usability... yes >checking stdio.h presence... yes >checking for stdio.h... yes >checking for strings.h... (cached) yes >checking whether snprintf is declared... yes >checking whether vsnprintf is declared... yes >checking whether asprintf is declared... yes >checking whether vasprintf is declared... yes >checking for snprintf... yes >checking for vsnprintf... yes >checking for asprintf... yes >checking for vasprintf... yes >checking for C99 vsnprintf... yes >checking for va_copy... yes >checking for __FUNCTION__ macro... yes >checking sys/param.h usability... yes >checking sys/param.h presence... yes >checking for sys/param.h... yes >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking for comparison_fn_t... yes >checking for setenv declaration... yes >checking for setenv... yes >checking for unsetenv... yes >checking for environ declaration... yes >checking for strnlen... yes >checking for strtoull... yes >checking for __strtoull... no >checking for strtouq... yes >checking for strtoll... yes >checking for __strtoll... no >checking for strtoq... yes >checking for memmem... yes >checking for sig_atomic_t type... yes >checking for O_DIRECT flag to open(2)... no >checking that the C compiler understands volatile... yes >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking sys/fcntl.h usability... yes >checking sys/fcntl.h presence... yes >checking for sys/fcntl.h... yes >checking sys/resource.h usability... yes >checking sys/resource.h presence... yes >checking for sys/resource.h... yes >checking sys/ioctl.h usability... yes >checking sys/ioctl.h presence... yes >checking for sys/ioctl.h... yes >checking sys/mode.h usability... no >checking sys/mode.h presence... no >checking for sys/mode.h... no >checking sys/filio.h usability... no >checking sys/filio.h presence... no >checking for sys/filio.h... no >checking sys/fs/s5param.h usability... no >checking sys/fs/s5param.h presence... no >checking for sys/fs/s5param.h... no >checking sys/filsys.h usability... no >checking sys/filsys.h presence... no >checking for sys/filsys.h... no >checking sys/acl.h usability... yes >checking sys/acl.h presence... yes >checking for sys/acl.h... yes >checking acl/libacl.h usability... yes >checking acl/libacl.h presence... yes >checking for acl/libacl.h... yes >checking for sys/select.h... (cached) yes >checking for sys/time.h... (cached) yes >checking for utime.h... (cached) yes >checking whether time.h and sys/time.h may both be included... yes >checking for utime... (cached) yes >checking for utimes... (cached) yes >checking for sys/wait.h that is POSIX.1 compatible... yes >checking sys/capability.h usability... yes >checking sys/capability.h presence... yes >checking for sys/capability.h... yes >checking for broken RedHat 7.2 system header files... no >checking for broken RHEL5 sys/capability.h... no >checking grp.h usability... yes >checking grp.h presence... yes >checking for grp.h... yes >checking sys/id.h usability... no >checking sys/id.h presence... no >checking for sys/id.h... no >checking compat.h usability... no >checking compat.h presence... no >checking for compat.h... no >checking shadow.h usability... yes >checking shadow.h presence... yes >checking for shadow.h... yes >checking sys/priv.h usability... no >checking sys/priv.h presence... no >checking for sys/priv.h... no >checking pwd.h usability... yes >checking pwd.h presence... yes >checking for pwd.h... yes >checking sys/security.h usability... no >checking sys/security.h presence... no >checking for sys/security.h... no >checking for getpwnam_r... yes >checking for getpwuid_r... yes >checking for getpwent_r... yes >checking for getpwent_r declaration... yes >checking for prototype struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen)... no >checking for prototype struct passwd *getpwent_r(struct passwd *src, char *buf, size_t buflen)... no >checking for getgrnam_r... yes >checking for getgrgid_r... yes >checking for getgrent_r... yes >checking for getgrent_r declaration... yes >checking for prototype struct group *getgrent_r(struct group *src, char *buf, int buflen)... no >checking for prototype struct group *getgrent_r(struct group *src, char *buf, size_t buflen)... no >checking for getgrouplist... yes >checking ctype.h usability... yes >checking ctype.h presence... yes >checking for ctype.h... yes >checking locale.h usability... yes >checking locale.h presence... yes >checking for locale.h... yes >checking langinfo.h usability... yes >checking langinfo.h presence... yes >checking for langinfo.h... yes >checking fnmatch.h usability... yes >checking fnmatch.h presence... yes >checking for fnmatch.h... yes >checking sys/ipc.h usability... yes >checking sys/ipc.h presence... yes >checking for sys/ipc.h... yes >checking sys/mman.h usability... yes >checking sys/mman.h presence... yes >checking for sys/mman.h... yes >checking sys/shm.h usability... yes >checking sys/shm.h presence... yes >checking for sys/shm.h... yes >checking termios.h usability... yes >checking termios.h presence... yes >checking for termios.h... yes >checking termio.h usability... yes >checking termio.h presence... yes >checking for termio.h... yes >checking sys/termio.h usability... no >checking sys/termio.h presence... no >checking for sys/termio.h... no >checking for library containing dlopen... -ldl >checking dlfcn.h usability... yes >checking dlfcn.h presence... yes >checking for dlfcn.h... yes >checking for dlopen... yes >checking for dlsym... yes >checking for dlerror... yes >checking for dlclose... yes >checking for library containing shl_load... no >checking dl.h usability... no >checking dl.h presence... no >checking for dl.h... no >checking for shl_load... no >checking for shl_unload... no >checking for shl_findsym... no >checking for prototype void *dlopen(const char* filename, unsigned int flags)... no >checking for getpass... yes >checking for getpassphrase... no >checking whether getpass should be replaced... yes >checking whether strptime is available and works... yes >checking direct.h usability... no >checking direct.h presence... no >checking for direct.h... no >checking windows.h usability... no >checking windows.h presence... no >checking for windows.h... no >checking winsock2.h usability... no >checking winsock2.h presence... no >checking for winsock2.h... no >checking ws2tcpip.h usability... no >checking ws2tcpip.h presence... no >checking for ws2tcpip.h... no >checking whether mkdir supports mode... yes >checking for timegm... yes >checking for broken readdir... no >checking for dirfd... yes >checking for dirfd declaration... yes >checking a usable readdir()... yes >checking crypt.h usability... yes >checking crypt.h presence... yes >checking for crypt.h... yes >checking for library containing crypt... -lcrypt >checking for printf... yes >checking for memset... yes >checking for memcpy... yes >LIBREPLACE_BROKEN_CHECKS: END >checking for mmap... yes >checking for pread... (cached) yes >checking for pwrite... (cached) yes >checking for getpagesize... yes >checking for utime... (cached) yes >checking getopt.h usability... yes >checking getopt.h presence... yes >checking for getopt.h... yes >checking for sys/select.h... (cached) yes >checking for sys/time.h... (cached) yes >checking for pread declaration... yes >checking for pwrite declaration... yes >checking for python2.6-config... no >checking for python2.5-config... no >checking for python2.4-config... no >checking for python-config... /usr/bin/python-config >checking for python2.6... /usr/bin/python2.6 >checking for xsltproc... /usr/bin/xsltproc >configure: creating ./config.status >config.status: creating Makefile >config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting >config.status: creating tdb.pc >config.status: creating include/config.h >config.status: executing rm-stdint.h commands >config.status: executing rm-stdbool.h commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sys-libs/tdb-1.2.1/work/tdb-1.2.1 ... >make -j7 dirs >make -j7 shared-build >tdb will be compiled with flags: >Compiling tools/tdbtool.c > CFLAGS = -I./include -Iinclude -Wall -ggdb -march=amdfam10 -O2 -pipe -I./libreplace >Compiling common/tdb.c > CPPFLAGS = -I./include -Iinclude > LDFLAGS = -Wl,-O1 -Wl,--hash-style=gnu,--enable-new-dtags -Wl,--as-needed > LIBS = >Compiling common/dump.c >Compiling common/transaction.c >Compiling common/error.c >Compiling common/traverse.c >Compiling common/freelist.c >Compiling common/freelistcheck.c >Compiling common/io.c >Compiling common/lock.c >Compiling common/open.c >Compiling common/check.c >Compiling libreplace/replace.c >Compiling libreplace/snprintf.c >Compiling libreplace/getpass.c >Compiling tools/tdbdump.c >Compiling tools/tdbbackup.c >x86_64-pc-linux-gnu-gcc -fPIC -c ./pytdb.c -I./include -Iinclude -Wall -ggdb -march=amdfam10 -O2 -pipe -I./libreplace `/usr/bin/python-config --cflags` >test -z "/usr/bin/xsltproc" || /usr/bin/xsltproc --nonet -o manpages/tdbbackup.8 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl manpages/tdbbackup.8.xml >test -z "/usr/bin/xsltproc" || /usr/bin/xsltproc --nonet -o manpages/tdbdump.8 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl manpages/tdbdump.8.xml >test -z "/usr/bin/xsltproc" || /usr/bin/xsltproc --nonet -o manpages/tdbtool.8 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl manpages/tdbtool.8.xml >ar -rv libtdb.a common/tdb.o common/dump.o common/transaction.o common/error.o common/traverse.o common/freelist.o common/freelistcheck.o common/io.o common/lock.o common/open.o common/check.o ./libreplace/replace.o ./libreplace/snprintf.o ./libreplace/getpass.o >ar: creating libtdb.a >a - common/tdb.o >a - common/dump.o >a - common/transaction.o >a - common/error.o >a - common/traverse.o >a - common/freelist.o >a - common/freelistcheck.o >a - common/io.o >a - common/lock.o >a - common/open.o >a - common/check.o >a - ./libreplace/replace.o >a - ./libreplace/snprintf.o >a - ./libreplace/getpass.o >x86_64-pc-linux-gnu-gcc -shared -Wl,-Bsymbolic -Wl,-O1 -Wl,--hash-style=gnu,--enable-new-dtags -Wl,--as-needed -o libtdb.so.1.2.1 common/tdb.o common/dump.o common/transaction.o common/error.o common/traverse.o common/freelist.o common/freelistcheck.o common/io.o common/lock.o common/open.o common/check.o ./libreplace/replace.o ./libreplace/snprintf.o ./libreplace/getpass.o -Wl,--version-script tdb.exports -Wl,-soname=libtdb.so.1 >x86_64-pc-linux-gnu-gcc -I./include -Iinclude -Wall -ggdb -march=amdfam10 -O2 -pipe -I./libreplace -Wl,-O1 -Wl,--hash-style=gnu,--enable-new-dtags -Wl,--as-needed -o bin/tdbtool tools/tdbtool.o -L. -ltdb >x86_64-pc-linux-gnu-gcc -I./include -Iinclude -Wall -ggdb -march=amdfam10 -O2 -pipe -I./libreplace -Wl,-O1 -Wl,--hash-style=gnu,--enable-new-dtags -Wl,--as-needed -o bin/tdbdump tools/tdbdump.o -L. -ltdb >x86_64-pc-linux-gnu-gcc -I./include -Iinclude -Wall -ggdb -march=amdfam10 -O2 -pipe -I./libreplace -Wl,-O1 -Wl,--hash-style=gnu,--enable-new-dtags -Wl,--as-needed -o bin/tdbbackup tools/tdbbackup.o -L. -ltdb >ln -fs libtdb.so.1.2.1 libtdb.so >In file included from /usr/include/python2.6/Python.h:8, > from ./pytdb.c:30: >/usr/include/python2.6/pyconfig.h:1064:1: warning: "_POSIX_C_SOURCE" redefined >In file included from /usr/include/stdio.h:28, > from ./libreplace/replace.h:39, > from ./pytdb.c:27: >/usr/include/features.h:158:1: warning: this is the location of the previous definition >In file included from /usr/include/python2.6/Python.h:8, > from ./pytdb.c:30: >/usr/include/python2.6/pyconfig.h:1076:1: warning: "_XOPEN_SOURCE" redefined >In file included from /usr/include/stdio.h:28, > from ./libreplace/replace.h:39, > from ./pytdb.c:27: >/usr/include/features.h:160:1: warning: this is the location of the previous definition >x86_64-pc-linux-gnu-gcc -shared -Wl,-Bsymbolic -o tdb.so pytdb.o -L. -ltdb `/usr/bin/python-config --ldflags` >I/O error : Attempt to load network entity http://www.samba.org/samba/DTD/samba-doc >manpages/tdbtool.8.xml:2: warning: failed to load external entity "http://www.samba.org/samba/DTD/samba-doc" > DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc" > ^ >I/O error : Attempt to load network entity http://www.samba.org/samba/DTD/samba-doc >manpages/tdbbackup.8.xml:2: warning: failed to load external entity "http://www.samba.org/samba/DTD/samba-doc" > DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc" > ^ >I/O error : Attempt to load network entity http://www.samba.org/samba/DTD/samba-doc >manpages/tdbdump.8.xml:2: warning: failed to load external entity "http://www.samba.org/samba/DTD/samba-doc" > DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc" > ^ >Note: Writing tdbdump.8 >Note: Writing tdbbackup.8 >Note: Writing tdbtool.8 >/usr/bin/install -c -d ./sharedbuild/lib >/usr/bin/install -c -m 644 libtdb.a ./sharedbuild/lib >/usr/bin/install -c -m 755 libtdb.so.1.2.1 ./sharedbuild/lib >ln -sf libtdb.so.1.2.1 ./sharedbuild/lib/libtdb.so.1 >ln -sf libtdb.so.1.2.1 ./sharedbuild/lib/libtdb.so >/usr/bin/install -c -d ./sharedbuild/include >/usr/bin/install -c -m 644 ./include/tdb.h ./sharedbuild/include >>>> Source compiled. >make -j7 check >ABI checks: >Compiling tools/tdbtorture.c >ln -fs libtdb.so.1.2.1 libtdb.so.1 >LD_LIBRARY_PATH=. PYTHONPATH=".:." /usr/bin/python2.6 ./python/tests/simple.py >....................x86_64-pc-linux-gnu-gcc -I./include -Iinclude -Wall -ggdb -march=amdfam10 -O2 -pipe -I./libreplace -Wl,-O1 -Wl,--hash-style=gnu,--enable-new-dtags -Wl,--as-needed -o bin/tdbtorture tools/tdbtorture.o -L. -ltdb >exports check: OK >signatures check: OK >LD_LIBRARY_PATH=. bin/tdbtorture >testing with 3 processes, 5000 loops, 2 hash_size, seed=1281765736 >.. >---------------------------------------------------------------------- >Ran 22 tests in 0.217s > >OK >OK > >>>> Install tdb-1.2.1 into /var/tmp/portage/sys-libs/tdb-1.2.1/image/ category sys-libs >make -j7 install DESTDIR=/var/tmp/portage/sys-libs/tdb-1.2.1/image/ >mkdir -p /var/tmp/portage/sys-libs/tdb-1.2.1/image//usr/bin >tdb will be compiled with flags: > CFLAGS = -I./include -Iinclude -Wall -ggdb -march=amdfam10 -O2 -pipe -I./libreplace >mkdir -p /var/tmp/portage/sys-libs/tdb-1.2.1/image//usr/include > CPPFLAGS = -I./include -Iinclude >mkdir -p /var/tmp/portage/sys-libs/tdb-1.2.1/image//usr/lib64 > LDFLAGS = -Wl,-O1 -Wl,--hash-style=gnu,--enable-new-dtags -Wl,--as-needed >mkdir -p /var/tmp/portage/sys-libs/tdb-1.2.1/image//usr/lib64/pkgconfig > LIBS = >cp ./include/tdb.h /var/tmp/portage/sys-libs/tdb-1.2.1/image//usr/include >mkdir -p /var/tmp/portage/sys-libs/tdb-1.2.1/image/`/usr/bin/python2.6 -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib(1, prefix='/usr')"` >/usr/bin/install -c -d /var/tmp/portage/sys-libs/tdb-1.2.1/image//usr/share/man/man8 >for I in manpages/*.8; do \ > /usr/bin/install -c -m 644 $I /var/tmp/portage/sys-libs/tdb-1.2.1/image//usr/share/man/man8; \ > done >cp tdb.so /var/tmp/portage/sys-libs/tdb-1.2.1/image/`/usr/bin/python2.6 -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib(1, prefix='/usr')"` >cp bin/tdbtool bin/tdbdump bin/tdbbackup /var/tmp/portage/sys-libs/tdb-1.2.1/image//usr/bin >cp tdb.pc /var/tmp/portage/sys-libs/tdb-1.2.1/image//usr/lib64/pkgconfig >cp libtdb.a libtdb.so.1.2.1 /var/tmp/portage/sys-libs/tdb-1.2.1/image//usr/lib64 >rm -f /var/tmp/portage/sys-libs/tdb-1.2.1/image//usr/lib64/libtdb.so >ln -s libtdb.so.1.2.1 /var/tmp/portage/sys-libs/tdb-1.2.1/image//usr/lib64/libtdb.so >rm -f /var/tmp/portage/sys-libs/tdb-1.2.1/image//usr/lib64/libtdb.so.1 >ln -s libtdb.so.1.2.1 /var/tmp/portage/sys-libs/tdb-1.2.1/image//usr/lib64/libtdb.so.1 >ln: creating symbolic link `/var/tmp/portage/sys-libs/tdb-1.2.1/image//usr/lib64/libtdb.so': File exists >>>> Completed installing tdb-1.2.1 into /var/tmp/portage/sys-libs/tdb-1.2.1/image/ > >strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/lib64/python2.6/site-packages/tdb.so > usr/lib64/libtdb.so.1.2.1 >ecompressdir: bzip2 -9 /usr/share/man > > [33;01m*[0m [31;01mQA Notice: Files built without respecting LDFLAGS have been detected[0m > [33;01m*[0m Please include the following list of files in your report: > [33;01m*[0m /usr/lib64/python2.6/site-packages/tdb.so >
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 332681
: 242869 |
242873