You are not logged in.
Not sure where to post this. Move it if necessary.
I am using aurbuild. Here is where it fails:
==> Checking Buildtime Dependencies...
`- subversion: ok [M]
==> Checking Runtime Dependencies...
`- startup-notification: ok [D]
`- libxcomposite: ok [D]
`- libxinerama: ok [D]
`- libpng: ok [D]
`- libxdamage: ok [D]
`- libxrandr: ok [D]
`- libgl: ok [D]
`- glib2: ok [D]
==> Entering fakeroot environment
==> Making package: beryl-core-svn 153-1 (Wed Sep 27 23:37:40 EDT 2006)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> Validating source files with MD5sums
==> Extracting Sources...
==> Starting build()...
svn: File not found: revision 341, path '/beryl-core/trunk'
==> SVN checkout done or server timeout
==> Starting make...
./PKGBUILD: line 25: cd: /home/matt/.aurbuild.23666/beryl-core-svn/beryl-core-sv
n/src/beryl-core: No such file or directory
./PKGBUILD: line 26: ./autogen.sh: No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
==> ERROR: Build Failed. Aborting...
aurbuild: could not build "beryl-core-svn" with makepkg.
Is SVN down or did they move things around?
Offline
Look in /home/matt/.aurbuild.23666/beryl-core-svn/beryl-core-svn/src/ to see if there are files there. Either the svn is down or the beryl-core directory is no longer there (i.e., it has been renamed). I think that aurbuild removes that long directory when exiting so you might need to build the package manually.
Offline
Looks like it has been renamed to svn://metascape.afraid.org/svnroot/beryl/trunk/beryl-core
You can browse the SVN here.
Code should be free and hardware should be cheap.
Offline
just a note on aurbuild you can keep the build directory if it fails. It maybe a good idea to enable the switch for it all the time for situations like these.
-k, --keep-build-dir keep the build directory if building fails
Offline