Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 802042 - sys-fs/udev-249-r1[static-libs] fails to compile: ninja: error: unknown target 'src/udev/libudev.a'
Summary: sys-fs/udev-249-r1[static-libs] fails to compile: ninja: error: unknown targe...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-13 18:41 UTC by Sebastian Pipping
Modified: 2021-07-13 19:13 UTC (History)
0 users

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


Attachments
Build log (sys-fs:udev-249-r1:20210713-183218.log,71.49 KB, text/x-log)
2021-07-13 18:41 UTC, Sebastian Pipping
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2021-07-13 18:41:33 UTC
Created attachment 723721 [details]
Build log

[..]
>>> Source configured.
>>> Compiling source in /var/tmp/portage/sys-fs/udev-249-r1/work/systemd-249 ...
 * abi_x86_32.x86: running multilib-minimal_abi_src_compile
ninja -v -j5 -l0 libudev.so.1.7.2 src/libudev/libudev.pc src/udev/libudev.a
ninja: error: unknown target 'src/udev/libudev.a'
[..]
Comment 1 Larry the Git Cow gentoo-dev 2021-07-13 18:53:49 UTC
The bug has been closed via the following commit(s):

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

commit 3d9d44627d8f9a8e8e353ca494afb64dd2c05e7a
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2021-07-13 18:52:35 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2021-07-13 18:53:45 +0000

    sys-fs/udev: fix libudev.a target
    
    Closes: https://bugs.gentoo.org/802042
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-fs/udev/udev-249-r1.ebuild | 4 ++--
 sys-fs/udev/udev-9999.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Sebastian Pipping gentoo-dev 2021-07-13 19:13:32 UTC
Awesome, thanks a bunch!