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

Bug 690152

Summary: dev-util/conf2struct-0_pre0: emake failed: fatal error: example.h: No such file or directory
Product: Gentoo Linux Reporter: Thomas Deutschmann (RETIRED) <whissi>
Component: Current packagesAssignee: Craig Andrews <candrews>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 689340    
Attachments: build.log

Description Thomas Deutschmann (RETIRED) gentoo-dev 2019-07-18 14:29:59 UTC
Created attachment 583394 [details]
build.log

>>> Compiling source in /var/tmp/portage/dev-util/conf2struct-0_pre0/work/conf2struct-10ea3356b65e712fb000f4d37f00e1dc09c1e722 ...
make --jobs 5 --load-average 7.95
./conf2struct eg_conf.cfg
cc -g   -c -o parser.o parser.c
cc -g   -c -o argtable3.o argtable3.c
cc -g   -c -o confcheck.o confcheck.c
parser.c:7:10: fatal error: example.h: No such file or directory
 #include "example.h"                                                                                                             ^~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: parser.o] Error 1                                                                                 make: *** Waiting for unfinished jobs....
Use of uninitialized value in concatenation (.) or string at ./conf2struct line 611.
Use of uninitialized value in concatenation (.) or string at ./conf2struct line 611.
 * ERROR: dev-util/conf2struct-0_pre0::gentoo failed (compile phase):
 *   emake failed
 *
Comment 1 Craig Andrews gentoo-dev 2019-07-19 14:33:02 UTC
I'm not able to reproduce this problem and I'm having trouble figuring out why you're seeing it. Do you have any thoughts?
Comment 2 Craig Andrews gentoo-dev 2019-07-19 15:13:50 UTC
Reported upstream: https://github.com/yrutschle/conf2struct/issues/10
Comment 3 Larry the Git Cow gentoo-dev 2019-07-19 15:47:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2567dd4089a370c75731d272908c34173119b02f

commit 2567dd4089a370c75731d272908c34173119b02f
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2019-07-19 15:20:49 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2019-07-19 15:47:09 +0000

    dev-util/conf2struct: Disable parallel make
    
    Closes: https://bugs.gentoo.org/690152
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 dev-util/conf2struct/conf2struct-0_pre0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)