Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 871375 - net-analyzer/netwatch-1.3.0.1-r4 - dispdata.c: error: call to undeclared function uthread_wait; ISO C99 and
Summary: net-analyzer/netwatch-1.3.0.1-r4 - dispdata.c: error: call to undeclared func...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-18 13:17 UTC by Toralf Förster
Modified: 2022-10-09 11:47 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.98 KB, text/plain)
2022-09-18 13:17 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,1.45 KB, application/x-bzip)
2022-09-18 13:17 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,106.92 KB, text/plain)
2022-09-18 13:17 UTC, Toralf Förster
Details
environment (environment,76.54 KB, text/plain)
2022-09-18 13:17 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,13.74 KB, application/x-bzip)
2022-09-18 13:17 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.90 KB, application/x-bzip)
2022-09-18 13:17 UTC, Toralf Förster
Details
net-analyzer:netwatch-1.3.0.1-r4:20220918-114039.log (net-analyzer:netwatch-1.3.0.1-r4:20220918-114039.log,21.07 KB, text/plain)
2022-09-18 13:17 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,24.78 KB, application/x-bzip)
2022-09-18 13:17 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 2022-09-18 13:17:12 UTC
      later do not support implicit function declarations
      [-Werror,-Wimplicit-function-declaration]
        dokeyin ('l');
        ^
dispdata.c:724:7: error: call to undeclared function 'uthread_wait'; ISO C99 and
      later do not support implicit function declarations
      [-Werror,-Wimplicit-function-declaration]

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4-20220917-070004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.0
Python 3.10.7
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.16.1_p1 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit e8176b4c385fc022aa4f3bd9744cd6ec4632c400
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Sep 18 11:16:47 2022 +0000

    2022-09-18 11:16:46 UTC

emerge -qpvO net-analyzer/netwatch
[ebuild  N    ] net-analyzer/netwatch-1.3.0.1-r4  USE="-doc"
Comment 1 Toralf Förster gentoo-dev 2022-09-18 13:17:13 UTC
Created attachment 811267 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-18 13:17:14 UTC
Created attachment 811270 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-09-18 13:17:15 UTC
Created attachment 811273 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-09-18 13:17:16 UTC
Created attachment 811276 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-18 13:17:17 UTC
Created attachment 811279 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-18 13:17:18 UTC
Created attachment 811282 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-09-18 13:17:19 UTC
Created attachment 811285 [details]
net-analyzer:netwatch-1.3.0.1-r4:20220918-114039.log
Comment 8 Toralf Förster gentoo-dev 2022-09-18 13:17:20 UTC
Created attachment 811288 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2022-10-09 11:47:36 UTC
The bug has been closed via the following commit(s):

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

commit 9f16edcdcdb68ccb69d94998d81174faae673fb3
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-10-09 11:02:52 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-10-09 11:46:40 +0000

    net-analyzer/netwatch: EAPI7->8, drop dead urls, lto+clang16 fixes
    
    Also remove IUSE=doc and install the single pre-gen html
    file uncoditionally.
    
    May be an easy fix wrt #861203 but haven't looked, passing
    -fno-strict-aliasing just as better than nothing (did need
    a patch for lto mismatch either way).
    
    Closes: https://bugs.gentoo.org/861203
    Closes: https://bugs.gentoo.org/871375
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 .../netwatch/files/netwatch-1.3.0.1-clang16.patch  | 22 +++++++++++++
 .../files/netwatch-1.3.0.1-lto-mismatch.patch      |  8 +++++
 ....3.0.1-r4.ebuild => netwatch-1.3.0.1-r5.ebuild} | 36 +++++++++++-----------
 3 files changed, 48 insertions(+), 18 deletions(-)