pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/56423: latest cmake fails to link



The following reply was made to PR pkg/56423; it has been noted by GNATS.

From: nia <nia%NetBSD.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/56423: latest cmake fails to link
Date: Wed, 29 Sep 2021 16:37:56 +0000

 On Wed, Sep 29, 2021 at 04:35:00PM +0000, Bch wrote:
 > # cd /usr/pkgsrc/devel/cmake
 > # make
 > 
 > [..]
 > ld: /usr/pkgsrc/devel/cmake/work/.buildlink/lib/librhash.a(rhash.o): relocation R_X86_64_32 against `.rodata.rhash_file.str1.1' can not be used when making a PIE object; recompile with -fPIE
 
 You need to rebuild misc/rhash, non-PIE static libraries
 and PIE objects cannot be mixed.
 


Home | Main Index | Thread Index | Old Index