Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  7 Sep 2001 22:57:50 -0400 (EDT)
From:      parv_@yahoo.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30430: package of mozilla fails if configured w/ --disable-mailnews
Message-ID:  <20010908025750.6CD7C50BC5@earthlink.net>

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

>Number:         30430
>Category:       ports
>Synopsis:       package of mozilla fails if configured w/ --disable-mailnews
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 07 20:00:12 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     parv
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
>Environment:

quite fresh cvsup tree (around 8p edt, sep 7 2001)

>Description:

w/ default Makefile, package is made ok.

package of mozilla fails if configured w/ --disable-mailnews instead of
being enabled w/ this message (btw, install was okay)...

===>  Building package for mozilla-0.9.3,1
Creating package /source/ports/www/mozilla/mozilla-0.9.3,1.tgz
Registering depends: ORBit-0.5.8_1 XFree86-libraries-4.1.0 gdk-pixbuf-0.11.0_1 freetype2-2.0.4 gtk-1.2.10_2 glib-1.2.10_4 gettext-0.
10.35 imake-4.1.0 tiff-3.5.5 lcms-1.07_1 libmng-1.0.2 pkgconfig-0.8.0 png-1.0.12 jpeg-6b.
Creating gzip'd tar ball in '/source/ports/www/mozilla/mozilla-0.9.3,1.tgz'
tar: can't add file lib/mozilla/chrome/messenger.jar : No such file or directory
tar: can't add file lib/mozilla/chrome/overlayinfo/editor/content/overlays.rdf : No such file or directory
tar: can't add file lib/mozilla/chrome/overlayinfo/messenger/content/overlays.rdf : No such file or directory
tar: can't add file lib/mozilla/components/absync.xpt : No such file or directory
tar: can't add file lib/mozilla/components/addrbook.xpt : No such file or directory
tar: can't add file lib/mozilla/components/import.xpt : No such file or directory
tar: can't add file lib/mozilla/components/libabsyncsvc.so : No such file or directory
tar: can't add file lib/mozilla/components/libaddrbook.so : No such file or directory
tar: can't add file lib/mozilla/components/libimpText.so : No such file or directory
tar: can't add file lib/mozilla/components/libimport.so : No such file or directory
tar: can't add file lib/mozilla/components/liblocalmail.so : No such file or directory
tar: can't add file lib/mozilla/components/libmailnews.so : No such file or directory
tar: can't add file lib/mozilla/components/libmime.so : No such file or directory
tar: can't add file lib/mozilla/components/libmimeemitter.so : No such file or directory
tar: can't add file lib/mozilla/components/libmsgcompose.so : No such file or directory
tar: can't add file lib/mozilla/components/libmsgdb.so : No such file or directory
tar: can't add file lib/mozilla/components/libmsgimap.so : No such file or directory
tar: can't add file lib/mozilla/components/libmsgnews.so : No such file or directory
tar: can't add file lib/mozilla/components/libsmimestb.so : No such file or directory
tar: can't add file lib/mozilla/components/libvcard.so : No such file or directory
tar: can't add file lib/mozilla/components/mailnews.xpt : No such file or directory
tar: can't add file lib/mozilla/components/mime.xpt : No such file or directory
tar: can't add file lib/mozilla/components/msgbase.xpt : No such file or directory
tar: can't add file lib/mozilla/components/msgcompose.xpt : No such file or directory
tar: can't add file lib/mozilla/components/msgdb.xpt : No such file or directory
tar: can't add file lib/mozilla/components/msgimap.xpt : No such file or directory
tar: can't add file lib/mozilla/components/msglocal.xpt : No such file or directory
tar: can't add file lib/mozilla/components/msgnews.xpt : No such file or directory
tar: can't add file lib/mozilla/components/msgsearch.xpt : No such file or directory
tar: can't add file lib/mozilla/components/nsLDAPPrefsService.js : No such file or directory
tar: can't add file lib/mozilla/libmsgbaseutil.so : No such file or directory
pkg_create: make_dist: tar command failed with code 256
*** Error code 1

Stop in /source/ports/www/mozilla.
*** Error code 1

Stop in /source/ports/www/mozilla.
*** Error code 1


>How-To-Repeat:

try to make package w/ following change to Makefile...

--- Makefile--old       Fri Sep  7 21:24:04 2001
+++ Makefile    Fri Sep  7 22:53:07 2001
@@ -42,7 +42,7 @@
                --enable-crypto                 \
                --enable-double-buffer          \
                --enable-editor                 \
-               --enable-mailnews               \
+               --disable-mailnews              \
                --enable-mathml                 \
                --enable-optimize="${CFLAGS}"   \
                --enable-pics                   \


>Fix:

don't know, but a general solution would be much appreaciated when
the software (& related files) installed are not what "make 
package" would expect as it happens w/ almost every port.

>Release-Note:
>Audit-Trail:
>Unformatted:

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




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