Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Actel Libero Software and Openmotif
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
thekeymaker
Tux's lil' helper
Tux's lil' helper


Joined: 15 Aug 2010
Posts: 104

PostPosted: Fri Feb 25, 2011 12:49 am    Post subject: Actel Libero Software and Openmotif Reply with quote

Hi all. This is a question concerning /usr/lib32

I am trying to install Libero a IDE made by Actel

This software uses openmotif and when started looks for libXm.so.3 in /usr/lib32 it has to be the x86 lib not 64

But I am running an x64 system so when I emerge openmofig I get libXm.so.3 in /usr/lib64 but not a x86 lib

Is there any why that I can compile it for x86???

Thank you in advance for taking the time to look at this!

I appreciate any suggestions!!
Back to top
View user's profile Send private message
Etal
Veteran
Veteran


Joined: 15 Jul 2005
Posts: 1932

PostPosted: Sat Feb 26, 2011 1:20 am    Post subject: Reply with quote

Try instead app-emulation/emul-linux-x86-motif
_________________
“And even in authoritarian countries, information networks are helping people discover new facts and making governments more accountable.”– Hillary Clinton, Jan. 21, 2010
Back to top
View user's profile Send private message
Brane2
n00b
n00b


Joined: 03 Jul 2011
Posts: 44

PostPosted: Mon Oct 24, 2011 8:33 am    Post subject: Reply with quote

I have solved this by

- making mylib dir in the root of Libero's install dir actel/Libero_v9.1/Libero

- emerging into it relevant versions of
app-emulation/emul-linux-x86-motif
app-emulation/emul-linux-x86-xlibs
app-emulation/emul-linux-x86-baselibs

patching /bin/actel_setup_vars so that it adds "mylibs" dir into relevant paths, like this:

Code:
RemoveFromPath "${LD_LIBRARY_PATH}" "${ACTEL_SW_DIR}/lib"
if test -z "${LD_LIBRARY_PATH}" ; then
  LD_LIBRARY_PATH=$ACTEL_SW_DIR/lib':'$ACTEL_SW_DIR/mylib
else
  LD_LIBRARY_PATH=$ACTEL_SW_DIR/lib':'$ACTEL_SW_DIR/mylib':'$LD_LIBRARY_PATH
fi



After these corrections I can start /bin/libero, but even before initial screen I get:

Quote:

WARNING: Attempt to start the Wind/U registry appears to have failed.
annot register service: RPC: Authentication error; why = Client credential too weak
Cannot register service: RPC: Authentication error; why = Client credential too weak
Wind/U: unable to register OLE to RPC


It seems I have to start some daemons for Wind/U registry or something ?

If anyone got through this, help would be appreciated... :P
_________________
On the journey of life I chose the psycho path...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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