Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 195035 - x11-drivers/xf86-video-ati-6.7.195 fails with missing header
Summary: x11-drivers/xf86-video-ati-6.7.195 fails with missing header
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal
Assignee: Gentoo X packagers
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords: Inclusion
: 198316 198344 208151 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-10-07 22:36 UTC by Lars Weiler (RETIRED)
Modified: 2008-01-30 08:53 UTC (History)
7 users (show)

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


Attachments
patch adds extra include files. (xf86-video-ati-6.7.195-include.patch,666 bytes, patch)
2007-10-08 23:23 UTC, Anton Bolshakov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Weiler (RETIRED) gentoo-dev 2007-10-07 22:36:36 UTC
I'm testing the masked xf86-video-ati-driver on ppc.  During compile it fails with:
 powerpc-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -O2 -mtune=G4 -mcpu=G4 -maltivec -mabi=altivec -pipe -Wall -MT atiprint.lo -MD -MP -MF .deps/atiprint.Tpo -c atiprint.c  -fPIC -DPIC -o .libs/atiprint.o
atiprint.c: In function 'ATIPrintRegisters':
atiprint.c:644: error: 'uint32_t' undeclared (first use in this function)
atiprint.c:644: error: (Each undeclared identifier is reported only once
atiprint.c:644: error: for each function it appears in.)
atiprint.c:644: error: expected ';' before 'data'
atiprint.c:646: error: 'data' undeclared (first use in this function)
make[2]: *** [atiprint.lo] Error 1

The fix is quite simple:

diff -Naur xf86-video-ati-6.7.195.orig/src/atiprint.c xf86-video-ati-6.7.195/src/atiprint.c
--- xf86-video-ati-6.7.195.orig/src/atiprint.c  2007-10-08 00:20:51.000000000 +0200
+++ xf86-video-ati-6.7.195/src/atiprint.c       2007-10-08 00:22:16.000000000 +0200
@@ -26,6 +26,7 @@
 
 #include <string.h>
 #include <ctype.h>
+#include <stdint.h>
 
 #include "ati.h"
 #include "atichip.h"

I guess you have better relationship upstream.  That's why I'm posting in our bugzilla.
Comment 1 Joël 2007-10-08 09:07:12 UTC
Same on x86.
Comment 2 Lars Weiler (RETIRED) gentoo-dev 2007-10-08 10:11:10 UTC
(In reply to comment #1)
> Same on x86.

I can not confirm this on my laptop.  Probably it depends on the installed card?

ppc = Radeon 9200 SE
x86 = Radeon IGP 330M/340M/350M
Comment 3 Lars Weiler (RETIRED) gentoo-dev 2007-10-08 10:28:17 UTC
Reported upstream as per Donnie's suggestion on IRC.
Comment 4 Anton Bolshakov 2007-10-08 23:23:12 UTC
Created attachment 132971 [details, diff]
patch adds extra include files.

x86.
The same problem with atiprobe.c file. The complete patch attached.

The ebuild file together with emerge info goes bellow.

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.195.ebuild,v 1.1 2007/10/06 00:54:17 dberkholz Exp $

# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
XDPVER=4

inherit x-modular eutils

DESCRIPTION="ATI video driver"

KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="dri"

RDEPEND=">=x11-base/xorg-server-1.2"
DEPEND="${RDEPEND}
        x11-proto/fontsproto
        x11-proto/randrproto
        x11-proto/videoproto
        x11-proto/xextproto
        x11-proto/xineramaproto
        x11-proto/xf86miscproto
        x11-proto/xproto
        dri? ( x11-proto/glproto
                        x11-proto/xf86driproto
                        >=x11-libs/libdrm-2 )"

PATCHES="${FILESDIR}/${P}-include.patch"

CONFIGURE_OPTIONS="$(use_enable dri)"

pkg_setup() {
        if use dri && ! built_with_use x11-base/xorg-server dri; then
                die "Build x11-base/xorg-server with USE=dri."
        fi
}


emerge --info
Portage 2.1.3.9 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.5-r4, 2.6.22-suspend2-r2 i686)
=================================================================
System uname: 2.6.22-suspend2-r2 i686 Intel(R) Pentium(R) M processor 1.70GHz
Timestamp of tree: Mon, 08 Oct 2007 21:00:09 +0000
app-shells/bash:     3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r5
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 2.0.0_rc4-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4m -pipe -msse -msse2 -mfpmath=sse"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-O2 -march=pentium4m -pipe -msse -msse2 -mfpmath=sse"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://mirror.averse.net/pub/gentoo/"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
LINGUAS="en ru"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/secondlife /usr/portage/local/layman/sunrise /usr/portage/local/layman/security /usr/local/portage"
SYNC="rsync://gentoo.o0o.nu/gentoo-portage"
USE="X a52 acl acpi aiglx alsa bash-completion berkdb bitmap-fonts cairo cdr cli cracklib crypt dbus dri dvd dvdread eds emboss encode evo exif fam firefox flac fortran gdbm gif gpm hal iconv ipv6 isdnlog jpeg jpeg2k kde kdehiddenvisibility logrotate mad midi mikmod mmx mng mp3 mpeg mudflap ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pcre pdf perl png pppd python qt3 qt3support qt4 quicktime readline reflection sdl session spell spl sse sse2 ssl svg tcpd theora tiff truetype truetype-fonts type1-fonts unicode vorbis wifi win32codecs x86 xcomposite xml xorg xv zlib" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" CAMERAS="spca50x" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en ru" LIRC_DEVICES="sir" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2007-10-14 05:31:18 UTC
This should be fixed in the next release candidate.
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2007-11-07 00:02:32 UTC
*** Bug 198316 has been marked as a duplicate of this bug. ***
Comment 7 Anton Bolshakov 2007-11-07 03:33:31 UTC
Jakub, 

You should reopen the bug since it's not fixed in the portage. I understand it is hardmasked and people should expect it to fail. But they should esealy find the solution if it's already exist instead of reinventing the wheel. 
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2007-11-07 11:10:08 UTC
*** Bug 198344 has been marked as a duplicate of this bug. ***
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2008-01-30 08:53:24 UTC
*** Bug 208151 has been marked as a duplicate of this bug. ***