Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 132452 Details for
Bug 198924
jam fails to build in mock with minimal build environment.
Home
New
Search
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.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
Build log with minimal environment
jam-build.log (text/plain), 10.60 KB, created by
Paul Howarth
on 2006-07-14 17:35:07 UTC
(
hide
)
Description:
Build log with minimal environment
Filename:
MIME Type:
Creator:
Paul Howarth
Created:
2006-07-14 17:35:07 UTC
Size:
10.60 KB
patch
obsolete
>Installing /builddir/build/SRPMS/jam-2.5-3.fc6.src.rpm >Building target platforms: i386 >Building for target i386 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.55716 >+ umask 022 >+ cd /builddir/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /builddir/build/BUILD >+ rm -rf jam-2.5 >+ tar -xf /builddir/build/SOURCES/jam-2.5.tar >+ cd jam-2.5 >++ /usr/bin/id -u >+ '[' 8116 = 0 ']' >++ /usr/bin/id -u >+ '[' 8116 = 0 ']' >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.55716 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd jam-2.5 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ make 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' 'CCFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' -j4 >cc -o ./jam0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables builtins.c command.c compile.c execunix.c execvms.c expand.c filent.c fileos2.c fileunix.c filevms.c glob.c hash.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c newstr.c option.c parse.c pathunix.c pathvms.c regexp.c rules.c scan.c search.c timestamp.c variable.c >execunix.c: In function 'execcmd': >execunix.c:232: warning: implicit declaration of function 'vfork' >execunix.c:234: warning: implicit declaration of function 'execvp' >execunix.c:235: warning: implicit declaration of function '_exit' >execunix.c:235: warning: incompatible implicit declaration of built-in function '_exit' >execunix.c: In function 'execwait': >execunix.c:277: warning: implicit declaration of function 'wait' >expand.c: In function 'var_expand': >expand.c:211: warning: suggest parentheses around assignment used as truth value >expand.c:221: warning: suggest parentheses around assignment used as truth value >expand.c:225: warning: suggest parentheses around assignment used as truth value >expand.c: In function 'var_edit_parse': >expand.c:451: warning: suggest parentheses around assignment used as truth value >fileunix.c: In function 'file_dirscan': >fileunix.c:139: warning: suggest parentheses around assignment used as truth value >fileunix.c: In function 'file_archscan': >fileunix.c:200: warning: implicit declaration of function 'read' >fileunix.c:203: warning: implicit declaration of function 'close' >fileunix.c:255: warning: implicit declaration of function 'lseek' >hash.c: In function 'hashstat': >hash.c:242: warning: suggest parentheses around assignment used as truth value >headers.c: In function 'headers': >headers.c:55: warning: unused variable 'hdrcache' >jam.c:170: warning: return type defaults to 'int' >jam.c: In function 'main': >jam.c:235: warning: suggest parentheses around assignment used as truth value >jam.c:318: warning: suggest parentheses around assignment used as truth value >jam.c:332: warning: suggest parentheses around assignment used as truth value >jam.c:342: warning: suggest parentheses around assignment used as truth value >jam.c:347: warning: suggest parentheses around assignment used as truth value >lists.c: In function 'list_printq': >lists.c:193: warning: suggest parentheses around assignment used as truth value >lists.c:195: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result >lists.c:203: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result >make.c: In function 'make0': >make.c:246: warning: array subscript has type 'char' >make.c:474: warning: array subscript has type 'char' >make.c:481: warning: array subscript has type 'char' >make.c:170: warning: unused variable 'd' >make1.c: In function 'make1d': >make1.c:389: warning: implicit declaration of function 'unlink' >make1.c: In function 'make1cmds': >make1.c:429: warning: unused variable 'cmd' >newstr.c: In function 'newstr': >newstr.c:52: warning: dereferencing type-punned pointer will break strict-aliasing rules >pathunix.c: In function 'path_parse': >pathunix.c:113: warning: suggest parentheses around assignment used as truth value >regexp.c: In function 'reg': >regexp.c:311: warning: 'parno' may be used uninitialized in this function >rules.c: In function 'bindrule': >rules.c:62: warning: dereferencing type-punned pointer will break strict-aliasing rules >rules.c: In function 'bindtarget': >rules.c:89: warning: dereferencing type-punned pointer will break strict-aliasing rules >rules.c: In function 'targetchain': >rules.c:188: warning: unused variable 'c' >rules.c: In function 'copysettings': >rules.c:300: warning: unused variable 'v' >search.c: In function 'search': >search.c:37: warning: suggest parentheses around assignment used as truth value >search.c:51: warning: suggest parentheses around assignment used as truth value >timestamp.c: In function 'timestamp': >timestamp.c:90: warning: dereferencing type-punned pointer will break strict-aliasing rules >timestamp.c:116: warning: dereferencing type-punned pointer will break strict-aliasing rules >timestamp.c:141: warning: dereferencing type-punned pointer will break strict-aliasing rules >timestamp.c: In function 'time_enter': >timestamp.c:187: warning: dereferencing type-punned pointer will break strict-aliasing rules >variable.c: In function 'var_defines': >variable.c:85: warning: suggest parentheses around assignment used as truth value >variable.c:109: warning: suggest parentheses around assignment used as truth value >variable.c: In function 'var_string': >variable.c:195: warning: suggest parentheses around assignment used as truth value >variable.c: In function 'var_get': >variable.c:224: warning: dereferencing type-punned pointer will break strict-aliasing rules >variable.c: In function 'var_enter': >variable.c:316: warning: dereferencing type-punned pointer will break strict-aliasing rules >./jam0 >...found 215 target(s)... >...updating 33 target(s)... >MkDir1 bin.linuxx86 >Cc bin.linuxx86/builtins.o >Cc bin.linuxx86/command.o >Cc bin.linuxx86/compile.o >Cc bin.linuxx86/execunix.o >execunix.c: In function 'execcmd': >execunix.c:232: warning: implicit declaration of function 'vfork' >execunix.c:234: warning: implicit declaration of function 'execvp' >execunix.c:235: warning: implicit declaration of function '_exit' >execunix.c:235: warning: incompatible implicit declaration of built-in function '_exit' >execunix.c: In function 'execwait': >execunix.c:277: warning: implicit declaration of function 'wait' >Cc bin.linuxx86/fileunix.o >fileunix.c: In function 'file_dirscan': >fileunix.c:139: warning: suggest parentheses around assignment used as truth value >fileunix.c: In function 'file_archscan': >fileunix.c:200: warning: implicit declaration of function 'read' >fileunix.c:203: warning: implicit declaration of function 'close' >fileunix.c:255: warning: implicit declaration of function 'lseek' >Cc bin.linuxx86/pathunix.o >pathunix.c: In function 'path_parse': >pathunix.c:113: warning: suggest parentheses around assignment used as truth value >Yacc1 jamgram.c jamgram.h >/bin/sh: line 1: yacc: command not found > >yacc -d jamgram.y > >...failed Yacc1 jamgram.c jamgram.h ... >...removing jamgram.c >...removing jamgram.h >...skipped jamgram.o for lack of jamgram.c... >Cc bin.linuxx86/expand.o >expand.c: In function 'var_expand': >expand.c:211: warning: suggest parentheses around assignment used as truth value >expand.c:221: warning: suggest parentheses around assignment used as truth value >expand.c:225: warning: suggest parentheses around assignment used as truth value >expand.c: In function 'var_edit_parse': >expand.c:451: warning: suggest parentheses around assignment used as truth value >Cc bin.linuxx86/glob.o >Cc bin.linuxx86/hash.o >hash.c: In function 'hashstat': >hash.c:242: warning: suggest parentheses around assignment used as truth value >Cc bin.linuxx86/headers.o >headers.c: In function 'headers': >headers.c:55: warning: unused variable 'hdrcache' >Cc bin.linuxx86/lists.o >lists.c: In function 'list_printq': >lists.c:193: warning: suggest parentheses around assignment used as truth value >lists.c:195: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result >lists.c:203: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result >Cc bin.linuxx86/make.o >make.c: In function 'make0': >make.c:246: warning: array subscript has type 'char' >make.c:474: warning: array subscript has type 'char' >make.c:481: warning: array subscript has type 'char' >make.c:170: warning: unused variable 'd' >Cc bin.linuxx86/make1.o >make1.c: In function 'make1d': >make1.c:389: warning: implicit declaration of function 'unlink' >make1.c: In function 'make1cmds': >make1.c:429: warning: unused variable 'cmd' >Cc bin.linuxx86/newstr.o >Cc bin.linuxx86/option.o >Cc bin.linuxx86/parse.o >Cc bin.linuxx86/regexp.o >regexp.c: In function 'reg': >regexp.c:311: warning: 'parno' may be used uninitialized in this function >Cc bin.linuxx86/rules.o >rules.c: In function 'targetchain': >rules.c:188: warning: unused variable 'c' >rules.c: In function 'copysettings': >rules.c:300: warning: unused variable 'v' >...skipped scan.o for lack of scan.c... >Cc bin.linuxx86/search.o >search.c: In function 'search': >search.c:37: warning: suggest parentheses around assignment used as truth value >search.c:51: warning: suggest parentheses around assignment used as truth value >Cc bin.linuxx86/timestamp.o >Cc bin.linuxx86/variable.o >variable.c: In function 'var_defines': >variable.c:85: warning: suggest parentheses around assignment used as truth value >variable.c:109: warning: suggest parentheses around assignment used as truth value >variable.c: In function 'var_string': >variable.c:195: warning: suggest parentheses around assignment used as truth value >...skipped libjam.a for lack of libjam.a(jamgram.o)... >Cc bin.linuxx86/mkjambase.o >mkjambase.c:28: warning: return type defaults to 'int' >Link bin.linuxx86/mkjambase >Chmod1 bin.linuxx86/mkjambase >Cc bin.linuxx86/jam.o >jam.c:170: warning: return type defaults to 'int' >jam.c: In function 'main': >jam.c:235: warning: suggest parentheses around assignment used as truth value >jam.c:318: warning: suggest parentheses around assignment used as truth value >jam.c:332: warning: suggest parentheses around assignment used as truth value >jam.c:342: warning: suggest parentheses around assignment used as truth value >jam.c:347: warning: suggest parentheses around assignment used as truth value >GenFile1 jambase.c >Cc bin.linuxx86/jambase.o >...skipped jam for lack of libjam.a... >...failed updating 2 target(s)... >...skipped 4 target(s)... >...updated 27 target(s)... >make: *** [all] Error 1 >error: Bad exit status from /var/tmp/rpm-tmp.55716 (%build) > > >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.55716 (%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 198924
: 132452