Bug 156208

Summary: djvulibre - FC4 rebuild failed
Product: [Fedora] Fedora Reporter: Michael Schwendt <bugs.michael>
Component: djvulibreAssignee: Matthias Saou <matthias>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mkevac, tpfennig
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-04 18:19:00 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: 157183    
Attachments:
Description Flags
spec patch
none
patch0 required by spec patch none

Description Michael Schwendt 2005-04-28 13:04:16 UTC
This package failed to rebuild for FC4 Development around 2005-04-11 after an
automated release bump.

Architectures: i386 ppc

Build failure logs at: http://fedoraproject.org/extras/development/build-logs/

Comment 1 Michael Schwendt 2005-05-09 01:11:47 UTC
Build fails due to SMP make flags. Lazy fix suggestion:

--- djvulibre.spec.~1.8.~       2005-04-07 00:11:36.000000000 +0200
+++ djvulibre.spec      2005-05-09 00:28:21.000000000 +0200
@@ -36,7 +36,7 @@
 
 %build
 %configure
-%{__make} %{?_smp_mflags}
+%{__make} %{?_smp_mflags} || %{__make}
 
 
 %install


Comment 2 Michael Schwendt 2005-05-09 01:14:38 UTC
Or better, just drop smp_mflags as to avoid any other race condition...

Comment 3 Matthias Saou 2005-05-09 08:55:38 UTC
From the digging I've done, this is definitely not the (only) issue. Some stuff,
namely the .desktop file, is only installed with older Qt/kdelibs it seems, so
some further spec file changes are required.
I'm already working on it, but feel free to provide a patch to the spec file if
you really want to.

Comment 4 Michael Schwendt 2005-07-27 20:30:35 UTC
*** Bug 164382 has been marked as a duplicate of this bug. ***

Comment 5 Michael Schwendt 2005-07-28 22:52:10 UTC
Created attachment 117250 [details]
spec patch

With these changes, it built for FC4.

Comment 6 Michael Schwendt 2005-07-28 22:53:07 UTC
Created attachment 117251 [details]
patch0 required by spec patch

Comment 7 Matthias Saou 2005-08-04 18:19:00 UTC
Sorry Michael, I hadn't seen those two attachements until now, and worked on
getting djvulibre to build independently. Using 3.5.15 (released not long ago,
and not yet linked on the main web page) fixed the gcc4 issue, and as I wrote,
some further changes were required to get everything straight, since the
configure script does some checking for files and directories to know what
mime/desktop/etc. files should be installed.

New packages of 3.5.15 should be available real soon.