Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2001 17:13:18 -0700
From:      "Paul M . Lambert" <plambert@plambert.net>
To:        freebsd-ports@freebsd.org
Cc:        billf@freebsd.org
Subject:   Cannot make net/mtr without GTK+
Message-ID:  <20010421171318.S36140@slappy.plambert.net>

next in thread | raw e-mail | index | archive | help
[CC'd to maintainer]

I am unable to make the net/mtr port without GTK support.  This is to
be used on a server, and I don't want the GTK packages installed... and
since it appears to be an option in the Makefile, I see no reason not
to build it without GTK.  However, it just plumb doesn't work.  Seems
to fail on the aclocal...

I've a log below.

This is on
# uname -a
FreeBSD hostname-deleted 4.3-RC FreeBSD 4.3-RC #1: Tue Apr  3 10:45:46 PDT 2001     root@hostname-deleted:/usr/obj/usr/src/sys/HOSTNAME-DELETED  i386

Any ideas on what the problem is and how to make it work?

--plambert


Script started on Sat Apr 21 17:09:08 2001
# cd /usr/ports/net/mtr/
# make

If you want to compile with GTK+ support,
hit Ctrl-C right now and use "make WITH_GTK=yes"

===>  Extracting for mtr-0.42
>> Checksum OK for mtr-0.42.tar.gz.
>> Checksum OK for mtr-042-v6-20000719.diff.gz.
===>   mtr-0.42 depends on executable: gmake - found
===>  Patching for mtr-0.42
===>  Applying distribution patches for mtr-0.42
===>  Applying FreeBSD patches for mtr-0.42
===>  Configuring for mtr-0.42
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... cc
checking whether the C compiler (cc -O -pipe -march=k6 ) works... yes
checking whether the C compiler (cc -O -pipe -march=k6 ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking size of unsigned char... 1
checking size of unsigned short... 2
checking size of unsigned int... 4
checking size of unsigned long... 4
checking for tgetent in -ltermcap... yes
checking for initscr... yes
checking whether to enable ipv6... yes
checking ipv6 stack type... kame
You do not have inet6 library, using libc
checking getaddrinfo bug... good
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for attron... yes
checking for ncurses.h... yes
checking for ncurses/curses.h... no
checking for curses.h... yes
checking for cursesX.h... no
checking for sys/types.h... yes
checking for sys/xti.h... no
checking for floor in -lm... yes
checking for gtk-config... /nopath/bin/gtk-config
checking for GTK - version >= 1.0.0... ./configure: /nopath/bin/gtk-config: not found
./configure: /nopath/bin/gtk-config: not found
./configure: /nopath/bin/gtk-config: not found
./configure: /nopath/bin/gtk-config: not found
./configure: /nopath/bin/gtk-config: not found
no
*** Could not run GTK test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK was incorrectly installed
*** or that you have moved GTK since it was installed. In the latter case, you
*** may want to edit the gtk-config script: /nopath/bin/gtk-config
configure: warning: Building without GTK+ display support
checking for socket... yes
checking for gethostbyname... yes
checking for res_init... yes
checking for seteuid... yes
checking for res_mkquery... yes
checking for herror... yes
checking for strerror... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating img/Makefile
creating config.h
===>  Building for mtr-0.42
cd . && aclocal
aclocal: configure.in: 297: macro `AM_PATH_GTK' not found in library
gmake: *** [aclocal.m4] Error 1
*** Error code 2

Stop in /usr/ports/net/mtr.
*** Error code 1

Stop in /usr/ports/net/mtr.
*** Error code 1

Stop in /usr/ports/net/mtr.
# exit

Script done on Sat Apr 21 17:09:32 2001

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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