This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygport : A[CM]_CONFIG_HEADERS extraction fault


On 13/02/2018 06:56, Yaakov Selkowitz wrote:
On 2016-07-25 12:34, Marco Atzeri wrote:
building librsb I hit a very unusual AC_CONFIG_HEADERS
definition where the extraction logic implemented in
/usr/share/cygport/cygclass/autotools.cygclass
is failing.

$ grep 'A[CM]_CONFIG_HEADERS*' configure.ac | sed -e
's!A[CM]_CONFIG_HEADERS*(\[*\(.*\))!\1!g' -e 's!\]*!!g'

Sorry for missing this.  Could you please test the following not just on
this package but on others:

grep 'A[CM]_CONFIG_HEADERS*' configure.ac | \
sed -e 's!A[CM]_CONFIG_HEADERS*(\[*\([^],]*\).*)!\1!g'


It took more time to remember where I hit the issue.

https://sourceforge.net/projects/librsb/files/oldrc/librsb-1.2.0-rc4.tar.gz/download

It seems to work, or at least it does not throw anymore an error.

I will continue to use the attached patch for my normal builds.

Regards
Marco


Attachment: autotools.cygclass.patch
Description: Text document

--
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]