Bug 12051 (isc-dhcp-libtool-wrapper) - package/dhcp installs libtool wrapper scripts on target instead of real binaries
Summary: package/dhcp installs libtool wrapper scripts on target instead of real binaries
Status: RESOLVED FIXED
Alias: isc-dhcp-libtool-wrapper
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2019.05.1
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: Carlos Santos
URL:
Keywords: link-failure
Depends on:
Blocks:
 
Reported: 2019-07-22 21:01 UTC by jakobcornell
Modified: 2019-08-01 16:27 UTC (History)
1 user (show)

See Also:
Host: i386
Target:
Build: amd64


Attachments
Buildroot config (18.02 KB, application/octet-stream)
2019-07-22 21:03 UTC, jakobcornell
Details
dhcpd wrapper script (3.23 KB, application/octet-stream)
2019-07-22 21:07 UTC, jakobcornell
Details

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