From owner-freebsd-ports Wed Mar 27 18:10:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2998937B419 for ; Wed, 27 Mar 2002 18:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2S2A3N07499; Wed, 27 Mar 2002 18:10:03 -0800 (PST) (envelope-from gnats) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id D12B937B417; Wed, 27 Mar 2002 18:04:04 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id g2S23j490185; Wed, 27 Mar 2002 21:03:45 -0500 (EST) (envelope-from alane) Message-Id: <200203280203.g2S23j490185@wwweasel.geeksrus.net> Date: Wed, 27 Mar 2002 21:03:45 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@FreeBSD.org Cc: gnome@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36401: devel/bonobo: can't make package because of missing file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36401 >Category: ports >Synopsis: devel/bonobo: can't make package because of missing file >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 27 18:10:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.5-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Mar 11 00:59:22 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386 >Description: First the make install gets an ignorable error: db2html ./audio_ulaw.sgml TMPDIR is DBTOHTML_OUTPUT_DIR86650 Using stylesheet: "/usr/local/share/sgml/docbook/dsssl/cygnus/cygnus-both.dsl" input file was called audio_ulaw.sgml -- output will be in audio_ulaw working on ./audio_ulaw.sgml jade:E: cannot open "./audio_ulaw.sgml" (No such file or directory) about to copy cascading stylesheet and admon graphics to temp dir cp: /usr/local/share/sgml/docbook/dsssl/modular/test/docbook.css: No such file or directory about to rename temporary directory to audio_ulaw cp audio_ulaw/index.html . cp: audio_ulaw/index.html: No such file or directory gmake[5]: [audio_ulaw.html] Error 1 (ignored) Then the make package fails because the file that was supposed to be created wasn't. >How-To-Repeat: >Fix: Easy fix: ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== [alane ~/FreeBSD/ports]$ cvs diff devel/bonobo Index: devel/bonobo/pkg-plist =================================================================== RCS file: /home/alane/cvsup-ports/cvsroot/ports/devel/bonobo/pkg-plist,v retrieving revision 1.29 diff -u -3 -r1.29 pkg-plist --- devel/bonobo/pkg-plist 24 Jan 2002 07:39:39 -0000 1.29 +++ devel/bonobo/pkg-plist 28 Mar 2002 01:55:40 -0000 @@ -105,7 +105,6 @@ lib/libefs.so lib/libefs.so.1 libdata/pkgconfig/libefs.pc -share/gnome/bonobo/docs/audio_ulaw/C/index.html share/gnome/bonobo/html/bonobo-api.html share/gnome/bonobo/html/bonobo-api.sgml share/gnome/bonobo/html/bonobo-decl.txt ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== Real fix: fix the underlying problem. However, since it looks, on surface examination, to be a missing file in the source distribution, that may be difficult. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message