From owner-freebsd-ports@FreeBSD.ORG Sun Dec 31 17:17:21 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2845316A412 for ; Sun, 31 Dec 2006 17:17:21 +0000 (UTC) (envelope-from beech@alaskaparadise.com) Received: from stargate.alaskaparadise.com (114-103-74-65.gci.net [65.74.103.114]) by mx1.freebsd.org (Postfix) with ESMTP id 137BB13C44B for ; Sun, 31 Dec 2006 17:17:19 +0000 (UTC) (envelope-from beech@alaskaparadise.com) Received: from localhost (localhost [127.0.0.1]) by stargate.alaskaparadise.com (Postfix) with ESMTP id CA6027F6F; Sun, 31 Dec 2006 08:17:18 -0900 (AKST) From: Beech Rintoul Organization: Alaska Paradise Travel To: freebsd-ports@freebsd.org Date: Sun, 31 Dec 2006 08:17:12 -0900 User-Agent: KMail/1.9.5 References: <20061231090248.olyizl8i8c0coos0@correo.encontacto.net> In-Reply-To: <20061231090248.olyizl8i8c0coos0@correo.encontacto.net> X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M,^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m,)=?utf-8?q?2=0A=09X=3FM=5C=3AOE9QgZ?="xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{<=?utf-8?q?O=3Bg7=7C=0A=09o=7D=265A=5D4?=@7D`=Eb@Zs1Ln814?]|k@'bG=.Ca"[|8+_.OsNAo8!#?4u MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612310817.14617.beech@alaskaparadise.com> Cc: Subject: Re: can't upgrade proftpd in FreeBSD 6.2-PRERELEASE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2006 17:17:21 -0000 On Sunday 31 December 2006 06:02, eculp@encontacto.net wrote: > On all of my installations that have proftpd-1.3.0_5 I get the > following error when attempting to upgrade to proftpd-1.3.1rc1. > > cc -o proftpd src/main.o src/timers.o src/sets.o src/pool.o > src/table.o src/regexp.o src/dirtree.o src/support.o src/netaddr.o > src/inet.o src/child.o src/parser.o src/log.o src/lastlog.o > src/xferlog.o src/bindings.o src/netacl.o src/class.o src/scoreboard.o > src/help.o src/feat.o src/netio.o src/response.o src/ident.o > src/data.o src/modules.o src/display.o src/auth.o src/fsio.o > src/mkhome.o src/ctrls.o src/event.o src/var.o src/trace.o src/utf8.o > modules/mod_core.o modules/mod_xfer.o modules/mod_auth_unix.o > modules/mod_auth_file.o modules/mod_auth.o modules/mod_ls.o > modules/mod_log.o modules/mod_site.o modules/mod_delay.o > modules/mod_auth_pam.o modules/mod_ifsession.o modules/mod_ldap.o > modules/mod_wrap2.o modules/mod_rewrite.o modules/mod_readme.o > modules/mod_ratio.o modules/module_glue.o > -L/usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib -L/usr/local/lib > -lsupp -lcrypt -lutil /usr/local/lib/libldap.so -lssl -lcrypto > /usr/local/lib/liblber.so -lpam -Wl,--rpath -Wl,/usr/local/lib > -Wl,--rpath -Wl,/usr/local/lib > /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o)(.text+ >0x5c5): In function > > `_getopt_internal': > : undefined reference to `libintl_gettext' > > /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o)(.text+ >0x687): In function > > `_getopt_internal': > : undefined reference to `libintl_gettext' > > /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o)(.text+ >0x8b1): In function > > `_getopt_internal': > : undefined reference to `libintl_gettext' > > /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o)(.text+ >0xa3a): In function > > `_getopt_internal': > : undefined reference to `libintl_gettext' > > /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o)(.text+ >0xa99): In function > > `_getopt_internal': > : undefined reference to `libintl_gettext' > > /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o)(.text+ >0xb04): more undefined references to `libintl_gettext' follow > gmake: *** [proftpd] Error 1 > *** Error code 2 > > The reference to libintl_gettext has me comfused. Could I be missing > a dependency? I have tryed compiling in ftp/proftpd, using portmaster > and portupgrade and none seem to detect anything missing and all end > as above. > > A couple of the boxes are running un to date current the rest are RELENG_6 > and up to date with daily cvsup and build. > > My configuration includes: > Use LDAP > Include mod_ifsession > Include mod_readme > Include mod_ratio > mod_rewrite > mod_wrap2 > > All suggestions appreciated. That linker error was fixed and committed yesterday. Make sure you're building 1.3.1rc1_1. Beech (Maintainer) -- --------------------------------------------------------------------------------------- Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com /"\ ASCII Ribbon Campaign | Alaska Paradise Travel \ / - NO HTML/RTF in e-mail | 201 East 9Th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://www.alaskaparadise.com ---------------------------------------------------------------------------------------