Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 492370 - sys-apps/systemd-9999: build failed: errno-to-name.h: No such file or directory
Summary: sys-apps/systemd-9999: build failed: errno-to-name.h: No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-23 18:45 UTC by Vasily Pupkin
Modified: 2013-11-25 19:38 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.