First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 93864
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo X packagers <x11@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Steev Klimaszewski <steev@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 93864 depends on: Show dependency tree
Bug 93864 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-05-24 16:31 0000
Emerging xorg-x11 6.8.99.8 I get the following:

atidri.c: In function `ATIDRIScreenInit':
atidri.c:1103: error: parse error before numeric constant
make[7]: *** [atidri.o] Error 1
make[7]: Leaving directory
`/var/tmp/portage/xorg-x11-6.8.99.8/work/xc/programs/Xserver/hw/xfree86/drivers/ati'
make[6]: *** [all] Error 2
make[6]: Leaving directory
`/var/tmp/portage/xorg-x11-6.8.99.8/work/xc/programs/Xserver/hw/xfree86/drivers'
make[5]: *** [all] Error 2
make[5]: Leaving directory
`/var/tmp/portage/xorg-x11-6.8.99.8/work/xc/programs/Xserver/hw/xfree86'
make[4]: *** [hw/xfree86] Error 2
make[4]: Leaving directory
`/var/tmp/portage/xorg-x11-6.8.99.8/work/xc/programs/Xserver'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.99.8/work/xc/programs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.99.8/work/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.99.8/work/xc'
make: *** [World] Error 2




Reproducible: Always
Steps to Reproduce:
1.
2.
3.




[ebuild     U ] x11-base/xorg-x11-6.8.99.8 [6.8.99.5] -3dfx +3dnow +bitmap-fonts
+cjk -debug -dlloader -dmx -doc +font-server +insecure-drivers +ipv6 -minimal
+mmx +nls +opengl +pam -sdk +sse -static +truetype-fonts +type1-fonts (-uclibc)
+xprint +xv 0 kB 

Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.3-20050110,
glibc-2.3.5-r0, 2.6.12-rc4-mm1 i686)
=================================================================
System uname: 2.6.12-rc4-mm1 i686 Mobile AMD Athlon(tm) 4 Processor
Gentoo Base System version 1.6.12
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5, 2.4.1
sys-apps/sandbox:    1.2.8
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-4 -O2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/fax /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control /var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-4 -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig candy ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirrors.tds.net/gentoo ftp://mirrors.tds.net/gentoo"
LDFLAGS="-Wl,-O1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage-gentopia"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X aac aalib acpi alsa apache2 avi bash-completion berkdb
bitmap-fonts cdr cjk crypt cups curl directfb divx4linux dvd dvdread eds emboss
encode esd exif fam flac foomaticdb fortran gd gd-external gdbm gif gnome gpm
gstreamer gtk gtk2 gtkhtml gtksharp guile hal howl imagemagick imlib ipv6 jpeg
ldap libg++ libwww mad mikmod ming mmx mmxext mng mono mozilla mp3 mpeg mysql
ncurses nls nptl nptlonly offensive ogg oggvorbis opengl openssl oss pam pcmcia
pcre pdflib perl php png print python quicktime readline rtc ruby samba sdl snmp
spell sqlite sse ssl svg svga tcltk tcpd tiff truetype truetype-fonts
type1-fonts unicode usb v4l v4l2 vorbis win32codecs wmf xine xml xml2 xmlrpc xpm
xprint xv xvid zlib video_cards_savage userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LINGUAS, MAKEOPTS

------- Comment #1 From Donnie Berkholz 2005-05-24 16:38:32 0000 -------
Try this patch:
http://cvs.freedesktop.org/xorg/xc/programs/Xserver/hw/xfree86/drivers/ati/atidri.c?r1=1.3&r2=1.4

------- Comment #2 From Donnie Berkholz 2005-05-24 17:06:26 0000 -------
Fixed in patchset 0.1.3.

------- Comment #3 From Roel Brook 2005-05-24 17:51:47 0000 -------
*** Bug 93868 has been marked as a duplicate of this bug. ***

First Last Prev Next    No search results available      Search page      Enter new bug