Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 702560 - app-emulation/aranym-1.1.0 : make: *** [Makefile:<snip>: install] Error 2
Summary: app-emulation/aranym-1.1.0 : make: *** [Makefile:<snip>: install] Error 2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: James Le Cuirot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-11 17:59 UTC by Toralf Förster
Modified: 2019-12-11 23:23 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.24 KB, text/plain)
2019-12-11 17:59 UTC, Toralf Förster
Details
app-emulation:aranym-1.1.0:20191211-001703.log (app-emulation:aranym-1.1.0:20191211-001703.log,169.01 KB, text/plain)
2019-12-11 18:00 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,247.19 KB, text/plain)
2019-12-11 18:00 UTC, Toralf Förster
Details
environment (environment,72.15 KB, text/plain)
2019-12-11 18:00 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.51 KB, application/x-bzip)
2019-12-11 18:00 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,20.31 KB, application/x-bzip)
2019-12-11 18:00 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,30.49 KB, application/x-bzip)
2019-12-11 18:00 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 2019-12-11 17:59:56 UTC
make[1]: *** [Makefile:476: install-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-emulation/aranym-1.1.0/work/aranym-1.1.0-jit'
make: *** [Makefile:779: install] Error 2
 * ERROR: app-emulation/aranym-1.1.0::gentoo failed (install phase):
 *   emake failed
 * 

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

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

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

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

clang:
clang version 9.0.0 (tags/RELEASE_900/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.0
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.39.0 *



repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Tue, 10 Dec 2019 23:48:37 +0000

emerge -qpvO app-emulation/aranym
[ebuild  N    ] app-emulation/aranym-1.1.0  USE="clipboard jit standard -jpeg -lilo -opengl -osmesa -pmmu -usb"
Comment 1 Toralf Förster gentoo-dev 2019-12-11 17:59:59 UTC
Created attachment 599152 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-12-11 18:00:02 UTC
Created attachment 599154 [details]
app-emulation:aranym-1.1.0:20191211-001703.log
Comment 3 Toralf Förster gentoo-dev 2019-12-11 18:00:05 UTC
Created attachment 599156 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-12-11 18:00:08 UTC
Created attachment 599158 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-12-11 18:00:11 UTC
Created attachment 599160 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-12-11 18:00:14 UTC
Created attachment 599162 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-12-11 18:00:16 UTC
Created attachment 599164 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-12-11 23:23:07 UTC
The bug has been closed via the following commit(s):

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

commit 38fdcfad205c6097d76561d30bc2be0555d80f54
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2019-12-11 23:22:41 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2019-12-11 23:22:41 +0000

    app-emulation/aranym: Fix USE=clipboard dependencies
    
    Closes: https://bugs.gentoo.org/702560
    Package-Manager: Portage-2.3.81, Repoman-2.3.20
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 app-emulation/aranym/aranym-1.1.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

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

commit 9bb54296629bcb86e82513e82adeb0510fc3ab18
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2019-12-11 23:21:58 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2019-12-11 23:21:58 +0000

    app-emulation/aranym: Actually compile the code in src_compile
    
    When changing this to use multibuild.eclass, I forgot to define
    src_compile so it was compiling in src_install.
    
    Bug: https://bugs.gentoo.org/702560
    Package-Manager: Portage-2.3.81, Repoman-2.3.20
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 app-emulation/aranym/aranym-1.1.0.ebuild | 4 ++++
 1 file changed, 4 insertions(+)