Bug 195265 - textproc/xlhtml: Compile error (autotools related)
Summary: textproc/xlhtml: Compile error (autotools related)
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Martin Wilke
URL:
Keywords: needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2014-11-21 22:53 UTC by t-matubara
Modified: 2016-01-16 06:20 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description t-matubara 2014-11-21 22:53:11 UTC
Port Revision 373021

Please Fix.

===>  License GPLv2 accepted by the user
===>  Found saved configuration for xlhtml-0.5_4,1
===>   xlhtml-0.5_4,1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by xlhtml-0.5_4,1 for building
===>  Extracting for xlhtml-0.5_4,1
=> SHA256 Checksum OK for xlhtml-0.5.tgz.
===>  Patching for xlhtml-0.5_4,1
===>  Applying FreeBSD patches for xlhtml-0.5_4,1
===>   xlhtml-0.5_4,1 depends on executable: gmake - found
===>  Configuring for xlhtml-0.5_4,1
===>   FreeBSD 10 autotools fix applied to /usr/ports/textproc/xlhtml/work/xlhtml-0.5/aclocal.m4
===>   FreeBSD 10 autotools fix applied to /usr/ports/textproc/xlhtml/work/xlhtml-0.5/configure
configure: loading site script /usr/ports/Templates/config.site
checking build system type... amd64-portbld-freebsd10.1
checking host system type... amd64-portbld-freebsd10.1
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking how to run the C preprocessor... cpp
checking for malloc.h... (cached) no
checking for cc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking for size_t... (cached) yes
checking for unsigned char... (cached) yes
checking size of unsigned char... 1
checking for unsigned short... (cached) yes
checking size of unsigned short... 2
checking for unsigned int... (cached) yes
checking size of unsigned int... 4
checking for unsigned long... (cached) yes
checking size of unsigned long... 8
checking for unsigned long long... (cached) yes
checking size of unsigned long long... 8
checking for float... yes
checking size of float... 4
checking for double... yes
checking size of double... 8
checking for long double... (cached) yes
checking size of long double... 16
checking whether byte ordering is bigendian... no
checking for strip... strip
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cole/Makefile
config.status: creating cole/version.c
config.status: creating cole/cole.h
config.status: creating xlhtml/Makefile
config.status: creating ppthtml/Makefile
config.status: creating config.h
===>  Building for xlhtml-0.5_4,1
gmake[1]: ディレクトリ '/usr/ports/textproc/xlhtml/work/xlhtml-0.5' に入ります
cd . && aclocal
aclocal-1.14: warning: autoconf input should be named 'configure.ac', not 'configure.in'
cd . && automake --gnu Makefile
automake-1.14: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:16: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.in:16: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:19: error: required file './compile' not found
configure.in:19:   'automake --add-missing' can install 'compile'
Makefile:95: ターゲット 'Makefile.in' のレシピで失敗しました
gmake[1]: *** [Makefile.in] エラー 1
gmake[1]: ディレクトリ '/usr/ports/textproc/xlhtml/work/xlhtml-0.5' から出ます
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/textproc/xlhtml

Best Regards
Comment 1 Klaus 2014-12-29 18:13:48 UTC
I had the same problem. Deleting all occurences of automake and autoconf 
(pkg delete autoconf-wrapper) helped.

Kind regards.
Klaus.
Comment 2 Klaus 2014-12-29 18:16:46 UTC
(In reply to t-matubara from comment #0)
> Port Revision 373021
> 
> Please Fix.
> 
> ===>  License GPLv2 accepted by the user
> ===>  Found saved configuration for xlhtml-0.5_4,1
> ===>   xlhtml-0.5_4,1 depends on file: /usr/local/sbin/pkg - found
...
...
> gmake[1]: ディレクトリ '/usr/ports/textproc/xlhtml/work/xlhtml-0.5' に入ります
> cd . && aclocal
> aclocal-1.14: warning: autoconf input should be named 'configure.ac', not
> 'configure.in'
> cd . && automake --gnu Makefile
> automake-1.14: warning: autoconf input should be named 'configure.ac', not
> 'configure.in'
> configure.in:16: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms
> are deprecated.  For more info, see:
> configure.in:16:
> http://www.gnu.org/software/automake/manual/automake.html#Modernize-
> AM_005fINIT_005fAUTOMAKE-invocation
> configure.in:19: error: required file './compile' not found
> configure.in:19:   'automake --add-missing' can install 'compile'
> Makefile:95: ターゲット 'Makefile.in' のレシピで失敗しました
> gmake[1]: *** [Makefile.in] エラー 1
> gmake[1]: ディレクトリ '/usr/ports/textproc/xlhtml/work/xlhtml-0.5' から出ます
> ===> Compilation failed unexpectedly.
> Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
> the maintainer.
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/ports/textproc/xlhtml


I had the same problem. Deleting all occurences of automake and autoconf 
(pkg delete autoconf-wrapper) helped.

Kind regards.
Klaus.