Date: Sat, 04 Feb 2006 11:20:20 +1100 From: Norberto Meijome <freebsd@meijome.net> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Ethereal port doesn't install GUI Message-ID: <43E3F344.1030200@meijome.net>
next in thread | raw e-mail | index | archive | help
Hi, Is there other port that installs the GTK Ethereal interface ? net/ports is installing tethereal and lots of other files, but NOT /usr/X11R6/bin/ethereal. I've built net/ethereal as follows: portinstall ethereal but then I couldn't find bin/ethereal anywhere. pkg_info -f shows: [...] File: bin/editcap Comment: MD5:52f46ea3509a95a9d69359827740b803 File: bin/ethereal File: bin/idl2eth Comment: MD5:69a75b620f8f0f9668f09e1bea4f7a84 File: bin/mergecap Comment: MD5:603d52f40192431dc6716854bd6e8923 [...] Sure enough,the GTK X interface for ethereal is nowhere to be found, not even in the work directory in the port after building. I checked the Makefile, and I repeated as follows: $ cd /usr/ports/net/ethereal $ sudo nice make WITH_X11=true $ sudo nice make WITH_X11=true install $ sudo make deinstall ===> Deinstalling for net/ethereal ===> Deinstalling ethereal-0.10.14 pkg_delete: file '/usr/X11R6/man/man1/ethereal.1.gz' doesn't exist pkg_delete: file '/usr/X11R6/bin/ethereal' doesn't exist pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) $ sudo nice make WITH_X11=true install with the same results. /etc/make.conf = SUP_UPDATE="YES" SUP="/usr/local/bin/cvsup" SUPFILE="/usr/local/etc/stable-supfile" PORTSSUPFILE="/usr/local/etc/ports-supfile" ENABLE_WPA_SUPPLICANT_EAPOL=true NO_PROFILE=true NO_INET6=true NO_PORTSUPDATE=true NO_ATM=true #LUIT setting needed for secure locales in xterm, xorg client WITH_SETUID_LUIT=true X_WINDOW_SYSTEM=xorg WITH_GTK2=true WITHOUT_IPV6=true DOC_LANG = en_US.ISO8859-1 CPUTYPE?=pentium-m CFLAGS+= -O2 -pipe # added by use.perl 2006-01-24 12:09:58 PERL_VER=5.8.7 PERL_VERSION=5.8.7 WITH_MOZILLA="firefox" WITH_FAM_SYSTEM="fam" -- thanks, Beto
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43E3F344.1030200>