Evening, everyone . . . or good morning to the internationals =)
I just got Ubuntu up and running. I can check out the source and compile it, but I'm just wondering why the Debian / RPM packages point to non-existent files. Any idea?
Linux Snapshots
Moderator: ScummVM Team
Thanks for responding, Fingolfin. I'm a big fan!
Going to: ScummVM SVN Snapshots
Clicking on: Debian packages
Returns (and has for at least 5 days):
An error has been encountered in accessing this page.
1. Server: www.scummvm.org
2. URL path: /daily/debian/
3. Error notes: File does not exist: /home/groups/s/sc/scummvm/htdocs/daily/debian/
4. Error type: 404
5. Request method: GET
6. Request query string:
7. Time: 2006-06-05 11:27:07 PDT (1149532027)
Going to: ScummVM SVN Snapshots
Clicking on: Debian packages
Returns (and has for at least 5 days):
An error has been encountered in accessing this page.
1. Server: www.scummvm.org
2. URL path: /daily/debian/
3. Error notes: File does not exist: /home/groups/s/sc/scummvm/htdocs/daily/debian/
4. Error type: 404
5. Request method: GET
6. Request query string:
7. Time: 2006-06-05 11:27:07 PDT (1149532027)
I haven't looked into the problem, but my best guess is that the debian builds used source code from CVS. We switched to Subversion a couple of months ago, so that might have broken the daily build system. Again, I'm only guessing. It could be something completely different.
In any case I don't really see the point of having daily builds for linux distributions. Practically every linux installation has a compiler and the necessary dev tools installed.
In any case I don't really see the point of having daily builds for linux distributions. Practically every linux installation has a compiler and the necessary dev tools installed.
From my own experience, it's generally a bad idea to mix official debian packages with non-official ones. What I do is to create a symlink from /usr/local/bin to the binary in my source tree. It's really not so much of a problem since you only only need one file for ScummVM (unless you use dynamic plugins).