Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 789678 - net-irc/iroffer-dinoex-3.32 - src.de/iroffer_transfer.c: error: expected expression before % token
Summary: net-irc/iroffer-dinoex-3.32 - src.de/iroffer_transfer.c: error: expected expr...
Status: RESOLVED FIXED
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-05-12 13:10 UTC by Toralf Förster
Modified: 2025-02-17 21:05 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.58 KB, text/plain)
2021-05-12 13:10 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,160.81 KB, text/plain)
2021-05-12 13:10 UTC, Toralf Förster
Details
environment (environment,70.67 KB, text/plain)
2021-05-12 13:10 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,26.35 KB, application/x-bzip)
2021-05-12 13:11 UTC, Toralf Förster
Details
net-irc:iroffer-dinoex-3.32:20210512-123016.log (net-irc:iroffer-dinoex-3.32:20210512-123016.log,186.06 KB, text/plain)
2021-05-12 13:11 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,28.88 KB, application/x-bzip)
2021-05-12 13:11 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-05-12 13:10:54 UTC
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~
src.de/iroffer_transfer.c: In function ‘t_transfersome’:
src.de/iroffer_transfer.c:397:59: error: expected expression before ‘%’ token
  397 |                               "mmap() [%p] offset=0x%.8" [%p] offset=0x%.8" LLPRINTFMT "X size=0x%.8" LLPRINTFMT "X",
      |                                                           ^
src.de/iroffer_transfer.c:397:62: error: expected ‘)’ before ‘offset’
  397 |                              "mmap() [%p] offset=0x%.8" [%p] offset=0x%.8" LLPRINTFMT "X size=0x%.8" LLPRINTFMT "X",

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_systemd-j2-20210510-164102

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

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.8.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.52.1
  [2]   rust-1.52.1 *
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

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed May 12 12:05:34 UTC 2021

emerge -qpvO net-irc/iroffer-dinoex
[ebuild  N    ] net-irc/iroffer-dinoex-3.32  USE="admin blowfish chroot http memsave ssl telnet -curl -debug -geoip -gnutls (-kqueue) -ruby -upnp"
Comment 1 Toralf Förster gentoo-dev 2021-05-12 13:10:56 UTC
Created attachment 707544 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-05-12 13:10:57 UTC
Created attachment 707547 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-05-12 13:10:59 UTC
Created attachment 707550 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-05-12 13:11:00 UTC
Created attachment 707553 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-05-12 13:11:01 UTC
Created attachment 707556 [details]
net-irc:iroffer-dinoex-3.32:20210512-123016.log
Comment 6 Toralf Förster gentoo-dev 2021-05-12 13:11:03 UTC
Created attachment 707559 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2025-02-13 08:06:39 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(+)
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-02-17 21:05:38 UTC
Let's call it fixed.