Re: devel/libsoup-2.32.2 Compile error _md5 problem

2011-01-24 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 1/21/11 1:59 PM, Chris Brennan wrote:
 On Fri, Jan 21, 2011 at 11:02 AM, Greg Larkin glar...@freebsd.org wrote:
 
 Hi Chris,

 Please post some compiler output with the error message here, and that
 might help someone troubleshoot the problem.


 I ran portmaster -a again this morning *just* so I could reproduce this
 error :D
 
 checking whether Python support is requested... checking whether
 /usr/local/bin/python2.6 version = 2.5... yes
 checking for /usr/local/bin/python2.6 version... 2.6
 checking for /usr/local/bin/python2.6 platform... freebsd7
 checking for /usr/local/bin/python2.6 script directory...
 ${prefix}/lib/python2.6/site-packages
 checking for /usr/local/bin/python2.6 extension module directory...
 ${exec_prefix}/lib/python2.6/site-packages
 checking for headers required to compile python extensions... not found
 configure: error: Python headers not found
 ===  Script configure failed unexpectedly.
 Please run the gnomelogalyzer, available from
 http://www.freebsd.org/gnome/gnomelogalyzer.sh;, which will diagnose the
 problem and suggest a solution. If - and only if - the gnomelogalyzer cannot
 solve the problem, report the build failure to the FreeBSD GNOME team at
 gn...@freebsd.org, and attach (a)
 /usr/ports/devel/gobject-introspection/work/gobject-introspection-0.9.12/config.log,
 (b) the output of the failed make command, and (c) the gnomelogalyzer
 output.
 Also, it might be a good idea to provide an overview of all packages
 installed
 on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any
 website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use
 send-pr(1) with the attachment. Try to avoid sending any attachments to the
 mailing list (gn...@freebsd.org), because attachments sent to FreeBSD
 mailing
 lists are usually discarded by the mailing list software.
 *** Error code 1

Hi Chris,

The config.log file should provide some clues, and from time to time, I
have seen spurious problems occur in the configure phase during port
building.

It can be caused by a number of things, and the config.log file should
provide clues.  For instance, this looks suspect:

 checking for /usr/local/bin/python2.6 script
directory...${prefix}/lib/python2.6/site-packages
 checking for /usr/local/bin/python2.6 extension module
directory...${exec_prefix}/lib/python2.6/site-packages

I'm not 100% sure, but I would expect ${prefix} and ${exec_prefix} to be
replaced with /usr/local in each of those messages.  That might indicate
a misconfiguration in your build system or an error in the port.

[...]

 Like I said before, it's a similar issue relating to python, but I think
 there are still larger implications here about the move from py25 to py26. I
 followed /usr/ports/UPDATING first when it came to python and things still
 took a hike on me. Now if I use either the portmaster or portupgrade options
 mentioned in /usr/ports/UPDATING it still dies, on either devel/py-dbus
 or devel/gobject-introspection, both with the same error, I followed the
 instructions and gnomelogalyzer.sh wasn't all that helpful.

Regards,
Greg
- -- 
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk096E0ACgkQ0sRouByUApB09ACgqr36hZJNUH+fefwOWRfO2FCb
jL8AnA5W32p/OmSM9BiRCwmjJAHAKfCv
=l3MD
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: devel/libsoup-2.32.2 Compile error _md5 problem

2011-01-21 Thread David Southwell
 On 1/20/11 5:39 PM, David Southwell wrote:
 [...]
 
  deleted gobject-introspection
  Got the similar error messages--
  
  Traceback (most recent call last):
File ../tools/g-ir-scanner, line 43, in module

  from giscanner.scannermain import scanner_main

File /usr/ports/devel/gobject-introspection/work/gobject-
  
  introspection-0.9.12/giscanner/scannermain.py, line 34, in module
  
  from giscanner.dumper import compile_introspection_binary

File /usr/ports/devel/gobject-introspection/work/gobject-
  
  introspection-0.9.12/giscanner/dumper.py, line 26, in module
  
  from .gdumpparser import IntrospectionBinary

File /usr/ports/devel/gobject-introspection/work/gobject-
  
  introspection-0.9.12/giscanner/gdumpparser.py, line 30, in module
  
  from .transformer import TransformerException

