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

Bug 710626

Summary: net-libs/netwib-5.39.0 - ebuild uses colon (:) as a sed delimiter
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: normal CC: treecleaner
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
net-libs:netwib-5.39.0:20200223-214124.log

Description Toralf Förster gentoo-dev 2020-02-23 21:44:53 UTC
>>> Source unpacked in /var/tmp/portage/net-libs/netwib-5.39.0/work
>>> Preparing source in /var/tmp/portage/net-libs/netwib-5.39.0/work/netwib-5.39.0-src/src ...
sed: -e expression #7, char 66: unknown option to `s'
 * ERROR: net-libs/netwib-5.39.0::gentoo failed (prepare phase):
 *   (no error message)
 * 

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

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

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

  Please see the tracker bug for details.

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.6
  [3]   python3.7 (fallback)
  [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]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
ghc:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Sun, 23 Feb 2020 20:07:08 +0000

emerge -qpvO net-libs/netwib
[ebuild  N    ] net-libs/netwib-5.39.0  USE="-doc"
Comment 1 Toralf Förster gentoo-dev 2020-02-23 21:44:56 UTC
Created attachment 615420 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-02-23 21:44:58 UTC
Created attachment 615422 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-02-23 21:45:01 UTC
Created attachment 615424 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-02-23 21:45:05 UTC
Created attachment 615426 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-02-23 21:45:07 UTC
Created attachment 615428 [details]
net-libs:netwib-5.39.0:20200223-214124.log
Comment 6 Larry the Git Cow gentoo-dev 2023-03-18 21:23:07 UTC
The bug has been closed via the following commit(s):

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

commit 686d9515136b4e06bcd234438ec28aa2ffafc866
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2023-03-18 21:22:44 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2023-03-18 21:22:44 +0000

    net-libs/netwib: fix build with clang 16
    
    Closes: https://bugs.gentoo.org/710626
    Closes: https://bugs.gentoo.org/828721
    Closes: https://bugs.gentoo.org/879735
    Signed-off-by: David Seifert <soap@gentoo.org>

 .../netwib/files/netwib-5.39.0-C99-decls.patch     | 19 +++++
 net-libs/netwib/files/netwib-5.39.0-config.patch   | 35 +++++++++
 .../netwib/files/netwib-5.39.0-sched_yield.patch   | 85 ++++++++++++++++++++++
 net-libs/netwib/netwib-5.39.0-r1.ebuild            | 56 ++++++++++++++
 net-libs/netwib/netwib-5.39.0.ebuild               | 61 ----------------
 5 files changed, 195 insertions(+), 61 deletions(-)