Re: compiling xfce4 issue
phipo neo <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Organization | Boticiel |
| Message-ID | <[email protected]> |
Hello, i have to add into the mk.conf file. PKG_DEFAULT_OPTIONS += -pulseaudio -polkit but same error !! this is my output : > from > /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jsalloc.cpp:9 > : > /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/vm/String.h:3 > 98:24: warning: inline function 'static void > JSString::writeBarrierPost(JSString*, void*)' used but never defined > [enabled by default] > static inline void writeBarrierPost(JSString *str, void *addr); > ^ > /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/vm/String.h:3 > 97:24: warning: inline function 'static void > JSString::writeBarrierPre(JSString*)' used but never defined [enabled > by default] > static inline void writeBarrierPre(JSString *str); > ^ > config/rules.mk:1017: recipe for target 'jsalloc.o' failed > gmake[1]: *** [jsalloc.o] Error 1 > gmake[1]: Leaving directory > '/usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src' > config/rules.mk:576: recipe for target 'all' failed > gmake: *** [all] Error 2 > *** Error code 2 > > Stop. > make[4]: stopped in /usr/pkgsrc/lang/spidermonkey17 > *** Error code 1 > > Stop. > make[3]: stopped in /usr/pkgsrc/lang/spidermonkey17 > *** Error code 1 > > Stop. > make[2]: stopped in /usr/pkgsrc/security/polkit > *** Error code 1 > > Stop. > make[1]: stopped in /usr/pkgsrc/x11/xfce4-session > *** Error code 1 > > Stop. > make: stopped in /usr/pkgsrc/meta-pkgs/xfce4 > udct-raptor# > regards philippe ********************************************** On Sun, 2018-02-25 at 18:55 +0100, Martin Husemann wrote: > On Mon, Feb 26, 2018 at 01:02:40AM +0100, phipo neo wrote: > > Hello, > > I am compiling xfce4 on a Sun Blade 1500, I soon finished but an > > error > > appears that I can not solve, i use pkgsrc2016Q4, on NetBSD 7.0.2. > > here is my output: > > Spidermonkey 17 is something you certainly do NOT want around and > make > local policy decisions for your desktop. > > I use: > > PKG_DEFAULT_OPTIONS += -pulseaudio -polkit > > in my /etc/mk.conf to avoid it. The pulseaudio part is more a > preference, > as in -8 and -current you get the same functionality (modulo float* > sound > formats) from OSS. > > Martin