On Tue, Nov 11, 2008 at 09:36:37PM +0300, Bobyr Raisa Efimovna wrote: > > Package: mseide-msegui > > Version: 1.8-1 > > Severity: important > > Hi, > > Your package is failing to build on all arches except i386 with > > the error: > > mseide-msegui-1.8/debian/build_all.sh: line 18: ppc386: command not found > > Kurt > > A known issue. Me mark the package as "all" in advance since it doesn't have > innate arch limitations bacause mainly depends on FPC arch support. The > remaining part is the GUI engine which is currently win-32 & Linux only, > though any system with working libc6+X11 installation may be easily adopted ( > already working ARM is an example of such ). > So, for others arch to work, a GUI layer should be established ( or adopted > to X11 ). The author ( Martin ) only works in win-32 (win-2000) & Linux > (Suse-10) & AVR32 so can't polish other archs by & for himself so volonteers > are welcome. Martin is a friendly and responsible man and will help so > positive results nay be achieved quickly (really!). Feel free to visit to > "public.mseide-msegui.talk" on "news://news.grid-sky.com" to contact us.
One of problem is that you're calling "ppc386" which only exists on i386. You should call "fpc" which will then call ppc386 on i386 and for instance fpcx64 on amd64. An other problem is that the there is an lib/common/kernel/i386-linux dir that doesn't seem to have anything i386 specific in it, it's probably not even Linux specific but more seems to be about X11. As far as I can see that should work on any arch in Debian. But the real problem is that you need for instance a "libc" unit which only seems to exist for i386 in the fp-units-i386 package. I have no idea why it's only present for i386, it shouldn't be that hard to port it to all arches. I suggest you file a wishlist bug against the fpc package requesting support for more arches. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

