portupgrade of xorg - imake not found
Lowell Gilbert
freebsd-ports-local at be-well.ilk.org
Sat Feb 11 06:01:30 PST 2006
Rob B <rbyrnes at mailshack.com> writes:
> On Sat, 11 Feb 2006 15:49:42 +0300 (MSK)
> Dmitry Morozovsky <marck at rinet.ru> wrote:
>
> > On Sat, 11 Feb 2006, Rob B wrote:
> >
> > RB> I'm having all sorts of bother trying to build anything related to xorg.
> > RB>
> > RB> Seems as though imake has it's knickers in a twist:
> > RB>
> <snip>
> > RB> rm -f ./config/makedepend/Makefile.proto
> > RB> ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f
> > RB> ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend
> > RB> ./config/imake/imake: not found
> > RB> *** Error code 127
> > RB>
> > RB> Stop in /usr/work/usr/ports/x11/xorg-libraries/work/xc.
> > RB> *** Error code 1
> > RB>
> > RB> Stop in /usr/ports/x11/xorg-libraries.
> > RB> *** Error code 1
> > RB>
> > RB> Anyone else seeing this? I've tried re-updating my ports tree, I've blown
> > RB> away the workdir ... still happens.
> >
> > It seems you have stale or wrong imake in your path. What is the output of
> >
> > which imake
> >
> > and
> >
> > pkg_info -W imake
>
> Hmm .. imake has disappeared:
>
> loop at riff ~ % which imake
> imake not found
> loop at riff ~ % pkg_info -W imake
> pkg_info: imake: file is not in PATH
>
> However -
>
> loop at riff /usr/ports/devel/imake-6
> % sudo make
> Password:
> ===> Vulnerability check disabled, database not found
> ===> Extracting for imake-6.9.0
> => MD5 Checksum OK for xorg/X11R6.9.0-src1.tar.gz.
> => SHA256 Checksum OK for xorg/X11R6.9.0-src1.tar.gz.
> => MD5 Checksum OK for xorg/X11R6.9.0-src3.tar.gz.
> => SHA256 Checksum OK for xorg/X11R6.9.0-src3.tar.gz.
> ===> imake-6.9.0 depends on file: /usr/local/bin/perl5.8.7 - found
> ^[[5~^[[6~===> Patching for imake-6.9.0
> ===> imake-6.9.0 depends on file: /usr/local/bin/perl5.8.7 - found
> ===> Applying FreeBSD patches for imake-6.9.0
> ===> imake-6.9.0 depends on file: /usr/local/bin/perl5.8.7 - found
> ===> Configuring for imake-6.9.0
> cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc"
> rm -f ./config/makedepend/Makefile.proto
> ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend
> ./config/imake/imake: not found
> *** Error code 127
>
> Stop in /usr/work/usr/ports/devel/imake-6/work/xc.
> make: cannot open xmakefile.
> *** Error code 2
>
> Stop in /usr/ports/devel/imake-6.
>
> So I can't even *build* imake.
Sounds like you need to clean out the imake port before you can build
it. Probably some detritus left from a previous build.
More information about the freebsd-ports
mailing list