Re: [gentoo-user] problem with upgrading Xorg from 6.8.2 up to 7.0

2006-08-24 Thread Dale
Richard Fish wrote:
> On 8/24/06, Dmitry <[EMAIL PROTECTED]> wrote:
>> checking for X... no
>> checking for cairo's Xlib backend...
>> checking whether cairo's Xlib backend could be enabled... no
>> (requires Xlib)
>
> [snip]
>
>> does anybody know how to fix that ?
>
> Probably a circular dependancy somewhere.  Can you post the output
> adding --tree --pretend to your emerge command?
>
> Also, you should be able to work around the problem with "emerge
> --oneshot x11-libs/libX11".
>
> -Richard

I'm not sure if it was the same error or not but I did get a error
during my upgrade.  I did a etc-update and then resumed without any more
trouble at all.  Well, there was some changes in power management but
nothing failed to compile.

hope that helps.

Dale

:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problem with upgrading Xorg from 6.8.2 up to 7.0

2006-08-24 Thread Richard Fish

On 8/24/06, Dmitry <[EMAIL PROTECTED]> wrote:

checking for X... no
checking for cairo's Xlib backend...
checking whether cairo's Xlib backend could be enabled... no (requires Xlib)


[snip]


does anybody know how to fix that ?


Probably a circular dependancy somewhere.  Can you post the output
adding --tree --pretend to your emerge command?

Also, you should be able to work around the problem with "emerge
--oneshot x11-libs/libX11".

-Richard
--
gentoo-user@gentoo.org mailing list



[gentoo-user] problem with upgrading Xorg from 6.8.2 up to 7.0

2006-08-24 Thread Dmitry
Hi,

I'm trying to upgrde Xorg from 6.8.2 up to 7.0 following this instruction 
http://gentoo-wiki.com/HOWTO_Modular_Xorg
I unemerged Xoorg 6.8.2 and now trying to emerge 7.0.
emerge told me there are about 180 dependes must be installed, it installed 
about 40 of them and has failed at cairo emerging:


below is the tail:
---cut---
/var/tmp/portage/cairo-1.2.2/work/cairo-1.2.2/config.log
appending configuration tag "CXX" to libtool
checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking whether the i686-pc-linux-gnu-g++ linker 
(/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g++ static flag -static works... yes
checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g++ linker 
(/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
checking whether byte ordering is bigendian... no
checking for vasnprintf... no
checking for cos in -lm... yes
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X... no
checking for cairo's Xlib backend...
checking whether cairo's Xlib backend could be enabled... no (requires Xlib)
configure: error: requested Xlib backend could not be enabled

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


!!! ERROR: x11-libs/cairo-1.2.2 failed.
Call stack:
  ebuild.sh, line 1543:   Called dyn_compile
  ebuild.sh, line 938:   Called src_compile
  cairo-1.2.2.ebuild, line 49:   Called econf '--enable-xlib' 
'--disable-gtk-doc' '--disable-directfb' '--enable-png' '--disable-svg'
'--disable-pdf' '--disable-glitz' '--enable-freetype' '--enable-ps'
  ebuild.sh, line 539:   Called die

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

---end of cut---



does anybody know how to fix that ?

Thanks
-- 
gentoo-user@gentoo.org mailing list