Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jan 2011 22:39:42 +0000
From:      David Southwell <david@vizion2000.net>
To:        glarkin@freebsd.org
Cc:        freebsd-questions@freebsd.org
Subject:   Re: devel/libsoup-2.32.2 Compile error _md5 problem
Message-ID:  <201101202239.42696.david@vizion2000.net>
In-Reply-To: <4D37A874.4020703@FreeBSD.org>
References:  <201101191704.43383.david@vizion2000.net> <4D37A874.4020703@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



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