Bug 539069 - FTBFS gnuradio-3.2.2-1.fc12
Summary: FTBFS gnuradio-3.2.2-1.fc12
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnuradio
Version: rawhide
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Marek Mahut
QA Contact: Fedora Extras Quality Assurance
URL: http://linux.dell.com/files/fedora/Fi...
Whiteboard:
Depends On: 562577
Blocks: F13FTBFS 564687
TreeView+ depends on / blocked
 
Reported: 2009-11-19 16:40 UTC by FTBFS
Modified: 2010-02-14 20:28 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-02-10 20:27:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
root.log (1.18 MB, text/plain)
2009-11-19 16:40 UTC, FTBFS
no flags Details
build.log (21.97 KB, text/plain)
2009-11-19 16:40 UTC, FTBFS
no flags Details
mock.log (958 bytes, text/plain)
2009-11-19 16:40 UTC, FTBFS
no flags Details
root.log (1.63 MB, text/plain)
2009-11-19 16:40 UTC, FTBFS
no flags Details
build.log (22.45 KB, text/plain)
2009-11-19 16:40 UTC, FTBFS
no flags Details
mock.log (967 bytes, text/plain)
2009-11-19 16:40 UTC, FTBFS
no flags Details
here's a fix (445 bytes, patch)
2010-01-20 10:02 UTC, Caolan McNamara
no flags Details | Diff

Description FTBFS 2009-11-19 16:40:19 UTC
gnuradio-3.2.2-1.fc12.src.rpm Failed To Build From Source against the rawhide tree.  See http://fedoraproject.org/wiki/FTBFS for more information.

Comment 1 FTBFS 2009-11-19 16:40:23 UTC
Setting to ASSIGNED per Fedora Bug Triage workflow.  https://fedoraproject.org/wiki/BugZappers/BugStatusWorkFlow

Comment 2 FTBFS 2009-11-19 16:40:27 UTC
Created attachment 371451 [details]
root.log

root.log for i386

Comment 3 FTBFS 2009-11-19 16:40:30 UTC
Created attachment 371452 [details]
build.log

build.log for i386

Comment 4 FTBFS 2009-11-19 16:40:33 UTC
Created attachment 371454 [details]
mock.log

mock.log for i386

Comment 5 FTBFS 2009-11-19 16:40:36 UTC
Created attachment 371455 [details]
root.log

root.log for x86_64

Comment 6 FTBFS 2009-11-19 16:40:37 UTC
Created attachment 371456 [details]
build.log

build.log for x86_64

Comment 7 FTBFS 2009-11-19 16:40:38 UTC
Created attachment 371457 [details]
mock.log

mock.log for x86_64

Comment 8 Caolan McNamara 2010-01-20 10:02:37 UTC
Created attachment 385639 [details]
here's a fix

Attached is a fix to configure to push pop the programming language in use during configure, i.e. push and pop "Fortran" around the fortran test.

Comment 9 Caolan McNamara 2010-01-20 10:58:41 UTC
Separately on rawhide you probably need something additional like
%prep
...
find . -name "*_moc.cc" -exec rm {} \;
...

in order to regenerate the _moc.cc files and

%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}

at the top instead of the current python_sitelib with a sed s/python_sitelib/python_sitearch/g

Comment 10 Caolan McNamara 2010-02-10 20:27:55 UTC
Fixed this up, built as gnuradio-3.2.2-3.fc13


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