* [gentoo-user] Errors compiling various ebuilds
@ 2006-02-04 21:31 Thomas Schweikle
2006-02-06 18:23 ` b.n.
2006-02-09 17:10 ` [gentoo-user] " Richard Fish
0 siblings, 2 replies; 7+ messages in thread
From: Thomas Schweikle @ 2006-02-04 21:31 UTC (permalink / raw
To: gentoo-user
Hi!
I am having problems compiling these ebuilds:
dev-java/xml-commons-external-1.3.02
dev-java/xerces-2.7.1 [2.6.2-r2]
dev-java/xalan-2.7.0-r1 [2.6.0-r2]
app-office/openoffice-2.0.1 [1.1.4-r1]
dev-java/sun-jmx-1.2.1-r1 [1.2.1]
kde-base/qtruby-3.4.3-r1 [3.4.2]
kde-base/korundum-3.4.3 [3.4.2]
Here is a tryal upgrading qtruby:
make[3]: Entering directory
`/var/tmp/portage/qtruby-3.4.3-r1/work/qtruby-3.4.3/qtruby/bin'
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../..
-I/usr/kde/3.4/include -I/usr/qt/3/include -I.
-I/usr/lib/ruby/1.8/i686-linux -DQT_THREAD_SUPPORT -D_REENTRANT
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith
-DNDEBUG -DNO_DEBUG -O2 -march=pentium2 -O3 -pipe -Wformat-security
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions
-fno-check-new -fno-common -c -o qtrubyinit.o `test -f
'qtrubyinit.cpp' || echo './'`qtrubyinit.cpp
/bin/sh ../../libtool --silent --mode=link --tag=CXX
i686-pc-linux-gnu-g++ -Wno-long-long -Wundef -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2
-march=pentium2 -O3 -pipe -Wformat-security
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions
-fno-check-new -fno-common -o qtrubyinit -module
-L/usr/kde/3.4/lib -L/usr/qt/3/lib -L/usr/lib -version-info 0:0:0
-L../../smoke/qt/ -L/usr/lib qtrubyinit.o -lqt-mt -lz -lpng -lz -lm
-lXext -lX11 -lSM -lICE -lpthread -Wl,-R -Wl,/usr/lib -L/usr/lib
-L. -lruby18 ../../smoke/qt/libsmokeqt.la
../../qtruby/rubylib/qtruby/libqtrubyinternal.la
libtool: link: warning: `-version-info' is ignored for programs
/usr/kde/3.4/lib/libsmokeqt.so: undefined reference to
`QIconView::bufferedPaintEvent(QPaintEvent*)'
collect2: ld returned 1 exit status
make[3]: *** [qtrubyinit] Error 1
make[3]: Leaving directory
`/var/tmp/portage/qtruby-3.4.3-r1/work/qtruby-3.4.3/qtruby/bin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/qtruby-3.4.3-r1/work/qtruby-3.4.3/qtruby'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/qtruby-3.4.3-r1/work/qtruby-3.4.3'
make: *** [all] Error 2
Any idea?
--
Thomas
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Errors compiling various ebuilds
2006-02-04 21:31 [gentoo-user] Errors compiling various ebuilds Thomas Schweikle
@ 2006-02-06 18:23 ` b.n.
2006-02-09 16:25 ` [gentoo-user] " Thomas Schweikle
2006-02-09 17:10 ` [gentoo-user] " Richard Fish
1 sibling, 1 reply; 7+ messages in thread
From: b.n. @ 2006-02-06 18:23 UTC (permalink / raw
To: gentoo-user
> I am having problems compiling these ebuilds:
>
> dev-java/xml-commons-external-1.3.02
> dev-java/xerces-2.7.1 [2.6.2-r2]
> dev-java/xalan-2.7.0-r1 [2.6.0-r2]
> app-office/openoffice-2.0.1 [1.1.4-r1]
> dev-java/sun-jmx-1.2.1-r1 [1.2.1]
> kde-base/qtruby-3.4.3-r1 [3.4.2]
> kde-base/korundum-3.4.3 [3.4.2]
> Any idea?
Did you update GCC to 3.4?
m.
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Errors compiling various ebuilds
2006-02-06 18:23 ` b.n.
@ 2006-02-09 16:25 ` Thomas Schweikle
2006-02-09 16:43 ` Andrew Frink
0 siblings, 1 reply; 7+ messages in thread
From: Thomas Schweikle @ 2006-02-09 16:25 UTC (permalink / raw
To: gentoo-user
b.n. wrote:
>> I am having problems compiling these ebuilds:
>>
>> dev-java/xml-commons-external-1.3.02
>> dev-java/xerces-2.7.1 [2.6.2-r2]
>> dev-java/xalan-2.7.0-r1 [2.6.0-r2]
>> app-office/openoffice-2.0.1 [1.1.4-r1]
>> dev-java/sun-jmx-1.2.1-r1 [1.2.1]
>> kde-base/qtruby-3.4.3-r1 [3.4.2]
>> kde-base/korundum-3.4.3 [3.4.2]
>> Any idea?
>
>
> Did you update GCC to 3.4?
Yes. It is version 3.4.4:
gcc (GCC) 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
--
Thomas
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: Errors compiling various ebuilds
2006-02-09 16:25 ` [gentoo-user] " Thomas Schweikle
@ 2006-02-09 16:43 ` Andrew Frink
2006-02-23 11:34 ` Thomas Schweikle
0 siblings, 1 reply; 7+ messages in thread
From: Andrew Frink @ 2006-02-09 16:43 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 883 bytes --]
On 2/9/06, Thomas Schweikle <tps@vr-web.de> wrote:
>
> b.n. wrote:
> >> I am having problems compiling these ebuilds:
> >>
> >> dev-java/xml-commons-external-1.3.02
> >> dev-java/xerces-2.7.1 [2.6.2-r2]
> >> dev-java/xalan-2.7.0-r1 [2.6.0-r2]
> >> app-office/openoffice-2.0.1 [1.1.4-r1]
> >> dev-java/sun-jmx-1.2.1-r1 [1.2.1]
> >> kde-base/qtruby-3.4.3-r1 [3.4.2]
> >> kde-base/korundum-3.4.3 [3.4.2]
> >> Any idea?
> >
> >
> > Did you update GCC to 3.4?
>
> Yes. It is version 3.4.4:
> gcc (GCC) 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)
> Copyright (C) 2004 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There
> is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.
>
> --
> Thomas
>
> --
> gentoo-user@gentoo.org mailing list
>
>
did follow http://www.gentoo.org/doc/en/gcc-upgrading.xml ?
[-- Attachment #2: Type: text/html, Size: 1375 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Errors compiling various ebuilds
2006-02-04 21:31 [gentoo-user] Errors compiling various ebuilds Thomas Schweikle
2006-02-06 18:23 ` b.n.
@ 2006-02-09 17:10 ` Richard Fish
2006-02-23 11:38 ` [gentoo-user] " Thomas Schweikle
1 sibling, 1 reply; 7+ messages in thread
From: Richard Fish @ 2006-02-09 17:10 UTC (permalink / raw
To: gentoo-user
On 2/4/06, Thomas Schweikle <tps@vr-web.de> wrote:
> Hi!
>
> I am having problems compiling these ebuilds:
>
> dev-java/xml-commons-external-1.3.02
> dev-java/xerces-2.7.1 [2.6.2-r2]
> dev-java/xalan-2.7.0-r1 [2.6.0-r2]
> app-office/openoffice-2.0.1 [1.1.4-r1]
> dev-java/sun-jmx-1.2.1-r1 [1.2.1]
> kde-base/qtruby-3.4.3-r1 [3.4.2]
> kde-base/korundum-3.4.3 [3.4.2]
<snip>
> /usr/kde/3.4/lib/libsmokeqt.so: undefined reference to
> `QIconView::bufferedPaintEvent(QPaintEvent*)'
Looks like you need to revdep-rebuild.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Errors compiling various ebuilds
2006-02-09 16:43 ` Andrew Frink
@ 2006-02-23 11:34 ` Thomas Schweikle
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Schweikle @ 2006-02-23 11:34 UTC (permalink / raw
To: gentoo-user
Andrew Frink schrieb:
> On 2/9/06, Thomas Schweikle <tps@vr-web.de> wrote:
>>
>> b.n. wrote:
>> >> I am having problems compiling these ebuilds:
>> >>
>> >> dev-java/xml-commons-external-1.3.02
>> >> dev-java/xerces-2.7.1 [2.6.2-r2]
>> >> dev-java/xalan-2.7.0-r1 [2.6.0-r2]
>> >> app-office/openoffice-2.0.1 [1.1.4-r1]
>> >> dev-java/sun-jmx-1.2.1-r1 [1.2.1]
>> >> kde-base/qtruby-3.4.3-r1 [3.4.2]
>> >> kde-base/korundum-3.4.3 [3.4.2]
>> >> Any idea?
>> >
>> > Did you update GCC to 3.4?
>>
>> Yes. It is version 3.4.4:
>> gcc (GCC) 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)
>> Copyright (C) 2004 Free Software Foundation, Inc.
>> This is free software; see the source for copying conditions. There
>> is NO
>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
>> PURPOSE.
>>
> did follow http://www.gentoo.org/doc/en/gcc-upgrading.xml ?
Yes. I have followed it. This time again. Some ebuilds continued
not building:
dev-java/xml-commons-external-1.3.02
dev-java/xerces-2.7.1
dev-java/xalan-2.7.0-r1
dev-java/sun-jmx-1.2.1-r1
But after emerging them again they build. Looks like the System
is clean again now! --- But it took more than 10 days to compile
all the stuff. Looks like I should think about a new PC
(PII/400, 512MiByte).
--
Thomas
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Errors compiling various ebuilds
2006-02-09 17:10 ` [gentoo-user] " Richard Fish
@ 2006-02-23 11:38 ` Thomas Schweikle
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Schweikle @ 2006-02-23 11:38 UTC (permalink / raw
To: gentoo-user
Richard Fish schrieb:
> On 2/4/06, Thomas Schweikle <tps@vr-web.de> wrote:
>> Hi!
>>
>> I am having problems compiling these ebuilds:
>>
>> dev-java/xml-commons-external-1.3.02
>> dev-java/xerces-2.7.1 [2.6.2-r2]
>> dev-java/xalan-2.7.0-r1 [2.6.0-r2]
>> app-office/openoffice-2.0.1 [1.1.4-r1]
>> dev-java/sun-jmx-1.2.1-r1 [1.2.1]
>> kde-base/qtruby-3.4.3-r1 [3.4.2]
>> kde-base/korundum-3.4.3 [3.4.2]
>
> <snip>
>
>> /usr/kde/3.4/lib/libsmokeqt.so: undefined reference to
>> `QIconView::bufferedPaintEvent(QPaintEvent*)'
>
> Looks like you need to revdep-rebuild.
This was something I tried first, but without success. I took
the hard way rebuilding everything. Now it is working. All
ebuilds installed compiled --- some needed a second run to
compile successfully, but now I have an up to date system again.
--
Thomas
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-02-23 11:47 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-04 21:31 [gentoo-user] Errors compiling various ebuilds Thomas Schweikle
2006-02-06 18:23 ` b.n.
2006-02-09 16:25 ` [gentoo-user] " Thomas Schweikle
2006-02-09 16:43 ` Andrew Frink
2006-02-23 11:34 ` Thomas Schweikle
2006-02-09 17:10 ` [gentoo-user] " Richard Fish
2006-02-23 11:38 ` [gentoo-user] " Thomas Schweikle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox