Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42839 - Xfree86 4.3.0-r5 fails in bdf fonts, no rule to make ucs2any
Summary: Xfree86 4.3.0-r5 fails in bdf fonts, no rule to make ucs2any
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-24 21:52 UTC by Blu3
Modified: 2004-02-25 20:45 UTC (History)
0 users

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


Attachments
logfile of xfree compile failure (2334-xfree-4.3.0-r5.log,1002.01 KB, text/plain)
2004-02-24 23:31 UTC, Blu3
Details
xfree-4.3.0-r5.ebuild.ucs2any.diff (xfree-4.3.0-r5.ebuild.ucs2any.diff,847 bytes, patch)
2004-02-25 00:14 UTC, Donnie Berkholz (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Blu3 2004-02-24 21:52:42 UTC
rm -f 9x18Bt.bdf
perl  ../../../fonts/util/bdftruncate.pl 0x3200 < 9x18B.bdf > 9x18Bt.bdf
rm -f 10x20t.bdf
perl  ../../../fonts/util/bdftruncate.pl 0x3200 < 10x20.bdf > 10x20t.bdf
rm -f clR6x12t.bdf
perl  ../../../fonts/util/bdftruncate.pl 0x3200 < clR6x12.bdf > clR6x12t.bdf
make[4]: *** No rule to make target `../../../exports/bin/ucs2any', needed by `4x6-ISO8859-                                                  1.bdf'.  Stop.
make[4]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r5/work/xc/fonts/bdf/misc'
make[3]: *** [includes] Error 2
make[3]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r5/work/xc/fonts/bdf'
make[2]: *** [includes] Error 2
make[2]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r5/work/xc/fonts'
make[1]: *** [includes] Error 2
make[1]: Leaving directory `/var/tmp/portage/xfree-4.3.0-r5/work/xc'
make: *** [World] Error 2

!!! ERROR: x11-base/xfree-4.3.0-r5 failed.
!!! Function src_compile, Line 584, Exitcode 2
!!! (no error message)

This URL -might- be related: http://xfree86.desiato.de/xfree86/pipermail/xpert/2001-February/005969.html
Comment 1 Blu3 2004-02-24 21:53:15 UTC
powerix root # emerge info
Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 2.6.3)
=================================================================
System uname: 2.6.3 i686 Intel(R) Pentium(R) 4 Mobile CPU 2.00GHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache keepwork sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X X509 acpi acpi4linux alsa apache2 arts artswrappersuid avi berkdb cdr crypt cups debug dga dnd dvd dvdr encode esd ethereal etwin fam ffmpeg gd gif glut gphoto2 gpm gps gstreamer gtk gtk2 gtkhtml i8x0 imagemagick imap imlib imlib2 irda java jpeg kde ladcca lcd lcms libwww lirc ltsp mad mcal md5sum memlimit mikmod mmx motif mpeg mpeg4 mpi music mysql ncurses nls nvidia nviz oav offensive oggvorbis openal opengl pam parse-clocks pcap pcmcia pda pdflib perl php pic plotutils png pnp postgres python qt quicktime readline samba sasl scanner slp snmp speex spell sse ssl tcltk tiff truetype trusted type1 usb v4l x86 xine xinerama xml2 xmms xosd xv xvid zlib"
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2004-02-24 22:00:25 UTC
We'll need a full emerge log. Please set PORT_LOGDIR in make.conf and attach if possible, or provide a URL to download (plain-text only for both, please).
Comment 3 Blu3 2004-02-24 22:26:37 UTC
http://blue-labs.org/2334-xfree-4.3.0-r5.log.bz2, 58K, unpacked file is 1M in size.
Comment 4 Donnie Berkholz (RETIRED) gentoo-dev 2004-02-24 23:04:53 UTC
I know the unpacked one is big, but could you post it anyway if that's not unreasonable? I'm not a big fan of downloading bzips from unknown people.
Comment 5 Blu3 2004-02-24 23:27:54 UTC
I don't see the difference between a plain text 1M and a bzip 58K, it's not like bzip2 can be an auto-launched virus or something any more than downloading an unknown file could be..

I'll attach it, I just don't like FUD.
Comment 6 Blu3 2004-02-24 23:31:07 UTC
Created attachment 26302 [details]
logfile of xfree compile failure
Comment 7 Donnie Berkholz (RETIRED) gentoo-dev 2004-02-25 00:14:58 UTC
Created attachment 26304 [details, diff]
xfree-4.3.0-r5.ebuild.ucs2any.diff

Try this patch to the ebuild to get some more verbose (hopefully) errors when
building ucs2any. The only important part of the log will be between the unpack
and the "Building XFree86..."
Comment 8 Blu3 2004-02-25 16:09:41 UTC
Ok, last night while I was waiting for information I emerged a bunch of other dependancies for kaffeine (what started this in the first place), and X now emerges successfully.

I'm closing this as WFM unless anyone disagrees.
Comment 9 Donnie Berkholz (RETIRED) gentoo-dev 2004-02-25 20:45:54 UTC
OK, thanks. Let us know if it crops up again.