Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944979 - net-print/epson-inkjet-printer-escpr-1.2.15 fails to compile: filter.c:453:15: error: too many arguments to function SendStartJob
Summary: net-print/epson-inkjet-printer-escpr-1.2.15 fails to compile: filter.c:453:15...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mike Pagano
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-26 08:09 UTC by Agostino Sarubbo
Modified: 2025-03-11 19:32 UTC (History)
0 users

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


Attachments
build.log (build.log,84.84 KB, text/plain)
2024-11-26 08:09 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-11-26 08:09:58 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-print/epson-inkjet-printer-escpr-1.2.15 fails to compile.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-26 08:09:59 UTC
Created attachment 911930 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-26 08:10:00 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/var/tmp/portage/net-print/epson-inkjet-printer-escpr-1.2.15/temp/environment: line 635: --with-cupsppddir=/usr/share/ppd: No such file or directory
filter.c:453:15: error: too many arguments to function ‘SendStartJob’
Comment 3 Larry the Git Cow gentoo-dev 2025-03-11 19:32:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41eab49a49ca83d642f6fe4fa3540d048b6efc3b

commit 41eab49a49ca83d642f6fe4fa3540d048b6efc3b
Author:     Mike Pagano <mpagano@gentoo.org>
AuthorDate: 2025-03-11 19:30:19 +0000
Commit:     Mike Pagano <mpagano@gentoo.org>
CommitDate: 2025-03-11 19:32:03 +0000

    net-print/epson-inkjet-printer-escpr: Compilation fixes
    
    Fix function arguments, gcc-15 fixes
    
    Closes: https://bugs.gentoo.org/944979
    
    Signed-off-by: Mike Pagano <mpagano@gentoo.org>

 .../epson-inkjet-printer-escpr-1.2.15-r1.ebuild    | 38 ++++++++++++++++++++++
 ...pson-inkjet-printer-escpr-1.2-filter-func.patch | 11 +++++++
 .../epson-inkjet-printer-escpr-1.2-gcc15.patch     | 23 +++++++++++++
 3 files changed, 72 insertions(+)