Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690152 - dev-util/conf2struct-0_pre0: emake failed: fatal error: example.h: No such file or directory
Summary: dev-util/conf2struct-0_pre0: emake failed: fatal error: example.h: No such fi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 689340
  Show dependency tree
 
Reported: 2019-07-18 14:29 UTC by Thomas Deutschmann (RETIRED)
Modified: 2019-07-19 15:47 UTC (History)
0 users

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


Attachments
build.log (build.log,2.44 KB, text/plain)
2019-07-18 14:29 UTC, Thomas Deutschmann (RETIRED)
Details

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