config.guess and config.sub older than new Cygwin64

Robert McBroom mcforum@bellsouth.net
Thu Sep 5 01:05:00 GMT 2013


On 9/4/2013 6:13 PM, Charles Wilson wrote:
> On 9/4/2013 5:43 PM, Earnie Boyd wrote:
>> Just a note to those of you using Cygwin64 to build packages.  You
>> will need to most likely replace the config.guess and config.sub files
>> in those packages with newer ones from
>> ftp://ftp.gnu.org/pub/gnu/config/ because it won't guess your system
>> correctly.
>>
>> Twice now I've seen on config-patches a report submitted because of 
>> this.
>>
>
> The versions installed into /usr/share/automake-X.Y/ have all been 
> modified to be the latest upstream as of mid-July -- for all X.Y from 
> 1.4 to 1.14.
>
> Also, cygport itself ships with an identical copy, and modifying your 
> script to call 'gnuconfigize' during src_compile() will update them as 
> well.
>
> -- 
> Chuck
Incomplete command.  Tried
...
src_compile() {
     lndirs
     cd ${S}
     ${S}/.prebuild

     cd ${B}
     export rxvt_cv_struct_utmpx=no
     export DLIB=${B}/W11/wrap/rxvt_res.o
     gnuconfigsize
     cygconf \
...

Robert@Dell-Studio ~
$ cygport /usr/local/src/rxvt-20050409-21.cygport prep|tee 
~/rxvtcygportprep.log
---output attached

Robert@Dell-Studio ~
$ cygport /usr/local/src/rxvt-20050409-21.cygport compile|tee 
~/rxvtcygportcompile
 >>> Compiling rxvt-20050409-21
autoheader --include=autoconf autoconf/configure.in
autoconf --include=autoconf autoconf/configure.in > configure
/usr/local/src/rxvt-20050409-21.cygport: line 39: gnuconfigsize: command 
not found

Robert McBroom
-------------- next part --------------
>>> Preparing rxvt-20050409-21
>>> Unpacking source rxvt-20050409.tar.bz2
>>> Unpacking source rxvt-import-xpm.patch.bz2
>>> Unpacking source rxvt-extra-icons.tar.bz2
*** Info: applying patch rxvt-import-xpm.patch:
patching file rxvt/xpm/00README.rxvt
patching file rxvt/xpm/CHANGES
patching file rxvt/xpm/COPYRIGHT
patching file rxvt/xpm/FAQ.html
patching file rxvt/xpm/FILES
patching file rxvt/xpm/Imakefile
patching file rxvt/xpm/Makefile.cygwin
patching file rxvt/xpm/Makefile.noX
patching file rxvt/xpm/README.AMIGA
patching file rxvt/xpm/README.MSW
patching file rxvt/xpm/README.XFree86
patching file rxvt/xpm/README.html
patching file rxvt/xpm/cxpm/Imakefile
patching file rxvt/xpm/cxpm/Makefile.cygwin
patching file rxvt/xpm/cxpm/Makefile.noX
patching file rxvt/xpm/cxpm/cxpm.c
patching file rxvt/xpm/cxpm/cxpm.man
patching file rxvt/xpm/lib/Attrib.c
patching file rxvt/xpm/lib/CrBufFrI.c
patching file rxvt/xpm/lib/CrBufFrP.c
patching file rxvt/xpm/lib/CrDatFrI.c
patching file rxvt/xpm/lib/CrDatFrP.c
patching file rxvt/xpm/lib/CrIFrBuf.c
patching file rxvt/xpm/lib/CrIFrDat.c
patching file rxvt/xpm/lib/CrIFrP.c
patching file rxvt/xpm/lib/CrPFrBuf.c
patching file rxvt/xpm/lib/CrPFrDat.c
patching file rxvt/xpm/lib/CrPFrI.c
patching file rxvt/xpm/lib/Image.c
patching file rxvt/xpm/lib/Imakefile
patching file rxvt/xpm/lib/Info.c
patching file rxvt/xpm/lib/Makefile.AmigaGCC
patching file rxvt/xpm/lib/Makefile.cygwin
patching file rxvt/xpm/lib/Makefile.noX
patching file rxvt/xpm/lib/RdFToBuf.c
patching file rxvt/xpm/lib/RdFToDat.c
patching file rxvt/xpm/lib/RdFToI.c
patching file rxvt/xpm/lib/RdFToP.c
patching file rxvt/xpm/lib/Smakefile
patching file rxvt/xpm/lib/WrFFrBuf.c
patching file rxvt/xpm/lib/WrFFrDat.c
patching file rxvt/xpm/lib/WrFFrI.c
patching file rxvt/xpm/lib/WrFFrP.c
patching file rxvt/xpm/lib/Xpm-def.cpp
patching file rxvt/xpm/lib/XpmI.h
patching file rxvt/xpm/lib/amigax.c
patching file rxvt/xpm/lib/amigax.h
patching file rxvt/xpm/lib/create.c
patching file rxvt/xpm/lib/data.c
patching file rxvt/xpm/lib/descrip.mms
patching file rxvt/xpm/lib/hashtab.c
patching file rxvt/xpm/lib/libXpm-X.def
patching file rxvt/xpm/lib/libXpm-noX.def
patching file rxvt/xpm/lib/make.com
patching file rxvt/xpm/lib/misc.c
patching file rxvt/xpm/lib/parse.c
patching file rxvt/xpm/lib/rgb.c
patching file rxvt/xpm/lib/rgbtab.h
patching file rxvt/xpm/lib/scan.c
patching file rxvt/xpm/lib/simx.c
patching file rxvt/xpm/lib/simx.h
patching file rxvt/xpm/lib/xpm.h
patching file rxvt/xpm/namecvt
patching file rxvt/xpm/sxpm/Imakefile
patching file rxvt/xpm/sxpm/Makefile.cygwin
patching file rxvt/xpm/sxpm/Makefile.noX
patching file rxvt/xpm/sxpm/plaid.xpm
patching file rxvt/xpm/sxpm/plaid_ext.xpm
patching file rxvt/xpm/sxpm/plaid_mask.xpm
patching file rxvt/xpm/sxpm/sxpm.c
patching file rxvt/xpm/sxpm/sxpm.man
*** Info: applying patch rxvt-mr01-swap-buttons-option.patch:
patching file src/command.c
patching file src/rxvt.h
patching file src/rxvtlib.h.in
patching file src/xdefaults.c
*** Info: applying patch rxvt-mr02-cd-option.patch:
patching file src/init.c
patching file src/main.c
patching file src/rxvt.h
patching file src/rxvtlib.h.in
patching file src/xdefaults.c
patching file autoconf/configure.in
*** Info: applying patch 07decrease_wm_race_likeliness:
patching file src/init.c
>>> Preparing working source directory
*** Info: applying patch rxvt-20050409-21.cygwin.patch:
patching file CYGWIN-PATCHES/Rxvt.Xdefaults
patching file CYGWIN-PATCHES/rxvt-dark-stripes.xpm
patching file CYGWIN-PATCHES/rxvt-light-stripes.xpm
patching file CYGWIN-PATCHES/rxvt.1
patching file CYGWIN-PATCHES/rxvt.README
patching file CYGWIN-PATCHES/rxvt.manifest
patching file CYGWIN-PATCHES/rxvt.postinstall
patching file CYGWIN-PATCHES/rxvt.preremove
patching file CYGWIN-PATCHES/setup.hint
*** Info: applying patch rxvt-20050409-21.src.patch:
patching file .prebuild
patching file Makefile.in
patching file Makefile.xpm
patching file W11/Makefile.in
patching file W11/Makefile.xpm
patching file W11/w32/Makefile
patching file W11/w32/dllmain.c
patching file W11/w32/dllmain.h
patching file W11/w32/event.c
patching file W11/w32/ntdef.h
patching file W11/w32/ntutil.c
patching file W11/w32/xlib.c
patching file W11/wrap/Makefile
patching file W11/wrap/rxvt.rc
patching file W11/wrap/rxvt.rc.in
patching file W11/wrap/wrap.c
patching file W11/wrap/wrap.h
patching file autoconf/Make.common.in
patching file autoconf/aclocal.m4
patching file autoconf/configure.in
patching file autoconf/xpm.m4
patching file doc/Makefile.in
patching file doc/changes.txt
patching file src/Makefile.in
patching file src/feature.h
patching file src/init.c
patching file src/init.h
patching file src/logging.c
patching file src/logging.h
patching file src/main.c
patching file src/ptytty.c
patching file src/rxvt.h
patching file src/rxvtlib.h.in
patching file src/screen.c
patching file src/scrollbar.c
patching file src/version.h
patching file src/xdefaults.c
-------------- next part --------------
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


More information about the Cygwin mailing list