Bug 8681 - kbd 2.0.3 does not build on rpi
Summary: kbd 2.0.3 does not build on rpi
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 major
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-11 16:10 UTC by buildroot
Modified: 2016-02-11 16:59 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.