pkgsrc-Users archive

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

Re: wip/qt6-qtbase error



On Tue, 4 Oct 2022 07:39:48 +0000 (GMT)
r0ller <r0ller%freemail.hu@localhost> wrote:

> Hi All,I've just tried to install wip/qt6 but it stops in qt6-qtbase
> saying:/usr/pkgsrc/wip/qt6-qtbase/work/qtbase-everywhere-src-6.4.0/src/corelib/plugin/qelfparser_p.cpp:332:10:
> error: 'ELFOSABI_GNU' was not declared in this scope;I don't know why
> it tries to use ELFOSABI_GNU since it should ELFOSABI_NETBSD right?
> Probably, I could hack the code but I think somehow pkgsrc configured
> something wrong but I don't know the pkgsrc way to get it done right.
> Can anyone help me here?Thanks&regards,r0ller

Hi, thanks for pointing out. ELFOSABI_GNU is a define that was
previously called ELFOSABI_LINUX and /usr/include/elf.h on 
NetBSD 9 use the old define and break when buildling.
I have patched the file in wip. So do a git pull, rebuild 
and it should work I think.

Regards,
Niclas


Home | Main Index | Thread Index | Old Index