php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68592 libtool adds tag "yes" that it cannot later understand
Submitted: 2014-12-11 17:27 UTC Modified: 2016-11-20 04:22 UTC
From: ecsd at ecsd dot com Assigned:
Status: No Feedback Package: PHP options/info functions
PHP Version: 5.6.3 OS: FreeBSD
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ecsd at ecsd dot com
New email:
PHP Version: OS:

 

 [2014-12-11 17:27 UTC] ecsd at ecsd dot com
Description:
------------
During ./configure:

creating libtool
appending configuration tag "yes" to libtool
configure: error: Unsupported tag name: yes

configure then quits.

This has been an issue with PHP for a long time. The version of libtool bundled into the PHP make system is an older version than the one available on my system. In the past I have tried to force PHP install to use the system's version of libtool without success. FreeBSD is version 8.0 but the version never mattered.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-12-11 17:30 UTC] ecsd at ecsd dot com
Also, under your "submit a bug about what" selector, 'libtool' does not appear at all, and there is not really any "Install-time" issues category, so I chose the closest match I could find.
 [2014-12-26 04:02 UTC] ecsd at transbay dot net
Nobody's bothered to address this issue. To get around it in the field, one hacks "configure", finding all settings LIBTOOL= and replaces it with LIBTOOL=/usr/local/bin/libtool (at least three instances.) This worked for earlier versions of PHP. For 5.6.3 it partially finesses the LIBTOOL issue, giving complaints which don't indicate an inability to proceed with the make. So this is what to do in lieu of PHP ever fixing or acknowledging this issue.
 [2016-11-09 12:41 UTC] ab@php.net
-Status: Open +Status: Feedback
 [2016-11-09 12:41 UTC] ab@php.net
I can't reproduce this on FreeBSD 11. It might be good an autoconf issue. What do you see in the Makefile for "LIBTOOL ="? Could you try to add --tag=CC in the makefile?

Thanks.
 [2016-11-20 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 13:01:28 2024 UTC