252 Commits

Author SHA256 Message Date
Peter Simons
34d6ec57c5 Accepting request 770223 from home:Andreas_Schwab:Factory
- Fix typo in last change

OBS-URL: https://build.opensuse.org/request/show/770223
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=326
2020-02-05 12:35:47 +00:00
6f0f75502b Accepting request 769886 from devel:languages:haskell:ghc-8.8.x
- use ghc-bootstrap-helpers on all archs
- lower build env requirements on riscv64 
  * make sure we can build on smaller systems
  * adjust parallelism so we don't hog big workers for almost a week
  * many thanks to Stefan Bruens for pointing out the issue and
    helping with the solution

OBS-URL: https://build.opensuse.org/request/show/769886
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=324
2020-02-04 09:07:18 +00:00
4463bd1b2b Accepting request 766005 from devel:languages:haskell:ghc-8.8.x
- Update _constraints for aarch64

OBS-URL: https://build.opensuse.org/request/show/766005
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=322
2020-01-21 09:52:20 +00:00
5e8064085e Accepting request 765569 from devel:languages:haskell:ghc-8.8.x
fix

OBS-URL: https://build.opensuse.org/request/show/765569
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=320
2020-01-19 13:55:25 +00:00
4a0dca558a Accepting request 765562 from devel:languages:haskell:ghc-8.8.x
- drop 0001-Fix-check-whether-GCC-supports-__atomic_-builtins.patch
  * fixed upstream
- drop D5212.patch
  * fixed upstream
- drop fix-build-using-unregisterized-v8.4.patch
  * bootstrap compiler is 8.6.5 now
- refresh fix-unregisterised-v8.4-8.6.patch
- clean up spec file

