restart doesn't install
Paul Beard
paul at thistledew.org
Tue Sep 27 05:12:13 UTC 2011
Seems to build OK, just won't install.
===> Installing for rstart-1.0.4
===> rstart-1.0.4 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===> rstart-1.0.4 depends on executable: pkg-config - found
===> Generating temporary packing list
===> Checking if x11/rstart already installed
test -z "/usr/local/bin" || /usr/local/bin/gmkdir -p "/usr/local/bin"
install -o root -g wheel -m 555 rstart rstartd '/usr/local/bin'
test -z "/usr/local/man/man1" || /usr/local/bin/gmkdir -p "/usr/local/man/man1"
install -o root -g wheel -m 444 rstartd.1 rstart.1 '/usr/local/man/man1'
test -z "/usr/local/lib/X11/rstart" || /usr/local/bin/gmkdir -p "/usr/local/lib/X11/rstart"
install -o root -g wheel -m 444 config '/usr/local/lib/X11/rstart'
test -z "/usr/local/lib/X11/rstart" || /usr/local/bin/gmkdir -p "/usr/local/lib/X11/rstart"
install -o root -g wheel -m 555 rstartd.real '/usr/local/lib/X11/rstart'
make install-data-hook
(cd .; for name in `find ./commands -print | grep -v CVS` ; do if test -f $name; then sed -e 's,ENVPREFIX,RSTART,g' < $name > /usr/local/lib/X11/rstart/$name; case `basename /usr/local/lib/X11/rstart/$name` in @*) ;; *) chmod a+x /usr/local/lib/X11/rstart/$name ;; esac; else if [ -d $name ] ; then mkdir -p /usr/local/lib/X11/rstart/$name ; fi; fi; done; for name in `find ./contexts -print | grep -v CVS` ; do if test -f $name; then sed -e 's,_PATH,/bin:/usr/bin:/usr/local/bin:/usr/ucb:/usr/gnu/bin:/usr/local/bin,g' -e 's,_MANPATH,/usr/local/man:/usr/share/man:/usr/man,g' < $name > /usr/local/lib/X11/rstart/$name ; else if [ -d $name ] ; then mkdir -p /usr/local/lib/X11/rstart/$name fi ; fi ; done; ); cd /usr/local/lib/X11/rstart/contexts; sed -e '/^$/d' -e '/^#/d' @Aliases while read real aliases; do for i in $aliases; do rm -f $i; ln -s $real $i; rm -f /usr/local/lib/X11/rstart/commands/$i; ln -s $real /usr/local/lib/X11/rstart/commands/$i; done; done; rm -f @Aliases
*** Error code 1
Stop in /usr/ports/x11/rstart/work/rstart-1.0.4.
*** Error code 1
Stop in /usr/ports/x11/rstart/work/rstart-1.0.4.
*** Error code 1
Stop in /usr/ports/x11/rstart/work/rstart-1.0.4.
*** Error code 1
Stop in /usr/ports/x11/rstart.
--
Paul Beard
Are you trying to win an argument or solve a problem?
More information about the freebsd-x11
mailing list