Cannot cd to *.pro directory during make install on RELENG_6
Troy
troy at twisted.net
Tue Apr 18 00:39:30 UTC 2006
I've tried to build both Openoffice 1.1 and 2.0 and both seem to break in
the very same place. During the make install portion, the script wants to
install from the following:
cd: can't cd to
/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/instsetoo_native/unxfbsd.pro/OpenOffice/bsd/install/en-US/freebsd-*/
*** Error code 2
Stop in /usr/ports/editors/openoffice.org-2.0.
Exit 1
The directory unxfbsd.pro doesn't exist. It wasn't apparently made by the
"make" command. I'm not sure why this is happening.
With the 1.1 build here's exactly where it fails:
cd: can't cd to
/usr/ports/editors/openoffice.org-1.1/work/OOo_1.1.5/instsetoo/*.pro/01/normal/
*** Error code 2
Stop in /usr/ports/editors/openoffice.org-1.1.
Upon checking in the work/OOo_1.1.5/instetoo directory, there isn't a
*.pro directory created by the make command.
I checked in the Makefile and sure enough the following line appears.
do-install:
@cd ${WRKSRC}/instsetoo/*.pro/${LANG_EXT}/normal/ ; ./install
--prefix=${PREFIX}
Any Clues?
-Troy
More information about the freebsd-openoffice
mailing list