Rafael: Note that you need to install the CBE:
http://hub.opensolaris.org/bin/view/Project+jds/building And you need to source the env.sh script before running pkgtool to build the spec-file like this: $ . /opt/dtbld/bin/env.sh In the output you provide below, it seems that the problem is that the "install" program does not know how to handle the options it is being passed. I am guessing this is because it is running the system install script and not the one from the CBE. When you run "which install" before running pkgtool does it say "/usr/sbin/pkgtool" or "/opt/dtbld/bin/install". It probably will not work unless it says "/opt/dtbld/bin/install". Sourcing the env.sh script should set up your PATH to use /opt/dtbld/bin/env.sh. Brian > I'm using 1.7.0 built from the svn head. > > The problem with SFEgst-plugins-bad.spec or SFEperl-cairo are dependency > issues I will try to redownload SFE. > Instalation of lua was more intriguing, I have no idea of what might have > caused the error. Logfile attached. > > > cc kept showing this warning: > warning: visibility attribute not supported in this configuration; ignored > > and last lines are these: > pkgbuild: + make INSTALL_TOP=/var/tmp/pkgbuild-rafael/lua-5.1.4-build/usr > install > pkgbuild: cd src&& mkdir -p /var/tmp/pkgbuild-rafael/lua-5.1.4-build/usr/bin > /var/tmp/pkgbuild-rafael/lua-5.1.4-build/usr/include > /var/tmp/pkgbuild-rafael/lua-5.1.4-build/usr/lib > /var/tmp/pkgbuild-rafael/lua-5.1.4-build/usr/man/man1 > /var/tmp/pkgbuild-rafael/lua-5.1.4-build/usr/share/lua/5.1 > /var/tmp/pkgbuild-rafael/lua-5.1.4-build/usr/lib/lua/5.1 > pkgbuild: cd src&& install -p -m 0755 lua luac > /var/tmp/pkgbuild-rafael/lua-5.1.4-build/usr/bin > pkgbuild: usage: install [options] file [dir1 ...] > pkgbuild: make: *** [install] Error 2 > pkgbuild: Bad exit status from /var/tmp/pkgbuild-rafael/pkgbuild-tmp-3.1906 > (%install) > --- command output ends --- finished at ter?a-feira, 23 de mar?o de 2010 > 14h53min32s BRT > > > > _______________________________________________ > desktop-discuss mailing list > desktop-discuss at opensolaris.org
