Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 800515 - net-irc/iroffer-dinoex-3.32-r2 - src.de/iroffer_admin.c: error: invalid suffix s on integer constant
Summary: net-irc/iroffer-dinoex-3.32-r2 - src.de/iroffer_admin.c: error: invalid suffi...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-07-04 16:24 UTC by Toralf Förster
Modified: 2025-02-13 08:06 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.60 KB, text/plain)
2021-07-04 16:24 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,281.31 KB, text/plain)
2021-07-04 16:24 UTC, Toralf Förster
Details
environment (environment,58.12 KB, text/plain)
2021-07-04 16:24 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,32.90 KB, application/x-bzip)
2021-07-04 16:24 UTC, Toralf Förster
Details
net-irc:iroffer-dinoex-3.32-r2:20210704-161905.log (net-irc:iroffer-dinoex-3.32-r2:20210704-161905.log,304.14 KB, text/plain)
2021-07-04 16:24 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,30.96 KB, application/x-bzip)
2021-07-04 16:24 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 2021-07-04 16:24:24 UTC
      |                                                             long long int

src.de/iroffer_admin.c:942:48: error: invalid suffix "s" on integer constant
  942 |           u_respond(u," %2i  %-9s   %-32s   %s"32s   %s %2.0f%%",
      |                                                ^~~
src.de/iroffer_admin.c:942:48: error: expected ‘)’ before numeric constant
  942 |           u_respond(u," %2i  %-9s   %-32s   %s"32s   %s %2.0f%%",

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-j3-20210630-090945

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.1.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.9.6
Available Rust versions:
  [1]   rust-bin-1.53.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
  [1]   php7.3
  [2]   php7.4
  [3]   php8.0 *
  HEAD of ::gentoo
commit 8e11da15ab8418f0fe3b83bd346c52f2dfd7988f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Jul 4 15:36:32 2021 +0000

    2021-07-04 15:36:31 UTC

emerge -qpvO net-irc/iroffer-dinoex
[ebuild  N    ] net-irc/iroffer-dinoex-3.32-r2  USE="admin blowfish chroot geoip http memsave ssl telnet -curl -debug -gnutls (-kqueue) -ruby -upnp"
Comment 1 Toralf Förster gentoo-dev 2021-07-04 16:24:25 UTC
Created attachment 721750 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-07-04 16:24:27 UTC
Created attachment 721753 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-07-04 16:24:28 UTC
Created attachment 721756 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-07-04 16:24:29 UTC
Created attachment 721759 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-07-04 16:24:31 UTC
Created attachment 721762 [details]
net-irc:iroffer-dinoex-3.32-r2:20210704-161905.log
Comment 6 Toralf Förster gentoo-dev 2021-07-04 16:24:32 UTC
Created attachment 721765 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2025-02-13 08:06:40 UTC
The bug has been referenced in the following commit(s):

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

commit 5f5dd64dc7609ca796c3493fe65c89d444f0a264
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-02-13 06:45:29 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-13 08:06:17 +0000

    net-irc/iroffer-dinoex: add 3.33
    
    Version bump fixes C99 problems with incompatible pointer types
    I was unable to replicate mentioned bugs with formatting and configure,
    so I can't say if they are fixed. Just mentioning them here as not happening
    when I build this with GCC-15 or in clang-musl container.
    For both 3.32-r2 and 3.33 versions
    
    Closes: https://bugs.gentoo.org/923914
    Bug: https://bugs.gentoo.org/789678
    Bug: https://bugs.gentoo.org/800515
    Bug: https://bugs.gentoo.org/830596
    Bug: https://bugs.gentoo.org/914057
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40552
    Signed-off-by: Sam James <sam@gentoo.org>

 net-irc/iroffer-dinoex/Manifest                   |   1 +
 net-irc/iroffer-dinoex/iroffer-dinoex-3.33.ebuild | 118 ++++++++++++++++++++++
 net-irc/iroffer-dinoex/metadata.xml               |   3 +
 3 files changed, 122 insertions(+)