Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244693 Details for
Bug 334589
app-arch/rzip 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
rzip-2.1-r1:20100826-081314.log (text/plain), 5.87 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-08-26 14:40:09 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-08-26 14:40:09 UTC
Size:
5.87 KB
patch
obsolete
> * CPV: app-arch/rzip-2.1-r1 > * REPO: gentoo > * USE: elibc_glibc kernel_linux test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking rzip-2.1.tar.gz to /var/tmp/portage/app-arch/rzip-2.1-r1/work >>>> Source unpacked in /var/tmp/portage/app-arch/rzip-2.1-r1/work >>>> Preparing source in /var/tmp/portage/app-arch/rzip-2.1-r1/work/rzip-2.1 ... > * Applying rzip-2.1-darwin.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/app-arch/rzip-2.1-r1/work/rzip-2.1' ... > * Running autoconf ... > [ ok ] > * Running autoheader ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-arch/rzip-2.1-r1/work/rzip-2.1 ... >./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 >configure: loading site script /usr/share/config.site >configure: loading site script /usr/share/crossdev/include/site/linux >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 for a BSD-compatible install... /usr/bin/install -c >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... 64 >checking for _LARGEFILE_SOURCE value needed for large files... no >checking for _LARGE_FILES value needed for large files... no >checking for _XOPEN_SOURCE value needed for large files... no >checking how to run the C preprocessor... i686-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 fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking sys/unistd.h usability... yes >checking sys/unistd.h presence... yes >checking for sys/unistd.h... yes >checking for unistd.h... (cached) yes >checking sys/param.h usability... yes >checking sys/param.h presence... yes >checking for sys/param.h... yes >checking ctype.h usability... yes >checking ctype.h presence... yes >checking for ctype.h... yes >checking sys/wait.h usability... yes >checking sys/wait.h presence... yes >checking for sys/wait.h... yes >checking sys/ioctl.h usability... yes >checking sys/ioctl.h presence... yes >checking for sys/ioctl.h... yes >checking for string.h... (cached) yes >checking for stdlib.h... (cached) yes >checking for sys/types.h... (cached) yes >checking for off_t... yes >checking for size_t... yes >checking size of int... 4 >checking size of long... 4 >checking size of short... 2 >checking for large file support... yes >checking for inline... inline >checking for BZ2_bzBuffToBuffCompress in -lbz2... yes >checking for mmap... yes >checking for strerror... yes >checking for getopt_long... yes >checking for strndup... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting >config.status: creating config.h >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-arch/rzip-2.1-r1/work/rzip-2.1 ... >make -j14 >i686-pc-linux-gnu-gcc -I. -I. -O2 -pipe -c rzip.c -o rzip.o >i686-pc-linux-gnu-gcc -I. -I. -O2 -pipe -c runzip.c -o runzip.o >i686-pc-linux-gnu-gcc -I. -I. -O2 -pipe -c strutils.c -o strutils.o >i686-pc-linux-gnu-gcc -I. -I. -O2 -pipe -c main.c -o main.o >i686-pc-linux-gnu-gcc -I. -I. -O2 -pipe -c stream.c -o stream.o >i686-pc-linux-gnu-gcc -I. -I. -O2 -pipe -c util.c -o util.o >i686-pc-linux-gnu-gcc -I. -I. -O2 -pipe -c crc32.c -o crc32.o >main.c: In function âpreserve_permsâ: >main.c:120:8: warning: ignoring return value of âfchownâ, declared with attribute warn_unused_result >i686-pc-linux-gnu-gcc -O2 -pipe -o rzip rzip.o runzip.o strutils.o main.o stream.o util.o crc32.o -lbz2 >>>> Source compiled. >>>> Test phase [none]: app-arch/rzip-2.1-r1 > >>>> Install rzip-2.1-r1 into /var/tmp/portage/app-arch/rzip-2.1-r1/image/ category app-arch >make -j14 DESTDIR=/var/tmp/portage/app-arch/rzip-2.1-r1/image/ install >mkdir -p /var/tmp/portage/app-arch/rzip-2.1-r1/image///usr/bin >/usr/bin/install -c -m 755 rzip /var/tmp/portage/app-arch/rzip-2.1-r1/image///usr/bin >mkdir -p /var/tmp/portage/app-arch/rzip-2.1-r1/image///usr/share/man/man1 >/usr/bin/install -c -m 644 ./rzip.1 /var/tmp/portage/app-arch/rzip-2.1-r1/image///usr/share/man/man1/ >ln -s rzip /var/tmp/portage/app-arch/rzip-2.1-r1/image///usr/bin/runzip >>>> Completed installing rzip-2.1-r1 into /var/tmp/portage/app-arch/rzip-2.1-r1/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/bin/rzip > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/bin/rzip > > * Warning: Gentoo shipped a broken rzip for quite some time. During > * compression of large files it didn't set the right file size, so > * if you have any reason to believe that your archive was compressed > * with an old Gentoo rzip, please refer to > * http://bugs.gentoo.org/show_bug.cgi?id=217552 > * for the rzip-handle-broken-archive.patch patch to rescue your > * data. > * > * We apologize for the inconvenience. > * Gentoo contact information ... >herds: > no-herd >maintainers: > maintainer-needed@gentoo.org >
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 334589
: 244693