Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems compiling Evolution to 2.12.2
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
hardtarget
n00b
n00b


Joined: 05 Jan 2008
Posts: 15
Location: Seattle, WA

PostPosted: Sat Jan 05, 2008 5:45 pm    Post subject: Problems compiling Evolution to 2.12.2 Reply with quote

Hello,

I am trying to compile Evolution 2.12.2, and I seem to be hitting a snag. It's failing with an undefined reference to 'gtk_cell_layout_get_cells'. I've never seen an error like this, does anyone have any recommendations to get this fixed? The below message was from a 'make clean && ./configure && make all'.

Code:

gcc -g -O2 -Wall -Wmissing-prototypes -Wno-sign-compare -o .libs/test-calendar test-calendar.o -Wl,--export-dynamic -pthread  ./.libs/libemiscwidgets.so ../../e-util/.libs/libeutil.so /usr/lib64/libgnomeui-2.so /usr/lib64/libSM.so /usr/lib64/libICE.so /usr/lib64/libbonoboui-2.so /usr/lib64/libgnomevfs-2.so /usr/lib64/libgnome-keyring.so /usr/lib64/libgnomecanvas-2.so /usr/lib64/libart_lgpl_2.so /usr/lib64/libpangoft2-1.0.so /usr/lib64/libedataserverui-1.2.so /usr/lib64/libglade-2.0.so /usr/lib64/libebook-1.2.so /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgdk-x11-2.0.so /usr/lib64/libatk-1.0.so /usr/lib64/libgdk_pixbuf-2.0.so -lm /usr/lib64/libpangocairo-1.0.so /usr/lib64/libpango-1.0.so /usr/lib64/libcairo.so /usr/lib64/libgnome-2.so /usr/lib64/libpopt.so /usr/lib64/libedataserver-1.2.so /usr/lib64/libxml2.so /usr/lib64/libgconf-2.so /usr/lib64/libbonobo-2.so /usr/lib64/libbonobo-activation.so /usr/lib64/libgmodule-2.0.so -ldl /usr/lib64/libORBit-2.so /usr/lib64/libgthread-2.0.so -lrt /usr/lib64/libgobject-2.0.so /usr/lib64/libglib-2.0.so -Wl,--rpath -Wl,/usr/local/lib/evolution/2.12
./.libs/libemiscwidgets.so: undefined reference to `gtk_cell_layout_get_cells'
collect2: ld returned 1 exit status
make[3]: *** [test-calendar] Error 1
make[3]: Leaving directory `/var/tmp/portage/mail-client/evolution-2.12.2/work/evolution-2.12.2/widgets/misc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/mail-client/evolution-2.12.2/work/evolution-2.12.2/widgets'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mail-client/evolution-2.12.2/work/evolution-2.12.2'
make: *** [all] Error 2
Back to top
View user's profile Send private message
Arfrever
Bodhisattva
Bodhisattva


Joined: 29 Apr 2006
Posts: 2463
Location: 異世界

PostPosted: Sat Jan 05, 2008 5:48 pm    Post subject: Reply with quote

Run:
Code:
emerge -1 x11-libs/gtk+


Perduodu linkėjimus
Arfrever
Back to top
View user's profile Send private message
hardtarget
n00b
n00b


Joined: 05 Jan 2008
Posts: 15
Location: Seattle, WA

PostPosted: Sat Jan 05, 2008 6:57 pm    Post subject: Reply with quote

Arfrever wrote:
Run:
Code:
emerge -1 x11-libs/gtk+


Perduodu linkėjimus
Arfrever


I ran that, but it warned me about also running:

Code:

emerge -va1 $(qfile -qC /usr/lib/gtk-2.0/2.[^1]*)


I tried to run it, but it didn't work. I do have qfile installed. Do I have to run this? Do I risk breaking other things if I don't run it?
Back to top
View user's profile Send private message
Arfrever
Bodhisattva
Bodhisattva


Joined: 29 Apr 2006
Posts: 2463
Location: 異世界

PostPosted: Sat Jan 05, 2008 7:02 pm    Post subject: Reply with quote

