pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/56512: x264-devel fails during install step on Solaris 10
The following reply was made to PR pkg/56512; it has been noted by GNATS.
From: =?utf-8?q?Claes_N=C3=A4st=C3=A9n?= <pekdon%gmail.com@localhost>
To: gnats-bugs <gnats-bugs%netbsd.org@localhost>
Cc:
Subject: Re: pkg/56512: x264-devel fails during install step on Solaris 10
Date: Fri, 19 Nov 2021 23:09:49 +0100
Excerpts from Joerg Sonnenberger's message of 2021-11-19 21:30:02 +0000:
> The following reply was made to PR pkg/56512; it has been noted by GNATS.
>
> > >Description:
> > Building multimedia/x264-devel fails during installation due to trying to create multiple directories in one go using /usr/ucb/install
>
> But it should be using our install? need_bsd_install is certainly set in
> the bootstrap script.
>
The configure script for x264-devel does set INSTALL to /usr/ucb/install
if it exists:
case $host_os in
...
sunos*|solaris*)
...
if test -x /usr/ucb/install ; then
INSTALL=/usr/ucb/install
elif test -x /usr/bin/ginstall ; then
Guess that could be patched out instead perhaps, but /usr/ucb/install
works as long as a single dir is specified.
Home |
Main Index |
Thread Index |
Old Index