aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: starting from fedora 1.0  (Read 4653 times)

djkno3

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
starting from fedora 1.0
« on: January 19, 2004, 04:18:18 PM »

I'm running a new install of fedora 1.0 here is the wx rpms I have installed
$ rpm -qa | grep -i wx
wxBase-2.4.2-1
wxGTK-2.4.2-1
wxGTK-devel-2.4.2-1
I got them off of the sourceforge site for the project. I first installed wx base and then wxGTK and then the dev's (tried to compile it and got a WHOLE lot of warnings and errors)  I *had* it running on rh 9.0 with the rpms but not this one.  oh the amule  rpm I used was
amule-1.2.4-2.fr this is the back trace

[0] amule [0x81a1e11]
[1] /usr/lib/libwx_gtk-2.4.so.0(wxFatalSignalHandler+0x26) [0x6352082]
[2] /lib/libpthread.so.0 [0xb8c44d]
[3] /lib/libc.so.6 [0x931c38]
[4] /lib/libc.so.6(__libc_free+0x68) [0x971ea4]
[5] amule [0x80ddae9]
[6] amule [0x81a36cc]
[7] amule [0x819e4c2]
[8] /usr/lib/libwx_gtk-2.4.so.0(_Z7wxEntryiPPc+0x1f9) [0x61ed1d1]
[9] amule [0x819db7b]
[10] /lib/libc.so.6(__libc_start_main+0xac) [0x920b84]
[11] amule(_ZN18wxBaseArrayPtrVoidD2Ev+0x39) [0x8062021]

any ideas? xmule gives the same errors...
« Last Edit: January 19, 2004, 04:20:43 PM by djkno3 »
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
RE: starting from fedora 1.0
« Reply #1 on: January 19, 2004, 07:11:31 PM »

Quote
Originally posted by djkno3

I got them off of the sourceforge site for the project. I first installed wx base and then wxGTK and then the dev's (tried to compile it and got a WHOLE lot of warnings and errors)

.....

 oh the amule  rpm I used was
amule-1.2.4-2.fr this is the back trace


hi,

how did u installed the wxGTK rpms ? rpm -i or rpm -Uvh ?
ls -l /usr/bin/wx* ?
why don't u use the amule fc1 rpm from our dl page ?
poste the compiler errors plz

greets

djkno3

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: starting from fedora 1.0
« Reply #2 on: January 19, 2004, 08:11:49 PM »

*note I used the rpm off of this website and it worked (used the one off fresh rpm's before)
I installed them through the gui (defaults to -i if I remember correctly)
output from the ls comand
$ ls -l /usr/bin/wx*
-rwxr-xr-x    1 root     root         4864 Nov 28 13:08 /usr/bin/wxbase-2.4-config
lrwxrwxrwx    1 root     root           17 Jan 19 11:30 /usr/bin/wx-config -> wxbase-2.4-config
-rwxr-xr-x    1 root     root         5159 Sep 21 15:14 /usr/bin/wxgtk-2.4-config
 I attached the configure output but I don't know how to get the output from the make command... I tried "make > make.txt" but that didn't give me the right one (I know a *bit* about Linux but not a great deal)
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: starting from fedora 1.0
« Reply #3 on: January 19, 2004, 09:11:08 PM »

lrwxrwxrwx 1 root root 17 Jan 19 11:30 /usr/bin/wx-config -> wxbase-2.4-config


you didn't do the "ln" that's on installation howto.
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: starting from fedora 1.0
« Reply #4 on: January 19, 2004, 09:22:56 PM »

djkno3

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: starting from fedora 1.0
« Reply #5 on: January 19, 2004, 09:30:14 PM »

I don't have a "Ln" or a "In" *made it a capital so you could tell it apart.  Where is this located? I su'd and niether would work and I looked in the sbin dir and still nothing...
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: starting from fedora 1.0
« Reply #6 on: January 19, 2004, 09:31:27 PM »

as root

ln -sf /usr/bin/wxgtk-2.4-config /usr/bin/wx-config
ln -sf /usr/bin/wxbase-2.4-config /usr/bin/wxbase-config
ldconfig

djkno3

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: starting from fedora 1.0
« Reply #7 on: January 19, 2004, 10:16:11 PM »

ok I've done that now and I get further ;) but still haveing problems
-snip
 -c -o amule-FileDetailDialog.o `test -f 'FileDetailDialog.cpp' || echo './'`FileDetailDialog.cpp; \
then mv ".deps/amule-FileDetailDialog.Tpo" ".deps/amule-FileDetailDialog.Po"; \
else rm -f ".deps/amule-FileDetailDialog.Tpo"; exit 1; \
fi
 
cc1plus
:
 
No
 
such
 
file
 
or
 
directory
:
 
opening
 
dependency
 
file
 
.deps/amule-FileDetailDialog.Tpo
make[2]: *** [amule-FileDetailDialog.o] Error 1
make[2]: Leaving directory `/root/.Trash/aMule-1.2.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/.Trash/aMule-1.2.4'
make: *** [all] Error 2
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: starting from fedora 1.0
« Reply #8 on: January 19, 2004, 10:24:43 PM »

your attachment seems to be ok.. did u rerun configure after u linked wx-config correct or just did make ?

and why compiling amule as root ?!?

djkno3

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: starting from fedora 1.0
« Reply #9 on: January 19, 2004, 11:31:28 PM »

thank you very much for your time today and quick answers :) after I switched out of root and back to a normal user account it compiled fine :)
Logged