Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Compile issues on a new Sunblade 100 install.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
IronWolve
n00b
n00b


Joined: 23 Jun 2002
Posts: 41

PostPosted: Thu Mar 11, 2004 7:07 pm    Post subject: Compile issues on a new Sunblade 100 install. Reply with quote

Having a heck of a time on a new SunBlade 100 compiling new KDE and Mozilla. Mozilla needs to be re-compiled with gtk2 for gnome, and KDE has been giving me errors on kdeaddons.


Make.conf has
USE="X gtk2 imlib"
CFLAGS="-mcpu=ultrasparc -mtune=v9 -O2 -pipe"
#CFLAGS="-mcpu=ultrasparc -mtune=v9 -O3 -pipe -fomit-frame-pointer"
MAKEOPTS="-j1"
I went back to -O2 -pipe when I was having issues, and -j1 also.



Mozilla, net-www/mozilla-1.6-r1 errors and aborts.

g++ -o nsDetectionAdaptor.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/uconv -I../../../dist/include/unicharutil -I../../../dist/include/webshell -I../../../dist/include/docshell -I../../../dist/include/htmlparser -I../../../dist/include/necko -I../../../dist/include/widget -I../../../dist/include/content -I../../../dist/include/dom -I../../../dist/include/embedcomponents -I../../../dist/include/chardet -I../../../dist/include -I/var/tmp/portage/mozilla-1.6-r1/work/mozilla/dist/include/nspr -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -mcpu=v8 -mtune=v9 -O2 -pipe -s -fforce-addr -Wno-deprecated -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -ffunction-sections -O2 -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/nsDetectionAdaptor.pp nsDetectionAdaptor.cpp
In file included from ../../../dist/include/content/nsIDocument.h:46,
from nsDetectionAdaptor.cpp:45:
../../../dist/include/content/nsIDocumentObserver.h:1:1: warning: null character(s) ignored
In file included from ../../../dist/include/content/nsIDocument.h:46,
from nsDetectionAdaptor.cpp:45:
../../../dist/include/content/nsIDocumentObserver.h:1: syntax error before `-'
token
../../../dist/include/content/nsIDocumentObserver.h:1: syntax error before `-'
token
../../../dist/include/content/nsIDocumentObserver.h:1: syntax error before `-'
token
../../../dist/include/content/nsIDocumentObserver.h:1: syntax error before `-'
token
make[4]: *** [nsDetectionAdaptor.o] Error 1
make[4]: Leaving directory `/var/tmp/portage/mozilla-1.6-r1/work/mozilla/intl/chardet/src'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/var/tmp/portage/mozilla-1.6-r1/work/mozilla/intl/chardet'
make[2]: *** [libs] Error 2
make[2]: Leaving directory `/var/tmp/portage/mozilla-1.6-r1/work/mozilla/intl'
make[1]: *** [tier_9] Error 2
make[1]: Leaving directory `/var/tmp/portage/mozilla-1.6-r1/work/mozilla'
make: *** [default] Error 2

!!! ERROR: net-www/mozilla-1.6-r1 failed.
!!! Function src_compile, Line 378, Exitcode 2
!!! (no error message)


And KDE errors and aborts on kde-base/kdeaddons-3.2.0

/usr/qt/3/include/qsizepolicy.h:104: `sf' undeclared (first use this function)
/usr/qt/3/include/qsizepolicy.h: At global scope:
/usr/qt/3/include/qsizepolicy.h:114: type specifier omitted for parameter `
uchar'
/usr/qt/3/include/qsizepolicy.h:114: syntax error before `,' token
/usr/qt/3/include/qsizepolicy.h:117: `vers' was not declared in this scope
/usr/qt/3/include/qsizepolicy.h:117: ISO C++ forbids declaration of `
setVerStretch' with no type
/usr/qt/3/include/qsizepolicy.h:118: syntax error before `}' token
/usr/qt/3/include/qsizepolicy.h: In member function `void
QSizePolicy::transpose()':
/usr/qt/3/include/qsizepolicy.h:122: no matching function for call to `
QSizePolicy::QSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, uint,
uint, bool)'
/usr/qt/3/include/qsizepolicy.h:48: candidates are:
QSizePolicy::QSizePolicy(const QSizePolicy&)
/usr/qt/3/include/qsizepolicy.h:109:
QSizePolicy::QSizePolicy(int)
/usr/qt/3/include/qsizepolicy.h:73:
QSizePolicy::QSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, bool
= FALSE)
/usr/qt/3/include/qsizepolicy.h:70: QSizePolicy::QSizePolicy()
In file included from /usr/kde/3.2/include/kcmodule.h:25,
from kcmkuick.h:18,
from kcmkuick.cpp:15:
/usr/qt/3/include/qwidget.h: In member function `virtual QMetaObject*
QSizePolicy::QWidget::metaObject() const':
/usr/qt/3/include/qwidget.h:62: syntax error before `;' token
In file included from kcmkuick.h:18,
from kcmkuick.cpp:15:
/usr/kde/3.2/include/kcmodule.h: In member function `bool
QSizePolicy::QWidget::isInputMethodEnabled() const':
/usr/kde/3.2/include/kcmodule.h:64: local class `class
QSizePolicy::QWidget::isInputMethodEnabled() const::KCModule' shall not have
static data member `QMetaObject*QSizePolicy::QWidget::isInputMethodEnabled()
const::KCModule::metaObj'
/usr/kde/3.2/include/kcmodule.h:64: field `
QSizePolicy::QWidget::isInputMethodEnabled() const::KCModule::metaObj' in
local class cannot be static
/usr/kde/3.2/include/kcmodule.h:266: confused by earlier errors, bailing out
make[4]: *** [kcmkuick.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/kdeaddons-3.2.0/work/kdeaddons-3.2.0/konq-plugins/kuick/kcmkuick'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdeaddons-3.2.0/work/kdeaddons-3.2.0/konq-plugins/kuick'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeaddons-3.2.0/work/kdeaddons-3.2.0/konq-plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeaddons-3.2.0/work/kdeaddons-3.2.0'
make: *** [all] Error 2

!!! ERROR: kde-base/kdeaddons-3.2.0 failed.
!!! Function kde_src_compile, Line 128, Exitcode 2
!!! died running emake, kde_src_compile:make
Back to top
View user's profile Send private message
Vard
n00b
n00b


Joined: 08 Jan 2004
Posts: 45

PostPosted: Fri Mar 12, 2004 7:32 pm    Post subject: vard Reply with quote

I'm having the same problems. What the f*** is going on?
I've been looking around for a solution for a while now, and nobody seems to know what is going on.

I'm new to linux, and it does not look to me like Gentoo is worth my time.

Problem after problem.


BTW: If you looked around you would know that many people are talking about the problem you have, all your doing is adding more broken posts that I have to
read to try solving this problem.
Back to top
View user's profile Send private message
IronWolve
n00b
n00b


Joined: 23 Jun 2002
Posts: 41

PostPosted: Fri Mar 12, 2004 10:52 pm    Post subject: Doing a bug search Reply with quote

I did do a search, the only thing I came up with was, use -j1 flags, but that was for just KDE, but that didnt fix my problem.
Back to top
View user's profile Send private message
cayenne
l33t
l33t


Joined: 17 Oct 2002
Posts: 945
Location: New Orleans

PostPosted: Fri Mar 12, 2004 11:59 pm    Post subject: Re: vard Reply with quote

Vard wrote:
I'm having the same problems. What the f*** is going on?
I've been looking around for a solution for a while now, and nobody seems to know what is going on.

I'm new to linux, and it does not look to me like Gentoo is worth my time.

Problem after problem.


BTW: If you looked around you would know that many people are talking about the problem you have, all your doing is adding more broken posts that I have to
read to try solving this problem.


Well, do be patient. One...if you're on this thread..I'm assuming you are starting out on a Sun box. I'm finding it is a bit more difficult than on an x86 box.

Also...the latest version just came out 2004.00. With any new major release..there are going to be tons of unforseen problems...this will work itself out shortly. I've done a number of installs on x86...and usually have very few problems. And once built...they run great and stable. I've got about 6 Gentoo boxes going right now, and I'll not be using another distro for any forseeable future. Just be a little patient..you came on board at a bit of a transitional time.

But, when the kinks are back out...I'll tell you. There is NOTHING like wanting to install a new app..or to upgrade to the latest...just doing emerge <packagename>, and letting it go is soo cool. All the dependencies get figured for you...

Anyway, stick with it...once you get there...I believe you'll think its worth it.

HTH,

cayenne
_________________
Light travels faster than sound. This is why some people appear bright until you hear them speak.........
Back to top
View user's profile Send private message
IronWolve
n00b
n00b


Joined: 23 Jun 2002
Posts: 41

PostPosted: Fri Apr 02, 2004 3:39 am    Post subject: Ok, a little farther, the kdeart was a bug, im past that now Reply with quote

Ok, Now KATE errors, (I guess its the text editor) missing in the tar file?

I deleted the .tar file, and redownloaded it, same issue.

I did a search for this issue, but didnt get any hits.

Any ideas?
8O

Code:

make[3]: Leaving directory `/var/tmp/portage/kdebase-3.2.1/work/kdebase-3.2.1/kate/interfaces'
make[3]: Entering directory `/var/tmp/portage/kdebase-3.2.1/work/kdebase-3.2.1/kate/interfaces'
/usr/qt/3/bin/moc ./application.h -o application.moc
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -mcpu=ultrasparc -mtune=v9 -O2 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE  -c -o application.lo `test -f 'application.cpp' || echo './'`application.cpp
In file included from ../app/kateviewmanager.h:27,
                 from ../app/katemainwindow.h:28,
                 from ../app/kateapp.h:31,
                 from application.cpp:26:
/usr/kde/3.2/include/kate/view.h:22:34: ktexteditor/document.h: No such file or directory
/usr/kde/3.2/include/kate/view.h:23:30: ktexteditor/view.h: No such file or directory
/usr/kde/3.2/include/kate/view.h:24:44: ktexteditor/clipboardinterface.h: No such file or directory
/usr/kde/3.2/include/kate/view.h:25:44: ktexteditor/popupmenuinterface.h: No such file or directory
/usr/kde/3.2/include/kate/view.h:26:39: ktexteditor/markinterface.h: No such file or directory
/usr/kde/3.2/include/kate/view.h:27:45: ktexteditor/viewcursorinterface.h: No such file or directory
/usr/kde/3.2/include/kate/view.h:28:49: ktexteditor/codecompletioninterface.h: No such file or directory
/usr/kde/3.2/include/kate/view.h:29:46: ktexteditor/dynwordwrapinterface.h: No such file or directory
In file included from ../app/kateviewmanager.h:27,
                 from ../app/katemainwindow.h:28,
                 from ../app/kateapp.h:31,
                 from application.cpp:26:
/usr/kde/3.2/include/kate/view.h:42: error: `KTextEditor' is not a class or
   namespace
