Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 883113 - dev-ruby/rdiscount-2.2.7 - gethopt.c: error: parameter val was not declared, defaults to int; ISO
Summary: dev-ruby/rdiscount-2.2.7 - gethopt.c: error: parameter val was not declared, ...
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:18 UTC by Toralf Förster
Modified: 2023-06-17 04:53 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.33 KB, text/plain)
2022-11-26 10:18 UTC, Toralf Förster
Details
dev-ruby:rdiscount-2.2.7:20221126-013700.log (dev-ruby:rdiscount-2.2.7:20221126-013700.log,12.47 KB, text/plain)
2022-11-26 10:18 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,71.30 KB, text/plain)
2022-11-26 10:18 UTC, Toralf Förster
Details
environment (environment,96.01 KB, text/plain)
2022-11-26 10:18 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,698 bytes, application/x-bzip)
2022-11-26 10:18 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,26.43 KB, application/x-bzip)
2022-11-26 10:18 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,1.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,445 bytes, 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:18:08 UTC
      in all versions of C and is not supported in C2x
      [-Wdeprecated-non-prototype]
hoptopt(ctx)
^
gethopt.c:48:13: error: parameter 'val' was not declared, defaults to 'int'; ISO
      C99 and later do not support implicit int [-Werror,-Wimplicit-int]
hopterr(ctx,val)

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

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

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
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 following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

php cli (if any):

  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/rdiscount
[ebuild  N    ] dev-ruby/rdiscount-2.2.7  USE="-doc -test" RUBY_TARGETS="ruby27 ruby31 -ruby30"
Comment 1 Toralf Förster gentoo-dev 2022-11-26 10:18:09 UTC
Created attachment 836871 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-26 10:18:10 UTC
Created attachment 836873 [details]
dev-ruby:rdiscount-2.2.7:20221126-013700.log
Comment 3 Toralf Förster gentoo-dev 2022-11-26 10:18:12 UTC
Created attachment 836875 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-11-26 10:18:13 UTC
Created attachment 836877 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-11-26 10:18:14 UTC
Created attachment 836879 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-26 10:18:15 UTC
Created attachment 836881 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-26 10:18:16 UTC
Created attachment 836883 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-11-26 10:18:17 UTC
Created attachment 836885 [details]
var.tmp.clang.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2023-06-17 04:53:35 UTC
The bug has been closed via the following commit(s):

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

commit 4ab5a448579f5e70d21e1cd944ee3a25f292c62d
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2023-06-17 04:51:56 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2023-06-17 04:53:32 +0000

    dev-ruby/rdiscount: add 2.2.7.1
    
    Closes: https://bugs.gentoo.org/883113
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/rdiscount/Manifest                 |  1 +
 dev-ruby/rdiscount/rdiscount-2.2.7.1.ebuild | 43 +++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)