Modify ↓
Opened 12 years ago
Closed 12 years ago
#84 closed defect (fixed)
Cannot compile debwrt due to apt-cross missing in repos
Reported by: | k.szczesny@… | Owned by: | amain |
---|---|---|---|
Priority: | blocker | Milestone: | milestone: |
Component: | debian/rootfs | Version: | 2.0 |
Severity: | Keywords: | ||
Cc: |
Description
Hi,
I'm not sure when was the last time you've tried to 'make' the whole project, but for quite some time apt-cross is no longer available in sid/squueze.
In order to make it work you have to add lenny sources to:
debwrt/buildenv/debian.mk
and change:
sudo chroot $(DEBIAN_BUILD_DIR) apt-get -y install -t sid apt-cross libmpfr1ldbl
to:
sudo chroot $(DEBIAN_BUILD_DIR) apt-get -y install apt-cross sudo chroot $(DEBIAN_BUILD_DIR) apt-get -y install -t sid libmpfr1ldbl }}}}
Attachments (0)
Change History (1)
comment:1 Changed 12 years ago by amain
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
For not so long ago it was still available in sid, but was removed from squeeze. Now it has been removed from sid as well. I used your recommendation and committed to svn: revision #169