You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2015/03/11 16:36:43 UTC

[Bug 57690] New: build from svn fails due to check for libtool. ref: buildconf, buildcheck, libtool

https://bz.apache.org/bugzilla/show_bug.cgi?id=57690

            Bug ID: 57690
           Summary: build from svn fails due to check for libtool.  ref:
                    buildconf, buildcheck, libtool
           Product: APR
           Version: HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: APR
          Assignee: bugs@apr.apache.org
          Reporter: lance.arsenault@gmail.com

Created attachment 32558
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32558&action=edit
patch to build/buildcheck.sh

Working with:
URL: http://svn.apache.org/repos/asf/apr/apr/trunk
Revision: 1665724
Last Changed Date: 2015-03-08 06:10:01 -0400 (Sun, 08 Mar 2015)

When building APR from svn source running the "autotools bootstrap script":
./buildconf fails when running build/buildcheck.sh.
build/buildcheck.sh looks for a "libtool" program and may not find it.
At this stage of the build libtool should not be required to exist.  libtool is
built at "configure time" not at "bootstrap time" when ./buildconf is run.
So a fresh svn check-out of the APR code will fail to build when running
./buildconf.

Grepping shows that build/buildcheck.sh is used only in buildconf, so I guess
that build/buildcheck.sh is only run by buildconf, but it's possible that the
grep will not find a composed "buildcheck.sh" string that is deep in the bowels
of the code.

The fix is easy, just remove the libtool check.  buildconf is checking for
libtoolize already, so that should be enough "checking", and this removed code
should not introduce any adverse effects.


Attached is a patch for consideration.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org


[Bug 57690] build from svn fails due to check for libtool. ref: buildconf, buildcheck, libtool

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57690

Michael Osipov <19...@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|1983-01-06@gmx.net          |

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org


[Bug 57690] build from svn fails due to check for libtool. ref: buildconf, buildcheck, libtool

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57690

Jeff Trawick <tr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Jeff Trawick <tr...@apache.org> ---
Please clarify: The build can fail in one of your environments because although
you have one of {glibtoolize1 glibtoolize libtoolize15 libtoolize14 libtoolize}
you don't have {glibtool1 glibtool libtool libtool15 libtool14}.  Is that
correct?

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org


[Bug 57690] build from svn fails due to check for libtool. ref: buildconf, buildcheck, libtool

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57690

Michael Osipov <19...@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |1983-01-06@gmx.net

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org