File /usr/ports/devel/gobject-introspection/work/gobject-
  
  introspection-0.9.12/giscanner/transformer.py, line 26, in module
  
  from .cachestore import CacheStore

File /usr/ports/devel/gobject-introspection/work/gobject-
  
  introspection-0.9.12/giscanner/cachestore.py, line 24, in module
  
  import hashlib

File /usr/local/lib/python2.6/hashlib.py, line 136, in module

  md5 = __get_builtin_constructor('md5')

File /usr/local/lib/python2.6/hashlib.py, line 63, in
  
  __get_builtin_constructor
  
  import _md5
  
  ImportError: No module named _md5
  gmake[2]: *** [GLib-2.0.gir] Error 1
  gmake[2]: Leaving directory `/usr/ports/devel/gobject-
  introspection/work/gobject-introspection-0.9.12/gir'
  gmake[1]: *** [all-recursive] Error 1
  gmake[1]: Leaving directory `/usr/ports/devel/gobject-
  introspection/work/gobject-introspection-0.9.12'
  gmake: *** [all] Error 2
  *** Error code 1
  
  Stop in /usr/ports/devel/gobject-introspection.
  *** Error code 1
  
  Stop in /usr/ports/devel/libsoup.
 
 Hi David,
 
 What is the output of the command pkg_version -vL=?  Can you build
 libsoup successfully in a clean jail (no ports installed) with an
 up-to-date ports tree?
 
 From what I've seen by Googling the error message ImportError: No
 module named _md5, you likely have a broken Python 2.6 installation.
 Can you pkg_delete it and reinstall it as well, assuming you don't have
 a boatload of ports that depend on it?
 
 Regards,
 Greg

Hi Greg

Thanks for the suggestion I also think it is something to do with python2.6 
which I have already rebuilt one. I am out of the office until Tuesday but will 
set the system on another complete rebuild of python before I leave.  The jail 
idea will have to wait until then.


Thanks
David
I will report back
Photographic Artist
Permanent Installations  Design
Creative Imagery and Advanced Digital Techniques
High Dynamic Range Photography  Official Portraiture
Combined darkroom  digital creations
 Systems Adminstrator for the vizion2000.net network
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: devel/libsoup-2.32.2 Compile error _md5 problem

