Re: makepkg

2023-11-23 Thread Lone_Wolf
On 23-11-2023 15:34, Jude DaShiell wrote: That export patch failed and generated more error lines than the original PKGBUILD had. I put that export line as the first line of the prepare section in the PKGBUILD as a test. On Thu, 23 Nov 2023, Jelle van der Waa wrote: export CFLAGS="${CFLAGS}

Re: makepkg

2023-11-23 Thread Jude DaShiell
That export patch failed and generated more error lines than the original PKGBUILD had. I put that export line as the first line of the prepare section in the PKGBUILD as a test. -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that ord

Re: makepkg

2023-11-23 Thread Jelle van der Waa
Hi, On 23/11/2023 14:39, Jude DaShiell wrote: cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o fetchmail.o fetch

Re: makepkg

2023-11-23 Thread Jude DaShiell
-- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." Ed Howdershelt 1940. On Thu, 23 Nov 2023, Jelle van der Waa wrote: > > > On 23/11/2023 11:26, Jude DaShiell wrote: > > I failed to install edbrowse-git and in doing so one

Re: makepkg

2023-11-23 Thread Jelle van der Waa
On 23/11/2023 11:26, Jude DaShiell wrote: I failed to install edbrowse-git and in doing so one of the failure messages was some warnings being treated as errors. man makepkg didn't show me any switch to prevent warnings being treated as errors unless maybe force does that. Even with force the

makepkg

2023-11-23 Thread Jude DaShiell
I failed to install edbrowse-git and in doing so one of the failure messages was some warnings being treated as errors. man makepkg didn't show me any switch to prevent warnings being treated as errors unless maybe force does that. Even with force the package didn't install. Did anyone manage to g