From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 27 23:00:12 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9E8C1065678 for ; Mon, 27 Apr 2009 23:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C21658FC1B for ; Mon, 27 Apr 2009 23:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3RN0CZA062287 for ; Mon, 27 Apr 2009 23:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3RN0Cul062286; Mon, 27 Apr 2009 23:00:12 GMT (envelope-from gnats) Resent-Date: Mon, 27 Apr 2009 23:00:12 GMT Resent-Message-Id: <200904272300.n3RN0Cul062286@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yngvi Hrafn Petursson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B71A610656BB for ; Mon, 27 Apr 2009 22:59:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A54A08FC19 for ; Mon, 27 Apr 2009 22:59:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n3RMx4oM008891 for ; Mon, 27 Apr 2009 22:59:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n3RMx402008890; Mon, 27 Apr 2009 22:59:04 GMT (envelope-from nobody) Message-Id: <200904272259.n3RMx402008890@www.freebsd.org> Date: Mon, 27 Apr 2009 22:59:04 GMT From: Yngvi Hrafn Petursson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/134055: bulding port: misc/libhome on FreeBSD 7.1 amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2009 23:00:13 -0000 >Number: 134055 >Category: ports >Synopsis: bulding port: misc/libhome on FreeBSD 7.1 amd64 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 27 23:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yngvi Hrafn Petursson >Release: FreeBSD 7.1 >Organization: EJS >Environment: FreeBSD 7.1-RELEASE-p4 FreeBSD 7.1-RELEASE-p4 #1: Wed Apr 22 20:52:40 UTC 2009 root@:/usr/obj/usr/src/sys/VMWARE amd64 >Description: can't build port misc/libhome I'm using: FreeBSD 7.1 RELEASE amd64.iso install cd updated world and custom kernel (patch 4) (the same problem repeated when I skiped the update process) and vmware esx server when trying to buld I get error ./libtool --mode=link cc -O2 -fno-strict-aliasing -pipe -o home_su -Icompat home_su.c libhome.la cc -O2 -fno-strict-aliasing -pipe -o .libs/home_su -Icompat home_su.c ./.libs/libhome.so -L/usr/local/lib /usr/local/lib/libldap.so /usr/local/lib/liblber.so -lgssapi -lssl -lcrypto -Wl,--rpath -Wl,/usr/local/lib ./.libs/libhome.so: undefined reference to `crypt' *** Error code 1 Stop in /usr/ports/misc/libhome/work/libhome-0.10.1. I only want ldap support, and maby proxy >How-To-Repeat: install FreeBSD 7.1 amd64 cd /usr/ports/misc/libhome make install clean >Fix: I'm not the best programmer to fix this, but I can debug alitle: I was able to compile with this tricks, but run with success. cd /usr/ports/misc/libhome/ edit Makefile add line: CONFIGURE_ARGS+= --without-db3 --without-db4 make wait for error... edit work/libhome-0.10.1/Makefile add " /usr/lib/libcrypt.so" to the end of lines 106 and 112 so it looks like this: home_su: home_su.c libhome.la compat ${LINK} -o home_su -Icompat home_su.c libhome.la /usr/lib/libcrypt.so and home_proxy: home_proxy.c libhome.la ${LINK} -o home_proxy ${CPPFLAGS} -I. home_proxy.c libhome.la /usr/lib/libcrypt.so this enables me to compile the port, but all my results are coredump of home_finger >Release-Note: >Audit-Trail: >Unformatted: