Opened 9 years ago
Closed 9 years ago
#267 closed defect (fixed)
trunk does not build for 332 and debwrt-net package needs a fix
Reported by: | harvester | Owned by: | amain |
---|---|---|---|
Priority: | minor | Milestone: | milestone: |
Component: | other | Version: | 2.0 |
Severity: | severity 4 | Keywords: | |
Cc: |
Description
hello,
there seem to be some minor problems that i found when compiling the trunk recently:
1) apt-cross, libcache-apt-perl and libmpfr1ldbl packages could not be downloaded from the repos. however i could still find them on the web and install manually in chroot.
2) one of the mirrors later in the installation process was realy slow, i better changed it, but this may have been temporary (http://download-mirror.savannah.gnu.org?)...didn't check later
3) debwrt-net package some install rules are missing, some files from the .deb package (like interfaces.rspro) do not get installed
the build completed eventually and my rspro is working great, thanks!
harvey
Attachments (0)
Change History (5)
comment:1 Changed 9 years ago by anonymous
comment:2 Changed 9 years ago by amain
- Status changed from new to accepted
comment:3 Changed 9 years ago by amain
Fixed Leeny apt-get source path in [337]
comment:4 Changed 9 years ago by amain
2) network issues normally are temporary..if problem persists, we need to change
comment:5 Changed 9 years ago by amain
- Resolution set to fixed
- Status changed from accepted to closed
@1)
apt-cross and the others couldn't be found because the Lenny is no longer officially supported and packages for it can only be retrieved via http://archive.debian.org/debian
Therefor it's necessary to change the file debian/buildenv/debian.mk (line 95) to the following:
(had to change it for myself when I tried to build for the DIR-825, which still fails due to a timeout...)