[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-0.5.4 and SunOS5.8 (solaris8)



On Wed, 29 Aug 2001 takeshi@SoftAgency.co.jp wrote:

> I re-build apt and dpkg and many deb on SunOS5.8(Solaris8).
> # not GNU/Linux. http://www.softagency.co.jp/mysql/pro/sundpkg.html
> apt-0.3 works on SunOS5.8.
> but apt-0.5.4 return false always.
> error message is below.
> Does anyone know solution?

APT expects certain filesystem markers to indicate that it is a Debian
system, you can override it by using a configuration directive 

apt-get -o apt::system="Debian dpkg interface"

Also, static linking often fails to collect global static objects into the
resulting binary - this means you don't actually have any support for
dpkg, etc. apt-get -v tells you if that is the case. Adding a reference to
'debSys' in init.cc is sufficient to solve that.

Jason




Reply to: