Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256090 - fontconfig-2.6.0-r2 windows patch kills non-windows installation
Summary: fontconfig-2.6.0-r2 windows patch kills non-windows installation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-23 13:55 UTC by Rabbe Fogelholm
Modified: 2009-01-27 21:08 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 Rabbe Fogelholm 2009-01-23 13:55:29 UTC
Emerging dev-python/pygtk in Prefix Portage causes 40 packages to be pulled in. One of them fails to emerge. My platform is SUSE Enterprise 10 SP1.

>>> Emerging (32 of 41) media-libs/fontconfig-2.6.0-r2

....

cp: cannot stat `../conf.avail/20-fix-globaladvance.conf': No such file or directory
 /local/scratch/nightly/2009-01-23-1/usr/bin/install -c -m 644 '10-autohint.conf' '/local/scratch/portage/media-libs/fontconfig-2.6.0-r2/image//local/scratch/nightly/2009-01-23-1/etc/fonts/conf.avail/10-autohint.conf'
 /local/scratch/nightly/2009-01-23-1/usr/bin/install -c -m 644 'README' '/local/scratch/portage/media-libs/fontconfig-2.6.0-r2/image//local/scratch/nightly/2009-01-23-1/etc/fonts/conf.d/README'
rm -f 20-unhint-small-vera.conf; ln -s ../conf.avail/20-unhint-small-vera.conf .
 /local/scratch/nightly/2009-01-23-1/usr/bin/install -c -m 644 '10-no-sub-pixel.conf' '/local/scratch/portage/media-libs/fontconfig-2.6.0-r2/image//local/scratch/nightly/2009-01-23-1/etc/fonts/conf.avail/10-no-sub-pixel.conf'
cp: cannot stat `../conf.avail/20-unhint-small-vera.conf': No such file or directory
rm -f 30-urw-aliases.conf; ln -s ../conf.avail/30-urw-aliases.conf .

[ omitted chunk of similar messages ]

cp: cannot stat `../conf.avail/69-unifont.conf': No such file or directory
rm -f 80-delicious.conf; ln -s ../conf.avail/80-delicious.conf .
cp: cannot stat `../conf.avail/80-delicious.conf': No such file or directory
 /local/scratch/nightly/2009-01-23-1/usr/bin/install -c -m 644 '20-fix-globaladvance.conf' '/local/scratch/portage/media-libs/fontconfig-2.6.0-r2/image//local/scratch/nightly/2009-01-23-1/etc/fonts/conf.avail/20-fix-globaladvance.conf'
rm -f 90-synthetic.conf; ln -s ../conf.avail/90-synthetic.conf .
cp: cannot stat `../conf.avail/90-synthetic.conf': No such file or directory
make[2]: *** [install-data-local] Error 1
make[2]: *** Waiting for unfinished jobs....
 /local/scratch/nightly/2009-01-23-1/usr/bin/install -c -m 644 '20-unhint-small-vera.conf' '/local/scratch/portage/media-libs/fontconfig-2.6.0-r2/image//local/scratch/nightly/2009-01-23-1/etc/fonts/conf.avail/20-unhint-small-vera.conf'
 /local/scratch/nightly/2009-01-23-1/usr/bin/install -c -m 644 '25-unhint-nonlatin.conf' '/local/scratch/portage/media-libs/fontconfig-2.6.0-r2/image//local/scratch/nightly/2009-01-23-1/etc/fonts/conf.avail/25-unhint-nonlatin.conf'

[ omitted chunk of similar lines ]

make[2]: Leaving directory `/local/scratch/portage/media-libs/fontconfig-2.6.0-r2/work/fontconfig-2.6.0/conf.d'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/local/scratch/portage/media-libs/fontconfig-2.6.0-r2/work/fontconfig-2.6.0/conf.d'
make: *** [install-recursive] Error 1
 * ERROR: media-libs/fontconfig-2.6.0-r2 failed:
 *   (no error message)
Comment 1 Rabbe Fogelholm 2009-01-26 13:04:18 UTC
Workaround: Mask version 2.6.0-r2 in etc/portage/package.mask. This causes media-libs/fontconfig-2.5.0-r01.2 to be emerged successfully.
Comment 2 Markus Duft (RETIRED) gentoo-dev 2009-01-26 13:27:50 UTC
hmmm... wait a sec.. this seems to be caused by my windows patch...? didn't think this could disturb any other platform. the patch is now applied on windows only, so it should work now. still a strange problem, sorry for the inconvenience.
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-01-27 21:08:39 UTC
(In reply to comment #2)
> hmmm... wait a sec.. this seems to be caused by my windows patch...? didn't
> think this could disturb any other platform. the patch is now applied on
> windows only, so it should work now. still a strange problem, sorry for the
> inconvenience.
> 

Looks fine now, resolving. Thanks.