Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 1999 22:53:49 -0500 (EST)
From:      "Stephen J. Roznowski" <sjr@home.net>
To:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: Problem building -current (gnu/usr.bin/binutils/doc)
Message-ID:  <199912150353.WAA15571@cc158233-a.catv1.md.home.com>

next in thread | raw e-mail | index | archive | help
The other day I posted a problem building .../gnu/usr.bin/binutils/doc:

	...
        gzip -cn annotate.info > annotate.info.gz
        ln -sf /usr/src/gnu/usr.bin/binutils/doc/../../../../contrib/gdb/gdb/doc/all-cfg.texi gdb-cfg.texi
        cp /usr/src/gnu/usr.bin/binutils/doc/../../../../contrib/libreadline/doc/hsuser.texinfo inc-hist.texi
        patch -b .orig < /usr/src/gnu/usr.bin/binutils/doc/inc-hist.diff
        patch: **** can't find file `.orig' : No such file or directory
        *** Error code 2

        Stop in /usr/src/gnu/usr.bin/binutils/doc.
        *** Error code 1
        ...

I was able to track this problem down to having ports/patch installed
(/usr/local/bin/patch) and my build was picking up this version of patch
vice the /usr/bin/patch one.... Perhaps "make buildworld" should specify
a PATH variable?

Removing this port fixed my problem.....

-SR



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912150353.WAA15571>