Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 655000 - games-arcade/lbreakout-010315-r1 : /.../install: cannot create regular file /.../lbreakout.hscr : No such file or directory
Summary: games-arcade/lbreakout-010315-r1 : /.../install: cannot create regular file /...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-05 20:17 UTC by Toralf Förster
Modified: 2021-06-28 16:49 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.77 KB, text/plain)
2018-05-05 20:18 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,117.25 KB, text/plain)
2018-05-05 20:18 UTC, Toralf Förster
Details
environment (environment,15.91 KB, text/plain)
2018-05-05 20:18 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.69 KB, application/x-bzip)
2018-05-05 20:18 UTC, Toralf Förster
Details
games-arcade:lbreakout-010315-r1:20180505-200121.log (games-arcade:lbreakout-010315-r1:20180505-200121.log,50.24 KB, text/plain)
2018-05-05 20:18 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,936 bytes, application/x-bzip)
2018-05-05 20:18 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,10.38 KB, application/x-bzip)
2018-05-05 20:18 UTC, Toralf Förster
Details
lbreakout-010315-install.patch (lbreakout-010315-install.patch,599 bytes, patch)
2018-08-14 17:38 UTC, Marco Genasci
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-05-05 20:17:58 UTC
 * ERROR: games-arcade/lbreakout-010315-r1::gentoo failed (install phase):
 *   emake failed
 * 

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma_ffmpeg4_20180501-112342

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

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

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
  [5]   pypy (fallback)
  [6]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.7.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv games-arcade/lbreakout
[ebuild  N    ] games-arcade/lbreakout-010315-r1
Comment 1 Toralf Förster gentoo-dev 2018-05-05 20:18:02 UTC
Created attachment 530040 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-05 20:18:05 UTC
Created attachment 530042 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-05-05 20:18:08 UTC
Created attachment 530044 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-05-05 20:18:11 UTC
Created attachment 530046 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-05-05 20:18:14 UTC
Created attachment 530048 [details]
games-arcade:lbreakout-010315-r1:20180505-200121.log
Comment 6 Toralf Förster gentoo-dev 2018-05-05 20:18:17 UTC
Created attachment 530050 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-05-05 20:18:21 UTC
Created attachment 530052 [details]
temp.tbz2
Comment 8 Marco Genasci 2018-08-14 17:38:27 UTC
Created attachment 543442 [details, diff]
lbreakout-010315-install.patch

Patch to solve issue
Comment 9 Agostino Sarubbo gentoo-dev 2021-01-14 16:57:29 UTC
Dear treecleaner@:

I'm still able to reproduce this issue right now.

Since it has not been fixed for a long time, I'd suggest to evaluate if it is the case to remove this package from the tree. Thanks
Comment 10 Larry the Git Cow gentoo-dev 2021-06-28 16:49:25 UTC
The bug has been closed via the following commit(s):

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

commit ede1b94b6962267f7397c729ca7f34aa60957b5f
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2021-06-28 00:55:54 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-06-28 16:42:37 +0000

    games-arcade/lbreakout: fix install, EAPI 6->8, tidy
    
    Broken since games.eclass migration in 2018 (bug #655000) due
    to the removal of the "dodir" line.
    
    Also prevent direct cc/c++ call, use gamestat, add .desktop file,
    and tighten sdl dep (notably won't start without sound support).
    
    No revbump given this never worked.
    
    Fixes: 0bb75edcb56e4fe87bac5059fe0e7004883c021a
    Closes: https://bugs.gentoo.org/655000
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 games-arcade/lbreakout/lbreakout-010315-r1.ebuild | 38 ++++++++++++++++-------
 1 file changed, 26 insertions(+), 12 deletions(-)