Date: Fri, 18 May 2007 23:32:59 +0200 From: Dejan Lesjak <dejan.lesjak@ijs.si> To: freebsd-x11@freebsd.org Cc: Andrew Partan <asp@partan.com>, freebsd-ports@freebsd.org, Kris Kennaway <kris@obsecurity.org> Subject: Re: xorg 7.2 xorg-protos BUILD_DEPENDS wrong? Message-ID: <200705182333.00048.dejan.lesjak@ijs.si> In-Reply-To: <20070518211647.GD51371@xor.obsecurity.org> References: <20070518211125.GA77070@partan.com> <20070518211647.GD51371@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 18 May 2007 23:16:48 Kris Kennaway wrote: > On Fri, May 18, 2007 at 05:11:25PM -0400, Andrew Partan wrote: > > I had no problems on my build server; I managed to build all of the > > packages just fine. I even rebuilt all of the packages (portupgrade > > -afp) and that worked just fine as well. > > > > However, when I went to do a package install of xorg on a brand new > > server, I ran into dependency problems: > > > > n-tower# portinstall -PP xorg > > [Gathering depends for x11/xorg > > ......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >.......................................................................... > >............................................................. done] ---> > > Checking for the latest package of 'x11/xf86rushproto' > > ---> Fetching the package(s) for 'xf86rushproto-1.1.2' > > (x11/xf86rushproto) ---> Fetching xf86rushproto-1.1.2 > > fetch: > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/amd64/packages-6.2-release/All/xf > >86rushproto-1.1.2.tbz: File unavailable (e.g., file not found, no access) > > ** The command returned a non-zero exit status: 1 > > ** Failed to fetch > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/amd64/packages-6.2-release/All/xf > >86rushproto-1.1.2.tbz fetch: > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/amd64/packages-6.2-release/All/xf > >86rushproto-1.1.2.tgz: File unavailable (e.g., file not found, no access) > > ** The command returned a non-zero exit status: 1 > > ** Failed to fetch > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/amd64/packages-6.2-release/All/xf > >86rushproto-1.1.2.tgz ** Failed to fetch xf86rushproto-1.1.2 > > ** Listing the failed packages (*:skipped / !:failed) > > ! xf86rushproto-1.1.2 (fetch error) > > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > > ---> Fetching the latest package(s) for 'xf86rushproto' > > (x11/xf86rushproto) ---> Fetching xf86rushproto > > fetch: > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/amd64/packages-6.2-release/Latest > >/xf86rushproto.tbz: File unavailable (e.g., file not found, no access) ** > > The command returned a non-zero exit status: 1 > > ** Failed to fetch > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/amd64/packages-6.2-release/Latest > >/xf86rushproto.tbz fetch: > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/amd64/packages-6.2-release/Latest > >/xf86rushproto.tgz: File unavailable (e.g., file not found, no access) ** > > The command returned a non-zero exit status: 1 > > ** Failed to fetch > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/amd64/packages-6.2-release/Latest > >/xf86rushproto.tgz ** Failed to fetch xf86rushproto > > ** Listing the failed packages (*:skipped / !:failed) > > ! xf86rushproto@ (fetch error) > > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > > ** Could not find the latest version (1.1.2) > > ** No package available: x11/xf86rushproto > > ---> Skipping 'x11/xorg-protos' because a requisite port > > 'x11/xf86rushproto' failed (specify -k to force) ---> Skipping > > 'x11/xorg' because a requisite port 'x11/xorg-protos' failed (specify -k > > to force) ** Listing the failed packages (*:skipped / !:failed) > > ! x11/xf86rushproto (package not found) > > * x11/xorg-protos > > * x11/xorg > > ---> Packages processed: 0 done, 0 ignored, 2 skipped and 1 failed > > n-tower# > > > > It looks to me like some of the BUILD_DEPENDS for xorg-protos are wrong. > > No, it means that there were no xorg 7.2 packages present back when > 6.2-RELEASE was built last year. The 7.2 packages are still not yet > uploaded but are ready and will go in as soon as the update goes into > CVS. > > In the meantime, do not use -PP, and set your PACKAGESITE to point to > packages-6-stable/ rather than packages-6.2-release/. But the BUILD_DEPENDS for x11/xorg-protos is wrong nevertheless (as seen in grep outputs you've snipped). I'll go and fix that... Dejan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705182333.00048.dejan.lesjak>