Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 526478 - net-misc/rabbitmq-server-3.3.4 - common.mk:9: *** GNU make version 3.81 required. Stop.
Summary: net-misc/rabbitmq-server-3.3.4 - common.mk:9: *** GNU make version 3.81 requi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
: 541914 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-10-22 15:13 UTC by forrestfunk81
Modified: 2017-04-22 09:08 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,20.30 KB, text/plain)
2014-10-22 18:07 UTC, forrestfunk81
Details
Patch to fix version check (makeversion.patch,493 bytes, patch)
2014-11-27 21:45 UTC, Marc Riemer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description forrestfunk81 2014-10-22 15:13:50 UTC
rabbitmq-server in stable version 3.2.4 and in testing version 3.3.4 require make-3.81 to build.

Reproducible: Always

Steps to Reproduce:
1. Installed sys-devel/make-4.0-r1 (stable)
2. emerge =rabbitmq-server-3.2.4 (stable)

Build log:
...
erlc -I include -o ebin -Wall -v +debug_info -Duse_specs  -pa ebin src/rabbit_binary_generator.erl
erlc -I include -o ebin -Wall -v +debug_info -Duse_specs  -pa ebin src/rabbit_runtime_parameters_test.erl
erlc -I include -o ebin -Wall -v +debug_info -Duse_specs  -pa ebin src/tcp_listener.erl
erlc -I include -o ebin -Wall -v +debug_info -Duse_specs  -pa ebin src/rabbit_framing.erl
[ -d "plugins-src/rabbitmq-server" ] || ln -s "/var/tmp/portage/net-misc/rabbitmq-server-3.3.4/work/rabbitmq-server-3.3.4" "plugins-src/rabbitmq-server"
mkdir -p plugins
PLUGINS_SRC_DIR="" make -C "plugins-src" plugins-dist PLUGINS_DIST_DIR="/var/tmp/portage/net-misc/rabbitmq-server-3.3.4/work/rabbitmq-server-3.3.4/plugins" VERSION=3.3.4
make[1]: Entering directory '/var/tmp/portage/net-misc/rabbitmq-server-3.3.4/work/rabbitmq-server-3.3.4/plugins-src'
xmlto --version | grep -E '^xmlto version 0\.0\.([0-9]|1[1-8])$' >/dev/null || opt='--stringparam man.indent.verbatims=0' ; \
    xsltproc --novalid docs/examples-to-end.xsl docs/rabbitmqctl.1.xml > docs/rabbitmqctl.1.xml.tmp && \
    xmlto -o docs $opt man docs/rabbitmqctl.1.xml.tmp && \
    gzip -f docs/`basename docs/rabbitmqctl.1.xml .xml`
make -f all-packages.mk all-releasable VERSION=3.3.4
make[2]: Entering directory '/var/tmp/portage/net-misc/rabbitmq-server-3.3.4/work/rabbitmq-server-3.3.4/plugins-src'
common.mk:9: *** GNU make version 3.81 required.  Stop.
make[2]: Leaving directory '/var/tmp/portage/net-misc/rabbitmq-server-3.3.4/work/rabbitmq-server-3.3.4/plugins-src'
Makefile:56: recipe for target 'release' failed
make[1]: *** [release] Error 2
make[1]: Leaving directory '/var/tmp/portage/net-misc/rabbitmq-server-3.3.4/work/rabbitmq-server-3.3.4/plugins-src'
Makefile:110: recipe for target 'plugins' failed
make: *** [plugins] Error 2
make: *** Waiting for unfinished jobs....
Note: Writing rabbitmqctl.1
rm -f docs/rabbitmqctl.1.xml.tmp


Fix build problems:
1. emerge -1 =sys-devel/make-3.81-r2
2. emerge rabbitmq-server

