Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 542242 - x11-drivers/xf86-video-savage-2.3.7: compile error
Summary: x11-drivers/xf86-video-savage-2.3.7: compile error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 378027
  Show dependency tree
 
Reported: 2015-03-05 09:57 UTC by Toralf Förster
Modified: 2015-05-08 21:46 UTC (History)
1 user (show)

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


Attachments
emerge log (x11-drivers-xf86-video-savage-2.3.7-20150305-021618.log,16.04 KB, text/plain)
2015-03-05 09:57 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2015-03-05 09:57:17 UTC
Created attachment 398130 [details]
emerge log

^
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_driver.c: In function 'SavageGetPanelInfo':
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_driver.c:1042:30: warning: initialization makes pointer from integer without a cast [enabled by default]
      DisplayModePtr native = xf86CVTMode(panelX, panelY, 60.0, 0, 0);
                              ^
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_driver.c: In function 'SavagePreInit':
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_driver.c:1228:12: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
     if ((s = xf86GetOptValString(psav->Options, OPTION_ROTATE))) {
            ^
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_driver.c:1286:12: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
     if ((s = xf86GetOptValString(psav->Options, OPTION_OVERLAY))) {
            ^
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_driver.c:1537:12: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
     if ((s = xf86GetOptValString(psav->Options, OPTION_BUS_TYPE))) {
            ^
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_driver.c:1556:12: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
     if ((s = xf86GetOptValString(psav->Options, OPTION_DMA_TYPE))) {
            ^
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_driver.c:1580:12: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
     if ((s = xf86GetOptValString(psav->Options, OPTION_DMA_MODE))) {
            ^
  CC     savage_i2c.lo
  CC     savage_shadow.lo
  CC     savage_streams.lo
  CC     savage_vbe.lo
  CC     savage_video.lo
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_video.c: In function 'savageOUTREG':
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_video.c:307:2: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'CARD32' [-Wformat=]
  offset, (CARD32)MMIO_IN32( psav->MapBase, offset ), value );
  ^
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_video.c:309:5: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'CARD32' [-Wformat=]
     ErrorF( " now %08lx\n", (CARD32)MMIO_IN32( psav->MapBase, offset ) );
     ^
  CC     savage_hwmc.lo
  CC     savage_dri.lo
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_dri.c: In function 'SAVAGEDRIScreenInit':
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_dri.c:878:18: error: 'DRIWrappedFuncsRec' has no member named 'ValidateTree'
    pDRIInfo->wrap.ValidateTree = NULL;
                  ^
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_dri.c:879:18: error: 'DRIWrappedFuncsRec' has no member named 'PostValidateTree'
    pDRIInfo->wrap.PostValidateTree = NULL;
                  ^
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_dri.c:902:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=]
         sizeof(XF86DRISAREARec) + sizeof(SAVAGESAREAPrivRec) );
         ^
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_dri.c:902:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long unsigned int' [-Wformat=]
/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7/src/savage_dri.c:902:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long unsigned int' [-Wformat=]
Makefile:446: recipe for target 'savage_dri.lo' failed
make[2]: *** [savage_dri.lo] Error 1
make[2]: Leaving directory '/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7_build/src'
Makefile:375: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7_build'
Makefile:306: recipe for target 'all' failed
make: *** [all] Error 2
 * ERROR: x11-drivers/xf86-video-savage-2.3.7::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=x11-drivers/xf86-video-savage-2.3.7::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=x11-drivers/xf86-video-savage-2.3.7::gentoo'`.
 * The complete build log is located at '/var/log/portage/x11-drivers:xf86-video-savage-2.3.7:20150305-021618.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/temp/environment'.
 * Working directory: '/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7_build'
 * S: '/var/tmp/portage/x11-drivers/xf86-video-savage-2.3.7/work/xf86-video-savage-2.3.7'

quick search: https://bugs.gentoo.org/buglist.cgi?quicksearch=x11-drivers%2Fxf86-video-savage


This is an chroot build bot image named 'amd64-unstable' at a hardened host acting as a tinderbox.
emerge log is stored in /var/log/portage/_emerge_20150305-031532.log

Portage 2.2.8-r2 (default/linux/amd64/13.0/desktop/kde, gcc-4.8.3, glibc-2.19-r1, 3.18.8-hardened x86_64)
=================================================================
System uname: Linux-3.18.8-hardened-x86_64-Intel-R-_Core-TM-_i7-3770_CPU_@_3.40GHz-with-gentoo-2.2
KiB Mem:    16164808 total,   1336992 free
KiB Swap:   16777212 total,  16735100 free
Timestamp of tree: Wed, 04 Mar 2015 17:00:01 +0000
ld GNU ld (Gentoo 2.24 p1.4) 2.24
app-shells/bash:          4.3_p33-r2
dev-lang/perl:            5.20.2
dev-lang/python:          2.7.9-r2, 3.3.5-r1, 3.4.1
dev-util/cmake:           3.1.0
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.9.6-r4, 1.10.3-r1, 1.11.6-r1, 1.12.6, 1.13.4
sys-devel/binutils:       2.24-r3
sys-devel/gcc:            4.8.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.6
sys-devel/make:           4.0-r1
sys-kernel/linux-headers: 3.16 (virtual/os-headers)
sys-libs/glibc:           2.19-r1
Repositories: gentoo
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/entropy /usr/share/config /usr/share/easy-rsa /usr/share/qpsmtpd/plugins /var/lib/i2pd/certificates /var/spool/torque /var/yp/Makefile"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/games/angband/edit/ /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/var/tmp/distfiles"
EMERGE_DEFAULT_OPTS="--nospinner --tree --quiet-build --quiet  --jobs 1"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo rsync://mirror.netcologne.de/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gor.bytemark.co.uk/gentoo/ rsync://ftp.snt.utwente.nl/gentoo"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-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=""
USE="X a52 aac acl acpi aes-ni alsa amd64 apache2 avx avx2 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit corefonts cracklib crypt cups cxx dbus declarative dnssec dot dri drmkms dts dvd dvdr ecc emboss encode exif extraengine fam ffmpeg firefox flac fontconfig fortran fpm gd gdbm gif glamor gpm gtk gudev gui iconv icu isag jadetex jpeg kde kipi lapack lcms libav libkms libnotify libvirtd logrotate macvtap mad mbox minizip mmx mng modules mp3 mp4 mpeg multilib mysql ncurses nls nptl ogg opengl openmp openssl pam pango pax_kernel pcre pcre16 pdf phonon plasma png policykit ppds python qemu qt3support qt4 qt5 readline sdl session spell spice sqlite sse sse2 sse4 sse4_1 sse4_2 ssh-askpass ssl ssse3 startup-notification svg tcpd theora thinkpad threads tiff tk tls truetype udev udisks uml unicode upower usb usbredir uxa v4l v4l2 video vorbis wxwidgets x264 xa xcb xcomposite xinerama xkb xml xmp xscreensaver xslt xv xvfb xvid xvmc zenmap zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd 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 sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldsty le oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_GB" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware 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, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON
Comment 1 Fernando (likewhoa) 2015-05-05 19:24:54 UTC
any updates on this?
Comment 2 Chí-Thanh Christopher Nguyễn gentoo-dev 2015-05-05 19:37:17 UTC
Maybe this patch from upstream helps:
http://cgit.freedesktop.org/xorg/driver/xf86-video-savage/commit/?id=d28cd83c7b0b4a943efbe5ddf257c8ee2646ea73
Comment 3 Riccardo 2015-05-07 17:01:22 UTC
I have the same issue. I did not try it yet, but it should fix several drivers:

https://freedesktop.org/patch/30241/
Comment 4 Riccardo 2015-05-07 18:12:34 UTC
Disregarding my previous patch, the mentioned patch

http://cgit.freedesktop.org/xorg/driver/xf86-video-savage/commit/?id=d28cd83c7b0b4a943efbe5ddf257c8ee2646ea73

fixes build.

I have a problem confirming functionality because X actually comes up with wrong resolution and extremely slow. Trying to exit X ends with a black screen and locked up computer.
X log contains garbage afterwards.

further down:
[  2746.843] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event5"
[  2746.843] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 11)
[  2746.843] (**) Option "xkb_rules" "evdev"
[  2746.843] (**) Option "xkb_model" "pc104"
[  2746.843] (**) Option "xkb_layout" "us"
b C-x * câ) or a
full-screen X-based Calculator (as if by âC-x * b C-x * kâ).  In
standalone operation, quitting the Calculator (by pressing âqâ or
clicking on the keypad <EXIT> button) quits Emacs itself.


File: calc.info,  Node: Embedded Mode Overview,  Next: Other C-x * Commands,  Prev: Standalone Operation,  Up: Using Calc

1.5.6 Embedded Mode (Overview)
------------------------------

"Embedded mode" is a way to use Calc directly from inside an editing
buffer.  Suppose you have a formula written as part of a document like
this:

     The derivative of
Comment 5 Matt Turner gentoo-dev 2015-05-08 21:46:12 UTC
Bumped to 2.3.8, straight to stable.