Bug 217009 - [CI] arm64 is failing to link in libpam/modules/pam_krb5: relocation against symbol `__stack_chk_guard@@FBSD_1.0
Summary: [CI] arm64 is failing to link in libpam/modules/pam_krb5: relocation against ...
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-arm (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-11 20:34 UTC by Enji Cooper
Modified: 2017-02-12 15:02 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enji Cooper freebsd_committer freebsd_triage 2017-02-11 20:34:45 UTC
From https://ci.freebsd.org/job/FreeBSD-head-arm64-build/531/console :

20:25:09 /usr/local/aarch64-freebsd/bin/ld: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libkrb5.a(rd_req.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against external symbol `__stack_chk_guard@@FBSD_1.0' can not be used when making a shared object; recompile with -fPIC
20:25:09 /usr/local/aarch64-freebsd/bin/ld: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libkrb5.a(rd_req.o)(.text+0x4): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `__stack_chk_guard@@FBSD_1.0'
20:25:09 /usr/local/aarch64-freebsd/bin/ld: final link failed: Bad value
20:25:09 cc: error: linker command failed with exit code 1 (use -v to see invocation)
20:25:09 *** [pam_krb5.so.6.full] Error code 1
20:25:09 
20:25:09 make[7]: stopped in /usr/src/lib/libpam/modules/pam_krb5
20:25:09 1 error
20:25:09 
20:25:09 make[7]: stopped in /usr/src/lib/libpam/modules/pam_krb5
20:25:09 --- all_subdir_lib/libunbound ---
20:25:09 --- infra.o ---
20:25:09 --- all_subdir_lib/libpam ---
20:25:09 *** [all_subdir_lib/libpam/modules/pam_krb5] Error code 2
20:25:09 
20:25:09 make[6]: stopped in /usr/src/lib/libpam/modules
20:25:09 1 error
20:25:09 
20:25:09 make[6]: stopped in /usr/src/lib/libpam/modules
20:25:09 *** [all_subdir_lib/libpam/modules] Error code 2
20:25:09 
20:25:09 make[5]: stopped in /usr/src/lib/libpam
20:25:09 1 error
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2017-02-12 15:02:55 UTC
This seems fixed, newer builds back to normal.