Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1106241 - mot-adms: FTBFS in rawhide
Summary: mot-adms: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: mot-adms
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Chitlesh GOORAH
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1037206
Blocks: F21FTBFS
TreeView+ depends on / blocked
 
Reported: 2014-06-09 04:03 UTC by Dennis Gilmore
Modified: 2014-07-20 15:47 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-20 15:47:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (20.88 KB, text/plain)
2014-06-09 04:03 UTC, Dennis Gilmore
no flags Details
root.log (81.18 KB, text/plain)
2014-06-09 04:03 UTC, Dennis Gilmore
no flags Details
state.log (1.10 KB, text/plain)
2014-06-09 04:03 UTC, Dennis Gilmore
no flags Details

Description Dennis Gilmore 2014-06-09 04:03:31 UTC
Your package mot-adms failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=6961090

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

Comment 1 Dennis Gilmore 2014-06-09 04:03:33 UTC
Created attachment 904283 [details]
build.log

Comment 2 Dennis Gilmore 2014-06-09 04:03:35 UTC
Created attachment 904284 [details]
root.log

Comment 3 Dennis Gilmore 2014-06-09 04:03:36 UTC
Created attachment 904285 [details]
state.log

Comment 4 Yaakov Selkowitz 2014-06-18 23:51:49 UTC
Part of this is -Werror=format-security (patch in bug 1037206), but then there are what may be some issues with recent bison/lex:

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DinsideadmstpathYacc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c admstpathYacc.c  -fPIC -DPIC -o .libs/libadmsAdmstpath_la-admstpathYacc.o
y.tab.c: In function 'admstpathparse':
y.tab.c:14983:23: error: too few arguments to function 'admstpathlex'
admstpathYacc.y:8:12: note: declared here
 static int admstpathlex (p_pparse mypparse);
            ^
admstpathYacc.y:13693:43: error: 'mypparse' undeclared (first use in this function)
    p_text mytext=adms_text_new(((p_pparse)mypparse)->_transform,"");
                                           ^
admstpathYacc.y:13693:43: note: each undeclared identifier is reported only once for each function it appears in
admstpathYacc.y: In function 'pparse':
admstpathYacc.y:14675:5: error: too many arguments to function 'admstpathparse'
     admstpathparse (mypparse);
     ^
y.tab.c:14827:1: note: declared here
admstpathYacc.y: In function 'tparse':
admstpathYacc.y:14708:5: error: too many arguments to function 'admstpathparse'
     admstpathparse (mypparse);
     ^
y.tab.c:14827:1: note: declared here
admstpathYacc.y: In function 'apath_main':
admstpathYacc.y:14747:5: error: too many arguments to function 'admstpathparse'
     admstpathparse (mypparse);
     ^
y.tab.c:14827:1: note: declared here


Note You need to log in before you can comment on or make changes to this bug.