From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 12 15:50:24 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0063D16A67D for ; Fri, 12 May 2006 15:50:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A6EB43D7E for ; Fri, 12 May 2006 15:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4CFoETk055217 for ; Fri, 12 May 2006 15:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4CFoE6Q055216; Fri, 12 May 2006 15:50:14 GMT (envelope-from gnats) Resent-Date: Fri, 12 May 2006 15:50:14 GMT Resent-Message-Id: <200605121550.k4CFoE6Q055216@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, Yuan@FreeBSD.org, Jue Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EE2A16A406 for ; Fri, 12 May 2006 15:49:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA7943D55 for ; Fri, 12 May 2006 15:49:05 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k4CFn4iO012343 for ; Fri, 12 May 2006 15:49:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k4CFn49M012342; Fri, 12 May 2006 15:49:04 GMT (envelope-from nobody) Message-Id: <200605121549.k4CFn49M012342@www.freebsd.org> Date: Fri, 12 May 2006 15:49:04 GMT From: Yuan@FreeBSD.org, Jue To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/97177: [patch] chinese/qterm cannot be compiled 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: Fri, 12 May 2006 15:50:25 -0000 >Number: 97177 >Category: ports >Synopsis: [patch] chinese/qterm cannot be compiled >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 12 15:50:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yuan, Jue >Release: FreeBSD 6.0-RELEASE >Organization: Tsinghua University, Beijing, China >Environment: FreeBSD yuanjue.net 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Tue Nov 8 15:38:43 CST 2005 YuanJue:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: chinese/qterm in ports tree cannot be compiled. libtool: link: cannot find the library `' *** Error code 1 Problem comes from the big change in libtool. Add USE_AUTOTOOLS= libtool:15 to Makefile could solve this problem. Then, after compilation and installation successfully, system will complain that /usr/local/bin/qterm cannot be found. This is because a binary file named "i386-portbld-freebsd6.0-qterm" was installed rather than "qterm" ifself. Add CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} to Makefile could solve this problem. >How-To-Repeat: cd /usr/port/chinese/qterm make >Fix: --- Makefile.orig Fri May 12 23:35:33 2006 +++ Makefile Sat May 6 19:59:06 2006 @@ -16,7 +16,9 @@ COMMENT= QTerm is a BBS client in Unix USE_QT_VER= 3 +USE_AUTOTOOLS= libtool:15 HAS_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-mt --prefix=${PREFIX} \ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include >Release-Note: >Audit-Trail: >Unformatted: