Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 696934 - dev-debug/ddd-3.3.12-r4 - In file included from args.C:46: session.h:33:10: fatal error: version.h: No such file or directory
Summary: dev-debug/ddd-3.3.12-r4 - In file included from args.C:46: session.h:33:10: f...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maciej Mrozowski
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: parallel-make
  Show dependency tree
 
Reported: 2019-10-08 06:19 UTC by John Blbec
Modified: 2024-03-11 21:51 UTC (History)
1 user (show)

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


Attachments
build.log (dev-util:ddd-3.3.12-r4:20191008-051652.log,52.84 KB, text/plain)
2019-10-08 06:19 UTC, John Blbec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Blbec 2019-10-08 06:19:20 UTC
Created attachment 592106 [details]
build.log

x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.  -I./..  -march=haswell -O2 -pipe  -O2  -Wall -W -Wwrite-strings -march=haswell -pipe -trigraphs  -c -o annotation.o annotation.C
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.  -I./..  -march=haswell -O2 -pipe  -O2  -Wall -W -Wwrite-strings -march=haswell -pipe -trigraphs  -c -o args.o args.C
In file included from args.C:46:
session.h:33:10: fatal error: version.h: No such file or directory
 #include "version.h"
          ^~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:2369: args.o] Error 1
Comment 1 Larry the Git Cow gentoo-dev 2019-11-22 21:56:49 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aee48ef6f2300cf7e9000ea35271fd95397de47

commit 6aee48ef6f2300cf7e9000ea35271fd95397de47
Author:     Maciej Mrozowski <reavertm@gentoo.org>
AuthorDate: 2019-11-22 21:54:52 +0000
Commit:     Maciej Mrozowski <reavertm@gentoo.org>
CommitDate: 2019-11-22 21:56:02 +0000

    dev-util/ddd: fix parallel compilation issue
    
    Bug: https://bugs.gentoo.org/696934
    Package-Manager: Portage-2.3.76, Repoman-2.3.16
    Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org>

 dev-util/ddd/ddd-3.3.12-r4.ebuild            |  4 +-
 dev-util/ddd/files/ddd-3.3.12-gcc9.patch     | 93 ++++++++++++++++++++++++++++
 dev-util/ddd/files/ddd-3.3.12-parallel.patch | 15 +++++
 3 files changed, 111 insertions(+), 1 deletion(-)
Comment 2 Maciej Mrozowski gentoo-dev 2019-11-22 21:58:00 UTC
Thanks for reporting!
Comment 3 Eli Schwartz 2024-03-11 21:50:49 UTC
Would be even better to make sure it actually gets reported upstream!!!