- update to 8.8.2
 * A bug (Issue #17088) in the compacting garbage collector resulting in segmentation
   faults under specific circumstances. Note that this may affect user programs even
   if they did not explicitly request the compacting GC (using the -c RTS flag)
   since GHC may fallback to compacting collection during times of high memory pressure.
 * A code generator bug (Issue #17334) resulting in GHC panics has been fixed.
 * A typechecker bug (Issue #17112) resulting in GHC panicking on some programs
   has been fixed.
 * A bug (Issue #16707) in the implementation of software transactional memory
   potentially resulting in hanging transactions has been fixed.
 * A bug in the implementation of compact normal forms resulting in segmentation
   faults in some uses (Issue #17044) has been fixed.

OBS-URL: https://build.opensuse.org/request/show/765562
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=319
2020-01-19 12:18:21 +00:00
Peter Simons
00fc9a21ad osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc revision:15, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=317
2020-01-01 15:27:50 +00:00
Peter Simons
e835413802 osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc revision:14, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=316
2020-01-01 02:01:31 +00:00
f4a50e35fb osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc revision:13, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=315
2019-12-29 19:23:19 +00:00
f501143295 osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc revision:12, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=314
2019-12-29 14:41:05 +00:00
c24289cce8 osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc revision:11, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=313
2019-12-29 14:37:43 +00:00
Peter Simons
5af39024e7 osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc revision:10, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=312
2019-12-29 10:45:55 +00:00
Peter Simons
89342dd9b2 osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc revision:25, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=311
2019-12-29 02:01:37 +00:00
36e77ea02a - refresh Disable-unboxed-arrays.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=310
2019-12-28 22:44:18 +00:00
361ddd5d24 osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=309
2019-12-28 17:01:53 +00:00
b7aed1d1c8 osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=308
2019-12-28 14:39:51 +00:00
Peter Trommler
2c272684d6 Accepting request 758840 from devel:languages:haskell:ghc-8.6.x
- add fix-build-using-unregisterized-v8.4.patch
  * fixes unregisterised builds when bootstrap compiler is GHC 8.4
  * fixes build on s390x

OBS-URL: https://build.opensuse.org/request/show/758840
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=306
2019-12-23 12:11:42 +00:00
Peter Trommler
4ecac94ad1 Accepting request 733943 from home:Andreas_Schwab:Factory
- Enable build on riscv64
- Add memory constraints for riscv64, restrict to 2 jobs
- allow-riscv-and-riscv64-CPU.patch: recognize riscv64 as architecture
- Apply Disable-unboxed-arrays.patch also on s390x

OBS-URL: https://build.opensuse.org/request/show/733943
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=304
2019-09-30 14:24:09 +00:00
9ff53fd9c0 Accepting request 698157 from devel:languages:haskell:ghc-8.6.x
- update to 8.6.5
 * A build system issue where use of GCC with -flto broke configure was fixed

OBS-URL: https://build.opensuse.org/request/show/698157
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=302
2019-04-26 10:48:25 +00:00
64c8e1d095 Accepting request 684707 from devel:languages:haskell:ghc-8.6.x
- really bump llvm5 to llvm6 requires for ghc-compiler

OBS-URL: https://build.opensuse.org/request/show/684707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=300
2019-03-13 14:36:33 +00:00
0811c42204 Accepting request 684345 from devel:languages:haskell:ghc-8.6.x
fix

OBS-URL: https://build.opensuse.org/request/show/684345
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=298
2019-03-12 15:07:26 +00:00
8d60eb3408 Accepting request 684272 from devel:languages:haskell:ghc-8.6.x
- bump llvm req to llvm6

OBS-URL: https://build.opensuse.org/request/show/684272
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=297
2019-03-12 11:57:11 +00:00
dfd777f9dc Accepting request 682267 from devel:languages:haskell:ghc-8.6.x
- update to 8.6.4
 * A bug wherein changes in default method definitions would fail
    to trigger recompilation has been fixed
 * A bug wherein plugins would fail to lookup names not in scope
    in the module being compiled has been fixed
 * A bug where some programs involving StaticData would be rejected
    with either a typechecking error or internal compiler error has been fixed
 * A bug where compilation on Windows can fail with linker errors
    referring to __chkstk_ms has been fixed

OBS-URL: https://build.opensuse.org/request/show/682267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=295
2019-03-06 19:33:34 +00:00
Peter Simons
c44b11c10b osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc revision:16, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=293
2018-12-19 02:01:33 +00:00
Peter Simons
34ffd71eda osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc revision:14, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=291
2018-12-09 02:01:33 +00:00
a5c708a6c9 Accepting request 646941 from devel:languages:haskell:ghc-8.6.x
okk last

OBS-URL: https://build.opensuse.org/request/show/646941
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=289
2018-11-07 10:51:03 +00:00
a5d5ad7e82 Accepting request 646935 from devel:languages:haskell:ghc-8.6.x
limit_build is from memory constraints

OBS-URL: https://build.opensuse.org/request/show/646935
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=288
2018-11-07 10:46:16 +00:00
2093b17db7 Accepting request 646931 from devel:languages:haskell:ghc-8.6.x
- dont require memory-constraints on older distros

OBS-URL: https://build.opensuse.org/request/show/646931
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=287
2018-11-07 10:34:16 +00:00
c593f930aa Accepting request 646916 from devel:languages:haskell:ghc-8.6.x
- dont require memory-constraints on ppc archs
- dropped reproducible-tmp-names.patch

OBS-URL: https://build.opensuse.org/request/show/646916
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=286
2018-11-07 10:28:43 +00:00
Peter Simons
cd6c352512 Accepting request 646895 from devel:languages:haskell:ghc-8.6.x
- update to 8.6.2
 * Several compiler panics observed in GHC 8.6.1 have been fixed
 * An integer overflow, resulting in some encodeFloat uses returning
    incorrect results, has been fixed
 * A long-standing bug in the LLVM code generator, resulting in incorrect
    floating point evaluation, has been fixed.
 * A long-standing bug exposed in GHC 8.6.1, has been fixed. This issue
    resulted in undefined runtime behavior with some uses of the dataToTag#
    primop. Note that this issue, while less likely to manifest, has existed
    in some form in all GHC releases prior to this release and may result
    in silent, incorrect evaluation.

- Make use of memory-constraints to avoid OOM errors

- Remove forced 'make -j2' for aarch64 and %arm

OBS-URL: https://build.opensuse.org/request/show/646895
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=285
2018-11-07 09:45:55 +00:00
OBS User buildservice-autocommit
107e3e9da2 Accepting request 646490 from devel:languages:haskell
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/646490
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=284
2018-11-06 13:40:36 +00:00
OBS User buildservice-autocommit
7d1b3916b2 Updating link to change in openSUSE:Factory/ghc revision 67.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=23837b40091de1004dc2aa01af59a0fd
2018-11-06 13:40:35 +00:00
Peter Simons
52c935e14b osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=283
2018-11-06 02:01:19 +00:00
Peter Trommler
c8b406d92c Accepting request 645195 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Make use of memory-constraints to avoid OOM errors
- Remove forced 'make -j2' for aarch64 and %arm

OBS-URL: https://build.opensuse.org/request/show/645195
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=282
2018-11-05 18:54:51 +00:00
Peter Simons
137dbc6f9f osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=280
2018-10-18 12:22:17 +00:00
Peter Simons
10fe305a8a osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=279
2018-10-18 09:46:41 +00:00
Peter Simons
6efd03556a Accepting request 639253 from home:ptrommler:branches:ghc-s390x
- Add fix-build-using-unregisterized-v8.2.patch
  * Fix build on s390x

OBS-URL: https://build.opensuse.org/request/show/639253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=277
2018-09-30 19:16:27 +00:00
Peter Simons
0a318920cc Accepting request 633757 from home:mmanu84:branches:devel:languages:haskell
- Fix armv6 build by adding armv6l to llvm-targets:
  * change add_armv7l_target.patch to add_armv6l_and_armv7l_target.patch

OBS-URL: https://build.opensuse.org/request/show/633757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=275
2018-09-10 15:54:05 +00:00
Peter Simons
8ddd042c50 osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=273
2018-07-18 14:39:55 +00:00
Peter Simons
602d10cf9c osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=272
2018-07-05 01:01:12 +00:00
OBS User buildservice-autocommit
8e68152f40 Accepting request 620525 from devel:languages:haskell
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/620525
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=271
2018-07-04 21:56:01 +00:00
OBS User buildservice-autocommit
3d21f35970 Updating link to change in openSUSE:Factory/ghc revision 62.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=4cec627b7be42e6036eb541d80d7ef12
2018-07-04 21:56:01 +00:00
Peter Simons
437e52bb7b osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=270
2018-07-04 01:01:30 +00:00
Peter Trommler
23cb870d46 Accepting request 620524 from home:ptrommler:branches:devel:languages:haskell
- Fix dependencies on arm and s390x

OBS-URL: https://build.opensuse.org/request/show/620524
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=269
2018-07-03 19:14:09 +00:00
Peter Simons
6f3bf9ff8e osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=268
2018-06-18 01:01:21 +00:00
Peter Simons
ded4edf9bc osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=266
2018-06-05 13:10:29 +00:00
Peter Simons
8297569a3d osc copypac from project:devel:languages:haskell package:ghc revision:262, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=264
2018-06-04 18:50:21 +00:00
Peter Simons
eddd79fbdc Accepting request 613997 from home:ptrommler:branches:devel:languages:haskell
- update to 8.4.3
* code generation for UnboxedSum fixed
* compatibility withe newer binutils (as)
* Cabal issue with abi-depends fixed 
- Fix build for older openSUSE
- Don't do selfbootstrapping
* Cuts down build time roughly in half

OBS-URL: https://build.opensuse.org/request/show/613997
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=263
2018-06-04 13:59:42 +00:00
Peter Trommler
d076fe5c46 Accepting request 610225 from home:Guillaume_G:branches:devel:languages:haskell
- Fix armv7 build by adding armv7l to llvm-targets:
  * add_armv7l_target.patch

OBS-URL: https://build.opensuse.org/request/show/610225
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=261
2018-05-18 09:02:21 +00:00
Peter Simons
61cedda0f1 osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc revision:1, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=260
2018-05-14 13:15:35 +00:00
3f49995d0d Accepting request 601907 from devel:languages:haskell:lts:11
typo

OBS-URL: https://build.opensuse.org/request/show/601907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=259
2018-04-27 13:40:30 +00:00