| Summary: | =net-wirelss&/bluez-5-30 fails to run aclocal | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Chris <Christopher.Lundgren> |
| Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | Christopher.Lundgren |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
*** This bug has been marked as a duplicate of bug 527432 *** |
=net-wirelss/bluez-5-30 fails to run aclocal, but has been ongoing since at least 5.28. Here's the output of aclocal.out as instructed by the ebuild: ***** aclocal ***** ***** PWD: /var/tmp/portage/net-wireless/bluez-5.30/work/bluez-5.30 ***** aclocal configure.ac:200: error: AC_SUBST: ` --with-systemdsystemunitdir=DIR Directory for systemd system unit (default: auto-detect through pkg-config) @%:@ Check whether --with-systemdsystemunitdir was given. if test "${with_systemdsystemunitdir+set}" = set; then : withval=$with_systemdsystemunitdir; fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking systemd system unit directory" >&5 $as_echo_n "checking systemd system unit directory... " >&6; } if test x"$with_systemdsystemunitdir" = x"yes" -o x"$with_systemdsystemunitdir" = x""; then : ac_systemd_pkgconfig_dir=`$PKG_CONFIG --variable=systemdsystemunitdir systemd` if test x"$ac_systemd_pkgconfig_dir" = x""; then : if test x"$with_systemdsystemunitdir" = x"yes"; then : as_fn_error $? "systemd support requested but pkg-config unable to query systemd package" "$LINENO" 5 fi with_systemdsystemunitdir=no else with_systemdsystemunitdir=$ac_systemd_pkgconfig_dir fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_systemdsystemunitdir" >&5 $as_echo "$with_systemdsystemunitdir" >&6; } if test x"$with_systemdsystemunitdir" != x"no"; then : systemdsystemunitdir=$with_systemdsystemunitdir fi if test x"$with_systemdsystemunitdir" != x"no"; then WITH_SYSTEMDSYSTEMUNITDIR_TRUE= WITH_SYSTEMDSYSTEMUNITDIR_FALSE='#' else WITH_SYSTEMDSYSTEMUNITDIR_TRUE='#' WITH_SYSTEMDSYSTEMUNITDIR_FALSE= fi ' is not a valid shell variable name configure.ac:200: the top level autom4te-2.69: /usr/bin/m4 failed with exit status: 1 aclocal-1.15: error: echo failed with exit status: 1 Reproducible: Always Steps to Reproduce: 1. Try to emerge bluez Actual Results: Bluez fails to run aclocal -> Bluez fails to compile Expected Results: Bluez would compile.