hardtarget wrote:
Arfrever wrote:
Run:
Code:
emerge -1 x11-libs/gtk+


I ran that, but it warned me


Post that warning.

Perduodu linkėjimus
Arfrever
Back to top
View user's profile Send private message
hardtarget
n00b
n00b


Joined: 05 Jan 2008
Posts: 15
Location: Seattle, WA

PostPosted: Sat Jan 05, 2008 7:08 pm    Post subject: Reply with quote

Here's the warnging:

Code:

 * Messages for package x11-libs/gtk+-2.12.1-r2:

 * You need to rebuild ebuilds that installed into /usr/lib/gtk-2.0/2.4.0
 * to do that you can use qfile from portage-utils:
 * emerge -va1 $(qfile -qC /usr/lib/gtk-2.0/2.[^1]*)
 * Please install app-text/evince for print preview functionality
 * GNU info directory index is up-to-date.
Back to top
View user's profile Send private message
hardtarget
n00b
n00b


Joined: 05 Jan 2008
Posts: 15
Location: Seattle, WA

PostPosted: Sat Jan 05, 2008 7:17 pm    Post subject: Reply with quote

Excellent, so evolution compiled just fine now. Many, MANY thanks Arfrever. My only concern now is that qfile command. Do I need to run it?
Back to top
View user's profile Send private message
Arfrever
Bodhisattva
Bodhisattva


Joined: 29 Apr 2006
Posts: 2463
Location: 異世界

PostPosted: Sat Jan 05, 2008 7:26 pm    Post subject: Reply with quote

Run:
Code:
q -r


Next post the output of:
Code:
qfile -qC /usr/lib/gtk-2.0/2.[^1]*


Perduodu linkėjimus
Arfrever
Back to top
View user's profile Send private message
hardtarget
n00b
n00b


Joined: 05 Jan 2008
Posts: 15
Location: Seattle, WA

PostPosted: Sat Jan 05, 2008 9:22 pm    Post subject: Reply with quote

Arfrever wrote:
Run:
Code:
q -r


Next post the output of:
Code:
qfile -qC /usr/lib/gtk-2.0/2.[^1]*


Perduodu linkėjimus
Arfrever


Ok, here's the output of those 2 commands:

Code:

root@localhost:~# q -r
q: Updating ebuild cache ...
q: Finished 24851 entries in 33.344829 seconds
root@localhost:~# qfile -qC /usr/lib/gtk-2.0/2.[^1]*
root@localhost:~#


The qfile command didn't have any actual output.
Back to top
View user's profile Send private message
Arfrever
Bodhisattva
Bodhisattva


Joined: 29 Apr 2006
Posts: 2463
Location: 異世界

PostPosted: Sat Jan 05, 2008 9:43 pm    Post subject: Reply with quote

Post the output of:
Code:
ls -aFhn /usr/lib/gtk-2.0/2.[^1]*


Perduodu linkėjimus
Arfrever
Back to top
View user's profile Send private message
hardtarget
n00b
n00b


Joined: 05 Jan 2008
Posts: 15
Location: Seattle, WA

PostPosted: Sat Jan 05, 2008 9:50 pm    Post subject: Reply with quote

Arfrever wrote:
Post the output of:
Code:
ls -aFhn /usr/lib/gtk-2.0/2.[^1]*


Perduodu linkėjimus
Arfrever


Here ya go. Can you tell me why I originally had to run the command 'emerge -1 x11-libs/gtk+'? Was there some type of broken lib or dependency that I had to get fixed?

Code:

root@localhost:~# ls -aFhn /usr/lib/gtk-2.0/2.[^1]*
total 16K
drwxr-xr-x 4 0 0 4.0K 2007-11-27 02:04 ./
drwxr-xr-x 7 0 0 4.0K 2007-11-27 02:04 ../
drwxr-xr-x 2 0 0 4.0K 2007-11-27 02:04 engines/
drwxr-xr-x 2 0 0 4.0K 2007-11-27 02:04 loaders/
Back to top
View user's profile Send private message
Arfrever
Bodhisattva
Bodhisattva


Joined: 29 Apr 2006
Posts: 2463
Location: 異世界

PostPosted: Sat Jan 05, 2008 10:03 pm    Post subject: Reply with quote

hardtarget wrote:
Arfrever wrote:
Post the output of:
Code:
ls -aFhn /usr/lib/gtk-2.0/2.[^1]*


Code:

root@localhost:~# ls -aFhn /usr/lib/gtk-2.0/2.[^1]*
total 16K
drwxr-xr-x 4 0 0 4.0K 2007-11-27 02:04 ./
drwxr-xr-x 7 0 0 4.0K 2007-11-27 02:04 ../
drwxr-xr-x 2 0 0 4.0K 2007-11-27 02:04 engines/
drwxr-xr-x 2 0 0 4.0K 2007-11-27 02:04 loaders/


You can probably safely delete this directory:
Code:
rm -fr /usr/lib/gtk-2.0/2.[^1]*


hardtarget wrote:
Can you tell me why I originally had to run the command 'emerge -1 x11-libs/gtk+'? Was there some type of broken lib or dependency that I had to get fixed?


"/usr/lib/libgtk-x11-2.0.so" didn't contain "gtk_cell_layout_get_cells" symbol.

Perduodu linkėjimus
Arfrever
Back to top
View user's profile Send private message
hardtarget
n00b
n00b


Joined: 05 Jan 2008
Posts: 15
Location: Seattle, WA

PostPosted: Mon Jan 14, 2008 6:44 pm    Post subject: Reply with quote

Hi Afrever,

It looks like I'm having some problems with Gtk apps after running "emerge -1 x11-libs/gtk+". The paste of the stack trace from running 'filezilla' is below, I tried recompiling it, but it still crashes on startup. Is there something I can try to get filezilla working again?

Sorry for the long paste...

Code:

