Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 598798 - app-emulation/dosemu-1.4.1_pre20130107-r3 fails to emerge, missing version.h
Summary: app-emulation/dosemu-1.4.1_pre20130107-r3 fails to emerge, missing version.h
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergei Trofimovich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-02 17:04 UTC by gentoo
Modified: 2016-11-13 10:54 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,75.67 KB, text/x-log)
2016-11-02 17:04 UTC, gentoo
Details
emerge --info output (emerge-info.txt,17.82 KB, text/plain)
2016-11-02 17:05 UTC, gentoo
Details
emerge -pqv output (emerge-info2.txt,17.82 KB, text/plain)
2016-11-02 17:05 UTC, gentoo
Details
config.log (config.log,69.65 KB, text/x-log)
2016-11-08 08:34 UTC, gentoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gentoo 2016-11-02 17:04:50 UTC
Created attachment 452186 [details]
build.log

x86_64-pc-linux-gnu-gcc -c -MP -MMD -I../../../src/include -I../../../src/plugin/include  -Wall -Wstrict-prototypes -Wmissing-declarations -Wnested-externs  -fno-strict-aliasing -pipe -march=native -O2 -pipe -ggdb -o int.o int.c
int.c:23:21: fatal error: version.h: No such file or directory
compilation terminated.
../../../src/Makefile.common:41: recipe for target 'int.o' failed
make[2]: *** [int.o] Error 1
make[2]: Leaving directory '/var/tmp/portage/app-emulation/dosemu-1.4.1_pre20130107-r3/work/dosemu-code-15cfb41ff20a052769d753c3262c57ecb050ad71/src/base/async'
../src/arch/linux/Makefile.main:113: recipe for target 'base/async' failed
make[1]: *** [base/async] Error 2
make[1]: Leaving directory '/var/tmp/portage/app-emulation/dosemu-1.4.1_pre20130107-r3/work/dosemu-code-15cfb41ff20a052769d753c3262c57ecb050ad71/src'
Makefile:23: recipe for target 'default' failed
make: *** [default] Error 2


Attaching the output of the various emerge --info commands and the build.log.
Comment 1 gentoo 2016-11-02 17:05:18 UTC
Created attachment 452188 [details]
emerge --info output
Comment 2 gentoo 2016-11-02 17:05:39 UTC
Created attachment 452190 [details]
emerge -pqv output
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2016-11-04 23:51:15 UTC
For some reason at glibc detection phase it dumped part
of you environment:

  checking for glibc...... A='dosemu-freedos-1.0-bin.tgz dosemu-1.4.1_pre20130107.zip'
  ABI=amd64
  ABI_X86=64
  ACCEPT_LICENSE=GPL-2
  ALSALIB=-lasound
  ...

Can you post your config.log as well?

Should be in /var/tmp/portage/app-emulation/dosemu-1.4.1_pre20130107-r3/work/dosemu-code-15cfb41ff20a052769d753c3262c57ecb050ad71/config.log
Comment 4 gentoo 2016-11-08 08:34:44 UTC
Created attachment 452684 [details]
config.log

Attaching config.log as requested.
Comment 5 gentoo 2016-11-13 10:54:28 UTC
Somehow this bug disappeared... it works now.