From owner-freebsd-ports Tue Nov 30 4:10: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF76D1587C for ; Tue, 30 Nov 1999 04:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA26250; Tue, 30 Nov 1999 04:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from limmax.k2r.org (limmax.k2r.org [210.160.188.69]) by hub.freebsd.org (Postfix) with SMTP id A959A15878 for ; Tue, 30 Nov 1999 04:07:42 -0800 (PST) (envelope-from kenji@k2r.org) Received: (qmail 59971 invoked by uid 1000); 30 Nov 1999 12:05:02 -0000 Message-Id: <19991130120502.59970.qmail@k2r.org> Date: 30 Nov 1999 12:05:02 -0000 From: kenji.rikitake@acm.org Reply-To: kenji.rikitake@acm.org To: FreeBSD-gnats-submit@freebsd.org Cc: kenji.rikitake@acm.org X-Send-Pr-Version: 3.2 Subject: ports/15184: ja-ptex-common-2.1.8 fails to execute on 3.3-RELEASE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15184 >Category: ports >Synopsis: ja-ptex-common-2.1.8 fails to execute on 3.3-RELEASE >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 30 04:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kenji Rikitake >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: FreeBSD 3.3-RELEASE >Description: when compiling the package ja-ptex-common-2.1.8 from the 3.3-RELEASE ports collection at japanese/ptex-common, the compiled executable does not run with the error message from /usr/libexec/ld-so.elf of 'libkpathsea.so.* not found'. >How-To-Repeat: cd /usr/ports/japanese/ptex-common make make install rehash ptex >Fix: Disabling using shared library solves this issue, by removing the --enable-shared option on DO_CONFIGURE in the Makefile. *** Makefile.FCS Tue Aug 31 15:46:14 1999 --- Makefile Tue Nov 30 20:47:22 1999 *************** *** 38,40 **** ac_cv_path_install="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ ! ./configure --prefix=${PREFIX} --enable-shared) --- 38,40 ---- ac_cv_path_install="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ ! ./configure --prefix=${PREFIX} ) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message