user@localhost:~# filezilla
*** glibc detected *** filezilla: free(): invalid pointer: 0x0000000000a41760 ***
======= Backtrace: =========
/lib/libc.so.6[0x2ab311f76a3d]
/lib/libc.so.6(__libc_free+0x76)[0x2ab311f78066]
/usr/lib/libwx_gtk2u_core-2.8.so.0[0x2ab31112c4f0]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN18wxButtonXmlHandler16DoCreateResourceEv+0x22e)[0x2ab31090e3b8]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x343)[0x2ab310931ed5]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x374)[0x2ab310933438]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler16Handle_sizeritemEv+0xd7)[0x2ab310922f15]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x343)[0x2ab310931ed5]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x374)[0x2ab310933438]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateChildrenEP8wxObjectb+0xcc)[0x2ab310933520]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler12Handle_sizerEv+0x187)[0x2ab310922ce3]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x343)[0x2ab310931ed5]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x374)[0x2ab310933438]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler16Handle_sizeritemEv+0xd7)[0x2ab310922f15]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x343)[0x2ab310931ed5]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x374)[0x2ab310933438]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateChildrenEP8wxObjectb+0xcc)[0x2ab310933520]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler12Handle_sizerEv+0x187)[0x2ab310922ce3]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x343)[0x2ab310931ed5]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x374)[0x2ab310933438]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler16Handle_sizeritemEv+0xd7)[0x2ab310922f15]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x343)[0x2ab310931ed5]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x374)[0x2ab310933438]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateChildrenEP8wxObjectb+0xcc)[0x2ab310933520]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler12Handle_sizerEv+0x187)[0x2ab310922ce3]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x343)[0x2ab310931ed5]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x374)[0x2ab310933438]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateChildrenEP8wxObjectb+0xcc)[0x2ab310933520]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxPanelXmlHandler16DoCreateResourceEv+0x16e)[0x2ab31091f150]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x343)[0x2ab310931ed5]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x374)[0x2ab310933438]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource9LoadPanelEP7wxPanelP8wxWindowRK8wxString+0x4b)[0x2ab310933df5]
filezilla[0x473b98]
filezilla[0x4537f8]
filezilla[0x456726]
filezilla[0x438a42]
filezilla(_ZN12wxAppConsole10CallOnInitEv+0xd)[0x438ac1]
/usr/lib/libwx_baseu-2.8.so.0(_Z7wxEntryRiPPw+0x46)[0x2ab3116abc0e]
filezilla[0x43856c]
/lib/libc.so.6(__libc_start_main+0xf4)[0x2ab311f29374]
filezilla(__gxx_personality_v0+0x349)[0x42a509]
======= Memory map: ========
00400000-00563000 r-xp 00000000 08:05 7773859                            /usr/bin/filezilla
00662000-00666000 rw-p 00162000 08:05 7773859                            /usr/bin/filezilla
00666000-00b6f000 rw-p 00666000 00:00 0                                  [heap]
2ab310189000-2ab3101a4000 r-xp 00000000 08:05 753915                     /lib/ld-2.5.so
2ab3101a4000-2ab3101a5000 rw-p 2ab3101a4000 00:00 0
2ab3101de000-2ab3101df000 rw-p 2ab3101de000 00:00 0
2ab3101df000-2ab31021a000 r--p 00000000 08:05 4980928                    /usr/lib/locale/en_US.utf8/LC_CTYPE
2ab31021a000-2ab310221000 r--s 00000000 08:05 4230193                    /usr/lib/gconv/gconv-modules.cache
2ab3102a4000-2ab3102a5000 r--p 0001b000 08:05 753915                     /lib/ld-2.5.so
2ab3102a5000-2ab3102a6000 rw-p 0001c000 08:05 753915                     /lib/ld-2.5.so
2ab3102a6000-2ab310318000 r-xp 00000000 08:05 3343194                    /usr/lib/libgnutls.so.13.2.3
2ab310318000-2ab310417000 ---p 00072000 08:05 3343194                    /usr/lib/libgnutls.so.13.2.3
2ab310417000-2ab310422000 rw-p 00071000 08:05 3343194                    /usr/lib/libgnutls.so.13.2.3
2ab310422000-2ab310431000 r-xp 00000000 08:05 5177528                    /usr/lib/libtasn1.so.3.0.9
2ab310431000-2ab310531000 ---p 0000f000 08:05 5177528                    /usr/lib/libtasn1.so.3.0.9
2ab310531000-2ab310532000 rw-p 0000f000 08:05 5177528                    /usr/lib/libtasn1.so.3.0.9
2ab310532000-2ab31057c000 r-xp 00000000 08:05 3342783                    /usr/lib/libgcrypt.so.11.2.3
2ab31057c000-2ab31067b000 ---p 0004a000 08:05 3342783                    /usr/lib/libgcrypt.so.11.2.3
2ab31067b000-2ab31067e000 rw-p 00049000 08:05 3342783                    /usr/lib/libgcrypt.so.11.2.3
2ab31067e000-2ab31067f000 rw-p 2ab31067e000 00:00 0
2ab31067f000-2ab310682000 r-xp 00000000 08:05 3343210                    /usr/lib/libgpg-error.so.0.3.1
2ab310682000-2ab310781000 ---p 00003000 08:05 3343210                    /usr/lib/libgpg-error.so.0.3.1
2ab310781000-2ab310782000 rw-p 00002000 08:05 3343210                    /usr/lib/libgpg-error.so.0.3.1
2ab310782000-2ab3107d3000 r-xp 00000000 08:05 5177995                    /usr/lib/libwx_gtk2u_aui-2.8.so.0.1.1
2ab3107d3000-2ab3108d2000 ---p 00051000 08:05 5177995                    /usr/lib/libwx_gtk2u_aui-2.8.so.0.1.1
2ab3108d2000-2ab3108d8000 rw-p 00050000 08:05 5177995                    /usr/lib/libwx_gtk2u_aui-2.8.so.0.1.1
2ab3108d8000-2ab3108d9000 rw-p 2ab3108d8000 00:00 0
2ab3108d9000-2ab310954000 r-xp 00000000 08:05 5178082                    /usr/lib/libwx_gtk2u_xrc-2.8.so.0.1.1
2ab310954000-2ab310a53000 ---p 0007b000 08:05 5178082                    /usr/lib/libwx_gtk2u_xrc-2.8.so.0.1.1
2ab310a53000-2ab310a5a000 rw-p 0007a000 08:05 5178082                    /usr/lib/libwx_gtk2u_xrc-2.8.so.0.1.1
2ab310a5a000-2ab310a5e000 rw-p 2ab310a5a000 00:00 0
2ab310a5e000-2ab310a7d000 r-xp 00000000 08:05 5178061                    /usr/lib/libwx_gtk2u_qa-2.8.so.0.1.1
2ab310a7d000-2ab310b7d000 ---p 0001f000 08:05 5178061                    /usr/lib/libwx_gtk2u_qa-2.8.so.0.1.1
2ab310b7d000-2ab310b80000 rw-p 0001f000 08:05 5178061                    /usr/lib/libwx_gtk2u_qa-2.8.so.0.1.1
2ab310b80000-2ab310c1b000 r-xp 00000000 08:05 5178034                    /usr/lib/libwx_gtk2u_html-2.8.so.0.1.1
2ab310c1b000-2ab310d1a000 ---p 0009b000 08:05 5178034                    /usr/lib/libwx_gtk2u_html-2.8.so.0.1.1
2ab310d1a000-2ab310d27000 rw-p 0009a000 08:05 5178034                    /usr/lib/libwx_gtk2u_html-2.8.so.0.1.1
2ab310d27000-2ab310d28000 rw-p 2ab310d27000 00:00 0
2ab310d28000-2ab310df6000 r-xp 00000000 08:05 5177989                    /usr/lib/libwx_gtk2u_adv-2.8.so.0.1.1
2ab310df6000-2ab310ef6000 ---p 000ce000 08:05 5177989                    /usr/lib/libwx_gtk2u_adv-2.8.so.0.1.1
2ab310ef6000-2ab310f09000 rw-p 000ce000 08:05 5177989                    /usr/lib/libwx_gtk2u_adv-2.8.so.0.1.1
2ab310f09000-2ab310f0d000 rw-p 2ab310f09000 00:00 0
2ab310f0d000-2ab311273000 r-xp 00000000 08:05 5178001                    /usr/lib/libwx_gtk2u_core-2.8.so.0.1.1
2ab311273000-2ab311372000 ---p 00366000 08:05 5178001                    /usr/lib/libwx_gtk2u_core-2.8.so.0.1.1
2ab311372000-2ab3113cb000 rw-p 00365000 08:05 5178001                    /usr/lib/libwx_gtk2u_core-2.8.so.0.1.1
2ab3113cb000-2ab3113d7000 rw-p 2ab3113cb000 00:00 0
2ab3113d7000-2ab3113e0000 r-xp 00000000 08:05 5177884                    /usr/lib/libwx_baseu_xml-2.8.so.0.1.1
2ab3113e0000-2ab3114df000 ---p 00009000 08:05 5177884                    /usr/lib/libwx_baseu_xml-2.8.so.0.1.1
2ab3114df000-2ab3114e0000 rw-p 00008000 08:05 5177884                    /usr/lib/libwx_baseu_xml-2.8.so.0.1.1
2ab3114e0000-2ab31150e000 r-xp 00000000 08:05 5177878                    /usr/lib/libwx_baseu_net-2.8.so.0.1.1
2ab31150e000-2ab31160d000 ---p 0002e000 08:05 5177878                    /usr/lib/libwx_baseu_net-2.8.so.0.1.1
2ab31160d000-2ab311610000 rw-p 0002d000 08:05 5177878                    /usr/lib/libwx_baseu_net-2.8.so.0.1.1
2ab311610000-2ab311612000 rw-p 2ab311610000 00:00 0
2ab311612000-2ab311748000 r-xp 00000000 08:05 5177872                    /usr/lib/libwx_baseu-2.8.so.0.1.1
2ab311748000-2ab311848000 ---p 00136000 08:05 5177872                    /usr/lib/libwx_baseu-2.8.so.0.1.1
2ab311848000-2ab311856000 rw-p 00136000 08:05 5177872                    /usr/lib/libwx_baseu-2.8.so.0.1.1
2ab311856000-2ab31185f000 rw-p 2ab311856000 00:00 0
2ab31185f000-2ab311890000 r-xp 00000000 08:05 3604703                    /usr/lib/libidn.so.11.5.23
2ab311890000-2ab31198f000 ---p 00031000 08:05 3604703                    /usr/lib/libidn.so.11.5.23
2ab31198f000-2ab311990000 rw-p 00030000 08:05 3604703                    /usr/lib/libidn.so.11.5.23
2ab311990000-2ab311a73000 r-xp 00000000 08:05 2457621                    /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/libstdc++.so.6.0.8
2ab311a73000-2ab311b73000 ---p 000e3000 08:05 2457621                    /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/libstdc++.so.6.0.8
2ab311b73000-2ab311b79000 r--p 000e3000 08:05 2457621                    /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/libstdc++.so.6.0.8
2ab311b79000-2ab311b7c000 rw-p 000e9000 08:05 2457621                    /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/libstdc++.so.6.0.8
2ab311b7c000-2ab311b8f000 rw-p 2ab311b7c000 00:00 0
2ab311b8f000-2ab311be3000 r-xp 00000000 08:05 753988                     /lib/libm-2.5.so
2ab311be3000-2ab311ce2000 ---p 00054000 08:05 753988                     /lib/libm-2.5.so
2ab311ce2000-2ab311ce3000 r--p 00053000 08:05 753988                     /lib/libm-2.5.so
2ab311ce3000-2ab311ce4000 rw-p 00054000 08:05 753988                     /lib/libm-2.5.so
2ab311ce4000-2ab311cf0000 r-xp 00000000 08:05 753976                     /lib/libgcc_s.so.1
2ab311cf0000-2ab311df0000 ---p 0000c000 08:05 753976                     /lib/libgcc_s.so.1
2ab311df0000-2ab311df1000 rw-p 0000c000 08:05 753976                     /lib/libgcc_s.so.1
2ab311df1000-2ab311e06000 r-xp 00000000 08:05 754024                     /lib/libpthread-2.5.so
2ab311e06000-2ab311f05000 ---p 00015000 08:05 754024                     /lib/libpthread-2.5.so
2ab311f05000-2ab311f06000 r--p 00014000 08:05 754024                     /lib/libpthread-2.5.so
2ab311f06000-2ab311f07000 rw-p 00015000 08:05 754024                     /lib/libpthread-2.5.so
2ab311f07000-2ab311f0c000 rw-p 2ab311f07000 00:00 0
2ab311f0c000-2ab31203d000 r-xp 00000000 08:05 753944                     /lib/libc-2.5.so
2ab31203d000-2ab31213d000 ---p 00131000 08:05 753944                     /lib/libc-2.5.so
2ab31213d000-2ab312141000 r--p 00131000 08:05 753944                     /lib/libc-2.5.so
2ab312141000-2ab312142000 rw-p 00135000 08:05 753944                     /lib/libc-2.5.so
2ab312142000-2ab312147000 rw-p 2ab312142000 00:00 0
2ab312147000-2ab31215a000 r-xp 00000000 08:05 753998                     /lib/libnsl-2.5.so
2ab31215a000-2ab312259000 ---p 00013000 08:05 753998                     /lib/libnsl-2.5.so
2ab312259000-2ab31225a000 r--p 00012000 08:05 753998                     /lib/libnsl-2.5.so
2ab31225a000-2ab31225b000 rw-p 00013000 08:05 753998                     /lib/libnsl-2.5.so
2ab31225b000-2ab31225d000 rw-p 2ab31225b000 00:00 0
2ab31225d000-2ab312271000 r-xp 00000000 08:05 754071                     /lib/libz.so.1.2.3
2ab312271000-2ab312370000 ---p 00014000 08:05 754071                     /lib/libz.so.1.2.3
2ab312370000-2ab312371000 rw-p 00013000 08:05 754071                     /lib/libz.so.1.2.3
2ab312371000-2ab312372000 rw-p 2ab312371000 00:00 0
2ab312372000-2ab312374000 r-xp 00000000 08:05 753964                     /lib/libdl-2.5.so
2ab312374000-2ab312474000 ---p 00002000 08:05 753964                     /lib/libdl-2.5.so
2ab312474000-2ab312475000 r--p 00002000 08:05 753964                     /lib/libdl-2.5.so
2ab312475000-2ab312476000 rw-p 00003000 08:05 753964                     /lib/libdl-2.5.so
2ab312476000-2ab3127b4000 r-xp 00000000 08:05 7702507                    /usr/lib/libgtk-x11-2.0.so.0.1200.1
2ab3127b4000-2ab3128b3000 ---p 0033e000 08:05 7702507                    /usr/lib/libgtk-x11-2.0.so.0.1200.1
2ab3128b3000-2ab3128be000 rw-p 0033d000 08:05 7702507                    /usr/lib/libgtk-x11-2.0.so.0.1200.1
2ab3128be000-2ab3128c0000 rw-p 2ab3128be000 00:00 0
2ab3128c0000-2ab312944000 r-xp 00000000 08:05 7703136                    /usr/lib/libgdk-x11-2.0.so.0.1200.1
2ab312944000-2ab312a43000 ---p 00084000 08:05 7703136                    /usr/lib/libgdk-x11-2.0.so.0.1200.1
2ab312a43000-2ab312a48000 rw-p 00083000 08:05 7703136                    /usr/lib/libgdk-x11-2.0.so.0.1200.1
2ab312a48000-2ab312a49000 rw-p 2ab312a48000 00:00 0
2ab312a49000-2ab312a66000 r-xp 00000000 08:05 3839668                    /usr/lib/libatk-1.0.so.0.1809.1
2ab312a66000-2ab312b66000 ---p 0001d000 08:05 3839668                    /usr/lib/libatk-1.0.so.0.1809.1
2ab312b66000-2ab312b69000 rw-p 0001d000 08:05 3839668                    /usr/lib/libatk-1.0.so.0.1809.1
2ab312b69000-2ab312b7e000 r-xp 00000000 08:05 7703193                    /usr/lib/libgdk_pixbuf-2.0.so.0.1200.1
2ab312b7e000-2ab312c7e000 ---p 00015000 08:05 7703193                    /usr/lib/libgdk_pixbuf-2.0.so.0.1200.1
2ab312c7e000-2ab312c7f000 rw-p 00015000 08:05 7703193                    /usr/lib/libgdk_pixbuf-2.0.so.0.1200.1
2ab312c7f000-2ab312cb9000 r-xp 00000000 08:05 7571694                    /usr/lib/libpango-1.0.so.0.1800.3
2ab312cb9000-2ab312db9000 ---p 0003a000 08:05 7571694                    /usr/lib/libpango-1.0.so.0.1800.3
2ab312db9000-2ab312dbc000 rw-p 0003a000 08:05 7571694                    /usr/lib/libpango-1.0.so.0.1800.3
2ab312dbc000-2ab312dbd000 rw-p 2ab312dbc000 00:00 0
2ab312dbd000-2ab312def000 r-xp 00000000 08:05 7635684                    /usr/lib/libgobject-2.0.so.0.1400.4
2ab312def000-2ab312eef000 ---p 00032000 08:05 7635684                    /usr/lib/libgobject-2.0.so.0.1400.4
2ab312eef000-2ab312ef1000 rw-p 00032000 08:05 7635684                    /usr/lib/libgobject-2.0.so.0.1400.4
2ab312ef1000-2ab312ef4000 r-xp 00000000 08:05 7635577                    /usr/lib/libgmodule-2.0.so.0.1400.4
2ab312ef4000-2ab312ff30Aborted
Back to top
View user's profile Send private message
hardtarget
n00b
n00b


Joined: 05 Jan 2008
Posts: 15
Location: Seattle, WA

PostPosted: Mon Feb 18, 2008 9:29 am    Post subject: Reply with quote

Bump. Anybody got any ideas as to why this is happening? I think it has something to do with wxWidgets (which I re-installed and eselect'd to gtk2-unicode-release-2.8, dunno if that was the correct thing to do or not). Thanks in advance!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum