DaemonForums  

Go Back   DaemonForums > NetBSD > NetBSD Package System (pkgsrc)

NetBSD Package System (pkgsrc) Installation and upgrading of packages on NetBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 24th February 2018
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default xfce4 issue

Hello,
I am compiling xfce4 on a Sun Blade 1500, I soon finished but an error appears that I can not solve, here is my output:

Code:
jsuword' does not name a type
             jsuword        word;
             ^
In file included from /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jspropertycache.h:15:0,
                 from /usr/pkgsrc/lang/spidermonkey17/work/mozjs17.0.0/js/src/jscntxt.h:23,
                 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:398: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:397: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

Last edited by philo_neo71; 25th February 2018 at 12:56 AM.
Reply With Quote
  #2   (View Single Post)  
Old 26th February 2018
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

The error snippet shows multiple missing definitions. Either:
  • the source code bundled is incomplete.
  • the fact that you targeting a less common architecture (sparc64) is revealing that an #ifdef for the sparc64 platform is wrong.
Without studying the code, I suspect my second guess.

If you want to resolve this, contact the port maintainer, and/or search through the code yourself.

Good luck.
Reply With Quote
  #3   (View Single Post)  
Old 28th May 2018
ymouton ymouton is offline
New User
 
Join Date: Jun 2015
Posts: 8
Default

Hello,

are you still getting this issue? Please contact the sparc64 portmaster! More info at http://wiki.netbsd.org/ports/sparc64/.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
xfce4 issue philo_neo71 NetBSD Package System (pkgsrc) 6 28th May 2018 12:11 PM
xfce4 issue philo_neo71 OpenBSD Packages and Ports 57 22nd October 2017 04:15 AM
xfce4 work fine, but gnome issue philo_neo71 OpenBSD Packages and Ports 10 9th September 2016 01:12 AM
xfce4 issue on sun blade philo_neo71 NetBSD Package System (pkgsrc) 1 30th May 2016 02:56 AM
XFCE4 on 7.0 TMD3 FreeBSD Ports and Packages 3 26th July 2008 03:22 AM


All times are GMT. The time now is 09:51 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick