mam nowy czysty system Gentoo ~amd64 (notebook)
próbuje skompilować GNOME wszystko jest ok aż do vbetool które jest wymagane przez gnome-session:
Code: Select all
emerge -av vbetool
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] sys-apps/vbetool-1.1 0 kB
Total: 1 package (1 new), Size of downloads: 0 kB
Would you like to merge these packages? [Yes/No]
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) sys-apps/vbetool-1.1
* vbetool-1.1.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* Package: sys-apps/vbetool-1.1
* Repository: gentoo
* Maintainer: robbat2@gentoo.org x11@gentoo.org
* USE: amd64 elibc_glibc kernel_linux multilib userland_GNU
* FEATURES: sandbox
>>> Unpacking source...
>>> Unpacking vbetool-1.1.tar.gz to /var/tmp/portage/sys-apps/vbetool-1.1/work
>>> Source unpacked in /var/tmp/portage/sys-apps/vbetool-1.1/work
>>> Preparing source in /var/tmp/portage/sys-apps/vbetool-1.1/work/vbetool-1.1 ...
* Applying vbetool-1.0-build.patch ... [ ok ]
* Running eautoreconf in '/var/tmp/portage/sys-apps/vbetool-1.1/work/vbetool-1.1' ...
* Running aclocal ... [ ok ]
* Running autoconf ... [ ok ]
* Running automake --add-missing --copy --foreign ... [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-apps/vbetool-1.1/work/vbetool-1.1 ...
* econf: updating vbetool-1.1/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating vbetool-1.1/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-x86emu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
>>> Source configured.
>>> Compiling source in /var/tmp/portage/sys-apps/vbetool-1.1/work/vbetool-1.1 ...
make -j3
x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"vbetool\" -DVERSION=\"0.3\" -I. -g -Wall -pedantic -std=gnu99 -mtune=core2 -march=core2 -O2 -pipe -mfpmath=sse -msse3 -MT vbetool.o -MD -MP -MF .deps/vbetool.Tpo -c -o vbetool.o vbetool.c
vbetool.c: In function 'vbetool_init':
vbetool.c:42:2: warning: implicit declaration of function 'LRMI_init'
vbetool.c: In function 'main':
vbetool.c:120:4: warning: passing argument 1 of 'munmap' makes pointer from integer without a cast
/usr/include/sys/mman.h:77:12: note: expected 'void *' but argument is of type 'int'
vbetool.c:123:7: warning: passing argument 1 of 'mmap' makes pointer from integer without a cast
/usr/include/sys/mman.h:58:14: note: expected 'void *' but argument is of type 'int'
vbetool.c: In function 'do_vbe_service':
vbetool.c:164:6: error: dereferencing pointer to incomplete type
vbetool.c:166:2: error: dereferencing pointer to incomplete type
vbetool.c:167:2: error: dereferencing pointer to incomplete type
vbetool.c:169:2: warning: implicit declaration of function 'LRMI_int'
vbetool.c:175:7: error: dereferencing pointer to incomplete type
vbetool.c:190:9: error: dereferencing pointer to incomplete type
vbetool.c: In function 'do_real_post':
vbetool.c:196:19: error: storage size of 'r' isn't known
vbetool.c:212:2: warning: implicit declaration of function 'LRMI_call'
vbetool.c:196:19: warning: unused variable 'r'
vbetool.c: In function 'restore_state_from':
vbetool.c:247:19: error: storage size of 'r' isn't known
vbetool.c:257:2: warning: implicit declaration of function 'LRMI_base_addr'
vbetool.c:257:9: warning: cast from pointer to integer of different size
vbetool.c:258:10: warning: cast from pointer to integer of different size
vbetool.c:268:2: warning: implicit declaration of function 'LRMI_free_real'
vbetool.c:247:19: warning: unused variable 'r'
vbetool.c: In function 'restore_state':
vbetool.c:293:2: warning: implicit declaration of function 'LRMI_alloc_real'
vbetool.c:293:7: warning: assignment makes pointer from integer without a cast
vbetool.c: In function '__save_state':
vbetool.c:301:19: error: storage size of 'r' isn't known
vbetool.c:323:9: warning: assignment makes pointer from integer without a cast
vbetool.c:339:9: warning: cast from pointer to integer of different size
vbetool.c:340:10: warning: cast from pointer to integer of different size
vbetool.c:301:19: warning: unused variable 'r'
vbetool.c: In function 'do_blank':
vbetool.c:368:12: error: storage size of 'regs' isn't known
vbetool.c:368:12: warning: unused variable 'regs'
vbetool.c: In function 'do_set_mode':
vbetool.c:380:12: error: storage size of 'regs' isn't known
vbetool.c:380:12: warning: unused variable 'regs'
vbetool.c: In function 'do_get_panel_brightness':
vbetool.c:399:12: error: storage size of 'regs' isn't known
vbetool.c:399:12: warning: unused variable 'regs'
vbetool.c: In function 'do_invert_panel':
vbetool.c:416:12: error: storage size of 'regs' isn't known
vbetool.c:416:12: warning: unused variable 'regs'
vbetool.c: In function 'do_set_panel_brightness':
vbetool.c:442:12: error: storage size of 'regs' isn't known
vbetool.c:442:12: warning: unused variable 'regs'
vbetool.c: In function 'do_get_mode':
vbetool.c:461:12: error: storage size of 'regs' isn't known
vbetool.c:461:12: warning: unused variable 'regs'
vbetool.c: In function 'do_get_panel_id':
vbetool.c:523:3: error: variable 'r' has initializer but incomplete type
vbetool.c:524:5: error: unknown field 'eax' specified in initializer
vbetool.c:524:5: warning: excess elements in struct initializer
vbetool.c:524:5: warning: (near initialization for 'r')
vbetool.c:525:5: error: unknown field 'ebx' specified in initializer
vbetool.c:526:3: warning: excess elements in struct initializer
vbetool.c:526:3: warning: (near initialization for 'r')
vbetool.c:523:13: error: storage size of 'r' isn't known
vbetool.c:527:25: warning: initialization makes pointer from integer without a cast
vbetool.c:528:28: warning: cast from pointer to integer of different size
vbetool.c:523:13: warning: unused variable 'r'
vbetool.c: In function 'do_vbe_service':
vbetool.c:191:1: warning: control reaches end of non-void function
make: *** [vbetool.o] Error 1
emake failed
* ERROR: sys-apps/vbetool-1.1 failed (compile phase):
* emake failed
*
* Call stack:
* ebuild.sh, line 56: Called src_compile
* environment, line 2889: Called _eapi2_src_compile
* ebuild.sh, line 665: Called die
* The specific snippet of code:
* emake || die "emake failed"
*
* If you need support, post the output of 'emerge --info =sys-apps/vbetool-1.1',
* the complete build log and the output of 'emerge -pqv =sys-apps/vbetool-1.1'.
* The complete build log is located at '/var/tmp/portage/sys-apps/vbetool-1.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-apps/vbetool-1.1/temp/environment'.
* S: '/var/tmp/portage/sys-apps/vbetool-1.1/work/vbetool-1.1'
Code: Select all
Portage 2.1.9.40 (default/linux/amd64/10.0/desktop/gnome, gcc-4.5.2, glibc-2.13-r1, 2.6.37-gentoo x86_64)
=================================================================
System uname: Linux-2.6.37-gentoo-x86_64-Intel-R-_Pentium-R-_CPU_P6100_@_2.00GHz-with-gentoo-2.0.1
Timestamp of tree: Fri, 18 Feb 2011 10:15:01 +0000
app-shells/bash: 4.1_p9
dev-java/java-config: 2.1.11-r3
dev-lang/python: 2.6.6-r1, 2.7.1, 3.1.3
dev-util/cmake: 2.8.3-r1
sys-apps/baselayout: 2.0.1-r1
sys-apps/openrc: 0.7.0
sys-apps/sandbox: 2.5
sys-devel/autoconf: 2.13, 2.68
sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils: 2.21
sys-devel/gcc: 4.4.4-r2, 4.5.2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool: 2.4-r1
sys-devel/make: 3.82
virtual/os-headers: 2.6.36.1 (sys-kernel/linux-headers)
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-mtune=core2 -march=core2 -O2 -pipe -mfpmath=sse -msse3"
CHOST="x86_64-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/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-mtune=core2 -march=core2 -O2 -pipe -mfpmath=sse -msse3"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
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"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 aac abiword accessibility acl acpi adns afs aio alsa amd64 amr amrr archive aspell audacious audiofile audioscrobbler autoipd avahi bash-completion berkdb bluetooth bookmarks branding btrfs bzip2 cairo caps cdda cdparanoia cdr cli consolekit cpudetection cracklib crypt cups curl curlwrappers custom-optimization cxx dbus dhclient dhcp dhcpcd djvu dmx dri dts dv dvb dvd dvdr dvi eds egl emboss encode evo exif faac faad fam fasttrack fat fbsplash ffmpeg firefox flac flv fontconfig fontforge fortran ftp fuse gdbm gdu gif gles glitz glut gnome gnome-keyring gnutls gocr gphoto2 gpm gsm gstreamer gtk hddtemp hdri health httpd iconv icu id3 id3tag imagemagick iproute2 iptables irc jack java jbig jfs jpeg jpeg2k justify kate ladspa lame laptop largefile lastfm lastfmradio lcms ldap libass libmms libmpeg2 libnotify libproxy libsamplerate libssh2 libtiger libv4l libv4l2 live lvm lzma lzo mad madwifi matroska md5 md5sum mikmod mmx mng modules mp3 mp4 mpeg mpg123 mpi mtp mudflap multilib musepack nautilus ncurses network networkmanager nls nptl nptlonly ntp ogg openal openexr opengl openmp openssl optimisememory optimization optimized-qmake oss overlays pam pango parse-clocks pch pcre pdf perl pnat png pnm policykit ppds pppd projectm pth pvr python qt3support qt4 radio readline reiser4 reiserfs rle rtc rtmp rtsp samba sasl schroedinger sdl sdl-image sdl-sound secure-delete session shine shout skins slang slp smi sndfile speech speex spell sqlite sse sse2 sse3 ssl ssse3 startup-notification stream strong-optimization svg symlink sysfs system-sqlite taglib tcpd tga theora threads threadsafe tiff tools truetype twolame type3 udev unicode unzip upnp urandom usb utils v4l v4l2 vdpau vim vim-pager vim-syntax vlm vorbis vpx wavpack webkit wifi win32 wma-fixed wmf wps wxwidgets x264 x86emu xanim xcb xext xface xfs xft xinerama xml xmlpatterns xmlreader xmp xorg xorgmodule xosd xpm xprint xrandr xrender xscreensaver xulrunner xv xvid xvmc zlib" 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" CAMERAS="*" 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="evdev mouse keyboard synaptics" 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="fglrx radeon vesa" 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, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

