Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2006 22:55:18 +0200
From:      Jens Schweikhardt <schweikh@schweikhardt.net>
To:        openoffice@freebsd.org
Subject:   2.0-devel on -CURRENT: tgz vs tbz when installing
Message-ID:  <20060527205518.GB1117@schweikhardt.net>

next in thread | raw e-mail | index | archive | help
Hello *,

I'm not sure whether there's something funky going on in my system,
which is -CURRENT as of a few days ago. When I try to install
openoffice.org-2.0-devel the compile goes well, but the install
fails pretty quick with

root@hal9000:/usr/ports/editors/openoffice.org-2.0-devel # make install
===>  Installing for openoffice.org-2.0.20060512
===>   openoffice.org-2.0.20060512 depends on file: /usr/local/bin/perl5.8.8 - found
===>   openoffice.org-2.0.20060512 depends on file: /usr/X11R6/etc/mtree/BSD.gnome-x11.dist - found
===>   openoffice.org-2.0.20060512 depends on file: /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found
===>   openoffice.org-2.0.20060512 depends on executable: pkg-config - found
===>   openoffice.org-2.0.20060512 depends on shared library: art_lgpl_2 - found
===>   openoffice.org-2.0.20060512 depends on shared library: atk-1.0.0 - found
===>   openoffice.org-2.0.20060512 depends on shared library: gconf-2.4 - found
===>   openoffice.org-2.0.20060512 depends on shared library: glib-2.0.0 - found
===>   openoffice.org-2.0.20060512 depends on shared library: gnomevfs-2.0 - found
===>   openoffice.org-2.0.20060512 depends on shared library: gtk-x11-2.0.0 - found
===>   openoffice.org-2.0.20060512 depends on shared library: bonobo-2.0 - found
===>   openoffice.org-2.0.20060512 depends on shared library: IDL-2.0 - found
===>   openoffice.org-2.0.20060512 depends on shared library: xml2.5 - found
===>   openoffice.org-2.0.20060512 depends on shared library: linc.1 - found
===>   openoffice.org-2.0.20060512 depends on shared library: ORBit-2.0 - found
===>   openoffice.org-2.0.20060512 depends on shared library: pango-1.0.0 - found
===>   openoffice.org-2.0.20060512 depends on shared library: X11.6 - found
===>   Generating temporary packing list
===>  Checking if editors/openoffice.org-2.0-devel already installed
ls: *.tgz: No such file or directory
*** Error code 1

Looking at the port's Makefile ($FreeBSD:
ports/editors/openoffice.org-2.0-devel/Makefile,v 1.248 2006/05/20
02:13:28 jkim Exp $) I see that the ls is run here:
schweikh@hal9000:/usr/ports/editors/openoffice.org-2.0-devel/work/SRC680_m169/instsetoo_native/unxfbsd.pro/OpenOffice/bsd/install/en-US/freebsd-7.0-intel
$ ls openoffice.org-base-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-calc-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-core01-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-core02-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-core03-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-core04-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-core05-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-core06-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-core07-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-core08-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-draw-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-emailmerge-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-gnome-integration-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-graphicfilter-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-impress-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-javafilter-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-math-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-pyuno-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-testtool-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-writer-2.0.3-169-freebsd-7.0-intel.tbz
openoffice.org-xsltfilter-2.0.3-169-freebsd-7.0-intel.tbz


Obviously, there are no tgz, but tbz files. Changing the Makefile's do-install
target to
do-install:
    @cd ${WRKSRC}/instsetoo_native/unxfbsd.pro/OpenOffice/bsd/install/${LOCALIZED_LANG}/freebsd-*/ ; ${LS} *.tbz > ${WRKDIR}/INSTALLFILES
    [...]

makes the 'make install' run smoothly and ooo works fine.
Anybody care to fix the Makefile?


Regards,

	Jens
-- 
Jens Schweikhardt http://www.schweikhardt.net/
SIGSIG -- signature too long (core dumped)



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