Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 884583 - [guru] dev-libs/properties-cpp-0.0.2 calls commands that do not exist: dot
Summary: [guru] dev-libs/properties-cpp-0.0.2 calls commands that do not exist: dot
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: gjdijkman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2022-12-06 12:18 UTC by Agostino Sarubbo
Modified: 2024-11-17 03:36 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,220.34 KB, text/plain)
2022-12-06 12:18 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 2022-12-06 12:18:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/properties-cpp-0.0.2 calls commands that do not exist.
Discovered on: amd64 (internal ref: guru_tinderbox)

NOTE:
(CLANG-STRICTER-SYSTEM) in the summary means that the bug was found on a machine that runs clang with stricter mode

This machine uses clang with CFLAGS/CXXFLAGS=-Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types

See also:
https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
https://wiki.gentoo.org/wiki/Modern_C_porting
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-06 12:18:31 UTC
Created attachment 840437 [details]
build.log

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

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3142a3d6556677a2a46bc7cd36e27ae71258580

commit e3142a3d6556677a2a46bc7cd36e27ae71258580
Author:     Alexander Golubev <fatzer2@gmail.com>
AuthorDate: 2024-11-17 02:43:07 +0000
Commit:     Alexander Golubev <fatzer2@gmail.com>
CommitDate: 2024-11-17 02:49:18 +0000

    dev-libs/properties-cpp: ebuild maintanence
    
    - fix tests
    - add missing doc dependency
    - remove -Werror from C/CXXFLAGS
    - fix incorrect version in pkg-config file
    - change include installation directory to not clutter /usr/include
    
    Closes: https://bugs.gentoo.org/887449
    Closes: https://bugs.gentoo.org/884583
    Closes: https://bugs.gentoo.org/859766
    Signed-off-by: Alexander Golubev <fatzer2@gmail.com>

 .../files/properties-cpp-0.0.2-cmake-patch.patch   | 166 +++++++++++++++++++++
 .../properties-cpp/properties-cpp-0.0.2-r1.ebuild  |  36 +++++
 .../properties-cpp/properties-cpp-0.0.2.ebuild     |  40 -----
 3 files changed, 202 insertions(+), 40 deletions(-)