* [Buildroot] [Bug 10331] New: kmsxx, host installation fails with BR2_SHARED_STATIC_LIBS=y
@ 2017-09-25 13:57 bugzilla at busybox.net
2018-01-10 21:21 ` [Buildroot] [Bug 10331] " bugzilla at busybox.net
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla at busybox.net @ 2017-09-25 13:57 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=10331
Bug ID: 10331
Summary: kmsxx, host installation fails with
BR2_SHARED_STATIC_LIBS=y
Product: buildroot
Version: 2017.08
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: frederic.mathieu at dualis.com
CC: buildroot at uclibc.org
Target Milestone: ---
Hi
kmsxx makefile try to install host static library, but no exists.
>>> kmsxx cb0786049f960f2bd383617151b01318e02e9ff9 Installing to staging directory
/usr/bin/install -D -m 0755
/home/dev01/data/projects/buildroot-2017.08_X86_64/output/build/kmsxx-cb0786049f960f2bd383617151b01318e02e9ff9/lib/libkms++.so
/home/dev01/data/toolchain/2017.08_X86_64/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libkms++.so
/usr/bin/install -D -m 0755
/home/dev01/data/projects/buildroot-2017.08_X86_64/output/build/kmsxx-cb0786049f960f2bd383617151b01318e02e9ff9/lib/libkms++.a
/home/dev01/data/toolchain/2017.08_X86_64/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libkms++.a
/usr/bin/install: cannot stat
'/home/dev01/data/projects/buildroot-2017.08_X86_64/output/build/kmsxx-cb0786049f960f2bd383617151b01318e02e9ff9/lib/libkms++.a':
No such file or directory
package/pkg-generic.mk:266: recipe for target
'/home/dev01/data/projects/buildroot-2017.08_X86_64/output/build/kmsxx-cb0786049f960f2bd383617151b01318e02e9ff9/.stamp_staging_installed'
failed
make[1]: ***
[/home/dev01/data/projects/buildroot-2017.08_X86_64/output/build/kmsxx-cb0786049f960f2bd383617151b01318e02e9ff9/.stamp_staging_installed]
Error 1
Makefile:79: recipe for target '_all' failed
make: *** [_all] Error 2
Installation works if i comment these lines in makefile kmsxx.mk :
define KMSXX_INSTALL_STAGING_CMDS
$(foreach l,$(KMSXX_LIBS),\
$(if $(BR2_SHARED_LIBS)$(BR2_SHARED_STATIC_LIBS),
$(INSTALL) -D -m 0755 $(@D)/lib/lib$(l).so \
$(STAGING_DIR)/usr/lib/lib$(l).so)
# $(if $(BR2_STATIC_LIBS)$(BR2_SHARED_STATIC_LIBS),
# $(INSTALL) -D -m 0755 $(@D)/lib/lib$(l).a \
# $(STAGING_DIR)/usr/lib/lib$(l).a)
mkdir -p $(STAGING_DIR)/usr/include/$(l)
cp -dpfr $(@D)/$(l)/inc/$(l)/* $(STAGING_DIR)/usr/include/$(l)/
)
endef
founds on version 2017.08, 2017.05.x
regards
Frederic MATHIEU
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] [Bug 10331] kmsxx, host installation fails with BR2_SHARED_STATIC_LIBS=y
2017-09-25 13:57 [Buildroot] [Bug 10331] New: kmsxx, host installation fails with BR2_SHARED_STATIC_LIBS=y bugzilla at busybox.net
@ 2018-01-10 21:21 ` bugzilla at busybox.net
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla at busybox.net @ 2018-01-10 21:21 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=10331
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Thanks for the bug report! Fixed by
https://git.buildroot.org/buildroot/commit/?id=28d5ca9c96f5144e86fac7ec6485fa5634cd6e97.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-10 21:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-25 13:57 [Buildroot] [Bug 10331] New: kmsxx, host installation fails with BR2_SHARED_STATIC_LIBS=y bugzilla at busybox.net
2018-01-10 21:21 ` [Buildroot] [Bug 10331] " bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox