pkgsrc-Users archive

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

Re: neomutt build issue



On Tue, Sep 03, 2024 at 10:35:59AM +0530, Mayuresh wrote:
> In a recently updated pkgsrc on NetBSD 9.2 amd64 I faced problems with
> building mail/neomutt
> 
> Firstly, it complained about not finding a C compiler. Then the following
> addition to Makefile resolved that issue:
> 
>     USE_LANGUAGES+= c

This is the default and should not be necessary.

> Now it leads to:
> 
>     => Checking for PIE in neomutt-20240425nb3
>     ERROR: bin/neomutt: is not a Position Independent Executable
>     ERROR: libexec/neomutt/pgpewrap: is not a Position Independent Executable
>     *** Error code 1
>     
>     Stop.
>     make[1]: stopped in /usr/pkgsrc/mail/neomutt
>     *** Error code 1
> 
> Please advise.

Works for me on 10 and -current.
Check if it works without your /etc/mk.conf and try bisecting if that fixes it.
 Thomas


Home | Main Index | Thread Index | Old Index