Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622534 - mail-client/cone-0.95 : * eapply_user (or default) must be called in src_prepare()!
Summary: mail-client/cone-0.95 : * eapply_user (or default) must be called in src_p...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-23 15:35 UTC by Toralf Förster
Modified: 2017-06-24 09:33 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,20.89 KB, text/plain)
2017-06-23 15:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,479.60 KB, text/plain)
2017-06-23 15:35 UTC, Toralf Förster
Details
environment (environment,104.38 KB, text/plain)
2017-06-23 15:35 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,39.90 KB, application/x-bzip)
2017-06-23 15:35 UTC, Toralf Förster
Details
mail-client:cone-0.95:20170623-132431.log (mail-client:cone-0.95:20170623-132431.log,8.85 KB, text/plain)
2017-06-23 15:35 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,29.03 KB, application/x-bzip)
2017-06-23 15:35 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-06-23 15:35:07 UTC
 * Running elibtoolize in: cone-0.95/libs/tcpd/
 * ERROR: mail-client/cone-0.95::gentoo failed (prepare phase):
 *   eapply_user (or default) must be called in src_prepare()!
 * 
 * Call stack:
 *            ebuild.sh, line  767:  Called __ebuild_main 'prepare'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop_20170610-230638

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems)
  [2]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 7.2.6.10 [icedtea-bin-7]
2)	IcedTea JDK 3.4.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-7  system-vm
  [2]   icedtea-bin-8
Comment 1 Toralf Förster gentoo-dev 2017-06-23 15:35:11 UTC
Created attachment 477680 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-06-23 15:35:14 UTC
Created attachment 477682 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-06-23 15:35:17 UTC
Created attachment 477684 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-06-23 15:35:20 UTC
Created attachment 477686 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-06-23 15:35:23 UTC
Created attachment 477688 [details]
mail-client:cone-0.95:20170623-132431.log
Comment 6 Toralf Förster gentoo-dev 2017-06-23 15:35:26 UTC
Created attachment 477690 [details]
temp.tbz2
Comment 7 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-06-24 08:59:09 UTC
Yeah, def a problem with EAPI6 migration.

diff /usr/portage/mail-client/cone/cone-0.9{2,5}.ebuild                                                                                                                                                                                               
4c4
< EAPI=5
---
> EAPI=6
13c13
< KEYWORDS="amd64 ppc ~sparc x86"
---
> KEYWORDS="~amd64 ~ppc ~sparc ~x86"
18c18
<       sys-libs/ncurses
---
>       sys-libs/ncurses:=



...


src_prepare() {
        # move local macro to m4 and run eautoreconf
        mkdir "${S}/m4"
        sed -n -e '/# AC_PROG_SYSCONFTOOL/,+33 p' "${S}"/aclocal.m4 > \
                m4/sysconftool.m4 || die
        sed -i -e '/^SUBDIRS/i ACLOCAL_AMFLAGS = -I m4' "${S}"/Makefile.am || die
        eautoreconf
}
Comment 8 Jeroen Roovers (RETIRED) gentoo-dev 2017-06-24 09:33:29 UTC
Fixed without revision bump.