Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Several XGL Compile Failures...

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
7 posts • Page 1 of 1
Author
Message
67comet
Apprentice
Apprentice
User avatar
Posts: 262
Joined: Fri Oct 29, 2004 9:48 pm
Location: Ogden, UT
Contact:
Contact 67comet
Website

Several XGL Compile Failures...

  • Quote

Post by 67comet » Mon Jul 10, 2006 2:06 am

First off I notice this when I run ./install.sh base up from my xgl-coffee directory (for me it's in /shared/LinuxApps/Portage/xgl-coffee).

Code: Select all

Computer xgl-coffee # env-update && source /etc/profile && ./install.sh base up
>>> Regenerating /etc/ld.so.cache...

########################################################################
#                  XGL-COFFEE OVERLAY INSTALL SCRIPT                   #
########################################################################

WARNING!
This is highly experimental software. Use this overlay with caution.
While we try to ensure package and install integrity, we cannot
provide any guarantees to prevent possible system breakage, data
corruption, etc. You have been warned...

NOTE:
If the install fails, please ensure you have unmasked all the proper
packages and try again. If this does not correct the problem, please
check the Gentoo XGL Wiki (http://gentoo-wiki.com/HOWTO_XGL) or the
Gentoo forums (http://forums.gentoo.org) for possible solutions.

[ENTER] to continue...


Detected OpenGL is using: nvidia

Is this correct [Y/n]?

This assumes nvidia OpenGL is correct. If not, you should have either
selected [n|N] or manually run 'eselect opengl set' before this install.

[ENTER] To continue...


** Install was requested using OpenGL [nvidia]

** Performing a base install only.
   This will install glproto, mesa, glitz, xgl and compiz along
   with any dependencies to provide base functionality. You may
   install additional packages from the overlay manually or
   cancel this install and select 'full' as the install type.

[ENTER] to continue...


Clearing out /shared/LinuxApps/Portage/distfiles/cvs-src/*... [DONE]

Clearing out /var/tmp/portage/{glproto*,xgl*,mesa*,glitz*,compiz*}... [DONE]

Performing SVN update...

svn: error while loading shared libraries: libneon.so.25: cannot open shared object file: No such file or directory
Update from revision  ...
svn: error while loading shared libraries: libneon.so.25: cannot open shared object file: No such file or directory
svn: error while loading shared libraries: libneon.so.25: cannot open shared object file: No such file or directory

Svn update... [DONE]


Switching to nvidia OpenGL interface...
 done

Calculating dependencies... done!
*It goes on to start emerging glproto and more .. *

Then it either fails on compiz-guinnstorm (or vanilla) and occasionally fails on xgl its self, but not this last time.

I emerged openmotif and motif-config from a post I read in here earlier. Didn't seem to help much except xgl did emerge.

I ran revdep-rebuild and it said all was fine ..

Are the errors up there about "Cannot open shared Library" probably associated with the failure of compiz failing to compile?

Here is compiz-quinnstorm's compile info .. I wasn't sure how far up to start taking info from so I only went up a screen or two .. No "obvious" errors that I can tell how to fix .. It compiles for a long time before it errors out also .. drives me nuts .. I like the "emerge app .. error stuff better than this compile for 15 minutes then error out .. sigh .

Code: Select all

i686-pc-linux-gnu-gcc -shared  .libs/state.o  /usr/lib/libpng12.so /usr/lib/libXcomposite.so -L/usr/lib /usr/lib/libXdamage.so /usr/lib/libXfixes.so /usr/lib/libXrandr.so /usr/lib/libSM.so /usr/lib/libICE.so /usr/lib/libdbus-1.so /usr/lib/libXinerama.so /usr/lib/libstartup-notification-1.so  -march=pentium4 -Wl,-soname -Wl,libstate.so -o .libs/libstate.so
i686-pc-linux-gnu-ar cru .libs/libstate.a  state.o
i686-pc-linux-gnu-ranlib .libs/libstate.a
creating libstate.la
(cd .libs && rm -f libstate.la && ln -s ../libstate.la libstate.la)
i686-pc-linux-gnu-gcc -shared  .libs/widget.o  /usr/lib/libpng12.so /usr/lib/libXcomposite.so -L/usr/lib /usr/lib/libXdamage.so /usr/lib/libXfixes.so /usr/lib/libXrandr.so /usr/lib/libSM.so /usr/lib/libICE.so /usr/lib/libdbus-1.so /usr/lib/libXinerama.so /usr/lib/libstartup-notification-1.so  -march=pentium4 -Wl,-soname -Wl,libwidget.so -o .libs/libwidget.so
i686-pc-linux-gnu-ar cru .libs/libwidget.a  widget.o
i686-pc-linux-gnu-ranlib .libs/libwidget.a
creating libwidget.la
(cd .libs && rm -f libwidget.la && ln -s ../libwidget.la libwidget.la)
i686-pc-linux-gnu-gcc -shared  .libs/neg.o  /usr/lib/libpng12.so /usr/lib/libXcomposite.so -L/usr/lib /usr/lib/libXdamage.so /usr/lib/libXfixes.so /usr/lib/libXrandr.so /usr/lib/libSM.so /usr/lib/libICE.so /usr/lib/libdbus-1.so /usr/lib/libXinerama.so /usr/lib/libstartup-notification-1.so  -march=pentium4 -Wl,-soname -Wl,libneg.so -o .libs/libneg.so
i686-pc-linux-gnu-ar cru .libs/libtrailfocus.a  trailfocus.o
i686-pc-linux-gnu-ranlib .libs/libtrailfocus.a
creating libtrailfocus.la
(cd .libs && rm -f libtrailfocus.la && ln -s ../libtrailfocus.la libtrailfocus.la)
creating libfade.la
i686-pc-linux-gnu-ar cru .libs/libneg.a  neg.o
i686-pc-linux-gnu-ranlib .libs/libneg.a
creating libneg.la
(cd .libs && rm -f libneg.la && ln -s ../libneg.la libneg.la)
(cd .libs && rm -f libdecoration.la && ln -s ../libdecoration.la libdecoration.la)
(cd .libs && rm -f libfade.la && ln -s ../libfade.la libfade.la)
make[2]: Leaving directory `/var/tmp/portage/compiz-quinnstorm-0.0.13.9/work/compiz-0.0.13/plugins'
Making all in images
make[2]: Entering directory `/var/tmp/portage/compiz-quinnstorm-0.0.13.9/work/compiz-0.0.13/images'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/compiz-quinnstorm-0.0.13.9/work/compiz-0.0.13/images'
Making all in gnome
make[2]: Entering directory `/var/tmp/portage/compiz-quinnstorm-0.0.13.9/work/compiz-0.0.13/gnome'
Making all in window-decorator
make[3]: Entering directory `/var/tmp/portage/compiz-quinnstorm-0.0.13.9/work/compiz-0.0.13/gnome/window-decorator'
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libwnck-1.0      -march=pentium4 -O2 -fforce-addr -fomit-frame-pointer -ftracer -pipe -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -MT gnome-window-decorator.o -MD -MP -MF ".deps/gnome-window-decorator.Tpo" -c -o gnome-window-decorator.o gnome-window-decorator.c; \
then mv -f ".deps/gnome-window-decorator.Tpo" ".deps/gnome-window-decorator.Po"; else rm -f ".deps/gnome-window-decorator.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc  -march=pentium4 -O2 -fforce-addr -fomit-frame-pointer -ftracer -pipe -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing   -o gnome-window-decorator  gnome-window-decorator.o -pthread -lXrender -lX11 -lgconf-2 -lORBit-2 -lgthread-2.0 -lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
mkdir .libs
i686-pc-linux-gnu-gcc -march=pentium4 -O2 -fforce-addr -fomit-frame-pointer -ftracer -pipe -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -o gnome-window-decorator gnome-window-decorator.o -pthread  /usr/lib/libgconf-2.so /usr/lib/libORBit-2.so /usr/lib/libpopt.so /usr/lib/libgthread-2.0.so -lpthread /usr/lib/libwnck-1.so /usr/lib/libstartup-notification-1.so /usr/lib/libSM.so /usr/lib/libICE.so /usr/lib/libXRes.so /usr/lib/libXext.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libcairo.so /usr/lib/libXrender.so /usr/lib/libX11.so /usr/lib/libXau.so /usr/lib/libXdmcp.so /usr/lib/libpng12.so /usr/lib/libglitz.so /usr/lib/libfontconfig.so /usr/lib/libexpat.so /usr/lib/libfreetype.so -lz -lm /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so
/usr/lib/libpangocairo-1.0.so: undefined reference to `cairo_scaled_font_text_extents'
/usr/lib/libpangocairo-1.0.so: undefined reference to `cairo_scaled_font_get_ctm'
collect2: ld returned 1 exit status
make[3]: *** [gnome-window-decorator] Error 1
make[3]: Leaving directory `/var/tmp/portage/compiz-quinnstorm-0.0.13.9/work/compiz-0.0.13/gnome/window-decorator'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/compiz-quinnstorm-0.0.13.9/work/compiz-0.0.13/gnome'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/compiz-quinnstorm-0.0.13.9/work/compiz-0.0.13'
make: *** [all] Error 2

!!! ERROR: x11-wm/compiz-quinnstorm-0.0.13.9 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  compiz-quinnstorm-0.0.13.9.ebuild, line 57:   Called gnome2_src_compile '--with-gl-libs=-Wl,-R/usr/lib/opengl/xorg-x11/lib/ -L/usr/lib/opengl/xorg-x11/lib/ -lGL' '--libdir=/usr/lib' '--enable-gnome' '--disable-libsvg-cairo' '--disable-kde'
  gnome2.eclass, line 64:   Called die

!!! compile failure
!!! If you need support, post the topmost build error, and the call stack if relevant.

!!! This ebuild is from an overlay: '/shared/LinuxApps/Portage/xgl-coffee'
Help?

Thank you much,
Justin

P.S. Emerge --Info for the heck of it ..

Code: Select all

Computer ~ # emerge --info
Portage 2.1.1_pre2-r6 (default-linux/x86/no-nptl, gcc-4.1.1/vanilla, glibc-2.3.6-r4, 2.6.17-ck1 i686)
=================================================================
System uname: 2.6.17-ck1 i686 Intel(R) Celeron(R) CPU 2.80GHz
Gentoo Base System version 1.6.15
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [disabled]
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r2
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O2 -fforce-addr -fomit-frame-pointer -ftracer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=pentium4 -O2 -fforce-addr -fomit-frame-pointer -ftracer -pipe -fvisibility-inlines-hidden"
DISTDIR="/shared/LinuxApps/Portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms"
GENTOO_MIRRORS="http://mirror.gentoo.gr.jp/ http://distfiles.gentoo.org"
MAKEOPTS="-j6"
PKGDIR="/shared/LinuxApps/Portage/binfiles/justins"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/shared/LinuxApps/Portage/overlays /shared/LinuxApps/Portage/xgl-coffee"
SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"
USE="x86 X aiptek alsa apm arts avi berkdb bitmap-fonts bzip2 cairo cli crypt cups dlloader dri dvdr eds emboss encode firefox flac foomaticdb fortran gdbm gecko-sdk gif gimp gimp-print glitz gnome goastscript gpm gstreamer gtk gtk2 hal howl imlib isdnlog java javascript joystick jpeg kde libg++ libwww mad mikmod mp3 mpeg ncurses nls nsplugin nvidia ogg opengl oss pam pcre pdflib perl png ppds pppd python qt qt3 qt4 quicktime readline reflection sdl session spell spl ssl tcpd tidy truetype truetype-fonts type1-fonts usb vorbis win32codecs xine xinerama xml xmms xorg xv zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_nvidia video_cards_vesa video_cards_nv"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS

A Pile of Code (basically dead).
Personal Site (basically useless).
Top
Philantrop
Retired Dev
Retired Dev
Posts: 1130
Joined: Tue Dec 21, 2004 12:38 am
Location: Germany
Contact:
Contact Philantrop
Website

  • Quote

Post by Philantrop » Mon Jul 10, 2006 5:19 am

Please run revdep-rebuild (from gentoolkit) and try again
If you feel the issues discussed in this thread have been resolved, please add a "[Solved]" to the subject of your original posting.
Top
67comet
Apprentice
Apprentice
User avatar
Posts: 262
Joined: Fri Oct 29, 2004 9:48 pm
Location: Ogden, UT
Contact:
Contact 67comet
Website

  • Quote

Post by 67comet » Mon Jul 10, 2006 11:14 am

I have tried that one .. and that opened a very related problem ..

It finds that neon isn't filling subversions needs. So, it attempts to re-emerge subversion but it has an error that neon isn't filling it's needs, so I emerge -Ca neon && emerge -a neon .. and waddya know .. it still doesn't fill subverions lib needs.

Is there something else I can tell emerge or subverion to do to see that indeed neon is there and willing?

Code: Select all

An appropriate version of neon could not be found, so libsvn_ra_dav
will not be built.  If you want to build libsvn_ra_dav, please either
install neon 0.25.5 on this system

or

get neon 0.25.5 from:
    http://www.webdav.org/neon/neon-0.25.5.tar.gz
unpack the archive using tar/gunzip and rename the resulting
directory from ./neon-0.25.5/ to ./neon/

configure: error: no suitable neon found
See `config.log' for more details.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/subversion-1.3.1/work/subversion-1.3.1/config.log

!!! ERROR: dev-util/subversion-1.3.1 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  subversion-1.3.1.ebuild, line 107:   Called econf '--with-apr=/usr' '--with-apr-util=/usr' '--without-apxs' '--enable-javahl' '--without-jikes' '--with-swig' '--with-neon=/usr' '--with-berkeley-db' '--with-zlib' '--with-python' '--enable-nls' '--with-apr=/usr' '--with-apr-util=/usr' '--disable-experimental-libtool' '--disable-mod-activation'
  ebuild.sh, line 541:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


revdep-rebuild failed to emerge all packages
you have the following choices:

- if emerge failed during the build, fix the problems and re-run revdep-rebuild
    or
- use -X or --package-names as first argument (trys to rebuild package, not exact
  ebuild)
    or
- set ACCEPT_KEYWORDS="~<your platform>" and/or /etc/portage/package.unmask
  (and remove /root/.revdep-rebuild.5_order to be evaluated again)
    or
- modify the above emerge command and run it manually
    or
- compile or unmerge unsatisfied packages manually, remove temporary files and
  try again (you can edit package/ebuild list first)

To remove temporary files, please run:
rm /root/.revdep-rebuild*.?_*
Justins_Damn_Computer justin #
I've got neon ~x86 on board and still no change. I also checked neon and subversions use flags (via emerge -pv neon subversion) and nothing seems too related ..

Thanks for the ideas,
Justin
P.S. It's neon 0.26.1 that's installed .. I'll try to UD that bad boy, and get back down to neon 0.25 for subversion ..
A Pile of Code (basically dead).
Personal Site (basically useless).
Top
xanas3712
Guru
Guru
User avatar
Posts: 455
Joined: Fri Oct 15, 2004 7:06 pm
Contact:
Contact xanas3712
Website

  • Quote

Post by xanas3712 » Mon Jul 10, 2006 11:29 am

neon 0.26.1 will work with subversion-1.32 I believe. I had to follow the java-upgrade guide and setup using java-config-1 blackdown-1.42 jdk but other than that it all seems to work fine.
Top
67comet
Apprentice
Apprentice
User avatar
Posts: 262
Joined: Fri Oct 29, 2004 9:48 pm
Location: Ogden, UT
Contact:
Contact 67comet
Website

  • Quote

Post by 67comet » Mon Jul 10, 2006 12:53 pm

Changing to neon-0.25.5 worked like a charm for subversion .. X11-drm however .. Doesn't like my kernel ..

Here's the low-down:

Code: Select all

>>> Emerging (1 of 1) x11-base/x11-drm-20050502 to /
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     2.6.17-ck1
QA Notice: USE Flag 'video_cards_ffb' not in IUSE for x11-base/x11-drm-20050502
QA Notice: USE Flag 'video_cards_mga' not in IUSE for x11-base/x11-drm-20050502
QA Notice: USE Flag 'video_cards_3dfx' not in IUSE for x11-base/x11-drm-20050502QA Notice: USE Flag 'video_cards_r128' not in IUSE for x11-base/x11-drm-20050502QA Notice: USE Flag 'video_cards_radeon' not in IUSE for x11-base/x11-drm-20050502
QA Notice: USE Flag 'video_cards_i810' not in IUSE for x11-base/x11-drm-20050502QA Notice: USE Flag 'video_cards_i830' not in IUSE for x11-base/x11-drm-20050502QA Notice: USE Flag 'video_cards_i915' not in IUSE for x11-base/x11-drm-20050502QA Notice: USE Flag 'video_cards_mach64' not in IUSE for x11-base/x11-drm-20050502
QA Notice: USE Flag 'video_cards_savage' not in IUSE for x11-base/x11-drm-20050502
QA Notice: USE Flag 'video_cards_sis' not in IUSE for x11-base/x11-drm-20050502
QA Notice: USE Flag 'video_cards_via' not in IUSE for x11-base/x11-drm-20050502
QA Notice: USE Flag 'video_cards_ffb' not in IUSE for x11-base/x11-drm-20050502
>>> Unpacking source...
>>> Unpacking linux-drm-20050502-kernelsource.tar.bz2 to /var/tmp/portage/x11-drm-20050502/work
>>> Unpacking x11-drm-20050502-gentoo-0.2.tar.bz2 to /var/tmp/portage/x11-drm-20050502/work
mv: cannot stat `/var/tmp/portage/x11-drm-20050502/work/patch/*kernel-2.4*': No such file or directory
 * Applying various patches (bugfixes/updates) ...
 *   001_all_can-2004-1056-lock-checking.patch ...                        [ ok ] *   002_all_misc-makefile-fixes.patch ...                                [ ok ] *   003_all_i915-free-mem-leak.patch ...                                 [ ok ] *   004_all_i915-pci-alloc-corruption.patch ...                          [ ok ] * Done with patching
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/x11-drm-20050502/work/drm ...
 * Building DRM in /var/tmp/portage/x11-drm-20050502/work/drm/linux-core...
+ ln -s ../shared-core/drm.h drm.h
+ ln -s ../shared-core/drm_sarea.h drm_sarea.h
+ ln -s ../shared-core/mga_dma.c mga_dma.c
+ ln -s ../shared-core/mga_drm.h mga_drm.h
+ ln -s ../shared-core/mga_drv.h mga_drv.h
+ ln -s ../shared-core/mga_irq.c mga_irq.c
+ ln -s ../shared-core/mga_state.c mga_state.c
+ ln -s ../shared-core/mga_ucode.h mga_ucode.h
+ ln -s ../shared-core/mga_warp.c mga_warp.c
+ ln -s ../shared-core/r128_drv.h r128_drv.h
+ ln -s ../shared-core/r128_drm.h r128_drm.h
+ ln -s ../shared-core/r128_cce.c r128_cce.c
+ ln -s ../shared-core/r128_state.c r128_state.c
+ ln -s ../shared-core/r128_irq.c r128_irq.c
+ ln -s ../shared-core/radeon_drv.h radeon_drv.h
+ ln -s ../shared-core/radeon_drm.h radeon_drm.h
+ ln -s ../shared-core/radeon_cp.c radeon_cp.c
+ ln -s ../shared-core/radeon_irq.c radeon_irq.c
+ ln -s ../shared-core/radeon_mem.c radeon_mem.c
+ ln -s ../shared-core/radeon_state.c radeon_state.c
+ ln -s ../shared-core/sis_drv.h sis_drv.h
+ ln -s ../shared-core/sis_drm.h sis_drm.h
+ ln -s ../shared-core/sis_ds.c sis_ds.c
+ ln -s ../shared-core/sis_ds.h sis_ds.h
+ ln -s ../shared-core/sis_mm.c sis_mm.c
+ ln -s ../shared-core/tdfx_drv.h tdfx_drv.h
+ ln -s ../shared-core/via_drm.h via_drm.h
+ ln -s ../shared-core/via_drv.h via_drv.h
+ ln -s ../shared-core/via_mm.h via_mm.h
+ ln -s ../shared-core/via_ds.h via_ds.h
+ ln -s ../shared-core/via_3d_reg.h via_3d_reg.h
+ ln -s ../shared-core/via_drv.c via_drv.c
+ ln -s ../shared-core/via_ds.c via_ds.c
+ ln -s ../shared-core/via_irq.c via_irq.c
+ ln -s ../shared-core/via_map.c via_map.c
+ ln -s ../shared-core/via_mm.c via_mm.c
+ ln -s ../shared-core/via_dma.c via_dma.c
+ ln -s ../shared-core/via_verifier.c via_verifier.c
+ ln -s ../shared-core/via_verifier.h via_verifier.h
+ ln -s ../shared-core/via_video.c via_video.c
+ ln -s ../shared-core/mach64_drv.h mach64_drv.h
+ ln -s ../shared-core/mach64_drm.h mach64_drm.h
+ ln -s ../shared-core/mach64_dma.c mach64_dma.c
+ ln -s ../shared-core/mach64_irq.c mach64_irq.c
+ ln -s ../shared-core/mach64_state.c mach64_state.c
+ ln -s ../shared-core/i915_drv.h i915_drv.h
+ ln -s ../shared-core/i915_drm.h i915_drm.h
+ ln -s ../shared-core/i915_irq.c i915_irq.c
+ ln -s ../shared-core/i915_mem.c i915_mem.c
+ ln -s ../shared-core/i915_dma.c i915_dma.c
+ ln -s ../shared-core/savage_drv.h savage_drv.h
+ ln -s ../shared-core/savage_drm.h savage_drm.h
+ ln -s ../shared-core/savage_bci.c savage_bci.c
+ ln -s ../shared-core/savage_state.c savage_state.c
sh ../scripts/create_linux_pci_lists.sh < ../shared-core/drm_pciids.txt
rm -f linux
ln -s . linux
make -C //usr/src/linux  SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[1]: Entering directory `/usr/src/linux-2.6.17-ck1'
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_auth.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_bufs.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_context.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_dma.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_drawable.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_drv.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_fops.o
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_fops.c: In function 'drm_stub_open':
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_fops.c:182: warning: assignment discards qualifiers from pointer target type
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_ioctl.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_irq.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_lock.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_memory.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_proc.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_stub.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_vm.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_sysfs.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_pci.o
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_pci.c:57:5: warning: "DRM_DEBUG_MEMORY" is not defined
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_pci.c:88:5: warning: "DRM_DEBUG_MEMORY" is not defined
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_pci.c:136:5: warning: "DRM_DEBUG_MEMORY" is not defined
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_pci.c:143:5: warning: "DRM_DEBUG_MEMORY" is not defined
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_pci.c:159:5: warning: "DRM_DEBUG_MEMORY" is not defined
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_agpsupport.o  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_scatter.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/drm_memory_debug.o
  CC [M]  /var/tmp/portage/x11-drm-20050502/work/drm/linux-core/ati_pcigart.o
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/ati_pcigart.c: In function 'drm_ati_free_pcigart_table':
/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/ati_pcigart.c:87: error: 'struct page' has no member named 'count'
make[2]: *** [/var/tmp/portage/x11-drm-20050502/work/drm/linux-core/ati_pcigart.o] Error 1
make[1]: *** [_module_/var/tmp/portage/x11-drm-20050502/work/drm/linux-core] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.17-ck1'
make: *** [modules] Error 2
 * Portage could not build the DRM modules. If you see an ACCESS DENIED error,
 * this could mean that you were using an unsupported kernel build system. All
 * 2.4 kernels are supported, but only 2.6 kernels at least as new as 2.6.6
 * are supported.

!!! ERROR: x11-base/x11-drm-20050502 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  x11-drm-20050502.ebuild, line 94:   Called die_error
  x11-drm-20050502.ebuild, line 211:   Called die

!!! Unable to build DRM modules.
!!! If you need support, post the topmost build error, and the call stack if relevant.


ERROR: emerge... [FAIL]

Please examine the output above for explanation on failed emerge
I "think" I've got all needed junk enabled into my kernel .. If you all see something that I missed please let me know .. Xgl is on right now .. One screen (I don't run twinview/xinerama but dual monitors running screen0 and screen1) .. If you also know how to use Xgl on dual monitors I would love the know how ..

Thank you all again, you've been awesome help ..

Justin
A Pile of Code (basically dead).
Personal Site (basically useless).
Top
nesl247
Veteran
Veteran
Posts: 1614
Joined: Tue Jun 15, 2004 7:21 pm
Location: Florida
Contact:
Contact nesl247
Website

  • Quote

Post by nesl247 » Mon Jul 10, 2006 3:28 pm

I don't know about x11-drm, but are you still having problems with compiz? If so: emerge -1 pango cairo gtk+. If that doesn't work, try mixing the order up.. I forgot which order it was, but those 3 are the cause, and re-emerging them is the fix.
Top
67comet
Apprentice
Apprentice
User avatar
Posts: 262
Joined: Fri Oct 29, 2004 9:48 pm
Location: Ogden, UT
Contact:
Contact 67comet
Website

  • Quote

Post by 67comet » Tue Jul 11, 2006 5:29 am

Squared away compiz-quinnstorm .. and I've found that x11-drm is not applicable to my system. I've got an nvidia FX5700LE card and can't use the open source app (x11-drm).. My question is, how do I stop xgl-coffee/install.sh from trying to emerge it? I see a bunch of ati stuff in it's emerge attempt and think that may be the big stumbling block on this one ..

All else has been great thus far .. "thus far" ..

Cheers all,
Justin
A Pile of Code (basically dead).
Personal Site (basically useless).
Top
Post Reply

7 posts • Page 1 of 1

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic