t-crest / patmos

Patmos is a time-predictable VLIW processor, and the processor for the T-CREST project
http://patmos.compute.dtu.dk
BSD 2-Clause "Simplified" License
135 stars 72 forks source link

404 error during build #107

Closed bossebandowski closed 8 months ago

bossebandowski commented 2 years ago

Build process does not finish successfully. Looks like some links for poseidon are broken:

**===== Processing 'poseidon' ===== 
 ===== Cloning from https://github.com/t-crest/poseidon.git ===== 
Cloning into '/home/bob/t-crest/poseidon'...
remote: Enumerating objects: 3765, done.
remote: Total 3765 (delta 0), reused 0 (delta 0), pack-reused 3765
Receiving objects: 100% (3765/3765), 18.73 MiB | 9.69 MiB/s, done.
Resolving deltas: 100% (2212/2212), done.
~/t-crest/poseidon ~/t-crest
#@-mkdir -p lib 2>&1
#@cd lib && svn checkout http://pugixml.googlecode.com/svn/tags/release-1.2 pugixml
git submodule init
--2021-11-24 12:15:58--  http://mirrors.dotsrc.org/apache//commons/cli/source/commons-cli-1.4-src.tar.gz
Resolving mirrors.dotsrc.org (mirrors.dotsrc.org)... 130.225.254.116, 2001:878:346::116
Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected.
HTTP request sent, awaiting response... Submodule 'lib/pugixml' (https://github.com/zeux/pugixml.git) registered for path 'lib/pugixml'
git submodule update
404 Not Found
2021-11-24 12:15:58 ERROR 404: Not Found.

make: *** [Makefile:67: .common-cli] Error 8
make: *** Waiting for unfinished jobs....
Cloning into '/home/bob/t-crest/poseidon/lib/pugixml'...
Submodule path 'lib/pugixml': checked out '937ac8116e4feac075701d80211c4cafdf673142'**
schoeberl commented 2 years ago

Thanks for pointing this out! Bad that this is not included in the regression test of Patmos. Hard for me to fix now, as my VMs do not work on my current configuration and the compiler not native :-(

schoeberl commented 8 months ago

Fixed by @LehrChristoph