Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231323 - alsa-driver-1.0.16-r1 failed to compile with following error: implicit declaration of function ‘global_flush_tlb’
Summary: alsa-driver-1.0.16-r1 failed to compile with following error: implicit declar...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Steve Dibb (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-09 18:25 UTC by Adrian Zgorzałek
Modified: 2008-07-18 10:41 UTC (History)
0 users

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


Attachments
Log from compilation (build.log,39.69 KB, text/plain)
2008-07-09 18:26 UTC, Adrian Zgorzałek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Zgorzałek 2008-07-09 18:25:38 UTC
I need to install alsa-driver and whan i compile it i get error listed in subject. I'm using ebuild from http://bugs.gentoo.org/show_bug.cgi?id=222025, cause that from portage fails.
I attach full log of compilation and paste emerge --info.


Reproducible: Always




Portage 2.1.5.6 (default-linux/x86/2007.0, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.25-gentoo-r5 i686)
=================================================================
System uname: 2.6.25-gentoo-r5 i686 AMD Athlon(tm) 64 Processor 2800+
Timestamp of tree: Wed, 09 Jul 2008 16:06:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p39
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.5.2-r4
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.5
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.62
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.4
virtual/os-headers:  2.6.25-r4
ACCEPT_KEYWORDS="x86 ~amd64"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -march=k8 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="pl_PL.UTF-8"
LC_ALL="pl_PL.UTF-8"
LDFLAGS=""
LINGUAS="pl en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl alsa apache2 berkdb cli cracklib crypt cups dbus dri dvd emacs ffmpeg ftp gdbm gnome gpm gstreamer gtk hal httpd iconv ipv6 isdnlog jabber java jpeg lame lm_sensors mad midi mp3 mpeg mudflap mysql ncurses nls nptl nptlonly ogg openmp pam pcre pdf perl php pppd python readline reflection samba session spl ssl stream swat tcpd unicode win32codecs wxwindows x264 x86 xorg xulrunner zlib" ALSA_CARDS="snd-intel8x0 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" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="pl en" USERLAND="GNU" VIDEO_CARDS="radeon vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Adrian Zgorzałek 2008-07-09 18:26:44 UTC
Created attachment 159968 [details]
Log from compilation
Comment 2 Ivan Diorditsa 2008-07-18 07:00:34 UTC
Yep, it does not compile for intel8x0. :) Use alsa-driver-1.0.17 (just rename ebuild to alsa-driver-1.0.17.ebuild and do "ebuild alsa-driver-1.0.17.ebuild digest").
Comment 3 Ivan Diorditsa 2008-07-18 07:03:12 UTC
and comment "epatch "${FILESDIR}"/alsa-driver-1.0.16-dont-touch-fs_struct.patch" string
Comment 4 Ivan Diorditsa 2008-07-18 08:18:03 UTC
Ah, forget about what I said. Use http://bugs.gentoo.org/show_bug.cgi?id=232160.
Comment 5 Adrian Zgorzałek 2008-07-18 10:41:39 UTC
Yes, thanks so much, drivers compile fine with new ebuild.