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 2010/04/06 13:35:37 UTC

DO NOT REPLY [Bug 49053] New: Can't build apache 2.2.15 on Ubuntu Lucid (10.04)

https://issues.apache.org/bugzilla/show_bug.cgi?id=49053

           Summary: Can't build apache 2.2.15 on Ubuntu Lucid (10.04)
           Product: APR
           Version: HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: APR-util
        AssignedTo: bugs@apr.apache.org
        ReportedBy: jakartadean@gmail.com


I can't build Apache 2.2.15 on the latest beta of Ubuntu.  I've upgraded all
patches today and downloaded gcc and libtools today also.  Error message at end
of ./configure is:
/home/dean/.local/share/Trash/files/httpd-2.2.15/srclib/apr-util/xml/expat/configure:
line 3352: syntax error near unexpected token `lt_decl_varnames,'
/home/dean/.local/share/Trash/files/httpd-2.2.15/srclib/apr-util/xml/expat/configure:
line 3352: `lt_if_append_uniq(lt_decl_varnames, SED, , ,'
configure failed for xml/expat
configure failed for srclib/apr-util

I'm new to this.  Following the FAQ, I checked the gcc version and got:
dean@dancer:~/opt/httpd-2.2.15$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5'
--with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
--enable-multiarch --enable-linker-build-id --with-system-zlib
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls
--enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc
--enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic
--enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu
--target=i486-linux-gnu

uname -a gives:
Linux dancer 2.6.32-16-generic #25-Ubuntu SMP Tue Mar 9 16:33:52 UTC 2010 i686
GNU/Linux

Any help greatly appreciated.

Dean

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 49053] Can't build apache 2.2.15 on Ubuntu Lucid (10.04)

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

--- Comment #2 from Rainer Jung <ra...@kippdata.de> 2010-07-21 22:50:55 EDT ---
There seems to be a bug in the buildconf.sh script contained in the
srclib/apr-util/xml/expat directory. It doesn't work well when run with libtool
2.

The original ASF source bundles have been prepared using libtool 1, so this
problem should not show up for them.

The sources you are trying to compile seem to have been prepared by either you
or your distribution provider using libtool 2.

You can 

- either retrieve the ASF sources for 2.2.15 from http://httpd.apache.org

- or you can install libtool 1 (not libtool 2), and run the buildconf.sh script
inside the srclib/apr-util/xml/expat directory before building

- or you can apply the following patch

http://people.apache.org/~rjung/patches/expat-libtool2.patch

  inside the srclib/apr-util directory if you need to use libtool 2.
  After applying the patch run buildconf.sh and then do the usual build.

Regards,

Rainer

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 49053] Can't build apache 2.2.15 on Ubuntu Lucid (10.04)

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

--- Comment #1 from Libo Song <ls...@google.com> 2010-07-08 19:12:29 EDT ---
Also happened to me.

src/srclib/apr-util/xml/expat/configure: line 3352: syntax error near
unexpected token `lt_decl_varnames,'
src/srclib/apr-util/xml/expat/configure: line 3352:
`lt_if_append_uniq(lt_decl_varnames, SED, , ,'
configure failed for xml/expat
configure failed for srclib/apr-util

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 49053] Can't build apache 2.2.15 on Ubuntu Lucid (10.04)

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Jeff Trawick <tr...@apache.org> 2010-09-24 16:23:33 EDT ---
already fixed in apr-util 1.3.next; will be in the next release

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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