Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 883111 - dev-ruby/curses-1.4.4 - curses.c: error: incompatible function pointer types passing
Summary: dev-ruby/curses-1.4.4 - curses.c: error: incompatible function pointer types ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-11-26 10:17 UTC by Toralf Förster
Modified: 2024-04-26 06:04 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.25 KB, text/plain)
2022-11-26 10:17 UTC, Toralf Förster
Details
dev-ruby:curses-1.4.4:20221126-011109.log (dev-ruby:curses-1.4.4:20221126-011109.log,14.16 KB, text/plain)
2022-11-26 10:17 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,58.83 KB, text/plain)
2022-11-26 10:17 UTC, Toralf Förster
Details
environment (environment,94.98 KB, text/plain)
2022-11-26 10:18 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,701 bytes, application/x-bzip)
2022-11-26 10:18 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,34.35 KB, application/x-bzip)
2022-11-26 10:18 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.53 KB, application/x-bzip)
2022-11-26 10:18 UTC, Toralf Förster
Details
var.tmp.clang.tar.bz2 (var.tmp.clang.tar.bz2,1.91 KB, application/x-bzip)
2022-11-26 10:18 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-11-26 10:17:55 UTC
 * Running compile phase for ruby27
make -j4 V=1 -C ext/curses 
make: Entering directory '/var/tmp/portage/dev-ruby/curses-1.4.4/work/ruby27/curses-1.4.4/ext/curses'
clang -I. -I/usr/include/ruby-2.7.0/x86_64-linux -I/usr/include/ruby-2.7.0/ruby/backward -I/usr/include/ruby-2.7.0 -I. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int  -o curses.o -c curses.c
curses.c:5103:5: error: incompatible function pointer types passing
      'VALUE (VALUE, VALUE)'
      (aka 'unsigned long (unsigned long, unsigned long)') to parameter of type

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

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

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
CC=clang
CXX=clang++
gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.5
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.5
Python 3.10.8
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.65.0 *
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php8.1 *

  HEAD of ::gentoo
commit 6c8f073c7314de70beebc54d4afdd998a841ce5b
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Nov 25 23:18:55 2022 +0000

    2022-11-25 23:18:55 UTC

emerge -qpvO dev-ruby/curses
[ebuild  N    ] dev-ruby/curses-1.4.4  USE="-doc -test" RUBY_TARGETS="ruby27 ruby31 -ruby30"
Comment 1 Toralf Förster gentoo-dev 2022-11-26 10:17:56 UTC
Created attachment 836855 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-26 10:17:58 UTC
Created attachment 836857 [details]
dev-ruby:curses-1.4.4:20221126-011109.log
Comment 3 Toralf Förster gentoo-dev 2022-11-26 10:17:59 UTC
Created attachment 836859 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-11-26 10:18:00 UTC
Created attachment 836861 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-11-26 10:18:01 UTC
Created attachment 836863 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-26 10:18:02 UTC
Created attachment 836865 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-26 10:18:03 UTC
Created attachment 836867 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-11-26 10:18:04 UTC
Created attachment 836869 [details]
var.tmp.clang.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2024-04-26 06:04:57 UTC
The bug has been closed via the following commit(s):

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

commit 2e42b0fb915a4c1e2ce947ac4b2e72794e80e3e2
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2024-04-26 05:59:57 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2024-04-26 06:04:48 +0000

    dev-ruby/curses: add 1.4.5
    
    Closes: https://bugs.gentoo.org/883111
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/curses/Manifest            |  1 +
 dev-ruby/curses/curses-1.4.5.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)