Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 149014 Details for
Bug 228255
Review Request: grub2 - The GRand Unified Bootloader 2
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
log for failed build for rawhide/x86_64
build.log (text/plain), 5.83 KB, created by
manuel wolfshant
on 2007-03-01 12:33:54 UTC
(
hide
)
Description:
log for failed build for rawhide/x86_64
Filename:
MIME Type:
Creator:
manuel wolfshant
Created:
2007-03-01 12:33:54 UTC
Size:
5.83 KB
patch
obsolete
>Installing /builddir/build/SRPMS/grub2-1.95-4.fc7.src.rpm >Building target platforms: x86_64 >Building for target x86_64 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.39345 >+ umask 022 >+ cd /builddir/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /builddir/build/BUILD >+ rm -rf grub-1.95 >+ /bin/gzip -dc /builddir/build/SOURCES/grub-1.95.tar.gz >+ tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd grub-1.95 >++ /usr/bin/id -u >+ '[' 500 = 0 ']' >++ /usr/bin/id -u >+ '[' 500 = 0 ']' >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ echo 'Patch #0 (grub2-program-name-tranform-autoconfig.patch):' >Patch #0 (grub2-program-name-tranform-autoconfig.patch): >+ patch -p1 -s >+ echo 'Patch #1 (grub2-program-name-tranform-i386-pc.patch):' >Patch #1 (grub2-program-name-tranform-i386-pc.patch): >+ patch -p1 -s >+ echo 'Patch #3 (grub2-root-probe-fix.patch):' >Patch #3 (grub2-root-probe-fix.patch): >+ patch -p1 -s >+ autoreconf >Can't exec "aclocal": No such file or directory at /usr/bin/autoreconf line 182. >Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 182. >Can't exec "automake": No such file or directory at /usr/bin/autoreconf line 183. >Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 183. >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.45219 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd grub-1.95 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' >+ export CFLAGS >+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' >+ export CXXFLAGS >+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' >+ export FFLAGS >++ find . -name config.guess -o -name config.sub >+ for i in '$(find . -name config.guess -o -name config.sub)' >++ basename ./config.sub >+ '[' -f /usr/lib/rpm/redhat/config.sub ']' >+ /bin/rm -f ./config.sub >++ basename ./config.sub >+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub >`/usr/lib/rpm/redhat/config.sub' -> `./config.sub' >+ for i in '$(find . -name config.guess -o -name config.sub)' >++ basename ./config.guess >+ '[' -f /usr/lib/rpm/redhat/config.guess ']' >+ /bin/rm -f ./config.guess >++ basename ./config.guess >+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess >`/usr/lib/rpm/redhat/config.guess' -> `./config.guess' >+ ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --sbindir=/sbin --bindir=/bin --program-transform-name=s/grub/grub2/ >checking build system type... x86_64-redhat-linux-gnu >checking host system type... x86_64-redhat-linux-gnu >checking target system type... x86_64-redhat-linux-gnu >checking for cmp... cmp >checking for bison... bison >checking for a BSD-compatible install... /usr/bin/install -c >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for ruby... no >checking for x86_64-redhat-linux-gnu-gcc... no >checking for gcc... gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking for gcc option to accept ISO C89... none needed >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... no >checking how to run the C preprocessor... 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 whether byte ordering is bigendian... no >checking for void *... yes >checking size of void *... 8 >checking for long... yes >checking size of long... 8 >checking for __lzo_init_v2 in -llzo2... yes >checking for lzo1x_999_compress... yes >checking lzo/lzo1x.h usability... yes >checking lzo/lzo1x.h presence... yes >checking for lzo/lzo1x.h... yes >checking lzo1x.h usability... no >checking lzo1x.h presence... no >checking for lzo1x.h... no >checking for wgetch in -lncurses... yes >checking ncurses/curses.h usability... yes >checking ncurses/curses.h presence... yes >checking for ncurses/curses.h... yes >checking ncurses.h usability... yes >checking ncurses.h presence... yes >checking for ncurses.h... yes >checking curses.h usability... yes >checking curses.h presence... yes >checking for curses.h... yes >checking for posix_memalign... yes >checking for memalign... yes >checking for x86_64-redhat-linux-gnu-objcopy... no >checking for objcopy... objcopy >checking for x86_64-redhat-linux-gnu-strip... no >checking for strip... strip >checking for x86_64-redhat-linux-gnu-nm... no >checking for nm... nm >checking whether optimization for size works... yes >checking whether -falign-loops works... yes >checking whether objcopy works for absolute addresses... yes >checking if C symbols get an underscore after compilation... no >checking if start is defined by the compiler... no >checking if _start is defined by the compiler... no >configure: error: neither start nor _start is defined >error: Bad exit status from /var/tmp/rpm-tmp.45219 (%build) > > >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.45219 (%build)
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 228255
:
148896
| 149014