first I got:
| ERROR: Fetcher failure for URL: 'http://connect.creativelabs.com/openal/Downloads/ALUT/freealut-1.1.0.tar.gz'. Checksum mismatch!
| File: '/home/superandy/data/download/freealut-1.1.0.tar.gz' has md5 checksum 7b1ad941fae7945c4c1025dcabf2bebd when e089b28a0267faabdb6c079ee173664a was expected
| File: '/home/superandy/data/download/freealut-1.1.0.tar.gz' has sha256 checksum 7e897ee8f102c8f2244ea30e364deba7dc774453bfdb79034fbceabb866cea87 when 60d1ea8779471bb851b89b49ce44eecb78e46265be1a6e9320a28b100c8df44f was expected
| If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
| SRC_URI[md5sum] = "7b1ad941fae7945c4c1025dcabf2bebd"
| SRC_URI[sha256sum] = "7e897ee8f102c8f2244ea30e364deba7dc774453bfdb79034fbceabb866cea87"
after modifying checksums:
| ERROR: Function failed: Unpack failure for URL: 'http://connect.creativelabs.com/openal/Downloads/ALUT/freealut-1.1.0.tar.gz'. Unpack command PATH="/home/superandy/data/oe-core/sources/openembedded-core/scripts:/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi:/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2/usr/bin/crossscripts:/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/sbin:/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin:/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/sbin:/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/bin:/home/superandy/data/oe-core/sources/openembedded-core/scripts:/home/superandy/data/oe-core/sources/bitbake/bin:/usr/lib64/ccache:/usr/libexec/lightdm:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/superandy/.local/bin:/home/superandy/bin" tar xz --no-same-owner -f /home/superandy/data/download/freealut-1.1.0.tar.gz failed with return value 2
inspired by [1]
[1] https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/freealut
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
fixes:
| checking for SDL - version >= 1.0.0... ERROR: /usr/bin/sdl-config should not be used, use an alternative such as pkg-config
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
warning was:
WARNING: QA Issue: scummvm rdepends on fluidsynth, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: scummvm rdepends on libflac, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: scummvm rdepends on libfaad, but it isn't a build dependency? [build-deps]
fluidsynth is part of meta-multimedia - so disable it
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Use more pkg-config. Error messages seen during fixup:
| checking for glBegin in -lGL... no
| configure: error: libGL not found
| Configure failed. The contents of all config.log files follows to aid debugging
| ERROR: oe_runconf failed
| checking for gluBeginCurve in -lGLU... no
| configure: error: libGLU not found
| Configure failed. The contents of all config.log files follows to aid debugging
| ERROR: oe_runconf failed
|
| arm-angstrom-linux-gnueabi-g++: error: unrecognized command line option '--should-not-have-used-/usr/bin/sdl-config'
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* the 2 patches are needed to build against mesa 10, they are backported from
upstream, since there is no new release as of yet.
* tested on Snapdragon (ARMv7 + adreno GPU), running freedreno Mesa Gallium
driver
* Build tested for qemux86
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>