problem installing Wireshark on Leopard
I try to install Wireshark with MacPorts on my new install of 10.5 and this is what I get: john-youngs-imac:~ kimyoung$ sudo port install wireshark Password: ---> Building atk with target all Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_atk/work/atk-1.20.0" && make all " returned error 2 Command output: make all-recursive Making all in atk make all-am /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -funroll-loops - fstrict-aliasing -Wall -L/opt/local/lib -no-undefined -o libatk-1.0.la -rpath /opt/local/lib -version-info 2009:1:2009 atkaction.lo atkcomponent.lo atkdocument.lo atkeditabletext.lo atkgobjectaccessible.lo atkhyperlink.lo atkhyperlinkimpl.lo atkhypertext.lo atkimage.lo atknoopobject.lo atknoopobjectfactory.lo atkobject.lo atkobjectfactory.lo atkregistry.lo atkrelation.lo atkrelationset.lo atkselection.lo atkstate.lo atkstateset.lo atkstreamablecontent.lo atktable.lo atktext.lo atkutil.lo atkmisc.lo atkvalue.lo atk-enum-types.lo -L/opt/local/lib -lgobject-2.0 - lgmodule-2.0 -lglib-2.0 -lintl -liconv gcc -dynamiclib -o .libs/libatk-1.0.0.2009.1.dylib .libs/ atkaction.o .libs/atkcomponent.o .libs/atkdocument.o .libs/ atkeditabletext.o .libs/atkgobjectaccessible.o .libs/ atkhyperlink.o .libs/atkhyperlinkimpl.o .libs/atkhypertext.o .libs/ atkimage.o .libs/atknoopobject.o .libs/atknoopobjectfactory.o .libs/ atkobject.o .libs/atkobjectfactory.o .libs/atkregistry.o .libs/ atkrelation.o .libs/atkrelationset.o .libs/atkselection.o .libs/ atkstate.o .libs/atkstateset.o .libs/atkstreamablecontent.o .libs/ atktable.o .libs/atktext.o .libs/atkutil.o .libs/atkmisc.o .libs/ atkvalue.o .libs/atk-enum-types.o -L/opt/local/lib /opt/local/lib/ libgobject-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/ lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/ libiconv.dylib -install_name /opt/local/lib/libatk-1.0.0.dylib - compatibility_version 2010 -current_version 2010.1 ld: duplicate symbol _g_bit_nth_lsf in .libs/atkcomponent.o and .libs/ atkaction.o collect2: ld returned 1 exit status make[3]: *** [libatk-1.0.la] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: The following dependencies failed to build: gtk2 atk cairo fontconfig freetype zlib libpng render xrender jpeg pango Xft2 xorg- xproto xorg-util-macros tiff libpcap openssl Error: Status 1 encountered during processing. john-youngs-imac:~ kimyoung$ any body got any ideas on what I am doing wrong? Kim Young kimyoung@mac.com
On Nov 9, 2007, at 8:02 PM, Kim Young wrote:
I try to install Wireshark with MacPorts on my new install of 10.5 and this is what I get:
john-youngs-imac:~ kimyoung$ sudo port install wireshark Password: ---> Building atk with target all Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_atk/work/atk-1.20.0" && make all " returned error 2 Command output: make all-recursive Making all in atk make all-am /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -funroll-loops - fstrict-aliasing -Wall -L/opt/local/lib -no-undefined -o libatk-1.0.la -rpath /opt/local/lib -version-info 2009:1:2009 atkaction.lo atkcomponent.lo atkdocument.lo atkeditabletext.lo atkgobjectaccessible.lo atkhyperlink.lo atkhyperlinkimpl.lo atkhypertext.lo atkimage.lo atknoopobject.lo atknoopobjectfactory.lo atkobject.lo atkobjectfactory.lo atkregistry.lo atkrelation.lo atkrelationset.lo atkselection.lo atkstate.lo atkstateset.lo atkstreamablecontent.lo atktable.lo atktext.lo atkutil.lo atkmisc.lo atkvalue.lo atk-enum-types.lo -L/opt/local/lib -lgobject-2.0 - lgmodule-2.0 -lglib-2.0 -lintl -liconv gcc -dynamiclib -o .libs/libatk-1.0.0.2009.1.dylib .libs/ atkaction.o .libs/atkcomponent.o .libs/atkdocument.o .libs/ atkeditabletext.o .libs/atkgobjectaccessible.o .libs/ atkhyperlink.o .libs/atkhyperlinkimpl.o .libs/atkhypertext.o .libs/ atkimage.o .libs/atknoopobject.o .libs/atknoopobjectfactory.o .libs/ atkobject.o .libs/atkobjectfactory.o .libs/atkregistry.o .libs/ atkrelation.o .libs/atkrelationset.o .libs/atkselection.o .libs/ atkstate.o .libs/atkstateset.o .libs/atkstreamablecontent.o .libs/ atktable.o .libs/atktext.o .libs/atkutil.o .libs/atkmisc.o .libs/ atkvalue.o .libs/atk-enum-types.o -L/opt/local/lib /opt/local/lib/ libgobject-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/ lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/ libiconv.dylib -install_name /opt/local/lib/libatk-1.0.0.dylib - compatibility_version 2010 -current_version 2010.1 ld: duplicate symbol _g_bit_nth_lsf in .libs/atkcomponent.o and .libs/atkaction.o
collect2: ld returned 1 exit status make[3]: *** [libatk-1.0.la] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
Error: The following dependencies failed to build: gtk2 atk cairo fontconfig freetype zlib libpng render xrender jpeg pango Xft2 xorg- xproto xorg-util-macros tiff libpcap openssl Error: Status 1 encountered during processing. john-youngs-imac:~ kimyoung$
any body got any ideas on what I am doing wrong?
Kim Young kimyoung@mac.com
sounds like another flavor of this: http://trac.macports.org/projects/macports/ticket/13006 --Mike H PS (in other words you aren't doing anything wrong)
On Nov 9, 2007, at 8:16 PM, Michael Hernandez wrote:
On Nov 9, 2007, at 8:02 PM, Kim Young wrote:
I try to install Wireshark with MacPorts on my new install of 10.5 and this is what I get:
john-youngs-imac:~ kimyoung$ sudo port install wireshark Password: ---> Building atk with target all Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_atk/work/atk-1.20.0" && make all " returned error 2 Command output: make all-recursive Making all in atk make all-am /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -funroll-loops - fstrict-aliasing -Wall -L/opt/local/lib -no-undefined -o libatk-1.0.la -rpath /opt/local/lib -version-info 2009:1:2009 atkaction.lo atkcomponent.lo atkdocument.lo atkeditabletext.lo atkgobjectaccessible.lo atkhyperlink.lo atkhyperlinkimpl.lo atkhypertext.lo atkimage.lo atknoopobject.lo atknoopobjectfactory.lo atkobject.lo atkobjectfactory.lo atkregistry.lo atkrelation.lo atkrelationset.lo atkselection.lo atkstate.lo atkstateset.lo atkstreamablecontent.lo atktable.lo atktext.lo atkutil.lo atkmisc.lo atkvalue.lo atk-enum-types.lo -L/ opt/local/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv gcc -dynamiclib -o .libs/libatk-1.0.0.2009.1.dylib .libs/ atkaction.o .libs/atkcomponent.o .libs/atkdocument.o .libs/ atkeditabletext.o .libs/atkgobjectaccessible.o .libs/ atkhyperlink.o .libs/atkhyperlinkimpl.o .libs/atkhypertext.o .libs/ atkimage.o .libs/atknoopobject.o .libs/atknoopobjectfactory.o .libs/ atkobject.o .libs/atkobjectfactory.o .libs/atkregistry.o .libs/ atkrelation.o .libs/atkrelationset.o .libs/atkselection.o .libs/ atkstate.o .libs/atkstateset.o .libs/atkstreamablecontent.o .libs/ atktable.o .libs/atktext.o .libs/atkutil.o .libs/atkmisc.o .libs/ atkvalue.o .libs/atk-enum-types.o -L/opt/local/lib /opt/local/lib/ libgobject-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/ lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/ libiconv.dylib -install_name /opt/local/lib/libatk-1.0.0.dylib - compatibility_version 2010 -current_version 2010.1 ld: duplicate symbol _g_bit_nth_lsf in .libs/atkcomponent.o and .libs/atkaction.o
collect2: ld returned 1 exit status make[3]: *** [libatk-1.0.la] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
Error: The following dependencies failed to build: gtk2 atk cairo fontconfig freetype zlib libpng render xrender jpeg pango Xft2 xorg- xproto xorg-util-macros tiff libpcap openssl Error: Status 1 encountered during processing. john-youngs-imac:~ kimyoung$
any body got any ideas on what I am doing wrong?
Kim Young kimyoung@mac.com
sounds like another flavor of this: http://trac.macports.org/projects/macports/ticket/13006
--Mike H
PS (in other words you aren't doing anything wrong) _______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
OTH I was able to compile atk under Leopard / Intel. do a sudo port clean --all atk and then sudo port -d install atk the -d will show detail errors -- copy it here William Davis frstanATbellsouthDOTnet Mac OS X.5.0 Darwin 9.0.0 Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non
William Davis wrote:
On Nov 9, 2007, at 8:16 PM, Michael Hernandez wrote:
[SNIP] OTH I was able to compile atk under Leopard / Intel. do a sudo port clean --all atk and then sudo port -d install atk the -d will show detail errors -- copy it here
William Davis frstanATbellsouthDOTnet Mac OS X.5.0 Darwin 9.0.0 Mac Mini Intel Duo @ 1.86 GHz
Mundus vult decepi, ego non
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
I'm having the same issues as Michael Hernandez. Here's what I get following your suggestion: Macintosh:~ walts$ sudo port clean --all atk ---> Cleaning atk Macintosh:~ walts$ sudo port -d install atk DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/atk DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/atk DEBUG: Requested variant darwin is not provided by port atk. DEBUG: Requested variant i386 is not provided by port atk. DEBUG: Requested variant macosx is not provided by port atk. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/glib2 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/glib2 DEBUG: Requested variant darwin is not provided by port glib2. DEBUG: Requested variant i386 is not provided by port glib2. DEBUG: Requested variant macosx is not provided by port glib2. DEBUG: Executing variant darwin_9 provides darwin_9 DEBUG: Searching for dependency: glib2 DEBUG: Didn't find receipt, going to depspec regex for: glib2 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext DEBUG: Requested variant darwin is not provided by port gettext. DEBUG: Requested variant i386 is not provided by port gettext. DEBUG: Requested variant macosx is not provided by port gettext. DEBUG: Searching for dependency: gettext DEBUG: Didn't find receipt, going to depspec regex for: gettext DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv DEBUG: Requested variant darwin is not provided by port libiconv. DEBUG: Requested variant i386 is not provided by port libiconv. DEBUG: Requested variant macosx is not provided by port libiconv. DEBUG: Searching for dependency: libiconv DEBUG: Found Dependency: receipt exists for libiconv DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pkgconfig DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pkgconfig DEBUG: Requested variant darwin is not provided by port pkgconfig. DEBUG: Requested variant i386 is not provided by port pkgconfig. DEBUG: Requested variant macosx is not provided by port pkgconfig. DEBUG: Searching for dependency: pkgconfig DEBUG: Found Dependency: receipt exists for pkgconfig DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext DEBUG: Searching for dependency: gettext DEBUG: Didn't find receipt, going to depspec regex for: gettext DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv DEBUG: Searching for dependency: libiconv DEBUG: Found Dependency: receipt exists for libiconv DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pkgconfig DEBUG: Searching for dependency: pkgconfig DEBUG: Found Dependency: receipt exists for pkgconfig DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv DEBUG: Searching for dependency: libiconv DEBUG: Found Dependency: receipt exists for libiconv DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/expat DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/expat DEBUG: Requested variant darwin is not provided by port expat. DEBUG: Requested variant i386 is not provided by port expat. DEBUG: Requested variant macosx is not provided by port expat. DEBUG: Searching for dependency: expat DEBUG: Found Dependency: receipt exists for expat DEBUG: Skipping completed org.macports.main (gettext) DEBUG: Skipping completed org.macports.fetch (gettext) DEBUG: Skipping completed org.macports.checksum (gettext) DEBUG: Skipping completed org.macports.extract (gettext) DEBUG: Skipping completed org.macports.patch (gettext) DEBUG: Skipping completed org.macports.configure (gettext) ---> Building gettext with target all DEBUG: Executing org.macports.build (gettext) DEBUG: Environment: DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/gettext-0.17" && make all' sh: line 0: cd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/gettext-0.17: No such file or directory Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/gettext-0.17" && make all " returned error 1 Command output: sh: line 0: cd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/gettext-0.17: No such file or directory Warning: the following items did not execute (for gettext): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: The following dependencies failed to build: gettext glib2 Error: Status 1 encountered during processing. Macintosh:~ walts$ ============== Do I read correctly, all the "Requested variant....not found" indicates something wrong with the modules themselves? I have tried individually installing each of the missing dependencies, but no joy there either: Macintosh:~ walts$ sudo port install gettext ---> Building gettext with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/gettext-0.17" && make all " returned error 1 Command output: sh: line 0: cd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/gettext-0.17: No such file or directory Error: Status 1 encountered during processing. Macintosh:~ walts$ sudo port install wireshark Portfile changed since last build; discarding previous state. ---> Building gettext with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/gettext-0.17" && make all " returned error 1 Command output: sh: line 0: cd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/gettext-0.17: No such file or directory Error: The following dependencies failed to build: glib2 gettext gtk2 atk pango Error: Status 1 encountered during processing. Macintosh:~ walts$ sudo port install pango ---> Building gettext with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/gettext-0.17" && make all " returned error 1 Command output: sh: line 0: cd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/gettext-0.17: No such file or directory Error: The following dependencies failed to build: glib2 gettext Error: Status 1 encountered during processing. Macintosh:~ walts$ sudo port install glib2 ---> Building gettext with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/gettext-0.17" && make all " returned error 1 Command output: sh: line 0: cd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/gettext-0.17: No such file or directory Error: The following dependencies failed to build: gettext Error: Status 1 encountered during processing. =================== Any help is most welcome! Walt -- View this message in context: http://www.nabble.com/problem-installing-Wireshark-on-Leopard-tf4781183.html... Sent from the MacPorts - Users mailing list archive at Nabble.com.
On Nov 27, 2007, at 07:07, walts wrote:
I'm having the same issues as Michael Hernandez. Here's what I get following your suggestion:
Macintosh:~ walts$ sudo port clean --all atk ---> Cleaning atk Macintosh:~ walts$ sudo port -d install atk
[snip]
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ ports/textproc/expat DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/ textproc/expat DEBUG: Requested variant darwin is not provided by port expat. DEBUG: Requested variant i386 is not provided by port expat. DEBUG: Requested variant macosx is not provided by port expat. DEBUG: Searching for dependency: expat DEBUG: Found Dependency: receipt exists for expat DEBUG: Skipping completed org.macports.main (gettext) DEBUG: Skipping completed org.macports.fetch (gettext) DEBUG: Skipping completed org.macports.checksum (gettext) DEBUG: Skipping completed org.macports.extract (gettext) DEBUG: Skipping completed org.macports.patch (gettext) DEBUG: Skipping completed org.macports.configure (gettext) ---> Building gettext with target all DEBUG: Executing org.macports.build (gettext) DEBUG: Environment: DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_devel _gettext/work/gettext-0.17" && make all' sh: line 0: cd: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_devel _gettext/work/gettext-0.17: No such file or directory Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_devel _gettext/work/gettext-0.17" && make all " returned error 1 Command output: sh: line 0: cd: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_devel _gettext/work/gettext-0.17: No such file or directory
Warning: the following items did not execute (for gettext): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: The following dependencies failed to build: gettext glib2 Error: Status 1 encountered during processing. Macintosh:~ walts$ ==============
Do I read correctly, all the "Requested variant....not found" indicates something wrong with the modules themselves?
No, that does not indicate any problem. MacPorts automatically looks for variants of certain names in all ports. Most ports do not provide these variants, and MacPorts, in debug mode, prints a message about that. It's not an error. It's just informative.
I have tried individually installing each of the missing dependencies, but no joy there either:
Macintosh:~ walts$ sudo port install gettext ---> Building gettext with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_devel _gettext/work/gettext-0.17" && make all " returned error 1 Command output: sh: line 0: cd: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_devel _gettext/work/gettext-0.17: No such file or directory
[snip] So all your problems at this point stem from gettext 0.17 not installing. I'm the maintainer of gettext, but I've never seen this error before. I can't imagine why the gettext work directory wouldn't exist. Please clean and try again. sudo port clean --work gettext sudo port install gettext Let us know if you get the same (or different) errors then.
Ryan Schmidt-24 wrote:
[snip]
So all your problems at this point stem from gettext 0.17 not installing. I'm the maintainer of gettext, but I've never seen this error before. I can't imagine why the gettext work directory wouldn't exist. Please clean and try again.
sudo port clean --work gettext sudo port install gettext
Let us know if you get the same (or different) errors then.
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
Thanks for the speedy reply! Actually, going back to the Wireshark problem, here is the list of failed dependencies: ------------------------ Error: The following dependencies failed to build: glib2 gettext pkgconfig gtk2 atk cairo fontconfig freetype zlib libpng render xrender jpeg pango Xft2 xorg-xproto xorg-util-macros tiff libpcap openssl ------------------------ I was able to individually install all but glib2 gettext gtk2 atk and pango, by working backwards from the end of the list. In some cases I had to go one level deeper in resolving dependencies, but by and large the automatic resolution worked properly. Ultimately each of the remaining items depends upon gettext. Here's what happened by following your instructions: =================== Macintosh:~ walts$ sudo port clean --work gettext Password: ---> Cleaning gettext Macintosh:~ walts$ sudo port install gettext ---> Fetching gettext ---> Attempting to fetch gettext-0.17.tar.gz from http://ftp.gnu.org/gnu/gettext ---> Verifying checksum(s) for gettext ---> Extracting gettext ---> Applying patches to gettext ---> Configuring gettext ---> Building gettext with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/gettext-0.17" && make all " returned error 2 Command output: rm -f t-charset.alias charset.alias /bin/sh ./config.charset 'i386-apple-darwin9.1.0' > t-charset.alias mv t-charset.alias charset.alias rm -f t-ref-add.sed ref-add.sed sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ref-add.sin > t-ref-add.sed mv t-ref-add.sed ref-add.sed rm -f t-ref-del.sed ref-del.sed sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ref-del.sin > t-ref-del.sed mv t-ref-del.sed ref-del.sed Making all in po Making all in projects make[3]: Nothing to be done for `all'. Making all in styles make[3]: Nothing to be done for `all'. Making all in misc WARNING: Warnings can be ignored. :-) if test "emacs" != no; then \ set x; \ list='start-po.el po-mode.el po-compat.el'; for p in $list; do \ if test -f "$p"; then d=; else d="./"; fi; \ set x "$@" "$d$p"; shift; \ done; \ shift; \ EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \ else : ; fi Fatal malloc_jumpstart() error make[3]: *** [elc-stamp] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1 Error: Status 1 encountered during processing. Macintosh:~ walts$ ==================== As you've probably gathered from my posts, I am pretty lame when it comes to *nix, although I've been in the PC business since CP/M so I am learning fast. I really appreciate your help. Please let me know what I can do to provide you with more information about this. Walt -- View this message in context: http://www.nabble.com/problem-installing-Wireshark-on-Leopard-tf4781183.html... Sent from the MacPorts - Users mailing list archive at Nabble.com.
On Nov 27, 2007, at 8:07 AM, walts wrote:
William Davis wrote:
On Nov 9, 2007, at 8:16 PM, Michael Hernandez wrote:
[SNIP] OTH I was able to compile atk under Leopard / Intel. do a sudo port clean --all atk and then sudo port -d install atk the -d will show detail errors -- copy it here
William Davis frstanATbellsouthDOTnet Mac OS X.5.0 Darwin 9.0.0 Mac Mini Intel Duo @ 1.86 GHz
Mundus vult decepi, ego non
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
I'm having the same issues as Michael Hernandez. Here's what I get following your suggestion:
Macintosh:~ walts$ sudo port clean --all atk ---> Cleaning atk Macintosh:~ walts$ sudo port -d install atk DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/atk DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/ devel/atk DEBUG: Requested variant darwin is not provided by port atk. DEBUG: Requested variant i386 is not provided by port atk. DEBUG: Requested variant macosx is not provided by port atk. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/glib2 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/ devel/glib2 DEBUG: Requested variant darwin is not provided by port glib2. DEBUG: Requested variant i386 is not provided by port glib2. DEBUG: Requested variant macosx is not provided by port glib2. DEBUG: Executing variant darwin_9 provides darwin_9 DEBUG: Searching for dependency: glib2 DEBUG: Didn't find receipt, going to depspec regex for: glib2 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/ devel/gettext DEBUG: Requested variant darwin is not provided by port gettext. DEBUG: Requested variant i386 is not provided by port gettext. DEBUG: Requested variant macosx is not provided by port gettext. DEBUG: Searching for dependency: gettext DEBUG: Didn't find receipt, going to depspec regex for: gettext DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/ textproc/libiconv DEBUG: Requested variant darwin is not provided by port libiconv. DEBUG: Requested variant i386 is not provided by port libiconv. DEBUG: Requested variant macosx is not provided by port libiconv. DEBUG: Searching for dependency: libiconv DEBUG: Found Dependency: receipt exists for libiconv DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pkgconfig DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/ devel/pkgconfig DEBUG: Requested variant darwin is not provided by port pkgconfig. DEBUG: Requested variant i386 is not provided by port pkgconfig. DEBUG: Requested variant macosx is not provided by port pkgconfig. DEBUG: Searching for dependency: pkgconfig DEBUG: Found Dependency: receipt exists for pkgconfig DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext DEBUG: Searching for dependency: gettext DEBUG: Didn't find receipt, going to depspec regex for: gettext DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv DEBUG: Searching for dependency: libiconv DEBUG: Found Dependency: receipt exists for libiconv DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pkgconfig DEBUG: Searching for dependency: pkgconfig DEBUG: Found Dependency: receipt exists for pkgconfig DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv DEBUG: Searching for dependency: libiconv DEBUG: Found Dependency: receipt exists for libiconv DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/expat DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/ textproc/expat DEBUG: Requested variant darwin is not provided by port expat. DEBUG: Requested variant i386 is not provided by port expat. DEBUG: Requested variant macosx is not provided by port expat. DEBUG: Searching for dependency: expat DEBUG: Found Dependency: receipt exists for expat DEBUG: Skipping completed org.macports.main (gettext) DEBUG: Skipping completed org.macports.fetch (gettext) DEBUG: Skipping completed org.macports.checksum (gettext) DEBUG: Skipping completed org.macports.extract (gettext) DEBUG: Skipping completed org.macports.patch (gettext) DEBUG: Skipping completed org.macports.configure (gettext) ---> Building gettext with target all DEBUG: Executing org.macports.build (gettext) DEBUG: Environment: DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gettext/work/gettext-0.17" && make all' sh: line 0: cd: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gettext/work/gettext-0.17: No such file or directory Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gettext/work/gettext-0.17" && make all " returned error 1 Command output: sh: line 0: cd: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gettext/work/gettext-0.17: No such file or directory
Warning: the following items did not execute (for gettext): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: The following dependencies failed to build: gettext glib2 Error: Status 1 encountered during processing. Macintosh:~ walts$ ==============
Do I read correctly, all the "Requested variant....not found" indicates something wrong with the modules themselves?
I have tried individually installing each of the missing dependencies, but no joy there either:
Macintosh:~ walts$ sudo port install gettext ---> Building gettext with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gettext/work/gettext-0.17" && make all " returned error 1 Command output: sh: line 0: cd: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gettext/work/gettext-0.17: No such file or directory
Error: Status 1 encountered during processing. Macintosh:~ walts$ sudo port install wireshark Portfile changed since last build; discarding previous state. ---> Building gettext with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gettext/work/gettext-0.17" && make all " returned error 1 Command output: sh: line 0: cd: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gettext/work/gettext-0.17: No such file or directory
Error: The following dependencies failed to build: glib2 gettext gtk2 atk pango Error: Status 1 encountered during processing. Macintosh:~ walts$ sudo port install pango ---> Building gettext with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gettext/work/gettext-0.17" && make all " returned error 1 Command output: sh: line 0: cd: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gettext/work/gettext-0.17: No such file or directory
Error: The following dependencies failed to build: glib2 gettext Error: Status 1 encountered during processing. Macintosh:~ walts$ sudo port install glib2 ---> Building gettext with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gettext/work/gettext-0.17" && make all " returned error 1 Command output: sh: line 0: cd: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_gettext/work/gettext-0.17: No such file or directory
Error: The following dependencies failed to build: gettext Error: Status 1 encountered during processing.
=================== Any help is most welcome!
Walt
-- View this message in context: http://www.nabble.com/problem-installing-Wireshark-on-Leopard-tf4781183.html... Sent from the MacPorts - Users mailing list archive at Nabble.com.
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
1. Requested variant foo is not provided by faa when installing faa only means default variants set by macports itsself to be used if available are not availble (or needed) with this particular port. 2. when the build of someport (including a dependency) fails, it is a good idea to do: sudo port clean someport. 3. so try building the dependencies first one by one,, cleaning first and using -d so you see the detail thus: sudo port clean --all gettext then: sudo port -d install gettext and show us here. William Davis frstanATbellsouthDOTnet Mac OS X.5.1 Darwin 9.1.0 Xquartz-1.2a11 Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non
walts wrote:
[snip]
Here's what happened by following your instructions: =================== Macintosh:~ walts$ sudo port clean --work gettext Password: ---> Cleaning gettext Macintosh:~ walts$ sudo port install gettext ---> Fetching gettext ---> Attempting to fetch gettext-0.17.tar.gz from http://ftp.gnu.org/gnu/gettext ---> Verifying checksum(s) for gettext ---> Extracting gettext ---> Applying patches to gettext ---> Configuring gettext ---> Building gettext with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/gettext-0.17" && make all " returned error 2 Command output: rm -f t-charset.alias charset.alias /bin/sh ./config.charset 'i386-apple-darwin9.1.0' > t-charset.alias mv t-charset.alias charset.alias rm -f t-ref-add.sed ref-add.sed sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ref-add.sin > t-ref-add.sed mv t-ref-add.sed ref-add.sed rm -f t-ref-del.sed ref-del.sed sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ref-del.sin > t-ref-del.sed mv t-ref-del.sed ref-del.sed Making all in po Making all in projects make[3]: Nothing to be done for `all'. Making all in styles make[3]: Nothing to be done for `all'. Making all in misc WARNING: Warnings can be ignored. :-) if test "emacs" != no; then \ set x; \ list='start-po.el po-mode.el po-compat.el'; for p in $list; do \ if test -f "$p"; then d=; else d="./"; fi; \ set x "$@" "$d$p"; shift; \ done; \ shift; \ EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \ else : ; fi Fatal malloc_jumpstart() error make[3]: *** [elc-stamp] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1
Error: Status 1 encountered during processing. Macintosh:~ walts$
====================
As you've probably gathered from my posts, I am pretty lame when it comes to *nix, although I've been in the PC business since CP/M so I am learning fast.
I really appreciate your help. Please let me know what I can do to provide you with more information about this.
Walt
Quick update..... I noticed that the errors at the end of the above log were related to emacs misbehaving. In fact, just giving the "emacs" command gives the same "Fatal malloc_jumpstart" message. So I tried to reinstall emacs: ================= Macintosh:~ walts$ sudo port clean --all emacs Password: ---> Cleaning emacs Macintosh:~ walts$ sudo port install emacs ---> Fetching emacs ---> Attempting to fetch emacs-22.1.tar.gz from http://ftp.gnu.org/gnu/emacs ---> Verifying checksum(s) for emacs ---> Extracting emacs ---> Applying patches to emacs ---> Configuring emacs ---> Building emacs with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_emacs/work/emacs-22.1" && make all " returned error 2 Command output: Highest address of load commands in input file: 0x2b7000 Lowest offset of all sections in __TEXT segment: 0x2380 --- List of Load Commands in Input File --- # cmd cmdsize name address size 0 LC_SEGMENT 56 __PAGEZERO 0 0x1000 1 LC_SEGMENT 396 __TEXT 0x1000 0x135000 __text 0x3380 0x122eb8 __cstring 0x126238 0xfc23 __literal8 0x135e60 0x78 __const 0x135ee0 0x100 __literal4 0x135fe0 0x4 2 LC_SEGMENT 328 __DATA 0x136000 0x156000 __data 0x136000 0x119ac2 __dyld 0x24fac4 0x1c __bss 0x24fae0 0x31aa5 __common 0x2815a0 0xaa51 3 LC_SEGMENT 192 __IMPORT 0x28c000 0x2000 __pointers 0x28c000 0x1584 __jump_table 0x28d5c0 0x3fc 4 LC_SEGMENT 56 __LINKEDIT 0x28e000 0x29000 5 LC_SYMTAB 24 6 LC_DYSYMTAB 80 7 LC_LOAD_DYLINKER 28 8 LC_UNIXTHREAD 80 9 LC_LOAD_DYLIB 60 10 LC_LOAD_DYLIB 52 11 LC_LOAD_DYLIB 52 make[1]: *** [emacs] Abort trap make[1]: *** Deleting file `emacs' make: *** [src] Error 2 Error: Status 1 encountered during processing. Macintosh:~ walts$ ================== That leaves me more mystified than ever, but possible it means something to one of you! Walt -- View this message in context: http://www.nabble.com/problem-installing-Wireshark-on-Leopard-tf4781183.html... Sent from the MacPorts - Users mailing list archive at Nabble.com.
Ryan Schmidt-24 wrote:
[snip]
So all your problems at this point stem from gettext 0.17 not installing. I'm the maintainer of gettext, but I've never seen this error before. I can't imagine why the gettext work directory wouldn't exist. Please clean and try again.
sudo port clean --work gettext sudo port install gettext
Let us know if you get the same (or different) errors then.
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
The problem was related to emacs. I found a patch to get emacs installed here: http://trac.macports.org/projects/macports/ticket/13294 After installing the patch and emacs, then the gettext installation went fine. Walt -- View this message in context: http://www.nabble.com/problem-installing-Wireshark-on-Leopard-tf4781183.html... Sent from the MacPorts - Users mailing list archive at Nabble.com.
That's interesting, because gettext has no dependency on emacs, according to MacPorts dependency system. -- On Nov 27, 2007, at 1:30 PM, walts wrote:
Ryan Schmidt-24 wrote:
[snip]
So all your problems at this point stem from gettext 0.17 not installing. I'm the maintainer of gettext, but I've never seen this error before. I can't imagine why the gettext work directory wouldn't exist. Please clean and try again.
sudo port clean --work gettext sudo port install gettext
Let us know if you get the same (or different) errors then.
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
The problem was related to emacs. I found a patch to get emacs installed here: http://trac.macports.org/projects/macports/ticket/13294
After installing the patch and emacs, then the gettext installation went fine.
Walt
-- View this message in context: http://www.nabble.com/problem-installing-Wireshark-on-Leopard-tf4781183.html... Sent from the MacPorts - Users mailing list archive at Nabble.com.
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
I don't understand either, but this came up in the error log, and is what gave me the clue that I needed emacs: ---------------------- if test "emacs" != no; then \ set x; \ list='start-po.el po-mode.el po-compat.el'; for p in $list; do \ if test -f "$p"; then d=; else d="./"; fi; \ set x "$@" "$d$p"; shift; \ done; \ shift; \ EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \ else : ; fi Fatal malloc_jumpstart() error ----------------------- The Fatal malloc_jumpstart() error also happened if I gave the emacs command at the shell. Anyway the end result is that wireshark starts. I still have issues and will put them in a separate post if not solved. Walt On Nov 27, 2007, at 9:22 PM, Nathan Brazil wrote:
That's interesting, because gettext has no dependency on emacs, according to MacPorts dependency system.
--
On Nov 27, 2007, at 1:30 PM, walts wrote:
Ryan Schmidt-24 wrote:
[snip]
So all your problems at this point stem from gettext 0.17 not installing. I'm the maintainer of gettext, but I've never seen this error before. I can't imagine why the gettext work directory wouldn't exist. Please clean and try again.
sudo port clean --work gettext sudo port install gettext
Let us know if you get the same (or different) errors then.
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
The problem was related to emacs. I found a patch to get emacs installed here: http://trac.macports.org/projects/macports/ticket/13294
After installing the patch and emacs, then the gettext installation went fine.
Walt
-- View this message in context: http://www.nabble.com/problem-installing-Wireshark-on-Leopard-tf4781183.html... Sent from the MacPorts - Users mailing list archive at Nabble.com.
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
On Nov 27, 2007, at 20:22, Nathan Brazil wrote:
That's interesting, because gettext has no dependency on emacs, according to MacPorts dependency system.
You're right. There's something wrong there. I'll handle it in this ticket: http://trac.macports.org/projects/macports/ticket/13381
Hi everyone, I've recently become the proud owner of a ibook running 10.3, but have had some trouble getting macports to work in general. Specifically, I am trying to get gimp2 to install, but whenever I try I get output like the following, which just loops forever, swapping in different port names... DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/libgnomeui DEBUG: Requested variant powerpc is not provided by port libgnomeui. DEBUG: Requested variant darwin is not provided by port libgnomeui. DEBUG: Requested variant macosx is not provided by port libgnomeui. DEBUG: Searching for dependency: libgnomeui DEBUG: Didn't find receipt, going to depspec regex for: libgnomeui DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/libgtkhtml DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/libgtkhtml DEBUG: Requested variant powerpc is not provided by port libgtkhtml. DEBUG: Requested variant darwin is not provided by port libgtkhtml. DEBUG: Requested variant macosx is not provided by port libgtkhtml. DEBUG: Searching for dependency: libgtkhtml DEBUG: Didn't find receipt, going to depspec regex for: libgtkhtml DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/libmng I'm running xcode 1.5 and I do have x11user installed, and yes, I tried re-installing macports. All to no avail. I've tried a couple other ports, notably gtk2 by itself, and pidgin, and get the same results. I have, however, been able to successfully install unrar. Any help or advice would be much appreciated. Thank you, Tony ____________________________________________________________________________________ Get easy, one-click access to your favorites. Make Yahoo! your homepage. http://www.yahoo.com/r/hs
On Nov 28, 2007, at 07:06, Tony Tambasco wrote:
I've recently become the proud owner of a ibook running 10.3, but have had some trouble getting macports to work in general. Specifically, I am trying to get gimp2 to install, but whenever I try I get output like the following, which just loops forever, swapping in different port names...
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/ gnome/libgnomeui DEBUG: Requested variant powerpc is not provided by port libgnomeui. DEBUG: Requested variant darwin is not provided by port libgnomeui. DEBUG: Requested variant macosx is not provided by port libgnomeui. DEBUG: Searching for dependency: libgnomeui DEBUG: Didn't find receipt, going to depspec regex for: libgnomeui DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ ports/gnome/libgtkhtml DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/ gnome/libgtkhtml DEBUG: Requested variant powerpc is not provided by port libgtkhtml. DEBUG: Requested variant darwin is not provided by port libgtkhtml. DEBUG: Requested variant macosx is not provided by port libgtkhtml. DEBUG: Searching for dependency: libgtkhtml DEBUG: Didn't find receipt, going to depspec regex for: libgtkhtml DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ ports/graphics/libmng
I'm running xcode 1.5 and I do have x11user installed, and yes, I tried re-installing macports. All to no avail. I've tried a couple other ports, notably gtk2 by itself, and pidgin, and get the same results. I have, however, been able to successfully install unrar.
The output you're showing us is not an error, but just the normal process of figuring out a port's dependencies (with debug output). It should eventually (up to a few minutes?) begin downloading and configuring something. gimp has many many dependencies. You can see the graph here (generated in October; may be slightly out of date): http://www.ryandesign.com/tmp/gimp.png It will probably take a very very long time (many hours, if not days) to install all this on your computer. You'll have to be patient. You can put your computer to sleep any time and it should resume when you wake it back up. Since you're getting debug output, I assume you've typed "sudo port - d install gimp"? Or what command did you use?
participants (8)
-
Kim Young
-
Michael Hernandez
-
Nathan Brazil
-
Ryan Schmidt
-
Tony Tambasco
-
Walt Scrivens
-
walts
-
William Davis