Bug 808289 - abrt fails to build from source in F17
Summary: abrt fails to build from source in F17
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: abrt
Version: 17
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: abrt
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-30 04:23 UTC by Brendan Conoboy
Modified: 2012-03-30 08:01 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-30 08:01:38 UTC
Type: ---


Attachments (Terms of Use)

Description Brendan Conoboy 2012-03-30 04:23:34 UTC
Description of problem:

The abrt-2.0.9-1.fc17.src.rpm from koji fails to build from source, even though it previously succeeded.  Evidently one of its dependencies has changed, but I don't know which one.  The failure is:

gcc -DHAVE_CONFIG_H -I. -I../..  -I./../include -I./../lib -DVAR_RUN=\"/var/run\" -DPLUGINS_CONF_DIR=\"/etc/abrt/plugins\" -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -fPIC -I/usr/include/libreport -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -Wall -Wwrite-strings -Werror -D_GNU_SOURCE   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 -mtune=generic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE           -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -std=gnu99 -Wall -c -o abrt_hook_ccpp-abrt-hook-ccpp.o `test -f 'abrt-hook-ccpp.c' || echo './'`abrt-hook-ccpp.c
abrt-hook-ccpp.c: In function 'main':
abrt-hook-ccpp.c:712:27: error: 'FILENAME_LIMITS' undeclared (first use in this function)
abrt-hook-ccpp.c:712:27: note: each undeclared identifier is reported only once for each function it appears in
abrt-hook-ccpp.c:716:27: error: 'FILENAME_OPEN_FDS' undeclared (first use in this function)
abrt-hook-ccpp.c:731:34: error: 'FILENAME_ROOTDIR' undeclared (first use in this function)

Whatever used to define these values is no longer doing so.

Comment 1 Jiri Moskovcak 2012-03-30 08:01:38 UTC
It needs the latest libreport, which is not in the build root, if you want to build it, you need to tag build libreport-2.0.10-1.fc17 to build over ride. You can do this on this url: https://admin.fedoraproject.org/updates/override/


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