Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135263 - xprint not built by xorg-server-1.1.0
Summary: xprint not built by xorg-server-1.1.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-02 05:54 UTC by Walter Meinl
Modified: 2006-06-04 11:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Meinl 2006-06-02 05:54:54 UTC
after upgrading to xorg-server-1.1.0 I see the output
/usr/lib/misc/xprint not found.
In order to evaluate the reason for this, I did an ebuild compile and ebuild install. During running emerge install I see
install: Aufruf von stat fuer
/var/tmp/portage/xorg-server-1.1.0/work/xorg-server-1.1.0/Xprint/etc/init.d/xprint
 nicht
moeglich: Datei oder Verzeichnis nicht gefunden
sed: kann /var/tmp/portage/xorg-server-1.1.0/image//usr/lib/misc/xprint nicht lesen: Datei oder Verzeichnis nicht gefunden
sorry for the German output, means it wasnt found
Looking at the patches applied for xprint I saw that they both patch Makefile.am . Since in my setup no autoconf/automake is called to recreate configure, the patches are not effective.
I went to ${S} , ran manually make clean, than automake, removed .compiled and .installed and did again ebuild compile and ebuild install and xprint was there again. Probably the xprint-patches have to be adjusted to patch Makefile.in on settings were autoreconf is not neccessary.
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2006-06-02 08:15:12 UTC
Looks like we need to add something like this:

if use xprint; then
    eautoreconf
fi
Comment 2 Joshua Baergen (RETIRED) gentoo-dev 2006-06-04 11:52:02 UTC
Alright, fixed in CVS.  Give it a try in an hour or so.