Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#24116 - error while stripping unneeded symbols from binaries and libraries
Attached to Project:
Arch Linux
Opened by Alper Kanat (T-u-N-i-X) - Thursday, 05 May 2011, 13:53 GMT
Last edited by Gaetan Bisson (vesath) - Thursday, 05 May 2011, 14:35 GMT
Opened by Alper Kanat (T-u-N-i-X) - Thursday, 05 May 2011, 13:53 GMT
Last edited by Gaetan Bisson (vesath) - Thursday, 05 May 2011, 14:35 GMT
|
DetailsHello,
I'm the maintainer of the flex-sdk (AUR) package and when I try to compile the newest version, I get the following error: $ makepkg -scr ==> Making package: flex-sdk 4.1-1 (Thu May 5 14:24:58 EEST 2011) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving Sources... -> Found flex_sdk_4.5.0.20967.zip -> Found flex_sdk.sh ==> Validating source files with md5sums... flex_sdk_4.5.0.20967.zip ... Passed flex_sdk.sh ... Passed ==> Extracting Sources... -> Extracting flex_sdk_4.5.0.20967.zip with bsdtar ==> Removing existing pkg/ directory... ==> Entering fakeroot environment... ==> Starting build()... Copying package files... ==> Tidying install... -> Purging other files... -> Compressing man and info pages... -> Stripping unneeded symbols from binaries and libraries... /usr/bin/strip:./opt/flex-sdk/lib/aot/lib/libAOTCompiler08.arm-air.bc.a(#_LLVM_SYM_TAB_): Unable to recognise the format of file: File format not recognized /usr/bin/strip:./opt/flex-sdk/lib/aot/lib/libAOTCompiler08.arm-air.bc.a(CMakeFiles/AOTCompiler.dir/AOTStubs-00201.cpp.o): Unable to recognise the format of file: File format not recognized /usr/bin/makepkg: line 912: 15227 Segmentation fault /usr/bin/strip $STRIP_STATIC "$binary" Is there an option to skip stripping? Or is this a bug related to makepkg? |
This task depends upon
Comment by Gaetan Bisson (vesath) -
Thursday, 05 May 2011, 14:25 GMT
You can use options=('!strip') and read `man PKGBUILD` for more information.