Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Compiling stable gtk+-2.8.19 fails
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
airflow
Apprentice
Apprentice


Joined: 14 Dec 2003
Posts: 173
Location: Vienna, Austria

PostPosted: Fri Jul 14, 2006 1:45 am    Post subject: Compiling stable gtk+-2.8.19 fails Reply with quote

Hi,

I'm having problems compiling the stable version of gtk. I did not find any similar problems at this forum, so I start a new thread... Any idea what the problem might be?
Code:
make[4]: Leaving directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19/gdk'
make[3]: Leaving directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19/gdk'
make[2]: Leaving directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19/gdk'
make[1]: Leaving directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19/gdk'
Making install in gtk
make[1]: Entering directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19/gtk'
.deps/gtkinvisible.Plo:200: *** missing separator.  Stop.
make[1]: Leaving directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19/gtk'
make: *** [install-recursive] Error 1

!!! ERROR: x11-libs/gtk+-2.8.19 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_install
  ebuild.sh, line 1013:   Called src_install
  gtk+-2.8.19.ebuild, line 127:   Called die

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


Thanks,
airflow
Back to top
View user's profile Send private message
airflow
Apprentice
Apprentice


Joined: 14 Dec 2003
Posts: 173
Location: Vienna, Austria

PostPosted: Fri Jul 14, 2006 11:34 pm    Post subject: Reply with quote

WTF? Now I tried it (one day later) again, and it worked flawlessly! This is a phenomenon I had several times in the last few emerges - sometimes it happens that an ebuild doesn't compile because of some errors, and when I just try it again (without --syncing or any other modification) it suddenly works? How can that be??

greez,
airflow
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Fri Jul 14, 2006 11:42 pm    Post subject: Reply with quote

Gremlins. Definitely Gremlins. :D

Having worked level 3 tech support, I can tell you that this sort of thing seems to happen with an annoying frequency in the computer industry, not just with Gentoo.

That said, *something* must have changed. A missing separator is a missing separator. Unless there was an undetected problem when the source was unpacked the first time.
_________________
Bones McCracker wrote:
On the other hand, regex is popular with the ladies.
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Fri Jul 14, 2006 11:43 pm    Post subject: Reply with quote

Actually, after reading your post again, I would guess that your hard drive is dying. Sounds like bad writes that get corrected the next time around.
_________________
Bones McCracker wrote:
On the other hand, regex is popular with the ladies.
Back to top
View user's profile Send private message
airflow
Apprentice
Apprentice


Joined: 14 Dec 2003
Posts: 173
Location: Vienna, Austria

PostPosted: Sat Jul 15, 2006 7:49 am    Post subject: Reply with quote

