Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 111822

Summary: xorg-cf-files does not create *.def files on AMD64
Product: Gentoo Linux Reporter: Maciej Zieba <crocodilek>
Component: New packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Maciej Zieba 2005-11-07 14:45:32 UTC
Hi :)

I'm testing the modular xorg and I've noticed two packages failing to emerge
with it - Xaw3d and groff, both complain about missing host.def and date.def.
For more information please look here:
http://forums.gentoo.org/viewtopic.php?p=2859655  (look for posts of "Crocodil"
on page 9)

As it turns out the files should be created by xorg-cf-files but they aren't (on
AMD64). I believe this ought to be fixed :)

Regards,
Maciej Zieba

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Joshua Baergen (RETIRED) gentoo-dev 2005-11-07 21:13:54 UTC
Bug-wranglers, caught this bug while looking through the forums.  Hope you don't 
mind if I take it.

Not too sure why the symlink is being ignored.  Anyways, those lines should 
probably read 

        echo "" >> ${D}/usr/$(get_libdir)/X11/config/host.def 
        echo "" >> ${D}/usr/$(get_libdir)/X11/config/version.def 
        echo "" >> ${D}/usr/$(get_libdir)/X11/config/date.def

I'll fix in CVS.  Let me know if that makes the problem go away.
Comment 2 Maciej Zieba 2005-11-08 03:03:14 UTC
Hi :)

Yes, it did the job, thanks! :)
Comment 3 Joshua Baergen (RETIRED) gentoo-dev 2005-11-08 10:50:21 UTC
Excellent.