Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407299 - x11-libs/libpciaccess-0.13 - work/libpciaccess-0.13/src/linux_sysfs.c:857:32: error: macro "outl" passed 2 arguments, but takes just 1
Summary: x11-libs/libpciaccess-0.13 - work/libpciaccess-0.13/src/linux_sysfs.c:857:32:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: MIPS Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-07 16:12 UTC by Jim Faulkner
Modified: 2012-03-17 11:07 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Faulkner 2012-03-07 16:12:56 UTC
x11-libs/libpciaccess-0.13 fails to build on mips architecture.  Looks like upstream is aware of this problem and has committed a fix:

http://www.mail-archive.com/xorg-devel@lists.x.org/msg28961.html

Here's what I get:

/bin/sh ../libtool --silent --tag=CC   --mode=compile mips64-unknown-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src -I..  -I/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/include  -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast -Wformat=2 -Wold-style-definition -Wdeclaration-after-statement  -Os -march=r5000 -fomit-frame-pointer -c -o linux_sysfs.lo /var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c: In function 'pci_device_linux_sysfs_map_range':
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:540:9: warning: unused variable 'err' [-Wunused-variable]
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c: In function 'pci_device_linux_sysfs_write32':
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:857:32: error: macro "outl" passed 2 arguments, but takes just 1
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:857:2: error: 'outl' undeclared (first use in this function)
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:857:2: note: each undeclared identifier is reported only once for each function it appears in
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c: In function 'pci_device_linux_sysfs_write16':
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:867:32: error: macro "outw" passed 2 arguments, but takes just 1
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:867:2: error: 'outw' undeclared (first use in this function)
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c: In function 'pci_device_linux_sysfs_write8':
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:877:32: error: macro "outb" passed 2 arguments, but takes just 1
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:877:2: error: 'outb' undeclared (first use in this function)
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:875:8: warning: ignoring return value of 'pwrite', declared with attribute warn_unused_result [-Wunused-result]
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c: In function 'pci_device_linux_sysfs_write16':
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:865:8: warning: ignoring return value of 'pwrite', declared with attribute warn_unused_result [-Wunused-result]
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c: In function 'pci_device_linux_sysfs_write32':
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:855:8: warning: ignoring return value of 'pwrite', declared with attribute warn_unused_result [-Wunused-result]
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c: In function 'pci_device_linux_sysfs_read8':
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:843:7: warning: ignoring return value of 'pread', declared with attribute warn_unused_result [-Wunused-result]
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c: In function 'pci_device_linux_sysfs_read16':
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:830:7: warning: ignoring return value of 'pread', declared with attribute warn_unused_result [-Wunused-result]
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c: In function 'pci_device_linux_sysfs_read32':
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:817:7: warning: ignoring return value of 'pread', declared with attribute warn_unused_result [-Wunused-result]
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c: In function 'pci_device_linux_sysfs_enable':
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:694:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c: In function 'pci_device_linux_sysfs_read_rom':
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:338:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13/src/linux_sysfs.c:357:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
make[2]: *** [linux_sysfs.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13_build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-libs/libpciaccess-0.13/work/libpciaccess-0.13_build'
make: *** [all] Error 2
 * ERROR: x11-libs/libpciaccess-0.13 failed (compile phase):
 *   emake failed

Reproducible: Always




flummox ~ # emerge --info
Portage 2.1.10.49 (default/linux/mips/10.0/multilib/n32, gcc-4.6.2, glibc-2.13-r4, 3.2.9 mips64)
=================================================================
System uname: Linux-3.2.9-mips64-R5000_V2.1_FPU_V1.0-with-gentoo-2.1
Timestamp of tree: Wed, 07 Mar 2012 14:15:01 +0000
app-shells/bash:          4.2_p20
dev-lang/python:          2.7.2-r3, 3.2.2
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.1
sys-apps/openrc:          0.9.9.2
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.68
sys-devel/automake:       1.11.3
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.6.2
sys-devel/gcc-config:     1.5.1
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r3
sys-kernel/linux-headers: 3.2-r1 (virtual/os-headers)
sys-libs/glibc:           2.13-r4
Repositories: gentoo
ACCEPT_KEYWORDS="mips ~mips"
ACCEPT_LICENSE="* -@EULA"
CBUILD="mips64-unknown-linux-gnu"
CFLAGS="-Os -march=r5000 -fomit-frame-pointer"
CHOST="mips64-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-Os -march=r5000 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-Os -march=r5000 -fomit-frame-pointer"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://jove.eng.yale.edu/gentoo-portage"
USE="berkdb bzip2 cli cracklib crypt cups cxx device-mapper gdbm gpm iconv ipv6 memlimit mips modules mudflap multilib ncurses nls nptl nptlonly offensive pam pcre pppd readline session ssl sysfs tcpd unicode xorg zlib" ALSA_CARDS="au1x00" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev impact newport dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

flummox ~ #
Comment 1 Risto A. Paju 2012-03-08 16:04:41 UTC
Ditto on ppc.
Comment 2 hiyuh 2012-03-09 02:44:10 UTC
(In reply to comment #0)
> x11-libs/libpciaccess-0.13 fails to build on mips architecture.  Looks like
> upstream is aware of this problem and has committed a fix:
> 
> http://www.mail-archive.com/xorg-devel@lists.x.org/msg28961.html

maybe, this?

http://cgit.freedesktop.org/xorg/lib/libpciaccess/commit/?id=b16336c0b389ace07f7418f5a021bfbc68fec2b6

(In reply to comment #1)
> Ditto on ppc.

FYI, SAME HERE(tm).
Comment 3 Matt Turner gentoo-dev 2012-03-09 15:15:39 UTC
(In reply to comment #2)
> (In reply to comment #0)
> > x11-libs/libpciaccess-0.13 fails to build on mips architecture.  Looks like
> > upstream is aware of this problem and has committed a fix:
> > 
> > http://www.mail-archive.com/xorg-devel@lists.x.org/msg28961.html
> 
> maybe, this?
> 
> http://cgit.freedesktop.org/xorg/lib/libpciaccess/commit/
> ?id=b16336c0b389ace07f7418f5a021bfbc68fec2b6

Yes, I'll add this patch in a few days if someone doesn't beat me to it.
Comment 4 Matt Turner gentoo-dev 2012-03-14 17:52:51 UTC
Fixed. Thanks!
Comment 5 Javier Jerónimo 2012-03-17 10:14:28 UTC
Hello,

how do I apply the patch?
I have ~ppc
Comment 6 hiyuh 2012-03-17 11:07:55 UTC
(In reply to comment #5)
> how do I apply the patch?

as comment #4 said, the patch is in the tree now, and i confirmed.
so just sync your tree and emerge it.