pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/56125 (Many haskell related errors when running pkgin upgrade)
The following reply was made to PR pkg/56125; it has been noted by GNATS.
From: PHO <pho%cielonegro.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/56125 (Many haskell related errors when running pkgin
upgrade)
Date: Tue, 27 Apr 2021 20:31:44 +0900
Wow... I was totally unaware of the breakage. Turned out
mk/pkgformat/pkg/metadata.mk was using ldd(1) to extract the list of
required .so objects. This indeed doesn't work because GHC uses $ORIGIN
in the rpath. I'll see if setting CHECK_SHLIBS_SUPPORTED=no helps.
Home |
Main Index |
Thread Index |
Old Index