pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: devel/rgbds: Call for testing testsuit
eduardo%freebsd.org@localhost (Nuno Teixeira) writes:
Hi,
>We are trying to debug why tests are failing on FreeBSD.
>Upstream only develops on linux and it was nice that tests will work on
>*BSD too.
>Please take a look at:
>https://github.com/gbdev/rgbds/issues/1580
The pkgsrc version of rgbds is very old (0.5.x), so I fetched
the latest release 0.9.0.
Building required to adjust the PNGLDFLAGS so that the rpath
option is passed:
PNGLDFLAGS := `${PKG_CONFIG} --libs-only-other libpng` `${PKG_CONFIG} --libs-only-L libpng`
Then everything builds by running gmake (no cmake involved).
For running all tests manually (as described in the github issue), I had
to patch test/gfx/test.sh to run gmake instead of make.
The tests then completed without failure (just some warnings appeared
in the output).
I have no idea if rgbds actually works. The build system is an RPI4
running a very recent development version of NetBSD.
NetBSD arnold 10.99.12 NetBSD 10.99.12 (EGGHED64) #16: Sat Dec 21 00:06:54 UTC 2024 mlelstv@slowpoke:/home/netbsd-current/obj.evbarm64-el/scratch/netbsd-current/src/sys/arch/evbarm/compile/EGGHED64 evbarm
The compiler is:
gcc version 12.4.0 (nb1 20240630)
Hope this helps,
Home |
Main Index |
Thread Index |
Old Index