Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 870733 - media-gfx/jpegpixi-1.1.1 - /.../stddef.h: error:
Summary: media-gfx/jpegpixi-1.1.1 - /.../stddef.h: error:
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-17 14:13 UTC by Toralf Förster
Modified: 2022-09-30 03:43 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.97 KB, text/plain)
2022-09-17 14:13 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,8.59 KB, application/x-bzip)
2022-09-17 14:13 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,21.09 KB, text/plain)
2022-09-17 14:13 UTC, Toralf Förster
Details
environment (environment,21.34 KB, text/plain)
2022-09-17 14:13 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,10.62 KB, application/x-bzip)
2022-09-17 14:13 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,6.06 KB, application/x-bzip)
2022-09-17 14:13 UTC, Toralf Förster
Details
media-gfx:jpegpixi-1.1.1:20220917-121556.log (media-gfx:jpegpixi-1.1.1:20220917-121556.log,7.88 KB, text/plain)
2022-09-17 14:13 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,16.97 KB, application/x-bzip)
2022-09-17 14:13 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-17 14:13:10 UTC
clang -DHAVE_CONFIG_H -I. -I. -I.  -DLOCALEDIR="\"/usr/share/locale\""   -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -c parsenum.c
clang -DHAVE_CONFIG_H -I. -I. -I.  -DLOCALEDIR="\"/usr/share/locale\""   -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -c rbtree.c
In file included from rbtree.c:25:
In file included from /usr/include/malloc.h:24:
/usr/lib/llvm/15/bin/../../../../lib/clang/15.0.0/include/stddef.h:35:26: error: 
      typedef redefinition with different types ('long' vs 'int')
typedef __PTRDIFF_TYPE__ ptrdiff_t;

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

  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)
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit 2be4f11d1103e9d0fe6cdcf770492a7d6c7ab1e5
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Sep 17 11:01:50 2022 +0000

    2022-09-17 11:01:49 UTC

emerge -qpvO media-gfx/jpegpixi
[ebuild  N    ] media-gfx/jpegpixi-1.1.1
Comment 1 Toralf Förster gentoo-dev 2022-09-17 14:13:11 UTC
Created attachment 807448 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-17 14:13:12 UTC
Created attachment 807451 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-09-17 14:13:13 UTC
Created attachment 807454 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-09-17 14:13:14 UTC
Created attachment 807457 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-17 14:13:15 UTC
Created attachment 807460 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-17 14:13:16 UTC
Created attachment 807463 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-09-17 14:13:17 UTC
Created attachment 807466 [details]
media-gfx:jpegpixi-1.1.1:20220917-121556.log
Comment 8 Toralf Förster gentoo-dev 2022-09-17 14:13:18 UTC
Created attachment 807469 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2022-09-30 03:43:29 UTC
The bug has been closed via the following commit(s):

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

commit 28348cffc8cb465f23a464ad88d5abee71c8728d
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-09-30 02:39:31 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-09-30 03:42:26 +0000

    media-gfx/jpegpixi: run eautoreconf for clang16
    
    ./configure "works" without but misdetects ptrdiff_t leading
    to a failing attempt to redefine it during compile phase.
    
    Closes: https://bugs.gentoo.org/870733
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 media-gfx/jpegpixi/jpegpixi-1.1.1-r1.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)