From owner-freebsd-questions@FreeBSD.ORG Sun Jul 16 09:56:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A888016A4DA for ; Sun, 16 Jul 2006 09:56:46 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from michelle.lostinspace.de (michelle.lostinspace.de [62.146.248.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDDC243D45 for ; Sun, 16 Jul 2006 09:56:45 +0000 (GMT) (envelope-from idefix@fechner.net) Received: from server.idefix.loc (ppp-82-135-93-47.dynamic.mnet-online.de [82.135.93.47]) (authenticated bits=0) by michelle.lostinspace.de (8.13.6/8.13.6) with ESMTP id k6G9uZwo096874 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 16 Jul 2006 11:56:40 +0200 (CEST) (envelope-from idefix@fechner.net) Received: from idefix.idefix.loc ([192.168.0.151]) by server.idefix.loc with esmtps (TLSv1:AES256-SHA:256) (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G23MR-000FUR-Op for freebsd-questions@freebsd.org; Sun, 16 Jul 2006 11:56:34 +0200 Message-ID: <44BA0D4B.9060201@fechner.net> Date: Sun, 16 Jul 2006 11:56:27 +0200 From: Matthias Fechner User-Agent: Thunderbird 1.5.0.4 (X11/20060630) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam_score: -4.4 X-Spam_score_int: -43 X-Spam_bar: ---- X-Spam_host: idefix.fechner.net X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (michelle.lostinspace.de [62.146.248.226]); Sun, 16 Jul 2006 11:56:40 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.3/1600/Sat Jul 15 17:03:46 2006 on michelle.lostinspace.de X-Virus-Status: Clean X-Spam-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00, UNPARSEABLE_RELAY autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on michelle.lostinspace.de Subject: Problem compiling devel/newt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 09:56:46 -0000 Hi, I tried to compile devel/newt today, but I got the following errormessage: ---cut--- cc -O1 -pipe -march=pentiumpro -I/usr/local/include -I/usr/local/include -c scale.c cc -O1 -pipe -march=pentiumpro -I/usr/local/include -I/usr/local/include -c grid.c cc -O1 -pipe -march=pentiumpro -I/usr/local/include -I/usr/local/include -c windows.c cc -O1 -pipe -march=pentiumpro -I/usr/local/include -I/usr/local/include -c buttonbar.c cc -O1 -pipe -march=pentiumpro -I/usr/local/include -I/usr/local/include -c checkboxtree.c ar q libnewt.a newt.o button.o form.o checkbox.o entry.o label.o listbox.o scrollbar.o textbox.o scale.o grid.o windows.o buttonbar.o checkboxtree.o ar: creating libnewt.a ranlib libnewt.a cc -O1 -pipe -march=pentiumpro -I/usr/local/include -I/usr/local/include -c test.c cc -g -L/usr/local/lib -L/usr/local/lib -o test test.o libnewt.a -lslang -lm -lpopt -lncurses -static /usr/local/lib/libslang.a(sldisply.o)(.text+0x2bdc): In function `SLtt_tgetstr': : undefined reference to `tgetstr' /usr/local/lib/libslang.a(sldisply.o)(.text+0x2c3b): In function `SLtt_tgetnum': : undefined reference to `tgetnum' /usr/local/lib/libslang.a(sldisply.o)(.text+0x2c6b): In function `SLtt_tgetflag': : undefined reference to `tgetflag' /usr/local/lib/libslang.a(sldisply.o)(.text+0x2e83): In function `SLtt_initialize': : undefined reference to `tgetent' *** Error code 1 Stop in /usr/ports/devel/newt/work/newt-0.51.0. *** Error code 1 Stop in /usr/ports/devel/newt. ---cut--- I have FreeBSD 6.1 running. Is the port broken? I have checked bugs.freebsd.org but could not found any bug reported for this port with this errormessage. Thx for help, Matthias