Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 618040 - sys-apps/systemd-233-r1 on x32: journald-console.c:75:32: error: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘__syscall_slong_t {aka long long int}’
Summary: sys-apps/systemd-233-r1 on x32: journald-console.c:75:32: error: format ‘%ld’...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: x32
  Show dependency tree
 
Reported: 2017-05-09 19:58 UTC by Dainius Masiliūnas
Modified: 2018-02-26 22:21 UTC (History)
0 users

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


Attachments
build.log.gz (build.log.gz,154.99 KB, application/gzip)
2017-05-09 20:04 UTC, Dainius Masiliūnas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dainius Masiliūnas 2017-05-09 19:58:33 UTC
Building systemd-233 on x32 fails with the following error:

/var/tmp/portage/sys-apps/systemd-233-r1/work/systemd-233/src/journal/journald-console.c:75:32: error: format ‘%ld’ expects argument of type ‘l
ong int’, but argument 5 has type ‘__syscall_slong_t {aka long long int}’ [-Werror=format=]
                 xsprintf(tbuf, "[%5"PRI_TIME".%06ld] ",
                                ^

This is a bug known upstream already, see the see also/url field.
Comment 1 Dainius Masiliūnas 2017-05-09 20:04:36 UTC
Created attachment 472162 [details]
build.log.gz
Comment 2 Mike Gilbert gentoo-dev 2017-05-09 20:20:57 UTC
Just let me know when upstream has merged something. ;)
Comment 3 Dainius Masiliūnas 2017-05-19 17:56:13 UTC
And they just did, the pull in the see also field just got merged.