/usr/kde/3.2/include/kate/view.h:42: error: `View' is not a class or namespace
/usr/kde/3.2/include/kate/view.h:42: error: invalid base-class specification
/usr/kde/3.2/include/kate/view.h:42: error: `KTextEditor' is not a class or
   namespace
/usr/kde/3.2/include/kate/view.h:42: error: `ClipboardInterface' is not a class
   or namespace
/usr/kde/3.2/include/kate/view.h:42: error: invalid base-class specification
/usr/kde/3.2/include/kate/view.h:43: error: `KTextEditor' is not a class or
   namespace
/usr/kde/3.2/include/kate/view.h:43: error: `PopupMenuInterface' is not a class
   or namespace
/usr/kde/3.2/include/kate/view.h:43: error: invalid base-class specification
/usr/kde/3.2/include/kate/view.h:43: error: `KTextEditor' is not a class or
   namespace
/usr/kde/3.2/include/kate/view.h:43: error: `ViewCursorInterface' is not a
   class or namespace
/usr/kde/3.2/include/kate/view.h:43: error: invalid base-class specification
/usr/kde/3.2/include/kate/view.h:44: error: `KTextEditor' is not a class or
   namespace
/usr/kde/3.2/include/kate/view.h:44: error: `CodeCompletionInterface' is not a
   class or namespace
/usr/kde/3.2/include/kate/view.h:44: error: invalid base-class specification
/usr/kde/3.2/include/kate/view.h:44: error: `KTextEditor' is not a class or
   namespace
