Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2006 13:38:51 -0800
From:      Frank Jahnke <jahnke@sonatabio.com>
To:        freebsd-gnome@freebsd.org
Subject:   Gnome2-2.16.1_3 Build Error
Message-ID:  <1163972331.11190.11.camel@pinot.fmjassoc.com>

next in thread | raw e-mail | index | archive | help
I am performing a fresh install of Gnome 2.16.1_3 on FreeBSD 6.1-R-p10.
It builds until it reaches totem, where it depends on iso-codes-0.53.  I
then receive the error message:

./iso3166tab.py iso_3166.xml > iso_3166.tab.new
Traceback (most recent call last):
  File "./iso3166tab.py", line 11, in ?
    import sys, os, getopt, urllib2
  File "/usr/local/lib/python2.4/urllib2.py", line 91, in ?
    import ftplib
  File "/usr/local/lib/python2.4/ftplib.py", line 45, in ?
    import socket
  File "/usr/local/lib/python2.4/socket.py", line 45, in ?
    import _socket
ImportError: /usr/local/lib/python2.4/lib-dynload/_socket.so: Undefined
symbol "__h_errno"
gmake[2]: *** [iso_3166.tab] Error 1
gmake[2]: Leaving directory
`/usr/ports/misc/iso-codes/work/iso-codes-0.53/iso_3166'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/misc/iso-codes/work/iso-codes-0.53/iso_3166'
gmake: *** [all-recursive] Error 1
*** Error code 2

The file _socket.so does exist in the expected location.

I removed /usr/ports/misc/iso-codes, its distfile, ran cvsup again using
cvsup.FreeBSD.org instead of my "usual" one, and tried to rebuild
gnome2.  I got the same error message.

I would appreciate any suggestions to work around this.

Frank




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1163972331.11190.11.camel>