diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-16 19:13:42 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-16 19:13:42 +0000 |
| commit | afae01ffd370a829cb4c628a4dd7e8f87e35b2e3 (patch) | |
| tree | 69bcc5cef0274fe8fe1bc322842bae6c1739f1ab /dev-libs/elfutils/elfutils-9999.ebuild | |
| parent | 6377d9ae9eeb85de4ce4fec4e8544101640035e9 (diff) | |
| download | baldeagleos-repo-afae01ffd370a829cb4c628a4dd7e8f87e35b2e3.tar.gz baldeagleos-repo-afae01ffd370a829cb4c628a4dd7e8f87e35b2e3.tar.xz baldeagleos-repo-afae01ffd370a829cb4c628a4dd7e8f87e35b2e3.zip | |
Adding metadata
Diffstat (limited to 'dev-libs/elfutils/elfutils-9999.ebuild')
| -rw-r--r-- | dev-libs/elfutils/elfutils-9999.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/dev-libs/elfutils/elfutils-9999.ebuild b/dev-libs/elfutils/elfutils-9999.ebuild index 9195dc7a9eb6..feb34a8cec4c 100644 --- a/dev-libs/elfutils/elfutils-9999.ebuild +++ b/dev-libs/elfutils/elfutils-9999.ebuild @@ -77,16 +77,22 @@ src_prepare() { sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in || die fi - # TODO: Fails with some CFLAGS + # Fails with some CFLAGS # " __divhc3: /var/tmp/portage/dev-libs/elfutils-0.193/work/elfutils-0.193-abi_x86_32.x86/tests/funcretval: # dwfl_module_return_value_location: cannot handle DWARF type description" printf "#!/bin/sh\nexit 77" > tests/run-native-test.sh || die - # TODO: Fails for abi_x86_32 w/ DT_RELR + # Fails for abi_x86_32 w/ DT_RELR # "section [14] '.rel.plt': relocation 55: relocation type invalid for the file type" printf "#!/bin/sh\nexit 77" > tests/run-elflint-self.sh || die printf "#!/bin/sh\nexit 77" > tests/run-reverse-sections-self.sh || die - # TODO: Fails with SFrames + # Fails with SFrames printf "#!/bin/sh\nexit 77" > tests/run-strip-strmerge.sh || die + # Fails under sandbox + cat <<-EOF > tests/dwfl-proc-attach.c || die + int main() { + return 77; + } + EOF # https://sourceware.org/PR23914 sed -i 's:-Werror::' */Makefile.in || die |
