Ticket #285 (new feature request: None)

Opened 7 years ago

Last modified 3 years ago

hp-ux 11.11 binaries

Reported by: amyhr Owned by:
Priority: normal Milestone: _|_
Component: None Version: None
Keywords: Cc:
Operating System: HPUX Architecture: hppa
Type of failure: Difficulty: Unknown
Test Case: N/A Blocked By:
Blocking: Related Tickets:

Description (last modified by igloo) (diff)

Looks like there hasn't been a binary dist for ghc in a very long time, any chance we could see one soon?

Change History

Changed 6 years ago by igloo

  • difficulty set to Unknown
  • milestone set to _|_
  • os set to HPUX
  • architecture set to hppa
  • description modified (diff)

Changed 6 years ago by igloo

  • testcase set to N/A

Changed 5 years ago by CBa

I followed the instructions in "Porting GHC". I get so far that I had a HP-UX ghc-inplace in T/ghc/compiler. Unfortunatly this binary segfaults :-(.

There may be a bug in gcc-4.1.1 on HP-UX. OCaml's bytecode interpreter has the same problem, but could be build with gcc -O0.

I'll try next to compile all *.hc files with gcc -O0.

Changed 5 years ago by CBa

Additional infos:

my ghc: 6.4.2 (Porting GHC is not up-to-date for ghc-6.6). the ghc-inplace segfaults in some cases. But I can get this message:

hello.hs:1:0:

Failed to load interface for `Prelude':

Could not find module `Prelude':

use -v to see a list of the files searched for

Changed 5 years ago by CBa

in ghc/rtc just one file triggers now a segfault of ghc-inplace: PrimOps?.cmm.

Gdb doesn't help much:

(gdb) up warning: Attempting to unwind past bad PC 0x79cff180 #1 0x79ce7340 in gmpz_mul (w=0x40417798, u=0x2, v=0x77bc2c04)

at ../../mpz/mul.c:89

89 cy_limb = mpn_mul_1 (wp, PTR(u), usize, PTR(v)[0]); Current language: auto; currently c

I build gmp by my own. `make check' succedes. And the given line is in a #if 0 ... #endif block.

Any ideas?

Changed 3 years ago by igloo

  • owner nobody deleted
  • status changed from assigned to new
Note: See TracTickets for help on using tickets.