Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2002 21:03:45 -0500 (EST)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@freebsd.org
Subject:   devel/bonobo: can't make package because of missing file
Message-ID:  <200203280203.g2S23j490185@wwweasel.geeksrus.net>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Alan Eldridge
>Organization:	Geeksrus.NET
>Confidential:	no 
>Synopsis:	devel/bonobo: can't make package because of missing file
>Severity:	serious
>Priority:	medium
>Category:	ports
>Class:		sw-bug
>Release:	FreeBSD 4.5-STABLE i386
>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.




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203280203.g2S23j490185>