:( Happened again, this time with a gnome-component:

Code:
autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
configure.in:1238: the top level
/usr/portage/gnome-extra/evolution-data-server/evolution-data-server-1.6.2.ebuild: line 65: 14602 Segmentation fault      automake

!!! ERROR: gnome-extra/evolution-data-server-1.6.2 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_unpack
  ebuild.sh, line 711:   Called src_unpack
  evolution-data-server-1.6.2.ebuild, line 81:   Called die

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


I also already thought of faulty hardware, but I suspected the RAM, not the disk. I run the memtest-program, but it detected no errors (after several runs). After your suggestion, I checked the diskstatus with smartctl.

Code:
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000f   064   060   006    Pre-fail  Always       -       223430451
  3 Spin_Up_Time            0x0003   097   096   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always       -       2
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   087   060   030    Pre-fail  Always       -       576759098
  9 Power_On_Hours          0x0032   091   091   000    Old_age   Always       -       8691
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   099   099   020    Old_age   Always       -       1264
194 Temperature_Celsius     0x0022   052   064   000    Old_age   Always       -       52
195 Hardware_ECC_Recovered  0x001a   064   060   000    Old_age   Always       -       223430451
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   200   001   000    Old_age   Always       -       949
200 Multi_Zone_Error_Rate   0x0000   100   253   000    Old_age   Offline      -       0
202 TA_Increase_Count       0x0032   100   253   000    Old_age   Always       -       0


There is a high number at Raw_Read_Error_Rate, Seek_Error_Rate and Hardware_ECC_Recovered, but I'm not sure if that's normal or a bad sign. I'd rather think it's normal, as there are no suspicious entries in /var/log/messages.

greez,
airflow
Back to top
View user's profile Send private message
airflow
Apprentice
Apprentice


Joined: 14 Dec 2003
Posts: 173
Location: Vienna, Austria

PostPosted: Sat Jul 15, 2006 9:08 am    Post subject: Reply with quote

OK, now it's getting frightening:

Code:
make: *** [magick/magick_libMagick_la-cache-view.lo] Segmentation fault
make: *** Waiting for unfinished jobs....
/bin/sh: line 1: 32206 Segmentation fault      /bin/sh ./libtool --silent --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/usr/include/freetype2 -I/usr/include/libxml2 -O2 -march=pentium4 -pipe -Wall -pthread -MT magick/magick_libMagick_la-client.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-client.Tpo" -c -o magick/magick_libMagick_la-client.lo `test -f 'magick/client.c' || echo './'`magick/client.c
make: *** [magick/magick_libMagick_la-client.lo] Segmentation fault
/bin/sh: line 1: 31986 Segmentation fault      /bin/sh ./libtool --silent --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/usr/include/freetype2 -I/usr/include/libxml2 -O2 -march=pentium4 -pipe -Wall -pthread -MT magick/magick_libMagick_la-cache.lo -MD -MP -MF "magick/.deps/magick_libMagick_la-cache.Tpo" -c -o magick/magick_libMagick_la-cache.lo `test -f 'magick/cache.c' || echo './'`magick/cache.c
make: *** [magick/magick_libMagick_la-cache.lo] Segmentation fault

!!! ERROR: media-gfx/imagemagick-6.2.8.0 failed.
Call stack:
  , line 1539:   Called dyn_compile
  , line 939:   Called src_compile
  , line 86:   Called die

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

aquarius ~ # emerge -vu world
Segmentation fault
aquarius ~ # emerge -vu world
Segmentation fault
aquarius ~ # emerge -vu world
Segmentation fault
aquarius ~ #


I love my gentoo-system! Any idea what's fucked up?

greez,
airflow
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Sat Jul 15, 2006 6:18 pm    Post subject: Reply with quote

Still looks like hardware to me...
_________________
Bones McCracker wrote:
On the other hand, regex is popular with the ladies.
Back to top
View user's profile Send private message
airflow
Apprentice
Apprentice


Joined: 14 Dec 2003
Posts: 173
Location: Vienna, Austria

PostPosted: Sat Jul 15, 2006 7:17 pm    Post subject: Reply with quote

Yeah, I think so, too - have a look here: https://forums.gentoo.org/viewtopic-t-480463-highlight-.html

Thanks,
airflow
Back to top
View user's profile Send private message
revoloco
n00b
n00b


Joined: 08 Jul 2006
Posts: 7
Location: Mexico City

PostPosted: Sun Jul 16, 2006 7:01 pm    Post subject: Error compiling gtk+-2.8.19 Reply with quote

I cant compile gtk am in the process of emerging gnome, i think that is an different error, here it is:

Code:
(cd .libs && rm -f libpixbufloader-gif.la && ln -s ../libpixbufloader-gif.la libpixbufloader-gif.la)
(cd .libs && rm -f libpixbufloader-png.la && ln -s ../libpixbufloader-png.la libpixbufloader-png.la)
make[4]: Leaving directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19/gdk-pixbuf'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19/gdk-pixbuf'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19/gdk-pixbuf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gtk+-2.8.19/work/gtk+-2.8.19'
make: *** [all] Error 2

!!! ERROR: x11-libs/gtk+-2.8.19 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  gtk+-2.8.19.ebuild, line 116:   Called die

!!! gtk+ failed to compile
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