Bug 8681

Summary: kbd 2.0.3 does not build on rpi
Product: buildroot Reporter: buildroot
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: major CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description buildroot 2016-02-11 16:10:26 UTC
Hello,

On rpi platform kbd 2.0.3 does not build.

I have the error :

for i in include sun amiga atari i386/azerty i386/bepo i386/dvorak i386/fgGIod i386/qwerty i386/qwertz i386/include i386/olpc i386/colemak mac/include mac/all; do \
	install -d -m 755 /data/b/buildroot/output/target/usr/share/keymaps/$i ;\
	install -m 644 keymaps_Z/$i/* /data/b/buildroot/output/target/usr/share/keymaps/$i ;\
done
rm -f /data/b/buildroot/output/target/usr/share/keymaps/ppc; ln -s mac /data/b/buildroot/output/target/usr/share/keymaps/ppc
make[4]: Leaving directory '/data/b/buildroot/output/build/kbd-2.0.3/data'
make[3]: Leaving directory '/data/b/buildroot/output/build/kbd-2.0.3/data'
make[2]: Leaving directory '/data/b/buildroot/output/build/kbd-2.0.3/data'
Making install in po
make[2]: Entering directory '/data/b/buildroot/output/build/kbd-2.0.3/po'
/bin/sh @MKINSTALLDIRS@ /data/b/buildroot/output/target/usr/share
/bin/sh: @MKINSTALLDIRS@: No such file or directory
Makefile:259: recipe for target 'install-data-yes' failed
make[2]: *** [install-data-yes] Error 127
make[2]: Leaving directory '/data/b/buildroot/output/build/kbd-2.0.3/po'
Makefile:439: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/data/b/buildroot/output/build/kbd-2.0.3'
package/pkg-generic.mk:276: recipe for target '/data/b/buildroot/output/build/kbd-2.0.3/.stamp_target_installed' failed
make: *** [/data/b/buildroot/output/build/kbd-2.0.3/.stamp_target_installed] Error 2


Works fine if i go back to version 1.15.5

Thanks in advance.

Bests regards,
Comment 1 Thomas Petazzoni 2016-02-11 16:59:05 UTC
Thanks for reporting the issue. It should be fixed with commit https://git.busybox.net/buildroot/commit/?id=9f81bad770304871177c16147fc150a1998ee4cc.