cligen: Initial packaging#22359
Conversation
d08aee3 to
868c020
Compare
6f6673b to
13459ce
Compare
|
@BKPepe I think I got all of your comments addressed. Thanks for the thoughtful review! |
f2a472a to
215920d
Compare
|
@BKPepe Any idea why the ARM builds are failing on the |
|
I will need to look into it.
Dne po 23. 10. 2023 20:37 uživatel Philip Prindeville <
***@***.***> napsal:
… @BKPepe <https://github.com/BKPepe> Any idea why the ARM builds are
failing on the install ... -s ... of the libraries?
—
Reply to this email directly, view it on GitHub
<#22359 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7IDVGULAD2XM3RLXV4ZODYA22PHAVCNFSM6AAAAAA5ZQXLPWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZVG44TANZUGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
If we can figure out this part: we should be good to go. Not sure what the stripping and the ELF header have to do with each other... unless install only understands native architecture and we're not running the cross-compiled version. |
Anything? |
|
/builder/staging_dir/host/bin/install is symlink to $(HOST)/usr/bin/install, default INSTALLFLAGS set in comfigure.ac to "-s" (strip). You have two options: |
57ea857 to
523d050
Compare
|
Well. buildfarm configured with USE_SSTRIP, $(STRIP) set to "sstrip -z", install can't handle program with switches in --strip-program="..." switch. |
523d050 to
dda4c93
Compare
dda4c93 to
5364b58
Compare
|
@BKPepe Please re-review. |
It's building now. |
|
@BKPepe @LynxChaus Are we good to merge? |
CLIgen is a Command-Line Interface generator Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
5364b58 to
fbb4be3
Compare
Didn't hear back, so proceeding... |
Maintainer: me, @olofhagsand
Compile tested: x86_64, generic, HEAD (703d667)
Run tested: same, installed on test VM
Description:
CLIgen is a Command-Line Interface generator
cc: @olofhagsand