pkgsrc-Bugs archive

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

Re: pkg/46739 (security/gnutls does not build on Solaris 10)



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

From: =?ISO-8859-1?Q?J=F6rn_Clausen?= <joern.clausen%uni-bielefeld.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: Tim Zingelman <zingelman%gmail.com@localhost>, 
solaris-pkg-people%NetBSD.org@localhost,
 gnats-admin%NetBSD.org@localhost, pkgsrc-bugs%NetBSD.org@localhost
Subject: Re: pkg/46739 (security/gnutls does not build on Solaris 10)
Date: Mon, 30 Jul 2012 14:42:05 +0200

 >   Hmmm... it appears my gcc46 build is using /usr/sfw/bin/gas I don't
 >   know how that happened.
 
 Because someone forced you to use it, see lang/gcc46/Makefile:
 
 # Determine whether to use binutils
 .if ${OPSYS} == "SunOS"
 CONFIGURE_ENV+=         OBJDUMP=/usr/sfw/bin/gobjdump
 CONFIGURE_ARGS+=        --without-gnu-ld --with-ld=/usr/ccs/bin/ld
 . if !exists(/usr/sfw/bin/gas)
 CONFIGURE_ARGS+=        --without-gnu-as --with-as=/usr/ccs/bin/as
 . else
 CONFIGURE_ARGS+=        --with-gnu-as --with-as=/usr/sfw/bin/gas
 . endif
 .endif
 
 >   FWIW I do think you patch is reasonable and should be applied if we
 >   don't find another quick resolution.
 
 Someone (i.e. someone with more knowledge about either assembler or TLS 
 than me) should probably take this upstream. Although this is a GNU 
 project, unconditionally confining it to one assembler is a little bit 
 shortsighted.
 
 -- 
   Jörn Clausen                             
joern.clausen%uni-bielefeld.de@localhost
   Hochschulrechenzentrum                 http://www.uni-bielefeld.de/hrz/
   Universität Bielefeld
 


Home | Main Index | Thread Index | Old Index