/usr/kde/3.2/include/kate/view.h:45: error: `DynWordWrapInterface' is not a
   class or namespace
/usr/kde/3.2/include/kate/view.h:45: error: invalid base-class specification
/usr/kde/3.2/include/kate/view.h:56: error: parse error before `::' token
/usr/kde/3.2/include/kate/view.h:279: error: `KTextEditor' was not declared in
   this scope
/usr/kde/3.2/include/kate/view.h:279: error: parse error before `::' token
/usr/kde/3.2/include/kate/view.h: In member function `virtual void
   Kate::View::setFocus()':
/usr/kde/3.2/include/kate/view.h:214: error: cannot call member function `
   virtual void QWidget::setFocus()' without object
/usr/kde/3.2/include/kate/view.h: At global scope:
/usr/kde/3.2/include/kate/view.h:299: error: `KTextEditor' was not declared in
   this scope
/usr/kde/3.2/include/kate/view.h:299: error: parse error before `::' token
In file included from ../app/kateviewmanager.h:28,
                 from ../app/katemainwindow.h:28,
                 from ../app/kateapp.h:31,
                 from application.cpp:26:
/usr/kde/3.2/include/kate/document.h:22:34: ktexteditor/document.h: No such file or directory
/usr/kde/3.2/include/kate/document.h:23:30: ktexteditor/view.h: No such file or directory
/usr/kde/3.2/include/kate/document.h:24:39: ktexteditor/editinterface.h: No such file or directory
/usr/kde/3.2/include/kate/document.h:25:39: ktexteditor/undointerface.h: No such file or directory
/usr/kde/3.2/include/kate/document.h:26:41: ktexteditor/cursorinterface.h: No such file or directory
/usr/kde/3.2/include/kate/document.h:27:44: ktexteditor/selectioninterface.h: No such file or directory
/usr/kde/3.2/include/kate/document.h:28:47: ktexteditor/selectioninterfaceext.h: No such file or directory
/usr/kde/3.2/include/kate/document.h:29:49: ktexteditor/blockselectioninterface.h: No such file or directory
/usr/kde/3.2/include/kate/document.h:30:41: ktexteditor/searchinterface.h: No such file or directory
/usr/kde/3.2/include/kate/document.h:31:47: ktexteditor/highlightinginterface.h: No such file or directory
/usr/kde/3.2/include/kate/document.h:32:41: ktexteditor/configinterface.h: No such file or directory
/usr/kde/3.2/include/kate/document.h:33:50: ktexteditor/configinterfaceextension.h: No such file or directory
/usr/kde/3.2/include/kate/document.h:34:39: ktexteditor/markinterface.h: No such file or directory
/usr/kde/3.2/include/kate/document.h:35:48: ktexteditor/markinterfaceextension.h: No such file or directory
/usr/kde/3.2/include/kate/document.h:36:43: ktexteditor/wordwrapinterface.h: No such file or directory
/usr/kde/3.2/include/kate/document.h:37:40: ktexteditor/printinterface.h: No such file or directory
In file included from ../app/kateviewmanager.h:28,
                 from ../app/katemainwindow.h:28,
                 from ../app/kateapp.h:31,
                 from application.cpp:26:
