Your package mozjs24 failed to build from source in current rawhide. http://koji.fedoraproject.org/koji/taskinfo?taskID=10115527 For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Created attachment 1047412 [details] build.log
Created attachment 1047413 [details] root.log
Created attachment 1047414 [details] state.log
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle. Changing version to '23'. (As we did not run this process for some time, it could affect also pre-Fedora 23 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23
Just resubmitted, without changes and it worked http://koji.fedoraproject.org/koji/taskinfo?taskID=10406412 Looks like the original failure was a temporary glitch: [...] checking for llvm pr8927... yes This compiler would miscompile firefox, plase upgrade. see http://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Mac_OS_X_Prerequisites for more information. ------ config.log ------ /tmp/ccjtBpGN.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status configure: failed program was: #line 9910 "configure" #include "confdefs.h" struct foobar { int x; }; static const struct foobar* foo() { static const struct foobar d = { 0 }; return &d; } static const struct foobar* bar() { static const struct foobar d = { 0 }; return &d; } __attribute__((noinline)) int zed(const struct foobar *a, const struct foobar *b) { return a == b; } int main() { return zed(foo(), bar()); } [...] due to the ld failure.
(In reply to Paulo Andrade from comment #5) > Just resubmitted, without changes and it worked > http://koji.fedoraproject.org/koji/taskinfo?taskID=10406412 That build is for mozjs31; this bug is for mozjs24, and it has yet to be rebuilt: http://koji.fedoraproject.org/koji/packageinfo?packageID=17602
So there were two problems: 1) two configure tests (including that mentioned in comment 5) temporarily override {C,CXX}FLAGS but not LDFLAGS. With the new hardened flags rules adding -pie to the latter but the C*FLAGS not containing -fPIE for those tests, the tests report a false positive (failure). 2) A long-deprecated behaviour in Perl is now an error with 5.22, causing everything to be installed unversioned. (This is also the cause of bug 1239698.) These are now fixed in dist-git.
This message is a reminder that Fedora 23 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 23. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '23'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 23 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.