You are not logged in.
Pages: 1
I'm trying to rebuild xorg server and xcmiscproto is among dependencies, and, regardless of whether it's being build automatically by srcpac or by manually entering the package directory in abs and running makepkg, it says:
==> Making package: xcmiscproto 1.1.2-1 (Sun Mar 18 21:18:21 PDT 2007)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> Downloading xcmiscproto-1.1.2.tar.bz2
--21:18:21-- http://xorg.freedesktop.org//releases/X11R7.0-RC4/everything/xcmiscproto-1.1.2.tar.bz2
=> `xcmiscproto-1.1.2.tar.bz2'
Resolving xorg.freedesktop.org... 131.252.208.36
Connecting to xorg.freedesktop.org|131.252.208.36|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
21:18:23 ERROR 404: Not Found.
==> ERROR: Failed to download xcmiscproto-1.1.2.tar.bz2
==> Aborting...
==> ERROR: Failed to build "xcmiscproto"
Am I doing something wrong or what? I think that the abs tree must be recent, I tried re-running abs several times, doesn't help. Anybody got any ideas how to fix this? Thanks.
Last edited by venomous (2007-03-18 19:17:22)
Offline
Does the URL check out at all?
Did you notice your pkgbuild is trying to fetch Xorg 7.0 RC4 stuff?
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
B: I think the URL is probably wrong, but that's the PKGBUILD that got fetched by abs. Isn't it supposed to be working as is? I've a feeling it may be a bug, but I'm not sure because I'm very new to archlinux and that's pretty much my first attempt at rebuilding a package from source.
I found this file on xorg website:
http://xorg.freedesktop.org/releases/individual/proto/xcmiscproto-1.1.2.tar.bz2
Should I just replace the non-working url with this one?
Offline
Since the versions are the same, I would say yes. However, X is quite complex as it's a lot of tiny interdependent packages...
I'd take that one.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
I've got the whole stuff building now, after modifying few PKGBUILD files. How correctly was it to do this will probably ultimately be known only after a day or few .
So, what with that original PKGBUILD file (for xcmiscproto, and it turned out there were other simiarly non-working packages in xorg-server deps)? Why did it have this problem? Is this technically a bug?
Offline
Probably the sources have moved places. But yes... It's a bug.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
It's a bug yes. Usually we build a package and never update it if we don't need to. As we don't have our own sources hosted somewhere, upstream source changes could make a package unbuildable. If you find such packages, just post a bugreport and point to the new URL where the file is located in case you found it on an official location.
edit:
btw, this bug is solved for xcmiscproto now
Last edited by JGC (2007-03-18 22:46:46)
Offline
It's a bug yes. Usually we build a package and never update it if we don't need to. As we don't have our own sources hosted somewhere, upstream source changes could make a package unbuildable. If you find such packages, just post a bugreport and point to the new URL where the file is located in case you found it on an official location.
edit:
btw, this bug is solved for xcmiscproto now
Thanks for your reply . Ok, I get the idea, I'll try to file a bug when I get such problems.
Offline
Pages: 1