/usr/kde/3.2/include/kate/document.h:46: error: `KTextEditor' is not a class or
   namespace
/usr/kde/3.2/include/kate/document.h:47: error: `Cursor' is not a class or
   namespace
/usr/kde/3.2/include/kate/document.h:47: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h:53: error: `KTextEditor' is not a class or
   namespace
/usr/kde/3.2/include/kate/document.h:54: error: `ConfigPage' is not a class or
   namespace
/usr/kde/3.2/include/kate/document.h:54: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h: In constructor `
   Kate::ConfigPage::ConfigPage(QWidget*, const char*)':
/usr/kde/3.2/include/kate/document.h:58: error: `KTextEditor' is not a class or
   namespace
/usr/kde/3.2/include/kate/document.h:58: error: `ConfigPage' is not a class or
   namespace
/usr/kde/3.2/include/kate/document.h:58: error: class `Kate::ConfigPage' does
   not have any field named `KTextEditor'
/usr/kde/3.2/include/kate/document.h: At global scope:
/usr/kde/3.2/include/kate/document.h:115: error: `KTextEditor' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:115: error: `Document' is not a class or
   namespace
/usr/kde/3.2/include/kate/document.h:115: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h:115: error: `KTextEditor' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:115: error: `EditInterface' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:115: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h:116: error: `KTextEditor' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:116: error: `UndoInterface' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:116: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h:116: error: `KTextEditor' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:116: error: `CursorInterface' is not a
   class or namespace
