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 1106801

Summary: intrace: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: intraceAssignee: Kashyap Chamarthy <kchamart>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: i, kchamart, yselkowi
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: intrace-1.5-5.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-07 22:57: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: 1105908    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Dennis Gilmore 2014-06-09 17:31:32 UTC
Your package intrace failed to build from source in current rawhide.

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

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

Comment 1 Dennis Gilmore 2014-06-09 17:31:35 UTC
Created attachment 905338 [details]
build.log

Comment 2 Dennis Gilmore 2014-06-09 17:31:36 UTC
Created attachment 905339 [details]
root.log

Comment 3 Dennis Gilmore 2014-06-09 17:31:37 UTC
Created attachment 905340 [details]
state.log

Comment 4 Christopher Meng 2014-07-02 13:00:03 UTC
1.5.1 2014-06-06
	* Don't send packets with syn/ack > current
	* Compile cleanly on ARM - https://code.google.com/p/intrace/issues/detail?id=4

Should fix the problem.

Comment 5 Christopher Meng 2014-07-02 13:00:14 UTC
*** Bug 992574 has been marked as a duplicate of this bug. ***

Comment 6 Kashyap Chamarthy 2014-07-16 06:23:30 UTC
Thanks for the bug, Dennis and initial investigation, Christopher.

Upstream hasn't released a tarball for 1.5.1. I just emailed asking the same, will see if there's a response, if there's none, I'll prepare a tarball from the SVN revision 35 (which has 1.5.1) release.

Comment 7 Kashyap Chamarthy 2014-07-16 10:10:03 UTC
Since Googlecode doesn't allow for uploading tarballs now, upstream just provided the below tarball hosted on Google Drive:

  http://docs.google.com/uc?id=0B86hdL7CeBvAZGJzbEFhZWY4Mlk

Comment 8 Yaakov Selkowitz 2014-08-07 22:57:11 UTC
The problem here is actually the use of _BSD_SOURCE, which is deprecated in glibc-2.19; this issue has not been fixed yet upstream.