Commit Graph

83 Commits

Author SHA1 Message Date
Rex Dieter efad6cc70a workaround stackmashing runtime errors in re2-related bundled headers (#1337585) 2016-06-06 13:02:56 -05:00
Rex Dieter 463136e0f9 rebuild (pciutuils)
See also:
https://bugzilla.redhat.com/show_bug.cgi?id=1337735#c5
2016-05-21 10:43:20 -05:00
Rex Dieter 1c39d15ba2 BR: git-core
several places in build.log contain:
sh: git: command not found
so include it to be on the safe side.
2016-05-18 08:50:48 -05:00
David Tardon 6a3240cd13 rebuild for ICU 57.1 2016-04-15 20:15:22 +02:00
Than Ngo 66e732407f drop ppc ppc64 ppc64le from ExclusiveArch, it's not supported yet 2016-04-08 18:52:37 +02:00
Kevin Kofler 9659c061c0 Fix // in #include in content/renderer/gpu to avoid debugedit failure
This actually shows up as a trailing slash in the directory table.
I hope this is the last offender.
2016-03-24 03:39:15 +01:00
Kevin Kofler 855dc1312c Fix -g1 workaround
I was missing the -i flag to sed.
2016-03-22 19:34:52 +01:00
Kevin Kofler 94d8130832 Work around debugedit failure by removing "./" from #line commands
At least I hope that that's the problem. I don't know what other path
would be the offender. There are no double slashes "//".
2016-03-22 19:19:24 +01:00
Kevin Kofler 29f484a302 Revert "Add debugging for debugedit failure"
This reverts commit a90ae4b2bb.
2016-03-22 19:12:41 +01:00
Kevin Kofler cea79e8095 Revert "Fix readelf command for debugedit debugging"
This reverts commit 9a8e5f9ba2.
2016-03-22 19:12:29 +01:00
Kevin Kofler 4fe7f8982c Use -g1 instead of -g on non-x86_64 to avoid memory exhaustion
At least i686 runs out of memory otherwise, but ARM would probably crash
too if it got that far, so be conservative.
2016-03-21 18:36:00 +01:00
Kevin Kofler 070252022a Revert "Use CONFIG-=use_gold_linker because ld.gold keeps running out of memory"
This reverts commit 6fbf35079b.
2016-03-21 18:27:03 +01:00
Kevin Kofler 6fbf35079b Use CONFIG-=use_gold_linker because ld.gold keeps running out of memory
Let's see whether the good old ld.bfd works any better.
2016-03-21 06:19:01 +01:00
Kevin Kofler 9a8e5f9ba2 Fix readelf command for debugedit debugging 2016-03-21 02:37:39 +01:00
Kevin Kofler a90ae4b2bb Add debugging for debugedit failure
(Yet another instance of the venerable old bug #304121.)
2016-03-21 02:16:42 +01:00
Kevin Kofler 1b4283ef9d Build with CONFIG+=force_debug_info so that -g gets added for C files too. 2016-03-21 02:13:41 +01:00
Kevin Kofler 2b1c85b7d4 Revert "Also set CFLAGS so that -g gets picked up for C files too."
This reverts commit bd99caed44.
2016-03-21 02:11:45 +01:00
Kevin Kofler 9673c10a27 Revert "skip added debuginfo for now, hits rpm bugs"
This reverts commit ee59b253e9.
2016-03-21 02:10:41 +01:00
Rex Dieter ee59b253e9 skip added debuginfo for now, hits rpm bugs 2016-03-20 19:10:06 -05:00
Kevin Kofler bd99caed44 Also set CFLAGS so that -g gets picked up for C files too. 2016-03-19 01:44:43 +01:00
Kevin Kofler c13613a7be CONFIG+="webcore_debug v8base_debug", -fno-delete-null-pointer-checks
* Fri Mar 18 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-3
- Build with CONFIG+="webcore_debug v8base_debug"
- Force -fno-delete-null-pointer-checks through CXXFLAGS, Qt flags not used here
2016-03-19 00:34:32 +01:00
Kevin Kofler 4f844a7b2b Avoid checking for the nonexistent icudtl.dat and silence the warnings 2016-03-18 04:59:54 +01:00
Kevin Kofler 4596e73fc6 Update to 5.6.0 (final)
* Thu Mar 17 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-1
- Update to 5.6.0 (final)
- Drop system-icu54 patch, fixed upstream
2016-03-18 00:41:34 +01:00
Kevin Kofler b6bc15418f Rebase no-sse2 patch, fix file list
- Rebase no-sse2 patch
- Update file list for 5.6.0 RC (resources now in resources/ subdirectory)
- Tag translations with correct %lang tags
2016-02-25 01:24:47 +01:00
Kevin Kofler 7f40671ad8 Rebase linux-pri patch, rm BR pkgconfig(flac), pkgconfig(speex)
- Rebase linux-pri patch
- Remove BuildRequires pkgconfig(flac), pkgconfig(speex), no longer needed
2016-02-24 23:28:14 +01:00
Kevin Kofler 26c2ef598c Update to 5.6.0 RC
* Wed Feb 24 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.19.rc
- Update to 5.6.0 RC
2016-02-24 16:15:14 +01:00
Kevin Kofler fe70d18f1f Fix no-sse2 patch.
The patch tool insists on symmetric context for some reason.
2016-02-24 14:08:39 +01:00
Kevin Kofler 58b406a343 no-sse2 patch: Fix FFT (RealFourier) in webrtc on non-SSE2 x86
* Tue Feb 23 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.18.beta
- no-sse2 patch: Fix FFT (RealFourier) in webrtc on non-SSE2 x86
2016-02-24 04:50:18 +01:00
Kevin Kofler 57c1fcecf2 Revert "- Uploaded rc"
This reverts commit 65fd4d09a1.

The tarball is not redistributable, the EVR bump was done wrong (goes
backwards), and the package does not even build (because the uploaded
tarball does not have "-clean" in the file name), so there is absolutely
nothing worth keeping in that commit.
2016-02-24 03:08:04 +01:00
Helio Chissini de Castro 65fd4d09a1 - Uploaded rc 2016-02-23 17:07:31 +01:00
Kevin Kofler 9ac4c0c992 clean_ffmpeg.sh: Add missing aarch64 files. (Fixes #1310753.)
* Tue Feb 23 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.17.beta
- Fix FTBFS on aarch64: Respin tarball with fixed clean_ffmpeg.sh (#1310753).
2016-02-23 01:47:14 +01:00
Fedora Release Engineering 1968dfff52 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 21:48:01 +00:00
Kevin Kofler a41ab0a661 Update comment on no-sse2.patch
V8 is already built shared and twice on i686 now (no longer TODO).
2016-01-22 02:14:50 +01:00
Kevin Kofler 7c8a25cacb Bump Release for official Rawhide build 2016-01-19 20:05:23 +01:00
Kevin Kofler fa42c47889 Add Provides/Requires filtering for libv8.so (i686) and for plugins 2016-01-19 17:37:35 +01:00
Kevin Kofler 24bef19c77 Add the private library directory to the file list on i686 2016-01-19 15:03:04 +01:00
Kevin Kofler 306e720cfb no-sse2.patch: Install the shared libraries, don't link the sse2 one 2016-01-19 14:55:13 +01:00
Kevin Kofler b0fe95f4fe no-sse2.patch: Fix the output path in v8_sse2.gyp
(again, by fixing the make-v8-sse2-gyp.sh script)
2016-01-19 05:54:16 +01:00
Kevin Kofler 46c0dc8c42 no-sse2.patch: More v8_sse2.gyp fixes, ensure everything is renamed
(again, by fixing the make-v8-sse2-gyp.sh script)
2016-01-19 04:58:50 +01:00
Kevin Kofler 09c4c1fc15 no-sse2.patch: Fix another error in v8_sse2.gyp
(by fixing make-v8-sse2-gyp.sh)
2016-01-19 04:11:36 +01:00
Kevin Kofler 9ee8131cd3 no-sse2.patch: Fix invalid gyp syntax in v8_sse2.gyp
(by fixing make-v8-sse2-gyp.sh)
2016-01-19 03:52:05 +01:00
Kevin Kofler e670d513af no-sse2.patch: Build both the x87 version and the SSE2 version of V8 on i686
Note that almost all the patch size increase is from the v8_sse2.gyp
file that is automatically generated from v8.gyp using a small script I
wrote, which is also included in the patch.
2016-01-19 03:32:24 +01:00
Kevin Kofler 5262f491f3 no-sse2.patch: Add built .so files to the link line
In the long run, we may end up doing this manually because we will need
to handle V8 specially in the QMake stuff anyway (install it, ensure we
only link the x87 version and let the SSE2 version magically act as a
drop-in replacement, add an rpath), but try like this for now.
2016-01-18 03:06:07 +01:00
Kevin Kofler 90225e7e77 no-sse2.patch: Build V8 as a shared library on i686
* Mon Jan 18 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.14.beta.nosse2.1
- Build V8 as a shared library on i686 to allow for swappable backends

This is the first prerequisite step towards building both the x87 and
SSE2 backends.
2016-01-18 01:10:42 +01:00
Kevin Kofler 2684898152 Bump Release now that the no-sse2 patch builds and looks good
Swappable V8 is still TODO though.
2016-01-18 00:36:47 +01:00
Kevin Kofler e24db1777f no-sse2.patch: Switch back to gold, blink_platform.gyp fixes
* Revert the change to force the BFD ld, that was not the issue.
* Make some fixes to my blink_sse2 target in blink_platform.gyp:
  - add missing dependencies to get the needed feature_defines,
  - add missing target defines,
  - add -mfpmath=sse in addition to -msse2 because this is
    floating-point math and we should definitely not do x87 in
    the SSE2-optimized versions of the functions.
2016-01-17 22:45:49 +01:00
Kevin Kofler 4c9d7b0aba no-sse2.patch: try linking with ld.bfd instead of gold
I am getting undefined references to symbols that should be defined by
an archive linked with -Wl,--whole-archive from gold, which really
should not happen.

Also the unnecessary hard_dependency in blink_platform.gyp.
2016-01-17 19:45:04 +01:00
Kevin Kofler faeb141b37 no-sse2.patch: Fix/simplify disable_sse2 logic in breakpad/src/build/common.gypi
That file is not really used in QtWebEngine anyway, but simply
defaulting disable_sse2 to 1 is the right thing. The variable is ignored
on everything other than ia32 (i686) anyway, even on x64 (x86_64). And
setting conditional defaults might not work as expected in gyp.
2016-01-17 06:32:37 +01:00
Kevin Kofler 1e170961f9 no-sse2.patch: Fix typos in the patched header files 2016-01-17 05:10:15 +01:00
Kevin Kofler 799b5e1118 no-sse2.patch: Fix typos
* Fix typo in blink_platform.gyp.
* Restore the v8 parts that accidentally went missing.
2016-01-17 04:46:25 +01:00