/usr/kde/3.2/include/kate/document.h:116: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h:117: error: `KTextEditor' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:117: error: `SelectionInterface' is not a
   class or namespace
/usr/kde/3.2/include/kate/document.h:117: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h:117: error: `KTextEditor' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:117: error: `SearchInterface' is not a
   class or namespace
/usr/kde/3.2/include/kate/document.h:117: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h:118: error: `KTextEditor' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:118: error: `HighlightingInterface' is not
   a class or namespace
/usr/kde/3.2/include/kate/document.h:118: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h:118: error: `KTextEditor' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:118: error: `BlockSelectionInterface' is
   not a class or namespace
/usr/kde/3.2/include/kate/document.h:118: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h:119: error: `KTextEditor' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:119: error: `ConfigInterface' is not a
   class or namespace
/usr/kde/3.2/include/kate/document.h:119: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h:119: error: `KTextEditor' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:119: error: `MarkInterface' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:119: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h:120: error: `KTextEditor' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:120: error: `PrintInterface' is not a
   class or namespace
/usr/kde/3.2/include/kate/document.h:120: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h:120: error: `KTextEditor' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:120: error: `WordWrapInterface' is not a
   class or namespace
/usr/kde/3.2/include/kate/document.h:120: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h:121: error: `KTextEditor' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:121: error: `MarkInterfaceExtension' is
   not a class or namespace
/usr/kde/3.2/include/kate/document.h:121: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h:122: error: `KTextEditor' is not a class
   or namespace
/usr/kde/3.2/include/kate/document.h:123: error: `SelectionInterfaceExt' is not
   a class or namespace
/usr/kde/3.2/include/kate/document.h:123: error: invalid base-class
   specification
/usr/kde/3.2/include/kate/document.h:257: error: `KTextEditor' was not declared
   in this scope
/usr/kde/3.2/include/kate/document.h:257: error: parse error before `::' token
make[3]: *** [application.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.2.1/work/kdebase-3.2.1/kate/interfaces'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.2.1/work/kdebase-3.2.1/kate'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.2.1/work/kdebase-3.2.1'
make: *** [all] Error 2

!!! ERROR: kde-base/kdebase-3.2.1 failed.
!!! Function kde_src_compile, Line 128, Exitcode 2
!!! died running emake, kde_src_compile:make
Back to top
View user's profile Send private message
IronWolve
n00b
n00b


Joined: 23 Jun 2002
Posts: 41

PostPosted: Fri Apr 02, 2004 3:44 am    Post subject: Same POSt Reply with quote

I can use the same post for over 2 years right? Its all KDE compile issues. lol
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum