Code: Select all
[email protected]:~$ wget http://apt.duke4.net/pool/main/d/duke3d-shareware/duke3d-shareware_1.3d-20_all.deb
--2012-07-15 14:41:38-- http://apt.duke4.net/pool/main/d/duke3d-shareware/duke3d-shareware_1.3d-20_all.deb
Resolving apt.duke4.net... 88.190.14.129
Connecting to apt.duke4.net|88.190.14.129|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-07-15 14:41:39 ERROR 404: Not Found.
SirPeppypie wrote:Am I doing something wrong? Or has the file been moved?
Is there a different source I can download from?
Code: Select all
wget -c http://apt.duke4.net/pool/main/d/duke3d-shareware/duke3d-shareware_1.3d-21_all.deb
Would only add a repo if you are expecting updates from that repo.stevepdp wrote: I would recommend adding the repository to your /etc/apt/sources.list file.
Code: Select all
duke3d-shareware (1.3d-21) stable; urgency=low
* debian/control: update 'Build-Depends' and 'Description' field.
* Update debian/copyright.
I build one for RaspRazor the other day.dom wrote:@Max
any chance of a hardfloat build for new Raspbian/Wheezy image?
Code: Select all
wget http://apt.duke4.net/pool/main/d/duke3d-shareware/duke3d-shareware_1.3d-21_all.deb
wget http://repo.berryboot.com/eduke32_2.0.0rpi+svn2789_armhf.deb
sudo dpkg -i *duke*.deb
Yes, works on official Raspian image. Thanks!Max wrote: I build one for RaspRazor the other day.
Should work for the official Raspbian flavor as well.
Either replace the 21 with a 22, or install Rasprazor which has it installed by default.Quakeberry wrote:Hi I'm trying to download the files but this link does not work any more...
http://apt.duke4.net/pool/main/d/duke3d ... 21_all.deb
Can anyone please provide the correct address. Or another link to download... I really want to play this game on my Raspberry Pi
Could you give some more details about how you made eduke32 compile and link successfully?shawnbusker wrote: I ended up compiling the latest revision of eduke32 from svn and it worked fine however my mouse didn't work and the graphics was glitchy but other than that, it seemed to run great with good framerate.
Shawn
Code: Select all
Created library archive libenet.a
Changing dir to /home/pi/RetroPie/emulatorcores/eduke32/eduke32
/usr/bin/ld: eobj/libengine.a(a.o): Relocations in generic ELF (EM: 3)
eobj/libengine.a: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
Failed linking executable eduke32!
make: *** [eduke32] Error 1
I got the same error while compiling revision 3241 and solved it by changing the NOASM line in Makefile.common topetrockblog wrote:Using the instructions I mentioned above gives me this error output:
Maybe someone has an idea how to cope with this problem?Code: Select all
Created library archive libenet.a Changing dir to /home/pi/RetroPie/emulatorcores/eduke32/eduke32 /usr/bin/ld: eobj/libengine.a(a.o): Relocations in generic ELF (EM: 3) eobj/libengine.a: could not read symbols: File in wrong format collect2: ld returned 1 exit status Failed linking executable eduke32! make: *** [eduke32] Error 1
Code: Select all
NOASM = 1
Code: Select all
make veryclean
make
but this didn't work.delete the subdirectory in your home directory that has the eduke settings to get to the defaults
Trymrpi64 wrote:this is what i get:
[email protected] ~ $ wget http://apt.duke4.net/pool/main/d/duke3d ... 21_all.deb
--2013-05-26 15:21:48-- http://apt.duke4.net/pool/main/d/duke3d ... 22_all.deb
Resolving apt.duke4.net (apt.duke4.net)... 88.190.14.129
Connecting to apt.duke4.net (apt.duke4.net)|88.190.14.129|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-05-26 15:21:48 ERROR 404: Not Found.