Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639858 - =net-vpn/strongswan-5.5.3 - ?
Summary: =net-vpn/strongswan-5.5.3 - ?
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-04 23:23 UTC by Andreas Marx
Modified: 2017-12-14 17:14 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,512.72 KB, text/plain)
2017-12-06 10:54 UTC, Andreas Marx
Details
user-patch-1 (strongswan-4.4.0-5.5.3_gmp_mpz_export.patch,1.53 KB, text/plain)
2017-12-06 10:57 UTC, Andreas Marx
Details
user-patch-2 (50c129b8072ffd1065aad3964cb8ad7710130687.patch,1.80 KB, text/plain)
2017-12-06 11:02 UTC, Andreas Marx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Marx 2017-12-04 23:23:02 UTC
When upgrading my system to the new 17.0 profile, recompile of strongswan-5.5.3 (latest stable on amd64 as of 2017-12-04) failed:


make[2]: Entering directory '/var/tmp/portage/net-vpn/strongswan-5.5.3/work/strongswan-5.5.3/conf'
 cd .. && /bin/sh /var/tmp/portage/net-vpn/strongswan-5.5.3/work/strongswan-5.5.3/missing automake-1.15 --gnu conf/Makefile
configure.ac:23: error: version mismatch.  This is Automake 1.15.1,
configure.ac:23: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:23: comes from Automake 1.15.  You should recreate
configure.ac:23: aclocal.m4 with aclocal and run automake again.
WARNING: 'automake-1.15' is probably too old.
         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/>
make[2]: *** [Makefile:529: Makefile.in] Error 63
make[2]: Leaving directory '/var/tmp/portage/net-vpn/strongswan-5.5.3/work/strongswan-5.5.3/conf'

Installed automake is =sys-devel/automake-1.15.1-r1

Quick fix: delete upstream aclocal.m4 and let automake regenerate it. Changed src_prepare() as follows:

src_prepare() {
        rm ${S}/aclocal.m4
        epatch_user
}


============= emerge --info =============

Portage 2.3.13 (python 3.5.4-final-0, default/linux/amd64/17.0, gcc-6.4.0, glibc-2.25-r9, 4.12.12-gentoo-vpnhub x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.12.12-gentoo-vpnhub-x86_64-AMD_Athlon-tm-_II_X2_255_Processor-with-gentoo-2.4.1
KiB Mem:     7651284 total,   7148740 free
KiB Swap:    8388540 total,   8388540 free
Timestamp of repository gentoo: Mon, 04 Dec 2017 18:45:01 +0000
Head commit of repository gentoo: 8db7da2e6cbf969fd4bf267f0bb2d42a3b7e6e8e
sh bash 4.3_p48-r1
ld GNU ld (Gentoo 2.29.1 p3) 2.29.1
app-shells/bash:          4.3_p48-r1::gentoo
dev-lang/perl:            5.24.3::gentoo
dev-lang/python:          2.7.14-r1::gentoo, 3.4.5::gentoo, 3.5.4-r1::gentoo
dev-util/cmake:           3.8.2::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/openrc:          0.34.11::gentoo
sys-apps/sandbox:         2.10-r4::gentoo
sys-devel/autoconf:       2.69::gentoo
sys-devel/automake:       1.15.1-r1::gentoo
sys-devel/binutils:       2.28.1::gentoo, 2.29.1-r1::gentoo
sys-devel/gcc:            5.4.0-r3::gentoo, 6.4.0::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r3::gentoo
sys-devel/make:           4.2.1::gentoo
sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers)
sys-libs/glibc:           2.25-r9::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://mirror.manitu.net/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts: 

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mirror.manitu.net/gentoo"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="acl amd64 berkdb bzip2 cli cracklib crypt cxx dri fortran gdbm iconv modules multilib ncurses nls nptl openmp pam pcre readline seccomp session ssl tcpd unicode xattr zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_5" PYTHON_TARGETS="python2_7 python3_5" RUBY_TARGETS="ruby22" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2017-12-06 07:38:06 UTC
Please attach the entire build log to this bug report.
Comment 2 Andreas Marx 2017-12-06 10:54:47 UTC
Created attachment 508456 [details]
build.log
Comment 3 Andreas Marx 2017-12-06 10:57:09 UTC
Created attachment 508458 [details]
user-patch-1

applied user-patch #1 to fix CVE-2017-11185
Comment 4 Andreas Marx 2017-12-06 11:02:18 UTC
Created attachment 508462 [details]
user-patch-2

applied user patch#2 to backport curl-redirect to strongSWAN-5.5.3
This patch was picked from the upstream git-repo https://git.strongswan.org/?p=strongswan.git;a=commit;h=67402ec77bd3e4b585f3f4fc906c974e68772c77
Comment 5 Andreas Marx 2017-12-14 17:14:37 UTC
I did some test-compiles and learned, that the ebuild compiles OK if I leave out the user-patch#2 (a backported feature from 5.6.0). epatch touches the timestamp of Makefile.am and triggers a rebuild of some files. It is this rebuild that makes the ebuild fail.

I think the ebuild should use autotools-utils.eclass to avoid this.

It is inlikely that other gentoo-users will run into this issue, I will close this bug.