Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193683 - dev-lang/mozart-1.3.2 doesn't compile : linux/user.h not found
Summary: dev-lang/mozart-1.3.2 doesn't compile : linux/user.h not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Keri Harris
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: sane-linux-headers
  Show dependency tree
 
Reported: 2007-09-24 20:08 UTC by kaouete
Modified: 2007-09-29 05:51 UTC (History)
0 users

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 kaouete 2007-09-24 20:08:55 UTC
I tried to compile dev-lang/mozart-1.3.2 but it failed with this error :

gmake[3]: entrant dans le répertoire « /var/tmp/portage/dev-lang/mozart-1.3.2/work/mozart-1.3.2.20060615/contrib/ri »
perl /var/tmp/portage/dev-lang/mozart-1.3.2/work/mozart-1.3.2.20060615/contrib/ri/../../platform/emulator/bidecl.perl -file modRI.spec -interface > modRI-table.cc || { rm -f modRI-table.cc; exit 1; }
/var/tmp/portage/dev-lang/mozart-1.3.2/work/mozart-1.3.2.20060615/share/ozengine.sh /var/tmp/portage/dev-lang/mozart-1.3.2/work/mozart-1.3.2.20060615/share/lib/ozc -c RI.oz -o RI.ozf
/bin/sh /var/tmp/portage/dev-lang/mozart-1.3.2/work/mozart-1.3.2.20060615/platform/emulator/oztool.sh c++  -O3  -I/var/tmp/portage/dev-lang/mozart-1.3.2/work/mozart-1.3.2.20060615/platform/emulator -I/var/tmp/portage/dev-lang/mozart-1.3.2/work/mozart-1.3.2.20060615/platform/emulator -I/usr/include -I. -I/usr/local/oz/include -DLINUX_IEEE -c misc.cc -o misc.o
Dans le fichier inclus à partir de misc.hh:41,
          à partir de misc.cc:27:
sigfpe.h:9:51: erreur: linux/user.h : Aucun fichier ou répertoire de ce type
gmake[3]: *** [misc.o] Erreur 1
gmake[3]: quittant le répertoire « /var/tmp/portage/dev-lang/mozart-1.3.2/work/mozart-1.3.2.20060615/contrib/ri »
gmake[2]: *** [boot-all] Erreur 2
gmake[2]: quittant le répertoire « /var/tmp/portage/dev-lang/mozart-1.3.2/work/mozart-1.3.2.20060615/contrib/ri »
gmake[1]: *** [bootstrap] Erreur 1
gmake[1]: quittant le répertoire « /var/tmp/portage/dev-lang/mozart-1.3.2/work/mozart-1.3.2.20060615/contrib »
make: *** [bootstrap] Erreur 1
 *
 * ERROR: dev-lang/mozart-1.3.2 failed.
 * Call stack:
 *   ebuild.sh, line 1654:   Called dyn_compile
 *   ebuild.sh, line 990:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   mozart-1.3.2.ebuild, line 83:   Called die
 *
 * emake bootstrap failed
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-lang/mozart-1.3.2/temp/build.log'.
 *

It looks like /usr/src/linux-2.6.22-gentoo-r5/include/linux/user.h exists but /usr/include/linux/user.h do not !

Reproducible: Always
Comment 1 Keri Harris gentoo-dev 2007-09-29 05:51:59 UTC
Thanks for the bug report! This is now fixed in CVS.