Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81861 Details for
Bug 125708
zlib fails to build a shared lib
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
emerge zlib
log (text/plain), 5.92 KB, created by
João Eduardo Ferreira Bertacchi
on 2006-03-10 10:59:09 UTC
(
hide
)
Description:
emerge zlib
Filename:
MIME Type:
Creator:
João Eduardo Ferreira Bertacchi
Created:
2006-03-10 10:59:09 UTC
Size:
5.92 KB
patch
obsolete
>Calculating dependencies >>> Unpacking source... >>>> Unpacking zlib-1.2.3.tar.bz2 to /var/tmp/portage/zlib-1.2.3/work > [32;01m*[0m Applying zlib-1.2.1-glibc.patch ... >[A[133G [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying zlib-1.2.1-build-fPIC.patch ... >[A[133G [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying zlib-1.2.2-mapfile.patch ... >[A[133G [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying zlib-1.2.1-configure.patch ... >[A[133G [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying zlib-1.2.1-fPIC.patch ... >[A[133G [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying zlib-1.2.3-bsd-soname.patch ... >[A[133G [34;01m[ [32;01mok[34;01m ][0m >>>> Source unpacked. >./configure: line 80: -fPIC: command not found >Checking for shared library support... >No shared library support; try without defining CC and CFLAGS >Building static library libz.a version 1.2.3 with x86_64-pc-linux-gnu-gcc. >Checking for unistd.h... Yes. >Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf() >Checking for vsnprintf() in stdio.h... Yes. >Checking for return value of vsnprintf()... Yes. >Checking for errno.h... Yes. >Checking for mmap support... Yes. >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -c -o example.o example.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -c -o adler32.o adler32.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -c -o compress.o compress.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -c -o crc32.o crc32.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -c -o gzio.o gzio.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -c -o uncompr.o uncompr.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -c -o deflate.o deflate.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -c -o trees.o trees.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -c -o zutil.o zutil.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -c -o inflate.o inflate.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -c -o infback.o infback.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -c -o inftrees.o inftrees.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -c -o inffast.o inffast.c >x86_64-pc-linux-gnu-ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -o example example.o -L. libz.a >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -c -o minigzip.o minigzip.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -DUSE_MMAP -o minigzip minigzip.o -L. libz.a >>>> Test phase [not enabled]: sys-libs/zlib-1.2.3 > >>>> Install zlib-1.2.3 into /var/tmp/portage/zlib-1.2.3/image/ category sys-libs >cp libz.a /var/tmp/portage/zlib-1.2.3/image//lib64 >cd /var/tmp/portage/zlib-1.2.3/image//lib64; chmod 755 libz.a >cd /var/tmp/portage/zlib-1.2.3/image//lib64; if test -f libz.so.1.2.3; then \ > rm -f libz.so libz.so.1; \ > ln -s libz.so.1.2.3 libz.so; \ > ln -s libz.so.1.2.3 libz.so.1; \ > (ldconfig || true) >/dev/null 2>&1; \ >fi >cp zlib.3 /var/tmp/portage/zlib-1.2.3/image//usr/share/man/man3 >chmod 644 /var/tmp/portage/zlib-1.2.3/image//usr/share/man/man3/zlib.3 >cp zlib.h zconf.h /var/tmp/portage/zlib-1.2.3/image//usr/include >chmod 644 /var/tmp/portage/zlib-1.2.3/image//usr/include/zlib.h /var/tmp/portage/zlib-1.2.3/image//usr/include/zconf.h >/usr/lib/portage/bin/dolib: libz.so.1.2.3 does not exist >chmod: cannot access `libz.so.*': No such file or directory >man: >prepallstrip: >strip: x86_64-pc-linux-gnu-strip --strip-unneeded >file: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory >making executable: /usr/lib64/libz.so >>>> Completed installing zlib-1.2.3 into /var/tmp/portage/zlib-1.2.3/image/ > >>>> Regenerating /etc/ld.so.cache... > ...done! >>>> emerge (1 of 1) sys-libs/zlib-1.2.3 to / >>>> md5 files ;-) zlib-1.2.3.ebuild >>>> md5 files ;-) files/digest-zlib-1.2.3 >>>> md5 files ;-) files/zlib-1.2.1-glibc.patch >>>> md5 files ;-) files/zlib-1.2.3-bsd-soname.patch >>>> md5 files ;-) files/zlib-1.2.2-mapfile.patch >>>> md5 files ;-) files/zlib-1.2.1-configure.patch >>>> md5 files ;-) files/zlib-1.2.1-fPIC.patch >>>> md5 files ;-) files/zlib-1.2.1-build-fPIC.patch >>>> md5 src_uri ;-) zlib-1.2.3.tar.bz2 >>>> Merging sys-libs/zlib-1.2.3 to / >--- /usr/ >--- /usr/lib64/ >>>> /usr/lib64/libz.so >>>> /usr/lib64/libz.a >--- /usr/share/ >--- /usr/share/doc/ >--- /usr/share/doc/zlib-1.2.3/ >--- /usr/share/doc/zlib-1.2.3/txt/ >>>> /usr/share/doc/zlib-1.2.3/txt/algorithm.txt.gz >>>> /usr/share/doc/zlib-1.2.3/FAQ.gz >>>> /usr/share/doc/zlib-1.2.3/README.gz >>>> /usr/share/doc/zlib-1.2.3/ChangeLog.gz >--- /usr/share/man/ >--- /usr/share/man/man3/ >>>> /usr/share/man/man3/zlib.3.gz >--- /usr/include/ >>>> /usr/include/zconf.h >>>> /usr/include/zlib.h >--- /lib64/ >>>> /lib64/libz.so.1 -> libz.so.1.2.3 >>>> /lib64/libz.so -> libz.so.1.2.3 >>>> Safely unmerging already-installed instance... >--- !mtime obj /usr/share/man/man3/zlib.3.gz >--- !mtime obj /usr/share/doc/zlib-1.2.3/txt/algorithm.txt.gz >--- !mtime obj /usr/share/doc/zlib-1.2.3/README.gz >--- !mtime obj /usr/share/doc/zlib-1.2.3/FAQ.gz >--- !mtime obj /usr/share/doc/zlib-1.2.3/ChangeLog.gz >--- !mtime obj /usr/lib64/libz.so >--- !mtime obj /usr/lib64/libz.a >--- !mtime obj /usr/include/zlib.h >--- !mtime obj /usr/include/zconf.h ><<< sym /lib64/libz.so.1 ><<< sym /lib64/libz.so >--- !empty dir /usr/share/man/man3 >--- !empty dir /usr/share/man >--- !empty dir /usr/share/doc/zlib-1.2.3/txt >--- !empty dir /usr/share/doc/zlib-1.2.3 >--- !empty dir /usr/share/doc >--- !empty dir /usr/share >--- !empty dir /usr/lib64 >--- !empty dir /usr/include >--- !empty dir /usr >--- !empty dir /lib64 >>>> original instance of package unmerged safely. >>>> sys-libs/zlib-1.2.3 merged. > >>>> clean: No packages selected for removal. > >>>> Auto-cleaning packages ... > >>>> No outdated packages were found on your system. > > > * GNU info directory index is up-to-date. > * IMPORTANT: 3 config files in /etc need updating. > * Type emerge --help config to learn how to update config files. >
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 125708
: 81861 |
81866
|
81874
|
82026