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

Bug 710972

Summary: games-emulation/libretro-nestopia-0.0.1_pre20180723 : ebuild uses colon (:) as a sed delimiter
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Craig Andrews <candrews>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 685160    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
games-emulation:libretro-nestopia-0.0.1_pre20180723:20200227-135546.log

Description Toralf Förster gentoo-dev 2020-02-27 17:58:05 UTC
>>> Unpacking source...
>>> Unpacking libretro-nestopia-0.0.1_pre20180723.tar.gz to /var/tmp/portage/games-emulation/libretro-nestopia-0.0.1_pre20180723/work
>>> Source unpacked in /var/tmp/portage/games-emulation/libretro-nestopia-0.0.1_pre20180723/work
>>> Preparing source in /var/tmp/portage/games-emulation/libretro-nestopia-0.0.1_pre20180723/work/nestopia-9c335527c5dfa11dfa29bc22ee4ba6efa23c8890/libretro ...
sed: -e expression #2, char 86: unknown option to `s'
 * ERROR: games-emulation/libretro-nestopia-0.0.1_pre20180723::gentoo failed (prepare phase):

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_developer-20200221-171645

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

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

clang:
clang version 9.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.41.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.14.0 [icedtea-bin-8]
2)	JamVM JDK 2.0.0 [jamvm]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
  [2]   jamvm 
ghc:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Thu, 27 Feb 2020 12:07:29 +0000

emerge -qpvO games-emulation/libretro-nestopia
[ebuild  N    ] games-emulation/libretro-nestopia-0.0.1_pre20180723  USE="-debug"
Comment 1 Toralf Förster gentoo-dev 2020-02-27 17:58:07 UTC
Created attachment 616346 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-02-27 17:58:10 UTC
Created attachment 616348 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-02-27 17:58:13 UTC
Created attachment 616350 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-02-27 17:58:16 UTC
Created attachment 616352 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-02-27 17:58:18 UTC
Created attachment 616354 [details]
games-emulation:libretro-nestopia-0.0.1_pre20180723:20200227-135546.log
Comment 6 Larry the Git Cow gentoo-dev 2020-02-29 04:36:24 UTC
The bug has been closed via the following commit(s):

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

commit cfe6000cf7e7e9d6140556384279f5a8d57cd8d0
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2020-02-29 04:23:41 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2020-02-29 04:35:42 +0000

    libretro-core.eclass: Use | instead of : as sed CLFAGS delimiter
    
    Signed-off-by: Craig Andrews <candrews@gentoo.org>
    Closes: https://bugs.gentoo.org/710952
    Closes: https://bugs.gentoo.org/710972
    Closes: https://bugs.gentoo.org/711048
    Closes: https://bugs.gentoo.org/710880

 eclass/libretro-core.eclass | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)