Bug 576252 - Missing quote in libcurl.m4
Summary: Missing quote in libcurl.m4
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: curl
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Kamil Dudka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-03-23 16:08 UTC by Pete Zaitcev
Modified: 2010-04-30 23:41 UTC (History)
1 user (show)

Fixed In Version: curl-7.20.0-4.fc13
Clone Of:
Environment:
Last Closed: 2010-03-23 19:10:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Pete Zaitcev 2010-03-23 16:08:52 UTC
Description of problem:

Due to a syntax error in /usr/share/aclocal/libcurl.m4, builds of programs
that use libcurl fail at configure step with various mysterious messages
such as:
./configure: line 12440: syntax error near unexpected token `('

The statement is at line 201:
	      _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP

Adding the quote at the end of the line allows to build and test.

Version-Release number of selected component (if applicable):

libcurl-devel-7.20.0-3.fc14.x86_64

How reproducible:

Synchronous. Needs the following automake clause:
LIBCURL_CHECK_CONFIG(, 7.10.1, ,
  [AC_MSG_ERROR([Missing required libcurl >= 7.10.1])])

Steps to Reproduce:
1. sh autogen.sh
2. ./configure
  
Actual results:

./configure blows up with syntax error

Expected results:

No error

Additional info:

Comment 1 Kamil Dudka 2010-03-23 18:34:08 UTC
Thank you for filling the bug!

It was fixed a few days after the release of 7.20.0:

http://github.com/bagder/curl/commit/b4ff6d3007be58423a1e6b8b8aa2e038dd1b04c0

Comment 2 Kamil Dudka 2010-03-23 19:10:15 UTC
built as curl-7.20.0-4.fc14

Comment 3 Fedora Update System 2010-04-27 07:11:34 UTC
curl-7.20.0-4.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/curl-7.20.0-4.fc13

Comment 4 Fedora Update System 2010-04-30 23:41:05 UTC
curl-7.20.0-4.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.