pkgsrc-Bugs archive

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

Re: pkg/43393: security/gsasl-1.1 fails to build on solaris



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

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/43393: security/gsasl-1.1 fails to build on solaris
Date: Mon, 31 May 2010 20:02:15 +0000

 On Mon, May 31, 2010 at 11:20:01AM +0000, 
daniel.vergien%googlemail.com@localhost wrote:
  > Making all in gltests
  > ../build-aux/install-sh -c -d sys
  > rm -f sys/ioctl.h-t sys/ioctl.h
  > { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 
's|@''HAVE_SYS_IOCTL_H''@|1|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 
's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 
's|@''NEXT_SYS_IOCTL_H''@|<sys/ioctl.h>|g'  -e 's|@''GNULIB_IOCTL''@|1|g'  -e 
's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H''@|0|g'  -e '/definition of GL_LINK_WARNING/r 
'  < ./sys_ioctl.in.h;  } > sys/ioctl.h-t
  > sed: 1: "/definition of GL_LINK_ ...": filename expected
  > *** Error code 1
  > 
  > >Fix:
  > Adding gsed to the USE_TOOLS line
 
 This looks more like the "right" fix - does it work?
 
 --- gltests/Makefile.am~       2009-03-24 06:24:41.000000000 +0000
 +++ gltests/Makefile.am
 @@ -10,6 +10,8 @@
  #
  # Generated by gnulib-tool.
  
 +LINK_WARNING_H=$(top_srcdir)/build-aux/link-warning.h
 +
  AUTOMAKE_OPTIONS = 1.5 foreign
  
  SUBDIRS =
 
 --- gltests/Makefile.in~       2009-03-25 15:05:49.000000000 +0000
 +++ gltests/Makefile.in
 @@ -24,6 +24,7 @@
  #
  # Generated by gnulib-tool.
  
 +LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h
  
  
  VPATH = @srcdir@
 
 
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index