2011-01-21 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 1/21/11 12:41 AM, Chris Brennan wrote:
 On Thu, Jan 20, 2011 at 9:35 PM, Greg Larkin glar...@freebsd.org wrote:
 
  Hi David,

 What is the output of the command pkg_version -vL=?  Can you build
 libsoup successfully in a clean jail (no ports installed) with an
 up-to-date ports tree?

 - From what I've seen by Googling the error message ImportError: No
 module named _md5, you likely have a broken Python 2.6 installation.
 Can you pkg_delete it and reinstall it as well, assuming you don't have
 a boatload of ports that depend on it?

 Regards,
 Greg

 
  Don't meant to hijkack this thread but my issue is slightly related. I.e.
 broken Python :( I've built and rebuild Python26 and migrated everything I
 can think of that depended on Py25 - Py26 and stuff still goes boom.
 Horrible booms too! Most notably it's gobject-introspection and py-dbus and
 so much depends on these that I'm about to throw the switch on this box and
 start over again. When it does it claims it can't find the py26 headers
 tho what gives?

Hi Chris,

Please post some compiler output with the error message here, and that
might help someone troubleshoot the problem.

Regards,
Greg
- -- 
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk05rh0ACgkQ0sRouByUApCX/wCghx+vAZtG4vi0LAepjBY8E6dW
xRsAoJP26O71ZBJNBl+l4gEllv43yJ8O
=KaQf
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: devel/libsoup-2.32.2 Compile error _md5 problem

2011-01-21 Thread Chris Brennan
On Fri, Jan 21, 2011 at 11:02 AM, Greg Larkin glar...@freebsd.org wrote:

 Hi Chris,

 Please post some compiler output with the error message here, and that
 might help someone troubleshoot the problem.


I ran portmaster -a again this morning *just* so I could reproduce this
error :D

checking whether Python support is requested... checking whether
/usr/local/bin/python2.6 version = 2.5... yes
checking for /usr/local/bin/python2.6 version... 2.6
checking for /usr/local/bin/python2.6 platform... freebsd7
checking for /usr/local/bin/python2.6 script directory...
${prefix}/lib/python2.6/site-packages
checking for /usr/local/bin/python2.6 extension module directory...
${exec_prefix}/lib/python2.6/site-packages
checking for headers required to compile python extensions... not found
configure: error: Python headers not found
===  Script configure failed unexpectedly.
Please run the gnomelogalyzer, available from
http://www.freebsd.org/gnome/gnomelogalyzer.sh;, which will diagnose the
problem and suggest a solution. If - and only if - the gnomelogalyzer cannot
solve the problem, report the build failure to the FreeBSD GNOME team at
gn...@freebsd.org, and attach (a)
/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.9.12/config.log,
(b) the output of the failed make command, and (c) the gnomelogalyzer
output.
Also, it might be a good idea to provide an overview of all packages
installed
on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any
website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use
send-pr(1) with the attachment. Try to avoid sending any attachments to the
mailing list (gn...@freebsd.org), because attachments sent to FreeBSD
mailing
lists are usually discarded by the mailing list software.
*** Error code 1

Stop in /usr/ports/devel/gobject-introspection.

=== make failed for devel/gobject-introspection
=== Aborting update

=== Update for devel/gobject-introspection failed
=== Aborting update


As you can see, it fails to find the py26 headers (which do exist)

[root@Ziggy [~]# python -V
Python 2.6.6
[root@Ziggy [~]# lsl /usr/local/include/python2.6/
total 530
  2 drwxr-xr-x2 root  wheel   2.0K Jan 20 12:43 .
  6 drwxr-xr-x  141 root  wheel   6.0K Jan 21 12:59 ..
 20 -r--r--r--1 root  wheel20K Jan 20 12:42 Python-ast.h
  6 -r--r--r--1 root  wheel   4.2K Jan 20 12:42 Python.h
 44 -r--r--r--1 root  wheel44K Jan 20 12:42 abstract.h
  2 -r--r--r--1 root  wheel   1.1K Jan 20 12:42 asdl.h
  2 -r--r--r--1 root  wheel   230B Jan 20 12:42 ast.h
  2 -r--r--r--1 root  wheel   792B Jan 20 12:42 bitset.h
  2 -r--r--r--1 root  wheel   912B Jan 20 12:42 boolobject.h
  2 -r--r--r--1 root  wheel   922B Jan 20 12:42 bufferobject.h
  2 -r--r--r--1 root  wheel   1.9K Jan 20 12:42 bytearrayobject.h
  4 -r--r--r--1 root  wheel   3.2K Jan 20 12:42 bytes_methods.h
  2 -r--r--r--1 root  wheel   1.4K Jan 20 12:42 bytesobject.h
  2 -r--r--r--1 root  wheel   2.0K Jan 20 12:42 cStringIO.h
  2 -r--r--r--1 root  wheel   651B Jan 20 12:42 cellobject.h
  6 -r--r--r--1 root  wheel   5.0K Jan 20 12:42 ceval.h
  4 -r--r--r--1 root  wheel   2.9K Jan 20 12:43 classobject.h
  2 -r--r--r--1 root  wheel   1.8K Jan 20 12:43 cobject.h
  4 -r--r--r--1 root  wheel   3.4K Jan 20 12:43 code.h
  6 -r--r--r--1 root  wheel   4.9K Jan 20 12:43 codecs.h
  2 -r--r--r--1 root  wheel   1.1K Jan 20 12:43 compile.h
  2 -r--r--r--1 root  wheel   1.5K Jan 20 12:43 complexobject.h
 10 -r--r--r--1 root  wheel   8.4K Jan 20 12:43 datetime.h
  4 -r--r--r--1 root  wheel   2.4K Jan 20 12:43 descrobject.h
  6 -r--r--r--1 root  wheel   5.8K Jan 20 12:43 dictobject.h
  2 -r--r--r--1 root  wheel   253B Jan 20 12:43 enumobject.h
  2 -r--r--r--1 root  wheel   1.3K Jan 20 12:43 errcode.h
  2 -r--r--r--1 root  wheel   557B Jan 20 12:43 eval.h
  4 -r--r--r--1 root  wheel   2.8K Jan 20 12:43 fileobject.h
  6 -r--r--r--1 root  wheel   4.9K Jan 20 12:43 floatobject.h
  4 -r--r--r--1 root  wheel   2.9K Jan 20 12:43 frameobject.h
  4 -r--r--r--1 root  wheel   2.9K Jan 20 12:43 funcobject.h
  2 -r--r--r--1 root  wheel   891B Jan 20 12:43 genobject.h
  2 -r--r--r--1 root  wheel   1.9K Jan 20 12:43 graminit.h
  2 -r--r--r--1 root  wheel   2.0K Jan 20 12:43 grammar.h
  4 -r--r--r--1 root  wheel   2.2K Jan 20 12:43 import.h
  4 -r--r--r--1 root  wheel   2.7K Jan 20 12:43 intobject.h
  2 -r--r--r--1 root  wheel   274B Jan 20 12:43 intrcheck.h
  2 -r--r--r--1 root  wheel   522B Jan 20 12:43 iterobject.h
  4 -r--r--r--1 root  wheel   2.5K Jan 20 12:43 listobject.h
  4 -r--r--r--1 root  wheel   2.3K Jan 20 12:43 longintrepr.h
  6 -r--r--r--1 root  wheel   5.5K Jan 20 12:43 longobject.h
  2 -r--r--r--1 root  wheel   713B Jan 20 12:43 marshal.h
  2 -r--r--r--1 root  wheel   253B Jan 20 12:43 metagrammar.h
  4 -r--r--r--1 root  wheel   3.2K Jan 20 12:43 

Re: devel/libsoup-2.32.2 Compile error _md5 problem

2011-01-20 Thread David Southwell
 On 1/19/11 12:04 PM, David Southwell wrote:
  Thanks in advance for help with this one:
   File /usr/local/bin/g-ir-scanner, line 43, in module
   
  from giscanner.scannermain import scanner_main
 
 [...]
 
File /usr/local/lib/python2.6/hashlib.py, line 136, in module

  md5 = __get_builtin_constructor('md5')

File /usr/local/lib/python2.6/hashlib.py, line 63, in
  
  __get_builtin_constructor
  
  import _md5
  
  ImportError: No module named _md5
  gmake[3]: *** [Soup-2.4.gir] Error 1
  gmake[3]: Leaving directory
  `/usr/ports/devel/libsoup/work/libsoup-2.32.2/libsoup'
  gmake[2]: *** [all] Error 2
  gmake[2]: Leaving directory
  `/usr/ports/devel/libsoup/work/libsoup-2.32.2/libsoup'
  gmake[1]: *** [all-recursive] Error 1
  gmake[1]: Leaving directory
  `/usr/ports/devel/libsoup/work/libsoup-2.32.2' gmake: *** [all] Error 2
  *** Error code 1
  
  Stop in /usr/ports/devel/libsoup.
  *** Error code 1
  David
 
 Hi David,
 
 Is devel/gobject-introspection up to date?  Do you get this same error
 if you install devel/libsoup into a box without any ports installed on
 it.  You can easily set up a testbed by using a jail to do that.
 
 If nothing else depends on gobject-introspection, you could always
 pkg_delete it and then restart the libsoup build.  It would be
 interesting to know if that eliminates the error or not.
 
 Regards,
 Greg
deleted gobject-introspection
Got the similar error messages--

Traceback (most recent call last):
  File ../tools/g-ir-scanner, line 43, in module
from giscanner.scannermain import scanner_main
  File /usr/ports/devel/gobject-introspection/work/gobject-
introspection-0.9.12/giscanner/scannermain.py, line 34, in module
from giscanner.dumper import compile_introspection_binary
  File /usr/ports/devel/gobject-introspection/work/gobject-
introspection-0.9.12/giscanner/dumper.py, line 26, in module
from .gdumpparser import IntrospectionBinary
  File /usr/ports/devel/gobject-introspection/work/gobject-
introspection-0.9.12/giscanner/gdumpparser.py, line 30, in module
from .transformer import TransformerException
  File /usr/ports/devel/gobject-introspection/work/gobject-
introspection-0.9.12/giscanner/transformer.py, line 26, in module
from .cachestore import CacheStore
  File /usr/ports/devel/gobject-introspection/work/gobject-
introspection-0.9.12/giscanner/cachestore.py, line 24, in module
import hashlib
  File /usr/local/lib/python2.6/hashlib.py, line 136, in module
md5 = __get_builtin_constructor('md5')
  File /usr/local/lib/python2.6/hashlib.py, line 63, in 
__get_builtin_constructor
import _md5
ImportError: No module named _md5
gmake[2]: *** [GLib-2.0.gir] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/gobject-
introspection/work/gobject-introspection-0.9.12/gir'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/gobject-
introspection/work/gobject-introspection-0.9.12'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/devel/gobject-introspection.
*** Error code 1

Stop in /usr/ports/devel/libsoup.


Photographic Artist
Permanent Installations  Design
Creative Imagery and Advanced Digital Techniques
High Dynamic Range Photography  Official Portraiture
Combined darkroom  digital creations
 Systems Adminstrator for the vizion2000.net network
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: devel/libsoup-2.32.2 Compile error _md5 problem

2011-01-20 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 1/20/11 5:39 PM, David Southwell wrote:
[...]
 deleted gobject-introspection
 Got the similar error messages--
 
 Traceback (most recent call last):
   File ../tools/g-ir-scanner, line 43, in module
 from giscanner.scannermain import scanner_main
   File /usr/ports/devel/gobject-introspection/work/gobject-
 introspection-0.9.12/giscanner/scannermain.py, line 34, in module
 from giscanner.dumper import compile_introspection_binary
   File /usr/ports/devel/gobject-introspection/work/gobject-
 introspection-0.9.12/giscanner/dumper.py, line 26, in module
 from .gdumpparser import IntrospectionBinary
   File /usr/ports/devel/gobject-introspection/work/gobject-
 introspection-0.9.12/giscanner/gdumpparser.py, line 30, in module
 from .transformer import TransformerException
   File /usr/ports/devel/gobject-introspection/work/gobject-
 introspection-0.9.12/giscanner/transformer.py, line 26, in module
 from .cachestore import CacheStore
   File /usr/ports/devel/gobject-introspection/work/gobject-
 introspection-0.9.12/giscanner/cachestore.py, line 24, in module
 import hashlib
   File /usr/local/lib/python2.6/hashlib.py, line 136, in module
 md5 = __get_builtin_constructor('md5')
   File /usr/local/lib/python2.6/hashlib.py, line 63, in 
 __get_builtin_constructor
 import _md5
 ImportError: No module named _md5
 gmake[2]: *** [GLib-2.0.gir] Error 1
 gmake[2]: Leaving directory `/usr/ports/devel/gobject-
 introspection/work/gobject-introspection-0.9.12/gir'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/usr/ports/devel/gobject-
 introspection/work/gobject-introspection-0.9.12'
 gmake: *** [all] Error 2
 *** Error code 1
 
 Stop in /usr/ports/devel/gobject-introspection.
 *** Error code 1
 
 Stop in /usr/ports/devel/libsoup.

Hi David,

What is the output of the command pkg_version -vL=?  Can you build
libsoup successfully in a clean jail (no ports installed) with an
up-to-date ports tree?

- From what I've seen by Googling the error message ImportError: No
module named _md5, you likely have a broken Python 2.6 installation.
Can you pkg_delete it and reinstall it as well, assuming you don't have
a boatload of ports that depend on it?

Regards,
Greg
- -- 
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk048OEACgkQ0sRouByUApCN9wCfbGxNGFs7Nx033a14MtFTxs/u
aMMAmwSAR9KeYxpZUQIkieiJjwxmWeIB
=Czhr
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: devel/libsoup-2.32.2 Compile error _md5 problem

2011-01-20 Thread Chris Brennan
On Thu, Jan 20, 2011 at 9:35 PM, Greg Larkin glar...@freebsd.org wrote:

  Hi David,

 What is the output of the command pkg_version -vL=?  Can you build
 libsoup successfully in a clean jail (no ports installed) with an
 up-to-date ports tree?

 - From what I've seen by Googling the error message ImportError: No
 module named _md5, you likely have a broken Python 2.6 installation.
 Can you pkg_delete it and reinstall it as well, assuming you don't have
 a boatload of ports that depend on it?

 Regards,
 Greg


 Don't meant to hijkack this thread but my issue is slightly related. I.e.
broken Python :( I've built and rebuild Python26 and migrated everything I
can think of that depended on Py25 - Py26 and stuff still goes boom.
Horrible booms too! Most notably it's gobject-introspection and py-dbus and
so much depends on these that I'm about to throw the switch on this box and
start over again. When it does it claims it can't find the py26 headers
tho what gives?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


devel/libsoup-2.32.2 Compile error _md5 problem

2011-01-19 Thread David Southwell

Thanks in advance for help with this one:

 File /usr/local/bin/g-ir-scanner, line 43, in module
from giscanner.scannermain import scanner_main
  File /usr/local/lib/gobject-introspection/giscanner/scannermain.py, line 
34, in module
from giscanner.dumper import compile_introspection_binary
  File /usr/local/lib/gobject-introspection/giscanner/dumper.py, line 26, in 
module
from .gdumpparser import IntrospectionBinary
  File /usr/local/lib/gobject-introspection/giscanner/gdumpparser.py, line 
30, in module
from .transformer import TransformerException
  File /usr/local/lib/gobject-introspection/giscanner/transformer.py, line 
26, in module
from .cachestore import CacheStore
  File /usr/local/lib/gobject-introspection/giscanner/cachestore.py, line 
24, in module
import hashlib
  File /usr/local/lib/python2.6/hashlib.py, line 136, in module
md5 = __get_builtin_constructor('md5')
  File /usr/local/lib/python2.6/hashlib.py, line 63, in 
__get_builtin_constructor
import _md5
ImportError: No module named _md5
gmake[3]: *** [Soup-2.4.gir] Error 1
gmake[3]: Leaving directory 
`/usr/ports/devel/libsoup/work/libsoup-2.32.2/libsoup'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory 
`/usr/ports/devel/libsoup/work/libsoup-2.32.2/libsoup'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/libsoup/work/libsoup-2.32.2'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/devel/libsoup.
*** Error code 1
David

Photographic Artist
Permanent Installations  Design
Creative Imagery and Advanced Digital Techniques
High Dynamic Range Photography  Official Portraiture
Combined darkroom  digital creations
 Systems Adminstrator for the vizion2000.net network
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: devel/libsoup-2.32.2 Compile error _md5 problem

2011-01-19 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 1/19/11 12:04 PM, David Southwell wrote:
 
 Thanks in advance for help with this one:
 
  File /usr/local/bin/g-ir-scanner, line 43, in module
 from giscanner.scannermain import scanner_main
[...]
   File /usr/local/lib/python2.6/hashlib.py, line 136, in module
 md5 = __get_builtin_constructor('md5')
   File /usr/local/lib/python2.6/hashlib.py, line 63, in 
 __get_builtin_constructor
 import _md5
 ImportError: No module named _md5
 gmake[3]: *** [Soup-2.4.gir] Error 1
 gmake[3]: Leaving directory 
 `/usr/ports/devel/libsoup/work/libsoup-2.32.2/libsoup'
 gmake[2]: *** [all] Error 2
 gmake[2]: Leaving directory 
 `/usr/ports/devel/libsoup/work/libsoup-2.32.2/libsoup'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/usr/ports/devel/libsoup/work/libsoup-2.32.2'
 gmake: *** [all] Error 2
 *** Error code 1
 
 Stop in /usr/ports/devel/libsoup.
 *** Error code 1
 David

Hi David,

Is devel/gobject-introspection up to date?  Do you get this same error
if you install devel/libsoup into a box without any ports installed on
it.  You can easily set up a testbed by using a jail to do that.

If nothing else depends on gobject-introspection, you could always
pkg_delete it and then restart the libsoup build.  It would be
interesting to know if that eliminates the error or not.

Regards,
Greg
- -- 
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk03qHQACgkQ0sRouByUApBmuACfcGeo+Z75YURX4/HwHy6HgoB5
A0oAn0dKm0tLGelA9qpFeKKv4/duYXwM
=daz/
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org