Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 750728

Summary: sys-process/cronie-1.5.5 : * Failed Running aclocal !
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/cronie-crond/cronie/issues/70
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 732648    
Attachments: emerge-info.txt
aclocal.out
emerge-history.txt
environment
etc.portage.tbz2
sys-process:cronie-1.5.5:20201022-053212.log
temp.tbz2

Description Toralf Förster gentoo-dev 2020-10-22 07:21:39 UTC
 * ERROR: sys-process/cronie-1.5.5::gentoo failed (prepare phase):
 *   Failed Running aclocal !
 * 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-20201019-041507

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
clang version 11.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.0.0
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.47.0 *
  [2]   rust-1.47.0
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.265_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm


  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu Oct 22 04:35:31 AM UTC 2020

emerge -qpvO sys-process/cronie
[ebuild  N    ] sys-process/cronie-1.5.5  USE="anacron inotify pam (-selinux)"
Comment 1 Toralf Förster gentoo-dev 2020-10-22 07:21:41 UTC
Created attachment 667907 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-10-22 07:21:42 UTC
Created attachment 667910 [details]
aclocal.out
Comment 3 Toralf Förster gentoo-dev 2020-10-22 07:21:44 UTC
Created attachment 667913 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-10-22 07:21:45 UTC
Created attachment 667916 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-10-22 07:21:46 UTC
Created attachment 667919 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-10-22 07:21:48 UTC
Created attachment 667922 [details]
sys-process:cronie-1.5.5:20201022-053212.log
Comment 7 Toralf Förster gentoo-dev 2020-10-22 07:21:49 UTC
Created attachment 667925 [details]
temp.tbz2
Comment 8 Sergei Trofimovich (RETIRED) gentoo-dev 2020-10-31 08:57:52 UTC
autoconf-2.70 is a bit stricter on handling AC_INIT's mailto field. There has to be one email address without any extras.

--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([cronie],[1.5.5],[mmaslano@redhat.com,tmraz@fedoraproject.org])
+AC_INIT([cronie],[1.5.5],[mmaslano@redhat.com])
 AC_CONFIG_HEADER([config.h])
 AC_PREREQ(2.60)
Comment 9 Sergei Trofimovich (RETIRED) gentoo-dev 2020-10-31 09:02:26 UTC
Filed upstream bug as https://github.com/cronie-crond/cronie/issues/70
Comment 11 Larry the Git Cow gentoo-dev 2020-11-03 06:49:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acfd69b4dd2513353677f336241058502ef3e76a

commit acfd69b4dd2513353677f336241058502ef3e76a
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2020-11-03 06:48:23 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-11-03 06:49:01 +0000

    sys-process/cronie: Fixed build with >=sys-devel/autoconf-2.70_beta1
    
    Thanks-to: Sergei Trofimovich <slyfox@gentoo.org>
    Closes: https://bugs.gentoo.org/750728
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 sys-process/cronie/cronie-1.5.5.ebuild               |  1 +
 .../cronie/files/cronie-1.5.5-autoconf270.patch      | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)