Bug 201869

Summary: Missing libglitz.a from glitz-devel package
Product: [Fedora] Fedora Reporter: Hugo Cisneiros <hugo>
Component: glitzAssignee: Eric Work <work.eric>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
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: 2006-08-18 04:06:45 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:

Description Hugo Cisneiros 2006-08-09 15:29:14 UTC
Hi, it appears that the /usr/lib/libglitz.a file is missing from the 
glitz-devel package. It is needed to link things against it.

Comment 1 Eric Work 2006-08-09 17:19:06 UTC
The static libraries were intentionally left out.  The fedora packagaing guide
lines encourage the use of shared libraries as much as possible.

"Packages including libraries should exclude static libs as far as possible (eg
by configuring with --disable-static). Static libraries should only be included
in exceptional circumstances. Also applications linking against libraries should
as far as possible link against shared libraries not static versions."

Are you having problems linking against the shared library?  If you really need
the static libraries for your application you can build the SRPM file and remove
the --disable-static line and add the *.a files to the files list for each package.

Comment 2 Hugo Cisneiros 2006-08-15 16:03:04 UTC
I see. I needed this to compile the xorg-x11-server-Xgl package for Fedora. If 
this is not an exceptional case, then forget about it and close this bug. 
Maybe in the future, when Xgl/Xegl is stable enough and wide-used, it will be 
worthy :)

Thanks for your attention!