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

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

Add Comment

Modify Ticket

Action
as closed The owner will remain amain.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.