pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/43518 (converters/libiconv fails to build on OpenSolaris)



The following reply was made to PR pkg/43518; it has been noted by GNATS.

From: Tim Zingelman <zingelman%gmail.com@localhost>
To: "David H. Gutteridge" <dhgutteridge%sympatico.ca@localhost>
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: pkg/43518 (converters/libiconv fails to build on OpenSolaris)
Date: Mon, 27 Sep 2010 07:38:47 -0500

 On Sun, Sep 26, 2010 at 10:08 PM, David H. Gutteridge
 <dhgutteridge%sympatico.ca@localhost> wrote:
 >
 > (It's not a big deal
 > for me if we can't figure this out, I was just trying to duplicate a
 > different problem I was encountering on NetBSD on another platform.
 > But I can certainly continue testing.)
 >
 
 To just get it to build, you could try adding something like this to
 the makefile:
 
 BUILDLINK_TRANSFORM+=    rename:-Wl,-soname:-Wl,-h,
 
 It definitely seems that configure is confused, as I think for gnu ld
 it should produce:
   -Wl,-soname=libcharsest.so.1
 and for sun ld it should produce:
   -Wl,-h -Wl,libcharset.so.1
 but it is putting out a strange combination of both... it almost has
 to be something in your environment.  I'm not a configure guru, but
 maybe something in the config.log would show how that is happening?
 (if you want me to look at it, email direct rather than adding that
 much bulk to the pr.)
 
 If the hack above to get it to build is enough and you don't care, we
 could also close the pr, since I'm not sure where else to go with it.
 
 Thanks,
 
  - Tim
 


Home | Main Index | Thread Index | Old Index