From owner-freebsd-ports@FreeBSD.ORG Sat Oct 6 21:06:23 2007 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3585016A420 for ; Sat, 6 Oct 2007 21:06:23 +0000 (UTC) (envelope-from dandee@hellteam.net) Received: from pipa.vshosting.cz (pipa.vshosting.cz [81.0.201.10]) by mx1.freebsd.org (Postfix) with ESMTP id 9D4EE13C458 for ; Sat, 6 Oct 2007 21:06:22 +0000 (UTC) (envelope-from dandee@hellteam.net) Received: from localhost (localhost [127.0.0.1]) by pipa.vshosting.cz (Postfix) with ESMTP id 93CD41C9817; Sat, 6 Oct 2007 22:45:34 +0200 (CEST) Received: from pipa.vshosting.cz ([127.0.0.1]) by localhost (pipa [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08790-02; Sat, 6 Oct 2007 22:45:19 +0200 (CEST) Received: from gandalf (rikgw.hellteam.net [82.208.56.201]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by pipa.vshosting.cz (Postfix) with ESMTP id EED871C9812; Sat, 6 Oct 2007 22:45:18 +0200 (CEST) From: =?utf-8?Q?Daniel_Dvo=C5=99=C3=A1k?= To: Date: Sat, 6 Oct 2007 22:45:17 +0200 Organization: Projekt HELL Message-ID: <001301c80859$cdf5d1d0$6508280a@tocnet28.jspoj.czf> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thread-Index: AcgIWc2D+0vYIfvlRM+/Z+YlVmO6sg== X-Virus-Scanned: by amavisd-new at pipa.vshosting.cz Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: quagga-0.99.9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dandee@hellteam.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 21:06:23 -0000 Hi all, =20 today I wanted to upgrade my quagga ports in 4 diffrent systems and the = upgrading process has failed with these messages below for all 4 systems = the same: =20 quagga-0.99.9 < needs updating (port has 0.99.9_2) ... gmake[2]: Leaving directory = `/usr/ports/net/quagga/work/quagga-0.99.9/watchquagga' Making all in vtysh gmake[2]: Entering directory = `/usr/ports/net/quagga/work/quagga-0.99.9/vtysh' cc -DHAVE_CONFIG_H -DSYSCONFDIR=3D\"/usr/local/etc/quagga/\" -I. -I.. = -I.. -I../lib -O2 -pipe -march=3Dathlon-xp -I/usr/local/include -MT = vtysh_main.o -MD -MP -MF .deps/vtysh_main.Tpo -c -o vtysh_main.o = vtysh_main.c mv -f .deps/vtysh_main.Tpo .deps/vtysh_main.Po cc -DHAVE_CONFIG_H -DSYSCONFDIR=3D\"/usr/local/etc/quagga/\" -I. -I.. = -I.. -I../lib -O2 -pipe -march=3Dathlon-xp -I/usr/local/include -MT = vtysh.o -MD -MP -MF .deps/vtysh.Tpo -c -o vtysh.o vtysh.c mv -f .deps/vtysh.Tpo .deps/vtysh.Po cc -DHAVE_CONFIG_H -DSYSCONFDIR=3D\"/usr/local/etc/quagga/\" -I. -I.. = -I.. -I../lib -O2 -pipe -march=3Dathlon-xp -I/usr/local/include -MT = vtysh_user.o -MD -MP -MF .deps/vtysh_user.Tpo -c -o vtysh_user.o = vtysh_user.c vtysh_user.c:44: error: `PAM_CONV_FUNC' undeclared here (not in a = function) vtysh_user.c:44: error: initializer element is not constant vtysh_user.c:44: error: (near initialization for `conv.conv') gmake[2]: *** [vtysh_user.o] Error 1 gmake[2]: Leaving directory = `/usr/ports/net/quagga/work/quagga-0.99.9/vtysh' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/quagga/work/quagga-0.99.9' gmake: *** [all] Error 2 *** Error code 2 =20 Stop in /usr/ports/net/quagga. *** Error code 1 =20 Stop in /usr/ports/net/quagga. ** Command failed [exit code 1]: /usr/bin/script -qa = /tmp/portinstall.24855.0 env make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! net/quagga (new compiler error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed Others 3 systems, the only diffrence: =20 -O2 -pipe -march=3Dpentium4 -O2 -pipe -march=3Dpentium3 -O2 -pipe -march=3Dathlon-tbird =20 Something bad about vtysh ? =20 I have a configured vtysh.conf file only. =20 Any advise ? =20 What could it be ? =20 thx =20 Dan