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

Bug 875143

Summary: x11-libs/libast-0.8 - unsigned long (const char ); ISO C99 and later do not support implicit
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: treecleaner
Priority: Normal Keywords: PMASKED
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=871705
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 870412    
Attachments: emerge-info.txt
clang.tar.bz2
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
temp.tar.bz2
x11-libs:libast-0.8:20221004-132349.log

Description Toralf Förster gentoo-dev 2022-10-04 16:49:45 UTC
snprintf.c:43:22: error: unknown type name 'size_t'
vsnprintf(char *str, size_t count, const char *fmt, va_list args)
                     ^
snprintf.c:51:13: error: call to undeclared library function 'strlen' with type
      'unsigned long (const char *)'; ISO C99 and later do not support implicit
      function declarations [-Werror,-Wimplicit-function-declaration]
    return (strlen(str));

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.1
Python 3.10.7
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   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 2479392520ee4a7494ee85e58a81e90569619e52
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Oct 4 12:32:53 2022 +0000

    2022-10-04 12:32:52 UTC

emerge -qpvO x11-libs/libast
[ebuild  N    ] x11-libs/libast-0.8  USE="pcre -imlib" CPU_FLAGS_X86="mmx"
Comment 1 Toralf Förster gentoo-dev 2022-10-04 16:49:46 UTC
Created attachment 820156 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-04 16:49:47 UTC
Created attachment 820159 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-10-04 16:49:48 UTC
Created attachment 820162 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-10-04 16:49:50 UTC
Created attachment 820165 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-10-04 16:49:51 UTC
Created attachment 820168 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-10-04 16:49:52 UTC
Created attachment 820171 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-10-04 16:49:53 UTC
Created attachment 820174 [details]
temp.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-10-04 16:49:55 UTC
Created attachment 820177 [details]
x11-libs:libast-0.8:20221004-132349.log
Comment 9 Larry the Git Cow gentoo-dev 2022-12-20 04:16:57 UTC
The bug has been referenced in the following commit(s):

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

commit c7a0d0f3cc0c81bf085ee1567a536b2b50d38791
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2022-12-20 04:15:51 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2022-12-20 04:16:47 +0000

    profiles: Mask x11-libs/libast for removal
    
    Bug: https://bugs.gentoo.org/875143
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 profiles/package.mask | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 10 Larry the Git Cow gentoo-dev 2023-01-21 06:07:02 UTC
The bug has been closed via the following commit(s):

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

commit 8b84c62a1da7891bc983dbac01c9fd0f88a434a5
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2023-01-21 06:03:46 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2023-01-21 06:03:46 +0000

    x11-libs/libast: Delete
    
    Closes: https://bugs.gentoo.org/875143
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 profiles/package.mask                              |  6 --
 x11-libs/libast/Manifest                           |  1 -
 .../files/libast-0.8-configure-clang16.patch       | 65 ----------------------
 x11-libs/libast/libast-0.8-r1.ebuild               | 53 ------------------
 x11-libs/libast/metadata.xml                       | 18 ------
 5 files changed, 143 deletions(-)