Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 842108 - dev-lang/gnat-gpl-2021-r4 installs libtool files (.la) without corresponding static libraries
Summary: dev-lang/gnat-gpl-2021-r4 installs libtool files (.la) without corresponding ...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-02 06:56 UTC by Agostino Sarubbo
Modified: 2023-09-18 00:27 UTC (History)
2 users (show)

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


Attachments
build.log.xz (build.log.xz,104.81 KB, application/x-xz)
2022-05-02 06:56 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-05-02 06:56:52 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/gnat-gpl-2020 installs libtool files (.la) without corresponding static libraries.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-02 06:56:54 UTC
Created attachment 775898 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-06 06:43:54 UTC
tinderbox has reproduced this issue with version 2021-r3 - Updating summary.
Comment 3 Tupone Alfredo gentoo-dev 2022-08-08 14:03:14 UTC
The log says:
 * QA Notice: Installing libtool files (.la) without corresponding static libraries!
 *   /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.1/libquadmath.la
 *   /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.1/libatomic.la
 *   /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.1/libcaf_single.la
 *   /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.1/32/libatomic.la
 *   /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.1/32/libquadmath.la
 *   /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.1/32/libcaf_single.la
 *   /usr/libexec/gcc/x86_64-pc-linux-gnu/9.3.1/liblto_plugin.la

No one is ada specific. I think they should be handled in toolchain.eclass where a similar cleaning is done
Comment 4 Agostino Sarubbo gentoo-dev 2022-12-06 12:12:12 UTC
ci has reproduced this issue with version 2021-r4 - Updating summary.
Comment 5 Andreas K. Hüttel archtester gentoo-dev 2023-09-18 00:27:45 UTC
(In reply to Tupone Alfredo from comment #3)
> The log says:
>  * QA Notice: Installing libtool files (.la) without corresponding static
> libraries!
>  *   /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.1/libquadmath.la
>  *   /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.1/libatomic.la
>  *   /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.1/libcaf_single.la
>  *   /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.1/32/libatomic.la
>  *   /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.1/32/libquadmath.la
>  *   /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.1/32/libcaf_single.la
>  *   /usr/libexec/gcc/x86_64-pc-linux-gnu/9.3.1/liblto_plugin.la
> 
> No one is ada specific. I think they should be handled in toolchain.eclass
> where a similar cleaning is done

These are all libraries provided by gcc (also as .a).
This is a false positive or a bug in the script.