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

Bug 715904

Summary: x11-wm/ctwm-4.0.3 : /.../image_jpeg.c: error: unknown type name sigjmp_buf
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo musl team <musl>
Status: RESOLVED FIXED    
Severity: normal CC: lillyjsm, proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/20074
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
temp.tbz2
x11-wm:ctwm-4.0.3:20200402-115908.log

Description Toralf Förster gentoo-dev 2020-04-02 12:41:58 UTC
FAILED: CMakeFiles/ctwmlib.dir/image_jpeg.c.o 
/usr/bin/x86_64-gentoo-linux-musl-gcc  -I/var/tmp/portage/x11-wm/ctwm-4.0.3/work/ctwm-4.0.3 -I.  -O2 -pipe -march=native   -std=c99 -Wall -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wnested-externs -Wmissing-declarations -MD -MT CMakeFiles/ctwmlib.dir/image_jpeg.c.o -MF CMakeFiles/ctwmlib.dir/image_jpeg.c.o.d -o CMakeFiles/ctwmlib.dir/image_jpeg.c.o -c /var/tmp/portage/x11-wm/ctwm-4.0.3/work/ctwm-4.0.3/image_jpeg.c
/var/tmp/portage/x11-wm/ctwm-4.0.3/work/ctwm-4.0.3/image_jpeg.c:33:2: error: unknown type name sigjmp_buf
   33 |  sigjmp_buf setjmp_buffer;
      |  ^~~~~~~~~~
/var/tmp/portage/x11-wm/ctwm-4.0.3/work/ctwm-4.0.3/image_jpeg.c: In function LoadJpegImage:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-20200328-141627

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
clang version 10.0.0 
Target: x86_64-gentoo-linux-musl
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 *

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu Apr  2 10:09:17 UTC 2020
/var/db/repos/musl	Fri Mar 27 00:25:27 UTC 2020

emerge -qpvO x11-wm/ctwm
[ebuild  N    ] x11-wm/ctwm-4.0.3
Comment 1 Toralf Förster gentoo-dev 2020-04-02 12:42:01 UTC
Created attachment 628996 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-02 12:42:04 UTC
Created attachment 628998 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-02 12:42:07 UTC
Created attachment 629000 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-02 12:42:10 UTC
Created attachment 629002 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-02 12:42:14 UTC
Created attachment 629004 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-02 12:42:16 UTC
Created attachment 629006 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-04-02 12:42:19 UTC
Created attachment 629008 [details]
x11-wm:ctwm-4.0.3:20200402-115908.log
Comment 8 Larry the Git Cow gentoo-dev 2021-03-26 09:23:16 UTC
The bug has been referenced in the following commit(s):

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

commit b5c89a2d0eea024513fed664c0627fd19d78079e
Author:     Jake Lilly <lillyjsm@gmail.com>
AuthorDate: 2021-03-23 08:10:19 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-03-26 09:23:10 +0000

    x11-wm/ctwm: adopt and fix
    
    Bug: https://bugs.gentoo.org/715904
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Jake Lilly <lillyjsm@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/20074
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 x11-wm/ctwm/ctwm-4.0.3.ebuild | 33 ++++++++++++++++++++++++++-------
 x11-wm/ctwm/metadata.xml      | 19 ++++++++++++++++++-
 2 files changed, 44 insertions(+), 8 deletions(-)
Comment 9 Andreas Sturmlechner gentoo-dev 2021-04-19 08:50:14 UTC
You can use "Closes:" tag for the bug next time.

Consider improving git summary in the future so we know what was fixed without having to visit the bug URI.