You are not logged in.

#1 2012-03-18 11:38:21

Marko121
Member
Registered: 2012-01-21
Posts: 2

compile error installing rox [SOLVED]

Hi,

I'm having problem with compile error installing Rox-filer-2.11.
I have searched and nothing explicitly the same has cropped up.

The final few lines reads

/usr/bin/ld: xtypes.o: undefined reference to symbol 'dlopen@@GLIBC_2.1'
/usr/bin/ld: note: 'dlopen@@GLIBC_2.1' is defined in DSO /lib/libdl.so.2 so try adding it to the linker command line
/lib/libdl.so.2: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make: *** [ROX-Filer] Error 1
Compile failed
Press Return...

I love Arch and have learned a lot but this has definately stumped me.
Thanks for all your help in anticipation

Last edited by Marko121 (2012-03-18 15:46:47)

Offline

#2 2012-03-18 11:58:41

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: compile error installing rox [SOLVED]

How are you compiling it?  Are you using a PKGBUILD / Abs?  Is there a reason not to use the one in Extra?


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#3 2012-03-18 12:21:29

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: compile error installing rox [SOLVED]

Maybe OP searched for 'rox-filer' and couldn't find it. I think rox package is what he needs.

Offline

#4 2012-03-18 13:11:43

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,864
Website

Re: compile error installing rox [SOLVED]

If you're using ABS, just change append the following to line 23 in the PKGBUILD:

LIBS="-ldl -lm"

So it looks like:

./ROX-Filer/AppRun --compile LIBS="-ldl -lm"

Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#5 2012-03-18 15:42:09

Marko121
Member
Registered: 2012-01-21
Posts: 2

Re: compile error installing rox [SOLVED]

Thanks for swift replies

WormZy spot on

I encountered compile error when running (as instructed)   ./ROX-Filer/AppRun --compile

when I appended     LIBS="-ldl -lm"
this was the result

mv "ROX-Filer" "/home/mark/builds/rox-filer-2.11/ROX-Filer/src/.."
(cd "/home/mark/builds/rox-filer-2.11/ROX-Filer/src/.." && \
objcopy --only-keep-debug ROX-Filer ROX-Filer.dbg && \
strip ROX-Filer && \
objcopy --add-gnu-debuglink=ROX-Filer.dbg ROX-Filer)
Done


Thanks to everyone problem solved

Offline

#6 2012-03-18 16:11:38

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: compile error installing rox [SOLVED]

WorMzy, I know that rox is an orphan, but we should open a bug report anyway.
Would you be interested in maintaining this package in the AUR (probably not, but doesn't hurt to ask ;P)?

Offline

#7 2012-03-18 23:10:36

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,864
Website

Re: compile error installing rox [SOLVED]

I'm afraid that I don't use it. I'll submit a bug report for it though (unless you have already).


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#8 2012-03-18 23:12:41

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: compile error installing rox [SOLVED]

WorMzy wrote:

I'll submit a bug report for it though (unless you have already).

Please do.

Offline

#9 2012-03-18 23:17:36

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,864
Website

Re: compile error installing rox [SOLVED]

Done. smile


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#10 2012-03-18 23:23:50

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: compile error installing rox [SOLVED]

Offline

Board footer

Powered by FluxBB