Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921347 - sci-electronics/librepcb-1.0.0-r2 fails to compile (GCC-14-SYSTEM): Target "librepcb_editor" links to: OpenGL::GLU but the target was not found
Summary: sci-electronics/librepcb-1.0.0-r2 fails to compile (GCC-14-SYSTEM): Target "l...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: The Soldering-Iron Brotherhood
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-01-04 10:20 UTC by Agostino Sarubbo
Modified: 2024-02-25 17:32 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,51.85 KB, text/plain)
2024-01-04 10:20 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-01-04 10:20:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-electronics/librepcb-1.0.0-r1 fails to compile (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: gcc14_tinderbox)

NOTE:
(GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-04 10:20:59 UTC
Created attachment 881461 [details]
build.log

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


  but the target was not found.  Possible reasons include:
-- Git not found, cannot set version info
Comment 3 Victor Kustov 2024-01-04 21:28:28 UTC
Look like need virtual/glu dependence
Comment 4 Victor Kustov 2024-01-04 22:00:09 UTC
(In reply to Agostino Sarubbo from comment #2)
> Error(s) that match a know pattern in addition to what has been reported in
> the summary:
> 
> 
>   but the target was not found.  Possible reasons include:
> -- Git not found, cannot set version info

It's OK. Version for release "hardcoded":

$ grep GIT_COMMIT_SHA libs/librepcb/core/build_env.h.in
#define GIT_COMMIT_SHA "9edb6ede3"
Comment 5 Larry the Git Cow gentoo-dev 2024-01-10 13:39:31 UTC
The bug has been referenced in the following commit(s):

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

commit 954c61ffc4a2edfde2d47dfc4bdc8bacdb48af2e
Author:     Victor Kustov <ktrace@yandex.ru>
AuthorDate: 2024-01-07 08:21:12 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2024-01-10 13:39:06 +0000

    sci-electronics/librepcb: add virtual/opengl deps
    
    Bug: https://bugs.gentoo.org/921347
    Signed-off-by: Victor Kustov <ktrace@yandex.ru>
    Closes: https://github.com/gentoo/gentoo/pull/34691
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 .../librepcb/{librepcb-1.0.0-r1.ebuild => librepcb-1.0.0-r2.ebuild}  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
Comment 6 Agostino Sarubbo gentoo-dev 2024-02-16 10:28:45 UTC
tinderbox_musl has reproduced this issue with version 1.0.0-r2 - Updating summary.
Comment 7 Victor Kustov 2024-02-25 17:32:02 UTC
Can you attach build log?