Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898398 - x11-misc/x11vnc-0.9.16-r7 has implicit function declarations in configure logs (HARDENED-SYSTEM)
Summary: x11-misc/x11vnc-0.9.16-r7 has implicit function declarations in configure log...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexander Tsoy
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-02-28 13:07 UTC by Agostino Sarubbo
Modified: 2023-03-11 17:15 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,110.40 KB, text/plain)
2023-02-28 13:07 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 2023-02-28 13:07:55 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-misc/x11vnc-0.9.16-r7 has implicit function declarations in configure logs (HARDENED-SYSTEM).
Discovered on: amd64 (internal ref: hardened_tinderbox)

NOTE:
(HARDENED-SYSTEM) in the summary means that the bug was found on a machine that runs an hardened profile with -D_FORTIFY_SOURCE=3 and -D_GLIBCXX_ASSERTIONS (https://www.gentoo.org/support/news-items/2023-01-01-hardening-fortify-assertions.html) but this bug MAY or MAY NOT BE related to the changes related to hardened.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-28 13:07:57 UTC
Created attachment 855216 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-03-11 17:15:32 UTC
The bug has been closed via the following commit(s):

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

commit b76f091b2cd8248248a55d9e8af6c3ea829e41ee
Author:     Alexander Tsoy <alexander@tsoy.me>
AuthorDate: 2023-03-05 22:26:23 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-11 17:15:12 +0000

    x11-misc/x11vnc: fix implicit function declarations in configure
    
    Also fix issue reported by checkbashisms and remove trailing spaces from
    init script.
    
    Closes: https://bugs.gentoo.org/849227
    Closes: https://bugs.gentoo.org/898398
    Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
    Signed-off-by: Sam James <sam@gentoo.org>

 ...1vnc-0.9.16-implicit-function-declaration.patch | 26 ++++++++++++++++++++++
 x11-misc/x11vnc/files/x11vnc.init.d-r1             |  8 +++----
 x11-misc/x11vnc/x11vnc-0.9.16-r7.ebuild            |  5 +++--
 3 files changed, 33 insertions(+), 6 deletions(-)