Actions
Bug #2856
closedbuild failed for some dport packages due to automake update
Start date:
11/29/2015
Due date:
% Done:
0%
Estimated time:
Description
Just updated the automake to 1.15 and I got build failure for some packages.
The dport directory is the most updated one in the git.
--- ./Makefile.in ---
WARNING: 'automake-1.14' is missing on your system.
You should only need it if you modified 'Makefile.am' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'automake' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
The dport directory is the most updated one in the git.
--- ./Makefile.in ---
WARNING: 'automake-1.14' is missing on your system.
You should only need it if you modified 'Makefile.am' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'automake' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
- [./Makefile.in] Error code 1
Updated by baggiokwok almost 9 years ago
Failed to build these pacakges:
/usr/dports/databases/postgresql94-server
/usr/dports/security/nmap
/usr/dports/devel/hs-haskell-src
/usr/dports/devel/automake
Updated by marino almost 9 years ago
don't do builds on live systems. Either use poudriere and make sure everything builds together or use the prebuilt packages.
If you build from source one-by-one, you will eventually hit stuff like this. You have to maintain integrity.
case in point:
Every package in the tree builds on our package builders, so this is "just you".
Updated by liweitianux over 5 years ago
- Status changed from New to Resolved
The reported issue was answered and is not relevant now.
Actions