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

Re: gauche scheme not entering testing



Gwen Weinholt <weinholt@debian.org> writes:

> On Thu, Sep 26, 2024 at 11:51:14AM +0200, Jens Thiele wrote:
>> Hi,
>> 
>> I am trying to understand why gauche scheme scheme is not entering
>> testing. It looks like gauche is waiting on slib?
>> https://qa.debian.org/excuses.php?package=gauche
>> 
>> And slib has some regression on i386?
>> https://qa.debian.org/excuses.php?package=slib
>> but it was removed from testing because of
>> bug #1057426 and bug #1057602?
>> https://tracker.debian.org/news/1496026/slib-removed-from-testing/
>> https://bugs.debian.org/cgi-bin/bugreport.cgi?archive=yes&bug=1057426
>> mit-scheme: FTBFS: cannot stat 'mit-scheme-ffi/*': No such file or directory
>> 
>> https://bugs.debian.org/cgi-bin/bugreport.cgi?archive=yes&bug=1057602
>> scm: FTBFS: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’}
>
> I guess scm is the culprit. I've spent some time on it. The ncurses
> thing was fixed, but now scm is not in testing because it doesn't
> build on i386 and because of #1081101.
>
> I've updated scm to 5f4 in the hope it would fix i386 and have fixed
> #1081101: <https://salsa.debian.org/scheme-team/scm>. I'm not sure
> if it builds on i386 buildds, I was never able to reproduce the i386
> build failure. Now with the recent changes it doesn't build on i386 on
> Salsa either but for some other reason that is not obvious from the
> logs.
>
> I don't have a lot of time to spend on Debian these days, so I would
> appreciate it if someone would take over from here.

trying to build in a i386 schroot and in a i386 VM I get:
make[3]: Entering directory '/<<PKGBUILDDIR>>'
./scmlit -fr4rstest.scm -e'(test-sc4)(test-delay)(gc)' \
-e '(or (null? errs) (quit 1))' < /dev/null
add
#define SCM_LLONG long long
in scmfig.h and recompile scm
make[3]: *** [Makefile:509: checklit] Error 1

karme


Reply to: