pkgsrc-Users archive

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

Re: wip/qt6-qtbase error



Hi Niclas,

Thanks for the quick fix! It worked fine :) However, now it bumps into another error:

ERROR: The following files are in the PLIST but not in /usr/pkgsrc/wip/qt6-qtspeech/work/.destdir/usr/pkg:

ERROR: /usr/pkgsrc/wip/qt6-qtspeech/work/.destdir/usr/pkg/qt6/lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechFlitePluginAdditionalTargetInfo.cmake
ERROR: /usr/pkgsrc/wip/qt6-qtspeech/work/.destdir/usr/pkg/qt6/lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechFlitePluginConfig.cmake
ERROR: /usr/pkgsrc/wip/qt6-qtspeech/work/.destdir/usr/pkg/qt6/lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechFlitePluginConfigVersion.cmake
ERROR: /usr/pkgsrc/wip/qt6-qtspeech/work/.destdir/usr/pkg/qt6/lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechFlitePluginConfigVersionImpl.cmake
ERROR: /usr/pkgsrc/wip/qt6-qtspeech/work/.destdir/usr/pkg/qt6/lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechFlitePluginTargets-release.cmake
ERROR: /usr/pkgsrc/wip/qt6-qtspeech/work/.destdir/usr/pkg/qt6/lib/cmake/Qt6TextToSpeech/Qt6QTextToSpeechFlitePluginTargets.cmake
ERROR: /usr/pkgsrc/wip/qt6-qtspeech/work/.destdir/usr/pkg/qt6/plugins/texttospeech/libqtexttospeech_flite.so

Do you happen to know how to make it work?

Thanks,
r0ller

-------- Eredeti levél --------

Feladó: Niclas Rosenvik <nros%netbsd.org@localhost>
Dátum: 2022 október 4 23:15:01
Tárgy: Re: wip/qt6-qtbase error
Címzett: r0ller <r0ller%freemail.hu@localhost>

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