Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123632 - ddccontrol 0.03(-r1) fails to compile
Summary: ddccontrol 0.03(-r1) fails to compile
Status: VERIFIED DUPLICATE of bug 123581
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-21 09:41 UTC by Maarten Maathuis
Modified: 2006-02-21 09:45 UTC (History)
0 users

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 Maarten Maathuis 2006-02-21 09:41:34 UTC
if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../lib  -DLOCAL
EDIR=\"\"    -march=k8 -Os -pipe -msse3 -Wall  -DDATADIR="\"/usr/share/ddccontro
l-db\"" -DBINDIR="\"/usr/bin\"" -MT nvidia.o -MD -MP -MF ".deps/nvidia.Tpo" -c -
o nvidia.o nvidia.c; \
then mv -f ".deps/nvidia.Tpo" ".deps/nvidia.Po"; else rm -f ".deps/nvidia.Tpo"; 
exit 1; fi
In file included from /usr/include/pci/pci.h:14,
                 from ddcpci.h:25,
                 from nvidia.c:33:
/usr/include/pci/types.h:26: error: conflicting types for 'u64'
/usr/include/asm-x86_64/types.h:56: error: previous declaration of 'u64' was her
e
make[3]: *** [nvidia.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /usr/include/pci/pci.h:14,
                 from ddcpci.h:25,
                 from main.c:35:
/usr/include/pci/types.h:26: error: conflicting types for 'u64'
/usr/include/asm-x86_64/types.h:56: error: previous declaration of 'u64' was her
e
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/ddccontrol-0.3-r1/work/ddccontrol-0
.3/src/ddcpci'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/ddccontrol-0.3-r1/work/ddccontrol-0
.3/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/ddccontrol-0.3-r1/work/ddccontrol-0
.3/src'
make: *** [all-recursive] Error 1


emerge --info:

Portage 2.1_pre4-r1 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-ck2 x86_64)
=================================================================
System uname: 2.6.15-ck2 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
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.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -Os -pipe -msse3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib64/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -Os -pipe -msse3"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.easynet.nl/mirror/gentoo/"
LC_ALL="en_US.UTF-8"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage"
USE="amd64 X alsa aotuv avi berkdb bitmap-fonts caps cdr crypt cups dvd dvdr eds emboss encode flac foomaticdb fortran gif gimpprint gpm gstreamer gtk gtk2 imlib ipv6 jack jpeg lzw lzw-tiff matroska mp3 mpeg musepack mysql ncurses nls nptl nvidia ogg oggvorbis opengl oss pam pdflib perl png ppds python qt quicktime readline sdl spell ssl tcpd tiff truetype-fonts type1-fonts unicode usb userlocales vorbis xpm xv zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_nvidia"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LINGUAS
Comment 1 Maarten Maathuis 2006-02-21 09:43:00 UTC
*** This bug has been marked as a duplicate of 123581 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-02-21 09:45:48 UTC
.