Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715738 - games-arcade/briquolo-0.5.7 : ebuild uses colon (:) as a sed delimiter
Summary: games-arcade/briquolo-0.5.7 : ebuild uses colon (:) as a sed delimiter
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: colon-in-CFLAGS
  Show dependency tree
 
Reported: 2020-04-01 10:19 UTC by Toralf Förster
Modified: 2021-06-13 21:18 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.72 KB, text/plain)
2020-04-01 10:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,168.23 KB, text/plain)
2020-04-01 10:19 UTC, Toralf Förster
Details
environment (environment,100.92 KB, text/plain)
2020-04-01 10:19 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,39.40 KB, application/x-bzip)
2020-04-01 10:20 UTC, Toralf Förster
Details
games-arcade:briquolo-0.5.7:20200401-083336.log (games-arcade:briquolo-0.5.7:20200401-083336.log,1.69 KB, text/plain)
2020-04-01 10:20 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.89 KB, application/x-bzip)
2020-04-01 10:20 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 2020-04-01 10:19:48 UTC
 * Applying briquolo-0.5.7-gcc43.patch ...
 [ ok ]
 * Applying briquolo-0.5.7-libpng14.patch ...
 [ ok ]
sed: -e expression #1, char 64: unknown option to s
 * ERROR: games-arcade/briquolo-0.5.7::gentoo failed (prepare phase):

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-20200328-051514

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
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.42.0 *
The following VMs are available for generation-2:
*)	IcedTea JDK 3.15.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed 01 Apr 2020 07:42:00 AM UTC

emerge -qpvO games-arcade/briquolo
[ebuild  N    ] games-arcade/briquolo-0.5.7  USE="nls"
Comment 1 Toralf Förster gentoo-dev 2020-04-01 10:19:51 UTC
Created attachment 628374 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-01 10:19:53 UTC
Created attachment 628376 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-01 10:19:57 UTC
Created attachment 628378 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-01 10:20:00 UTC
Created attachment 628380 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-01 10:20:02 UTC
Created attachment 628382 [details]
games-arcade:briquolo-0.5.7:20200401-083336.log
Comment 6 Toralf Förster gentoo-dev 2020-04-01 10:20:06 UTC
Created attachment 628384 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2021-06-13 17:58:29 UTC
The bug has been closed via the following commit(s):

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

commit 50861304fe434395c47e915ff4cd6df25f9afaf7
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-13 16:24:36 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-13 17:13:51 +0000

    games-arcade/briquolo: various compile fixes (GCC 11, Clang)
    
    * Fix build with GCC 11 (const)
    * Fix build with Clang (widening conversion, patch from FreeBSD)
    * Change delimiter in sed away from colon
    
    Closes: https://bugs.gentoo.org/739094
    Closes: https://bugs.gentoo.org/790746
    Closes: https://bugs.gentoo.org/715738
    Signed-off-by: Sam James <sam@gentoo.org>

 games-arcade/briquolo/briquolo-0.5.7.ebuild        |  4 ++-
 .../files/briquolo-0.5.7-clang-widening.patch      | 31 ++++++++++++++++++++++
 .../files/briquolo-0.5.7-gcc11-fix-const.patch     | 12 +++++++++
 3 files changed, 46 insertions(+), 1 deletion(-)