Beside that, RabbitMQ 3.4.0 was released this week. Maybe the new version fixes the build problem, but I have not tried building rabbitmq 3.4.0
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-22 16:01:26 UTC
1) Please post your `emerge --info' output in a comment.
2) Please attach the entire build log to this bug report.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-22 16:04:11 UTC
REQUIRED_MAKE_VERSION:=3.81                                                                                                         
ifneq ($(shell ( echo "$(MAKE_VERSION)" ; echo "$(REQUIRED_MAKE_VERSION)" ) | sort -t. -n | head -1),$(REQUIRED_MAKE_VERSION))      
$(error GNU make version $(REQUIRED_MAKE_VERSION) required)                                                                         
endif

That looks like something we could do without.
Comment 3 forrestfunk81 2014-10-22 18:07:10 UTC
Created attachment 387220 [details]
build.log
Comment 4 forrestfunk81 2014-10-22 18:07:45 UTC
emerge --info


Portage 2.2.8-r2 (hardened/linux/amd64, gcc-4.7.3, glibc-2.19-r1, 3.17.1-hardened x86_64)
=================================================================
System uname: Linux-3.17.1-hardened-x86_64-Intel-R-_Xeon-R-_CPU_E5-2620_0_@_2.00GHz-with-gentoo-2.2
KiB Mem:     2049412 total,    197148 free
KiB Swap:    2097148 total,   2070768 free
Timestamp of tree: Tue, 21 Oct 2014 06:30:01 +0000
ld GNU ld (GNU Binutils) 2.23.2
app-shells/bash:          4.2_p53
dev-java/java-config:     2.2.0
dev-lang/perl:            5.18.2-r2
dev-lang/python:          2.7.7, 3.3.5-r1, 3.4.1
dev-util/cmake:           2.8.12.2-r1
dev-util/pkgconfig:       0.28-r1
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.69
sys-devel/automake:       1.13.4
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.7.3-r1
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2-r1
sys-devel/make:           4.0-r1
sys-kernel/linux-headers: 3.13 (virtual/os-headers)
sys-libs/glibc:           2.19-r1
Repositories: gentoo mozilla-sync x-portage
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -fomit-frame-pointer -march=native"
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/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -fomit-frame-pointer -march=native"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--with-bdeps=y --keep-going --quiet-build=n"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync 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://distfiles.gentoo.org"
LANG="en_US.UTF-8"
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"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/mozilla-sync /usr/local/portage"
USE="acl amd64 berkdb bindist bzip2 cli cracklib crypt cxx dri gdbm geoip hardened iconv ipv6 justify mmx modules multilib ncurses nls nptl openmp pam pax_kernel pcre readline session sse sse2 ssl tcpd unicode urandom utf8 vhosts xattr xtpax 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="proxy_ajp 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 usertrack vhost_alias proxy proxy_balancer proxy_connect proxy_http" APACHE2_MPMS="prefork" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_US" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware 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:  CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON
Comment 5 Marc Riemer 2014-11-27 21:45:11 UTC
Created attachment 390426 [details, diff]
Patch to fix version check

Patch is for upstream version 3.4.2.
Comment 6 Michel Boaventura 2015-02-23 04:03:01 UTC
This is still happening. Any plans to backport it to rabbitmq 3.3.4 or to put 3.4 on tree? Thanks!
Comment 7 Brian Evans (RETIRED) gentoo-dev 2015-03-02 17:17:00 UTC
*** Bug 541914 has been marked as a duplicate of this bug. ***
Comment 8 Jeroen Roovers (RETIRED) gentoo-dev 2017-04-22 09:08:52 UTC
Presumed fixed in current releases. It looks like many of the .mk files still issue ridiculous warnings (but not errors) for specific versions of make like this:

ifeq ($(MAKE_VERSION),3.81)
$(warning Please upgrade to GNU Make 4 or later: https://erlang.mk/guide/installation.html)
endif

ifeq ($(MAKE_VERSION),3.82)
$(warning Please upgrade to GNU Make 4 or later: https://erlang.mk/guide/installation.html)
endif