El 13 févr. 2016, a las 15:45, Brandon Allbery escribió: > On Sat, Feb 13, 2016 at 3:37 PM, [ftp83plus] <[email protected]> wrote: > Hello to all, > > I am trying to install xsane to access a shared scanner. However, it fails > when trying to install gimp2 and webkit-gtk as dependencies. > > In the webkit-gtk log, the last lines show: > :info:build Traceback (most recent call last): > :info:build File "./Tools/gtk/generate-inspector-gresource-manifest.py", > line 18, in <module> > :info:build import argparse > :info:build ImportError: No module named argparse > > Could have used a couple lines before this to see which python is being run.
Here are these, just before the ones you see: MACOSX_DEPLOYMENT_TARGET='10.6' :debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_webkit-gtk/webkit-gtk/work/webkitgtk-2.4.9" && /opt/local/bin/gmake -j4 -w all CC="/opt/local/bin/clang-mp-3.7 -arch x86_64" V=1' :debug:build Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_webkit-gtk/webkit-gtk/work/webkitgtk-2.4.9" && /opt/local/bin/gmake -j4 -w all CC="/opt/local/bin/clang-mp-3.7 -arch x86_64" V=1 :info:build gmake: Entering directory '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_webkit-gtk/webkit-gtk/work/webkitgtk-2.4.9' :info:build mkdir -p ./DerivedSources/WebInspectorUI :info:build /usr/bin/python ./Tools/gtk/generate-inspector-gresource-manifest.py --output DerivedSources/WebInspectorUI/GResourceBundle.xml "./Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js" "./Source/WebInspectorUI/UserInterface/*.html" "./Source/WebInspectorUI/UserInterface/*.js" "./Source/WebInspectorUI/UserInterface/*.css" "./Source/WebInspectorUI/UserInterface/Images/gtk/*.png" "./Source/WebInspectorUI/UserInterface/Images/gtk/*.svg" "./Source/WebInspectorUI/UserInterface/External/CodeMirror/*.js" "./Source/WebInspectorUI/UserInterface/External/CodeMirror/*.css" :info:build /usr/bin/perl Source/JavaScriptCore/create_hash_table Source/JavaScriptCore/runtime/BooleanPrototype.cpp -i > DerivedSources/JavaScriptCore/BooleanPrototype.lut.h :info:build /usr/bin/perl Source/JavaScriptCore/create_hash_table Source/JavaScriptCore/runtime/DateConstructor.cpp -i > DerivedSources/JavaScriptCore/DateConstructor.lut.h :info:build /usr/bin/perl Source/JavaScriptCore/create_hash_table Source/JavaScriptCore/runtime/DatePrototype.cpp -i > DerivedSources/JavaScriptCore/DatePrototype.lut.h :info:build Creating hashtable for Source/JavaScriptCore/runtime/DatePrototype.cpp :info:build Creating hashtable for Source/JavaScriptCore/runtime/BooleanPrototype.cpp :info:build Creating hashtable for Source/JavaScriptCore/runtime/DateConstructor.cpp :info:build /usr/bin/perl Source/JavaScriptCore/create_hash_table Source/JavaScriptCore/runtime/ErrorPrototype.cpp -i > DerivedSources/JavaScriptCore/ErrorPrototype.lut.h :info:build Creating hashtable for Source/JavaScriptCore/runtime/ErrorPrototype.cpp :info:build /usr/bin/perl Source/JavaScriptCore/create_hash_table Source/JavaScriptCore/runtime/JSDataViewPrototype.cpp -i > DerivedSources/JavaScriptCore/JSDataViewPrototype.lut.h :info:build /usr/bin/perl Source/JavaScriptCore/create_hash_table Source/JavaScriptCore/runtime/JSGlobalObject.cpp -i > DerivedSources/JavaScriptCore/JSGlobalObject.lut.h :info:build Creating hashtable for Source/JavaScriptCore/runtime/JSDataViewPrototype.cpp :info:build Creating hashtable for Source/JavaScriptCore/runtime/JSGlobalObject.cpp > > And why would it try to add another Gimp version although I do have the > Mac-native one installed? > > Similar to https://trac.macports.org/wiki/FAQ#ownlibs > MacPorts cannot make *any* assumptions about any program you might have > installed from another source, if it wants to have any chance of guaranteeing > that something will work as intended once it is installed. > > -- > brandon s allbery kf8nh sine nomine associates > [email protected] [email protected] > unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
_______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
