Bug 12051 (isc-dhcp-libtool-wrapper)

Summary: package/dhcp installs libtool wrapper scripts on target instead of real binaries
Product: buildroot Reporter: jakobcornell
Component: OtherAssignee: Carlos Santos <unixmania>
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5 Keywords: link-failure
Version: 2019.05.1   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: i386 Target:
Build: amd64
Attachments: Buildroot config
dhcpd wrapper script

Description jakobcornell 2019-07-22 21:01:17 UTC
It's all in the title. Make proceeds to completion, but the dhcp build doesn't finish.
Comment 1 jakobcornell 2019-07-22 21:03:31 UTC
Created attachment 8171 [details]
Buildroot config
Comment 2 jakobcornell 2019-07-22 21:07:18 UTC
Created attachment 8176 [details]
dhcpd wrapper script

This is the libtool wrapper script that ends up at `output/target/usr/sbin/dhcpd` in place of an executable. Gzipped.
Comment 3 Carlos Santos 2019-07-24 01:19:03 UTC
I'm taking this one.
Comment 4 Carlos Santos 2019-07-24 01:25:19 UTC
Fix submitted for review: https://patchwork.ozlabs.org/patch/1135970/
Comment 5 jakobcornell 2019-07-24 16:53:40 UTC
Thank you!