You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Hoffman, Aodhan" <Ao...@boeing.com> on 2007/08/22 19:36:02 UTC

Error 137 building svs 1.4.4 & libgcc_s.so.1

I'm building svn from source and on 'make install' I get this error: 
"ld.so.1: svnversion: fatal: libgcc_s.so.1: open failed: No such file or
directory
make: *** [revision-install] Error 137"


ahoffman@case4 ~/oss/src/subversion-1.4.4 519 > echo $LD_LIBRARY_PATH
/opt/oe/lib/c:/usr/openwin/lib:/opt/SUNWconn/lib:/usr/local/lib:/opt/loc
al/gcc-3.3.2/lib

ahoffman@case4 ~/oss/src/subversion-1.4.4 522 > ls -l
/opt/local/gcc-3.3.2/lib/libgcc_s.so.1
-rw-r--r--    1 root     other      833452 Jun 11  2004
/opt/local/gcc-3.3.2/lib/libgcc_s.so.1

I don't see why it's having trouble finding libgcc_s.so.1, is there a
versioning issue?

I'm running on SunOS case4 5.8 Generic_117350-41 sun4u sparc
SUNW,Ultra-4 without su priveleges. 
I looked for information about this kind of problem, but did not find a
solution that worked. I'd appreciate some tips or ideas on where to go
from here. Thanks!

~******************************************~

	Aodhan Hoffman 
Network Management Tools 

Desk: 425 / 865-6829
Pager: 425 / 631-0647
<http://webpager.boeing.com/htbin/pagem/?pagee=Aodhan.Hoffman> 
Email: aodhan.hoffman@boeing.com

~******************************************~

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Error 137 building svs 1.4.4 & libgcc_s.so.1

Posted by Boris Yazlovitsky <bo...@gmail.com>.
try setting LDFLAGS to -L/opt/local/gcc-3.3.2/lib
also make sure you're using gcc from /opt/local/gcc-3.3.2/bin (if
/opt/local/gcc-3.3.2 is your prefix for gcc).

Please provide more of the output from the make, I've seen similar problems
before.

On 8/22/07, Rainer Sokoll <R....@intershop.de> wrote:
>
> On Wed, Aug 22, 2007 at 12:36:02PM -0700, Hoffman, Aodhan wrote:
> > I'm building svn from source and on 'make install' I get this error:
> > "ld.so.1: svnversion: fatal: libgcc_s.so.1: open failed: No such file or
> > directory
> > make: *** [revision-install] Error 137"
> >
> >
> > ahoffman@case4 ~/oss/src/subversion-1.4.4 519 > echo $LD_LIBRARY_PATH
> > /opt/oe/lib/c:/usr/openwin/lib:/opt/SUNWconn/lib:/usr/local/lib:/opt/loc
> > al/gcc-3.3.2/lib
> >
> > ahoffman@case4 ~/oss/src/subversion-1.4.4 522 > ls -l
> > /opt/local/gcc-3.3.2/lib/libgcc_s.so.1
> > -rw-r--r--    1 root     other      833452 Jun 11  2004
> > /opt/local/gcc-3.3.2/lib/libgcc_s.so.1
> >
> > I don't see why it's having trouble finding libgcc_s.so.1, is there a
> > versioning issue?
> >
> > I'm running on SunOS case4 5.8 Generic_117350-41 sun4u sparc
> > SUNW,Ultra-4 without su priveleges.
> > I looked for information about this kind of problem, but did not find a
> > solution that worked. I'd appreciate some tips or ideas on where to go
> > from here. Thanks!
>
> What if you set LDFLAGS to "-L/opt/local/gcc-3.3.2/lib/libgcc_s.so.1"?
>
> Rainer
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>


-- 
http://www.myspace.com/acrylickalchemical

Re: Error 137 building svs 1.4.4 & libgcc_s.so.1

Posted by Rainer Sokoll <R....@intershop.de>.
On Wed, Aug 22, 2007 at 12:36:02PM -0700, Hoffman, Aodhan wrote:
> I'm building svn from source and on 'make install' I get this error: 
> "ld.so.1: svnversion: fatal: libgcc_s.so.1: open failed: No such file or
> directory
> make: *** [revision-install] Error 137"
> 
> 
> ahoffman@case4 ~/oss/src/subversion-1.4.4 519 > echo $LD_LIBRARY_PATH
> /opt/oe/lib/c:/usr/openwin/lib:/opt/SUNWconn/lib:/usr/local/lib:/opt/loc
> al/gcc-3.3.2/lib
> 
> ahoffman@case4 ~/oss/src/subversion-1.4.4 522 > ls -l
> /opt/local/gcc-3.3.2/lib/libgcc_s.so.1
> -rw-r--r--    1 root     other      833452 Jun 11  2004
> /opt/local/gcc-3.3.2/lib/libgcc_s.so.1
> 
> I don't see why it's having trouble finding libgcc_s.so.1, is there a
> versioning issue?
> 
> I'm running on SunOS case4 5.8 Generic_117350-41 sun4u sparc
> SUNW,Ultra-4 without su priveleges. 
> I looked for information about this kind of problem, but did not find a
> solution that worked. I'd appreciate some tips or ideas on where to go
> from here. Thanks!

What if you set LDFLAGS to "-L/opt/local/gcc-3.3.2/lib/libgcc_s.so.1"?

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Error 137 building svs 1.4.4 & libgcc_s.so.1

Posted by Ulrich Eckhardt <ec...@satorlaser.com>.
On Wednesday 22 August 2007 21:36, Hoffman, Aodhan wrote:
> "ld.so.1: svnversion: fatal: libgcc_s.so.1: open failed: No such file or
> directory
> make: *** [revision-install] Error 137"
>
>
> ahoffman@case4 ~/oss/src/subversion-1.4.4 519 > echo $LD_LIBRARY_PATH
> /opt/oe/lib/c:/usr/openwin/lib:/opt/SUNWconn/lib:/usr/local/lib:/opt/loc
> al/gcc-3.3.2/lib

LD_LIBRARY_PATH is for the runtime linker under Linux, it might not apply to 
your OS. On Linux I'd look at 'man ld.so'.

> ahoffman@case4 ~/oss/src/subversion-1.4.4 522 > ls -l
> /opt/local/gcc-3.3.2/lib/libgcc_s.so.1
> -rw-r--r--    1 root     other      833452 Jun 11  2004
> /opt/local/gcc-3.3.2/lib/libgcc_s.so.1
>
> I don't see why it's having trouble finding libgcc_s.so.1, is there a
> versioning issue?

What does 'gcc -v' say? Is GCC even installed properly, i.e. can you use it to 
compile programs otherwise?

Maybe it is just as others suggested that you need to supply a path to the 
linker, but that would mean that GCC doesn't find its own libraries! This 
would then IMHO be an indicator that your installation is incomplete/borked.

Uli

-- 
Sator Laser GmbH
Geschäftsführer: Ronald Boers, Amtsgericht Hamburg HR B62 932

**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.

**************************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org