Opened 10 years ago
Closed 2 years ago
#44050 closed defect (fixed)
codeblocks: runs autotools during `make all`
Reported by: | mojca (Mojca Miklavec) | Owned by: | mojca (Mojca Miklavec) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | codeblocks |
Description
From the build log:
---> Building codeblocks DEBUG: Executing org.macports.build (codeblocks) DEBUG: Environment: CC_PRINT_OPTIONS='YES' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_mports_dports_devel_codeblocks/codeblocks/work/.CC_PRINT_OPTIONS' CPATH='/opt/local/include' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_mports_dports_devel_codeblocks/codeblocks/work/codeblocks-13.12" && /usr/bin/make -j8 -w all' DEBUG: Executing command line: cd "/opt/local/var/macports/build/_opt_mports_dports_devel_codeblocks/codeblocks/work/codeblocks-13.12" && /usr/bin/make -j8 -w all make: Entering directory `/opt/local/var/macports/build/_opt_mports_dports_devel_codeblocks/codeblocks/work/codeblocks-13.12' Making all in src make[1]: Entering directory `/opt/local/var/macports/build/_opt_mports_dports_devel_codeblocks/codeblocks/work/codeblocks-13.12/src' Making all in include make[2]: Entering directory `/opt/local/var/macports/build/_opt_mports_dports_devel_codeblocks/codeblocks/work/codeblocks-13.12/src/include' rm -f sdk_precomp.h.gch (CDPATH="${ZSH_VERSION+.}:" && cd ../.. && /bin/sh /opt/local/var/macports/build/_opt_mports_dports_devel_codeblocks/codeblocks/work/codeblocks-13.12/missing --run autoheader) /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/tinyxml -I../../src/include/scripting/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -I/opt/local/include -ansi -DTIXML_USE_STL -O2 -ffast-math -DCB_AUTOCONF -pipe -Os -arch x86_64 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -o sdk_precomp.h.gch -xc++-header ./sdk_precomp.h aclocal.m4:21: warning: this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'. configure.ac:11: error: Autoconf version 2.62 or higher is required aclocal.m4:9643: AM_INIT_AUTOMAKE is expanded from... configure.ac:11: the top level autom4te: /usr/bin/gm4 failed with exit status: 63 autoheader: '/usr/bin/autom4te' failed with exit status: 63 WARNING: `autoheader' is probably too old. You should only need it if you modified `acconfig.h' or `configure.ac'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. touch: [src/include/config.h].in: No such file or directory
Change History (3)
comment:1 Changed 10 years ago by cooljeanius (Eric Gallager)
comment:3 Changed 2 years ago by kencu (Ken)
Resolution: | → fixed |
---|---|
Status: | new → closed |
no longer relevant
Note: See
TracTickets for help on using
tickets.
probably something that could be solved either by maintainer mode, or by fixing the timestamps on certain Makefile dependencies...