| Summary: | xorg-x11-6.7.0-r1 fails to compile on sparc64 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Mark Kamichoff <prox> |
| Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | sparc |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | Sparc | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Mark Kamichoff
2004-06-28 19:48:44 UTC
As a check, on an Ultra-2 SMP (sparc64) system, I just ran emerge -B xorg-x11 It successfully built the package for xorg-x11-6.7.0-r1, including the library reported to fail in this report: libJISX0208.a For comparison, here is the emerge info for the system I used for this: ================================================================= Portage 2.0.51_pre12 (default-sparc64-1.4, gcc-3.3.3, glibc-2.2.5-r2,glibc-2.3.2-r9, 2.4.26-sparc-r2) ================================================================= System uname: 2.4.26-sparc-r2 sparc64 sun4u Gentoo Base System version 1.4.16 ccache version 2.3 [disabled] Autoconf: sys-devel/autoconf-2.59-r4 Automake: sys-devel/automake-1.8.3 Binutils: sys-devel/binutils-2.14.90.0.7-r4 ACCEPT_KEYWORDS="sparc" AUTOCLEAN="yes" CFLAGS="-mcpu=ultrasparc -mtune=ultrasparc -O2 -pipe" CHOST="sparc-unknown-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-mcpu=ultrasparc -mtune=ultrasparc -O2 -pipe -Wno-deprecated" DISTDIR="/usr/portage/distfiles" FEATURES="cvs sandbox" GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://ftp-mirror.internap.com/pub/gentoo/ ftp://mirrors.tds.net/gentoo ftp://ftp.ndlug.nd.edu/pub/gentoo/ http://mirrors.tds.net/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="sparc X Xaw3d avi berkdb cdr crypt cups encode fbcon foomaticdb gdbm gif gpm gtk guile imlib java jpeg libwww mad mikmod motif mozilla mpeg mpi mysql ncurses nls opengl pam pdflib perl png python qt readline ruby ruby18 sdl slang spell ssl stroke tcltk tcpd tetex tiff truetype xml2 xmms xv zlib" ================================= It might be interesting to see the failing Makefile from xc/lib/font/X-TrueType/JISX0208/module but off hand, I don't see any way to reproduce this. (ls -aCFs in that directory should give you something like this after the build is complete:) lacewing module # ls -aCFs total 88 4 ./ 4 Imakefile 20 JISX0208toUCS2.o 20 libJISX0208.a 4 main.o 4 ../ 0 JISX0208toUCS2.c@ 32 Makefile 0 main.c@ Regards, Ferris (Gentoo/SPARC) It'd probably help if you attached a full compilation log of the broken build. Apparently there was a FS-related problem in /var the last couple of times I had attempted to build xorg-x11-6.7.0-r1. This seems to be the culprit. I apologize for the inconvenience. |