Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1239699 - mozjs24: FTBFS in rawhide
Summary: mozjs24: FTBFS in rawhide
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: mozjs24
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Debarshi Ray
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F23FTBFS
TreeView+ depends on / blocked
 
Reported: 2015-07-05 21:07 UTC by Dennis Gilmore
Modified: 2016-11-24 20:21 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-24 20:21:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (13.70 KB, text/plain)
2015-07-05 21:07 UTC, Dennis Gilmore
no flags Details
root.log (68.96 KB, text/plain)
2015-07-05 21:07 UTC, Dennis Gilmore
no flags Details
state.log (625 bytes, text/plain)
2015-07-05 21:07 UTC, Dennis Gilmore
no flags Details

Description Dennis Gilmore 2015-07-05 21:07:32 UTC
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

Comment 1 Dennis Gilmore 2015-07-05 21:07:33 UTC
Created attachment 1047412 [details]
build.log

Comment 2 Dennis Gilmore 2015-07-05 21:07:34 UTC
Created attachment 1047413 [details]
root.log

Comment 3 Dennis Gilmore 2015-07-05 21:07:35 UTC
Created attachment 1047414 [details]
state.log

Comment 4 Jan Kurik 2015-07-15 13:35:54 UTC
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

Comment 5 Paulo Andrade 2015-07-19 17:17:45 UTC
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.

Comment 6 Yaakov Selkowitz 2015-11-09 00:14:30 UTC
(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

Comment 7 Yaakov Selkowitz 2015-11-09 03:57:09 UTC
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.

Comment 8 Fedora End Of Life 2016-11-24 12:03:44 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.