Ticket #4117 (closed bug: wontfix)

Opened 3 years ago

Last modified 21 months ago

GHC does not accept --srcdir

Reported by: uzytkownik Owned by:
Priority: normal Milestone: 7.2.1
Component: Build System Version: 6.12.1
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Building GHC failed Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

GHC does not accept --srcdir during building. (Yes - I know of error but it should be fixed).

PS. Priority is probably lower then normal PPS. For question why - I try to integrate it with takeoffgw so I try to write cygbuild which uses separate build directory.

Change History

follow-up: ↓ 2   Changed 3 years ago by igloo

  • component changed from Compiler to Build System
  • milestone set to 6.14.1

Thanks for the report.

I assume it is configure, rather than GHC, which uzytkownik expects to accept the flag. Our configure script's --help output claims:

      --srcdir=DIR        find the sources in DIR [configure dir or `..']

but I assume the build system currently ignores it.

in reply to: ↑ 1   Changed 3 years ago by uzytkownik

Replying to igloo:

Thanks for the report. I assume it is configure, rather than GHC,

Ups. Sorry my error.

which uzytkownik expects to accept the flag. Our configure script's --help output claims: {{{ --srcdir=DIR find the sources in DIR [configure dir or `..'] }}} but I assume the build system currently ignores it.

IIRC it says it is not supported and fail the configuration.

  Changed 2 years ago by igloo

  • milestone changed from 7.0.1 to 7.0.2

  Changed 2 years ago by igloo

  • milestone changed from 7.0.2 to 7.2.1

  Changed 21 months ago by igloo

  • status changed from new to closed
  • resolution set to wontfix

I don't think this will ever be a high priority for us, so I'm going to close the ticket. If it's important for someone else then we would accept a patch to implement it, though.

Note: See TracTickets for help on using tickets.