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 1239689

Summary: mldonkey: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: mldonkeyAssignee: Richard W.M. Jones <rjones>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: i, rjones
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: mldonkey-3.1.5-7.fc23 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-05 21:49:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1239338    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Dennis Gilmore 2015-07-05 21:06:53 UTC
Your package mldonkey failed to build from source in current rawhide.

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

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

Comment 1 Dennis Gilmore 2015-07-05 21:06:54 UTC
Created attachment 1047382 [details]
build.log

Comment 2 Dennis Gilmore 2015-07-05 21:06:55 UTC
Created attachment 1047383 [details]
root.log

Comment 3 Dennis Gilmore 2015-07-05 21:06:56 UTC
Created attachment 1047384 [details]
state.log

Comment 4 Richard W.M. Jones 2015-07-05 21:37:25 UTC
The error is:

ocamlopt.opt -inline 10    -I src/utils/extlib  -I src/utils/cdk  -I src/utils/bitstring  -I src/utils/lib  -I src/utils/ocamlrss  -I src/utils/xml-light  -I src/utils/net  -I tools  -I src/daemon/common  -I src/daemon/driver  -I src/utils/mp3tagui  -I src/config/unix  -I src/gtk2/gui  -I src/gtk2/gui/x11  -I src/gtk2/gui/win32  -I icons/rsvg  -I +lablgtk2  -I src/networks/direct_connect  -I src/networks/fasttrack  -I src/networks/fileTP  -I src/networks/bittorrent  -I src/networks/donkey -I +camlp4 -c src/utils/cdk/unix2.ml
File "src/daemon/common/commonOptions.ml", line 1:
Error: Corrupted compiled interface
src/utils/lib/date.cmi
Makefile:5447: recipe for target 'src/daemon/common/commonOptions.cmo' failed

This usually indicates that parallel builds are enabled, and
one compile has half-overwritten another compile of the target
file (date.cmi).

I will try a rebuild soon to see if that fixes it.

Comment 5 Richard W.M. Jones 2015-07-05 21:49:11 UTC
Looks like it was just a race in a Makefile somewhere.  In any case,
it rebuilds now without any change.

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

Comment 6 Christopher Meng 2015-07-06 03:45:51 UTC
Thanks for the rebuild.