Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905365 - media-gfx/jpegoptim-1.5.3 has implicit function declarations in configure logs
Summary: media-gfx/jpegoptim-1.5.3 has implicit function declarations in configure logs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ionen Wolkens
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-04-30 07:23 UTC by Agostino Sarubbo
Modified: 2023-04-30 08:28 UTC (History)
0 users

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


Attachments
build.log (build.log,46.81 KB, text/plain)
2023-04-30 07:23 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-04-30 07:23:14 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-gfx/jpegoptim-1.5.3 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: ci)

NOTE:
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-04-30 07:23:16 UTC
Created attachment 860958 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-04-30 08:28:55 UTC
The bug has been closed via the following commit(s):

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

commit a850e9bccfa4e9b9221c299524afab180e42ecc6
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2023-04-30 07:51:08 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2023-04-30 08:27:53 +0000

    media-gfx/jpegoptim: misc ebuild updates
    
    * GPL-2+ -> GPL-3+ (this changed in >=jpegoptim-1.4.7)
    * add missing := to libjpeg-turbo (+revbump), subslot has changed
      twice before and it could potentially happen again
    * switch to cmake, fixes bug #905365 -- cmake doesn't feel like much
      of an improvement given it lacks an install target, but autoconf
      is even still using a configure.in (not .ac) -- cmake tests seem
      to pass same as gcc if using clang-16
    
    Closes: https://bugs.gentoo.org/905365
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 media-gfx/jpegoptim/jpegoptim-1.5.3-r1.ebuild | 32 +++++++++++++++++++++++++++
 media-gfx/jpegoptim/jpegoptim-1.5.3.ebuild    | 15 -------------
 2 files changed, 32 insertions(+), 15 deletions(-)