Phoenix 0.5 and nightlies don't work

Discussion about official Mozilla Firefox builds
Post Reply
MastaBrain
Posts: 5
Joined: January 3rd, 2003, 6:37 pm

Phoenix 0.5 and nightlies don't work

Post by MastaBrain »

hello,

i tried phoenix 0.5 and today's nightly build, but both abort with

./phoenix-bin: relocation error: /opt/phoenix/libxpcom.so: undefined symbol: __builtin_new

can anyone tell me something about this? i have to compile phoenix myself to use it, but i think this shouldn't be necessary ...
User avatar
alanjstr
Moderator
Posts: 9100
Joined: November 5th, 2002, 4:43 pm
Location: Anywhere but here
Contact:

Post by alanjstr »

Gonna need to know more about your system
Former UMO Admin, Former MozillaZine General Mod
I am rarely on mozillaZine, so please do not send me a private message.
My Old Firefox config files
MastaBrain
Posts: 5
Joined: January 3rd, 2003, 6:37 pm

Post by MastaBrain »

ok, my system

it's a linux from scratch 4, glibc 2.2.5, kernel 2.4.20, gcc 3.2, xfree 4.2.1, anything else?
User avatar
audioaficionado
Posts: 76
Joined: November 7th, 2002, 12:56 am
Location: Rogue River Valley, SW Oregon, USA

All kinds of files overwriting each other as they unzip

Post by audioaficionado »

As the phoenix win 0103 files unzip into the newly created folder, winzip keeps asking me if file such and such can overwrite a file of the same name but differant size. w2k obviously errors out when I try to launch. I'm on backup folder 1221. Maybe we've got some Linux version parts mixed in.
8) Windows: XPproSP2
8) Gentoo & Overclockix Live CD
8) Latest Firefox of course

Cya later,
Steve
User avatar
daihard
Folder@Home
Posts: 16633
Joined: November 17th, 2002, 6:27 pm
Location: Lynnwood, WA
Contact:

Post by daihard »

MastaBrain wrote:ok, my system

it's a linux from scratch 4, glibc 2.2.5, kernel 2.4.20, gcc 3.2, xfree 4.2.1, anything else?

Have you tried the latest (20030104)? I didn't try the particular one that you had the issue with, but neither this latest nor the 20030101 nightly exhibits any such problems on my RH 7.3 system (glibc 2.2.5, kernel 2.4.18, gcc 2.96, XFree 4.2.0).
Kubuntu 8.04 (kernel 2.6.24-25-generic) / KDE 3.5.10
CentOS 4.8 (kernel 2.6.9-78.0.22.ELsmp) / KDE 3.5.10
Mac OS X 10.6.1 (Snow Leopard) / iPhone 3GS (32GB black)
User avatar
daihard
Folder@Home
Posts: 16633
Joined: November 17th, 2002, 6:27 pm
Location: Lynnwood, WA
Contact:

Re: All kinds of files overwriting each other as they unzip

Post by daihard »

audioaficionado wrote:As the phoenix win 0103 files unzip into the newly created folder, winzip keeps asking me if file such and such can overwrite a file of the same name but differant size. w2k obviously errors out when I try to launch. I'm on backup folder 1221. Maybe we've got some Linux version parts mixed in.

wfm, the 20030104 nightly with Win2000.
Kubuntu 8.04 (kernel 2.6.24-25-generic) / KDE 3.5.10
CentOS 4.8 (kernel 2.6.9-78.0.22.ELsmp) / KDE 3.5.10
Mac OS X 10.6.1 (Snow Leopard) / iPhone 3GS (32GB black)
MastaBrain
Posts: 5
Joined: January 3rd, 2003, 6:37 pm

Post by MastaBrain »

daihard wrote:Have you tried the latest (20030104)? I didn't try the particular one that you had the issue with, but neither this latest nor the 20030101 nightly exhibits any such problems on my RH 7.3 system (glibc 2.2.5, kernel 2.4.18, gcc 2.96, XFree 4.2.0).


sorry, haven't been to this forum for a few weeks.

i tried to build phoenix (although i don't know much about this cvs and getting the source stuff). it canceled with an error i don't remember anymore. but one thing was interesting: during configure it said something like:

checking for __builtin_new ... no

this is the symbol that seemed to be missing when i tried to execute the binaries.

with the phoenix 20030113 build, it still doesn't work:

./phoenix-bin: relocation error: /usr/src/phoenix/libxpcom.so: undefined symbol: __builtin_new

perhaps it might be interesting that my whole system was built from scratch (http://www.linuxfromscratch.org version 4.0)
MastaBrain
Posts: 5
Joined: January 3rd, 2003, 6:37 pm

Post by MastaBrain »

Fixed the problem by using a different libstdc++-libc-6.2-2.so.3 (copied it from somewhere).

thx anyway
User avatar
daihard
Folder@Home
Posts: 16633
Joined: November 17th, 2002, 6:27 pm
Location: Lynnwood, WA
Contact:

Post by daihard »

MastaBrain wrote:Fixed the problem by using a different libstdc++-libc-6.2-2.so.3 (copied it from somewhere).
thx anyway

I wonder if you originally had a wrong version of libstdc++-libc-6.2-2.so.3? (On my system it's symlinked to libstdc++-3-libc-6.2-2-2.10.0.so). In any case, I'm glad you got it resolved. :)
Kubuntu 8.04 (kernel 2.6.24-25-generic) / KDE 3.5.10
CentOS 4.8 (kernel 2.6.9-78.0.22.ELsmp) / KDE 3.5.10
Mac OS X 10.6.1 (Snow Leopard) / iPhone 3GS (32GB black)
MastaBrain
Posts: 5
Joined: January 3rd, 2003, 6:37 pm

Post by MastaBrain »

daihard wrote:I wonder if you originally had a wrong version of libstdc++-libc-6.2-2.so.3? (On my system it's symlinked to libstdc++-3-libc-6.2-2-2.10.0.so). In any case, I'm glad you got it resolved. :)


On my system it's linked to libstdc++.so.5.0.0 (well, I linked it there myself because there wasn't an libstdc++-libc...) and it works with any other binary linked to libstdc++-libc-6.2-2.so.3, such as mozilla 1.2.1.
Post Reply