Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 492370

Summary: sys-apps/systemd-9999: build failed: errno-to-name.h: No such file or directory
Product: Gentoo Linux Reporter: Vasily Pupkin <public.avatar>
Component: [OLD] Core systemAssignee: Gentoo systemd Team <systemd>
Status: RESOLVED FIXED    
Severity: normal CC: mgorny
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Vasily Pupkin 2013-11-23 18:45:40 UTC
systemd couldn't be builded after latest commits:

shared/.libs/errno-list.o
cc1: warning: ./src/core: No such file or directory [enabled by default]
cc1: warning: ./src/udev: No such file or directory [enabled by default]
/tmp/portage/sys-apps/systemd-9999/work/systemd-9999/src/shared/errno-list.c:31:27: fatal error: errno-to-name.h: No such file or directory
 #include "errno-to-name.h"
                           ^


Reproducible: Always

Steps to Reproduce:
1. emerge -v =sys-apps/systemd-9999
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-11-23 21:09:35 UTC
This looks like a upstream bug in git HEAD. Either wait or report it there. There's nothing we can do.
Comment 2 Vasily Pupkin 2013-11-25 06:57:52 UTC
(In reply to Michał Górny from comment #1)
> This looks like a upstream bug in git HEAD. Either wait or report it there.
> There's nothing we can do.

But I can successfully build HEAD with recommended options, for example
Comment 3 Vasily Pupkin 2013-11-25 16:02:10 UTC
The only target failed to build is:

 * x86: running multilib-minimal_abi_src_compile

Main body builds ok. So the problem is in the ebuild.
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-11-25 16:17:01 UTC
Ok, I will take a look as soon as I have some time for it. Sorry.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-11-25 19:38:13 UTC
Fix committed.