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 660797 - FTBFS sim-0.9.5-0.23.20091129svn3078rev.fc13
Summary: FTBFS sim-0.9.5-0.23.20091129svn3078rev.fc13
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: sim
Version: rawhide
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Pavel Alexeev
QA Contact: Fedora Extras Quality Assurance
URL: http://linux.dell.com/files/fedora/Fi...
Whiteboard:
Depends On:
Blocks: F15FTBFS
TreeView+ depends on / blocked
 
Reported: 2010-12-07 17:59 UTC by FTBFS
Modified: 2011-06-16 19:05 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-12-13 10:49:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
root.log (744.28 KB, text/plain)
2010-12-07 17:59 UTC, FTBFS
no flags Details
build.log (26.83 KB, text/plain)
2010-12-07 17:59 UTC, FTBFS
no flags Details
mock.log (918 bytes, text/plain)
2010-12-07 17:59 UTC, FTBFS
no flags Details
root.log (1.03 MB, text/plain)
2010-12-07 17:59 UTC, FTBFS
no flags Details
build.log (27.13 KB, text/plain)
2010-12-07 17:59 UTC, FTBFS
no flags Details
mock.log (1003 bytes, text/plain)
2010-12-07 17:59 UTC, FTBFS
no flags Details

Description FTBFS 2010-12-07 17:59:35 UTC
sim-0.9.5-0.23.20091129svn3078rev.fc13.src.rpm Failed To Build From Source against the rawhide tree.  See http://fedoraproject.org/wiki/FTBFS for more information.
If you believe this is actually a bug in another package, do NOT change the component in this bug or close this bug.  Instead, add the appropriate bug number from the other package to the "Depends on" line in this bug.  If the other package does not yet have a bug created that you think matches, please create one.  Doing so helps us properly track bugs and their dependencies, just as we track package dependencies.  (If you close this bug, and the other package is not fixed before the next FTBFS run, a new bug will get created.  Please follow the above advice to avoid such duplication.)

Comment 1 FTBFS 2010-12-07 17:59:38 UTC
Created attachment 465617 [details]
root.log


root.log for i386

Comment 2 FTBFS 2010-12-07 17:59:40 UTC
Created attachment 465618 [details]
build.log


build.log for i386

Comment 3 FTBFS 2010-12-07 17:59:41 UTC
Created attachment 465619 [details]
mock.log


mock.log for i386

Comment 4 FTBFS 2010-12-07 17:59:43 UTC
Created attachment 465620 [details]
root.log


root.log for x86_64

Comment 5 FTBFS 2010-12-07 17:59:45 UTC
Created attachment 465621 [details]
build.log


build.log for x86_64

Comment 6 FTBFS 2010-12-07 17:59:46 UTC
Created attachment 465622 [details]
mock.log


mock.log for x86_64

Comment 7 Ralf Corsepius 2010-12-10 14:35:35 UTC
Cause of this FTBFS is a missing BR: flex-static

I am not going to add it, but am leaving fixing this issue to this package's maintainer, because I feel this package hasn't had enough attention and needs a major overhaul.

Comment 8 Pavel Alexeev 2010-12-11 08:55:27 UTC
Thank you, I'll look on it in few days.

Comment 9 Pavel Alexeev 2010-12-13 10:49:35 UTC
I do not understand why it needed now, but conditional BR added.
Build should happened soon.

Comment 10 Ralf Corsepius 2010-12-13 11:50:07 UTC
(In reply to comment #9)
> I do not understand why it needed now, but conditional BR added.
> Build should happened soon.

It actually is quite simple.

Without special preparations, flex or lex generated scanners typically use yywrap, which historically is supplied by libfl.* or libl.*

As libfl is really trival and small, it's developers consider only provide a static libfl.a (I agree with their reasoning).

In wery old Fedoras and RHs, libfl.a used to be part of the flex package, in more recent Fedoras, libfl.a is provided by the flex-static package.

Up to Fedora 14 the flex package had contained "Requires: flex-static", i.e. libfl.a was implicitly pulled in when using "Requires: flex".

In Fedora-15, the flex package doesn't "Requires: flex-static" anymore.

=> Packages using libfl now have to explicitly "BR: flex-static". This had caused a couple of FTBFS breakdowns.

Comment 11 Pavel Alexeev 2010-12-13 11:59:58 UTC
Thank you for the explanation.


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