[Slackbuilds-users] radvd 1.7 on Slackware 13.1
xgizzmo at slackbuilds.org
xgizzmo at slackbuilds.org
Tue Feb 8 01:21:49 UTC 2011
On Monday 07 February 2011 19:29:33 Alan Clifford wrote:
> On Mon, 7 Feb 2011, xgizzmo at slackbuilds.org wrote:
>
> > On Monday 07 February 2011 16:52:24 Alan Clifford wrote:
> >>
> >> Hello
> >>
> >> The build script failed when it tried to cd into a non-existent directory.
> >> Where do I go from here?
> >>
> >>
> >> test -z "/usr/share/man/man5" || /usr/bin/mkdir -p
> >> "/tmp/SBo/package-radvd/usr/share/man/man5"
> >> /usr/bin/ginstall -c -m 644 radvd.conf.5
> >> '/tmp/SBo/package-radvd/usr/share/man/man5'
> >> test -z "/usr/share/man/man8" || /usr/bin/mkdir -p
> >> "/tmp/SBo/package-radvd/usr/share/man/man8"
> >> /usr/bin/ginstall -c -m 644 radvd.8 radvdump.8
> >> '/tmp/SBo/package-radvd/usr/share/man/man8'
> >> make[2]: Leaving directory `/tmp/SBo/radvd-1.7'
> >> make[1]: Leaving directory `/tmp/SBo/radvd-1.7'
> >> ./radvd.SlackBuild: line 89: cd: /tmp/SBo/package-radvd/usr/man: No such
> >> file or directory
> >>
> >
> > See this page step 3 http://www.slackbuilds.org/howto/
> >
>
> Thank you for replying. The script was executable and I had done su -.
>
> What was the reasoning behind your recommendation? I need to understand
> what you think might be wrong.
>
90% of the time man pages are not built due to tetex not being in $PATH.
In your case it looks like you need to add a make install-man to the
build. This is just a guess as the version we have in SBo is 1.5 and
it builds just fine.
--dsomero
More information about the SlackBuilds-users
mailing list