On Feb 12, 2008, at 20:46, Darrell Greenwood wrote:
I had a working copy of ntop 3.3 installed via Macports. It had one minor problem with showing arbitrary graphs.
So I updated Macports to 1.6 and selfupdated. Then ntop would not build, getting the errors below.
I updated Xcode to 2.5. No change.
Running on an iBook G4, 10.4.11.
Ah, our favorite "unable to infer tagged configuration" error again. I guess we haven't solved the whole problem then. See these tickets for how we thought we had solved it before: http://trac.macosforge.org/projects/macports/ticket/13648 http://trac.macosforge.org/projects/macports/ticket/13653 Please file a ticket for this problem and assign it to the maintainer of ntop (markd).
aabs:~ darrell$ sudo port clean --all ntop ---> Cleaning ntop aabs:~ darrell$ sudo port install ntop ---> Fetching ntop ---> Attempting to fetch ntop-3.3.tar.gz from http://downloads.sourceforge.net/ntop ---> Verifying checksum(s) for ntop ---> Extracting ntop ---> Configuring ntop ---> Building ntop 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_net_n top/work/ntop-3.3" && gnumake all " returned error 2 Command output: gnumake all-recursive Making all in . source='address.c' object='address.lo' libtool=yes \ depfile='.deps/address.Plo' tmpdepfile='.deps/address.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I. -I. -I/usr/local/include -g -Os -pipe -Ddarwin8 -I/System/Library/Frameworks/System.framework/PrivateHeaders -I. -I/usr/include -I/opt/local/include -DDARWIN -DTIGER -I/usr/local/include -g -no-cpp-precomp -O2 -I/opt/local/include -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common -DPIC -c -o address.lo `test -f 'address.c' || echo './'`address.c libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' gnumake[2]: *** [address.lo] Error 1 gnumake[1]: *** [all-recursive] Error 1 gnumake: *** [all] Error 2