pkgsrc-Users archive

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

Re: QT 5 issue



On Sat, 26 Mar 2016 23:04:10 +0000
Phipo NEO <phipo.research%free.fr@localhost> wrote:

> Hi,
> I've NetBSD 7.0 with pkgsrc2015Q4 on i386 architecture, i'am try to 
> install QT 5 for C++ development, i've doing make install on port 
> /usr/pkgsrc/x11/qt5, but i've issue.
> this is my output :
> 
> Code:
> 
> tools/CodeProfiling.cpp:81:66: error: 'REG_EBP' was not declared in
> this scope reinterpret_cast<void**>(context.gregs[REG_EBP]));
>                                                                    ^
> Makefile.JavaScriptCore.Target:77124: recipe for target
> '.obj/tools/CodeProfiling.lo' failed gmake[2]: ***
> [.obj/tools/CodeProfiling.lo] Error 1 gmake[2]: Leaving directory
> '/usr/pkgsrc/x11/qt5-qtwebkit/work/qtwebkit-opensource-src-5.5.1/Source/JavaScriptCore'
> Makefile.JavaScriptCore:102: recipe for target
> 'sub-Target-pri-all-ordered' failed gmake[1]: ***
> [sub-Target-pri-all-ordered] Error 2 gmake[1]: Leaving directory
> '/usr/pkgsrc/x11/qt5-qtwebkit/work/qtwebkit-opensource-src-5.5.1/Source/JavaScriptCore'
> Makefile:99: recipe for target
> 'sub-Source-JavaScriptCore-JavaScriptCore-pro-all-ordered' failed
> gmake: *** [sub-Source-JavaScriptCore-JavaScriptCore-pro-all-ordered]
> Error 2 *** Error code 2
> 
> Stop.
> make[4]: stopped in /usr/pkgsrc/x11/qt5-qtwebkit
> *** Error code 1
> 
> Stop.
> make[3]: stopped in /usr/pkgsrc/x11/qt5-qtwebkit
> *** Error code 1
> 
> Stop.
> make[2]: stopped in /usr/pkgsrc/x11/qt5-qttools
> *** Error code 1
> 
> Stop.
> make[1]: stopped in /usr/pkgsrc/x11/qt5-qtdoc
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/pkgsrc/x11/qt5
> dct-petrole#
> 
> How can i get aroud this issue ?
> 
> Regards
> Philippe
> Edit/Delete Message 
> <http://daemonforums.org/editpost.php?do=editpost&p=58491>

This is very strange, the code that breaks the build on your computer
is inside an #if OS(LINUX) statement and the preprocessor should remove
this code on NetBSD.

Regards,
Niclas


Home | Main Index | Thread Index | Old Index