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 992788

Summary: texlive: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: texliveAssignee: Jindrich Novy <novyjindrich>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: gwync, novyjindrich, pertusus, than, vondruch
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: texlive-2013-0.4.20130608_r30832.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-07 14:31:09 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: 991858    

Description Dennis Gilmore 2013-08-05 06:34:14 UTC
Your package texlive failed to build from source in current rawhide.

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

Build logs:
root.log: http://kojipkgs.fedoraproject.org/work/tasks/8104/5748104/root.log
build.log: http://kojipkgs.fedoraproject.org/work/tasks/8104/5748104/build.log
state.log: http://kojipkgs.fedoraproject.org/work/tasks/8104/5748104/state.log
NOTE: build logs are cleaned up after 1 week

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

Comment 1 Than Ngo 2013-08-07 14:31:09 UTC
Dennis, this bug was introduced by mass-rebuild. The mass-rebuild-script added the .1 to "Release: %{tl_release}" which caused the dep issue. Could you please fix the buildscript to increase the tl_rel macro instead to add .1 in the future?

thanks

the issue should be fixed in texlive-2013-0.4.20130608_r30832.fc20.

Comment 2 Vít Ondruch 2013-08-14 07:25:53 UTC
(In reply to Ngo Than from comment #1)
> Dennis, this bug was introduced by mass-rebuild. The mass-rebuild-script
> added the .1 to "Release: %{tl_release}" which caused the dep issue. Could
> you please fix the buildscript to increase the tl_rel macro instead to add
> .1 in the future?

I suspect, that the build script is using rpmdev-bumpspec to bump the release. This tool knows how to bump %{release} macro and some others. May be you can fix your spec instead.