Author Topic: debian package install problems  (Read 8209 times)

0 Members and 1 Guest are viewing this topic.

zerothis
  • Newbie
  • *
  • Posts: 2
    • View Profile
debian package install problems
« on: November 12, 2014, 08:00:40 AM »
 I'm trying to install Solarus DX on Ubuntu 14.04 Trusty 32-bit

the Solarus debian package depends on
libstdc++6 4.9
As far as I can tell, this is not released as a 32-bit debian package yet, not even for testing. Only 4.8 is available.

Christopho

  • Administrator
  • Hero Member
  • *****
  • Posts: 1194
    • View Profile
Re: debian package install problems
« Reply #1 on: November 12, 2014, 01:50:13 PM »
Hi,
Solarus is supposed to compile with 4.8 indeed, so I think we should fix the debian package. I have just reported the problem to Nate-Devv, the packager.
In the meantime you will have to compile it yourself :)

Nate-Devv

  • Newbie
  • *
  • Posts: 38
    • View Profile
Re: debian package install problems
« Reply #2 on: November 24, 2014, 12:43:09 AM »
Sorry I've taken a long time to reply.  There is actually a libstdc++ version 4.9 package in Debian Jessie (Testing) here. This is the reason why the package got compiled using libstdc++ version 4.9, as I run an up-to-date version of Debian Jessie 64-bit on my machine.

The packages are also hosted here, where there are also source packages if you would like to put libstdc++ 4.8 on your package.  The package will tell you what you need to compile it, and the compilation directions are in the repo.  I cannot myself compile it with libstdc++ 4.8 because of technical reasons I will not get into here.