pkgsrc-Bugs archive

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

Re: pkg/48504: devel/binutils does not build



On Jan 7,  8:25pm, wiz%NetBSD.org@localhost (Thomas Klausner) wrote:
-- Subject: Re: pkg/48504: devel/binutils does not build

| The following reply was made to PR pkg/48504; it has been noted by GNATS.
| 
| From: Thomas Klausner <wiz%NetBSD.org@localhost>
| To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
| Cc: Greg Oster <oster%cs.usask.ca@localhost>
| Subject: Re: pkg/48504: devel/binutils does not build
| Date: Tue, 7 Jan 2014 21:20:43 +0100
| 
|  On Tue, Jan 07, 2014 at 03:40:00PM +0000, Hauke Fath wrote:
|  > Stop.
|  > make: stopped in /var/obj/pkgsrc/devel/binutils/work/binutils-2.24
|  > *** Error code 1
|  > 
|  >    where opcodes/configure.lineno has
|  > 
|  >    3232 int
|  >    3233 main ()
|  >    3234 {
|  >    3235 #ifndef __GNUC__
|  >    3236        choke me
|  >    3237 #endif
|  >    3238 
|  >    3239   ;
|  >    3240   return 0;
|  >    3241 }
|  > 
|  > 
|  > >How-To-Repeat:
|  > 
|  >    Build binutils. Try to, that is.
|  
|  There is a difference to 2.23.2 a few lines higher, which is:
|  
|  @@ -3216,7 +3216,7 @@
|   # We currently only use the version number for the name of any shared
|   # library.  For user convenience, we always use the same version
|   # number that BFD is using.
|  -BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[        ]*\([^  ]*\)[   
]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
|  +BFD_VERSION=`${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'`
|   
|   am__api_version='1.11'
|   
|  
|  Does anyone remember a shell bug that was fixed post-6-release that
|  might cause trouble here?

Yes, the $LINENO stuff.

christos


Home | Main Index | Thread Index | Old Index