Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40564 - Evolution compil crashes (1.4.5)
Summary: Evolution compil crashes (1.4.5)
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-06 00:48 UTC by Marc-o
Modified: 2004-02-09 05:06 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 Marc-o 2004-02-06 00:48:59 UTC
mkdir -p -- /var/tmp/portage/evolution-1.4.5/image//usr/share/gnome/help/evolution-1.4/C/figures
make  install-data-hook
make[4]: Entering directory `/var/tmp/portage/evolution-1.4.5/work/evolution-1.4.5/help/C'
/bin/sh ../../mkinstalldirs /var/tmp/portage/evolution-1.4.5/image//usr/share/omf/evolution
mkdir -p -- /var/tmp/portage/evolution-1.4.5/image//usr/share/omf/evolution
for file in evolution-1.4-C.omf; do \
	/bin/install -c -m 644 $file.out /var/tmp/portage/evolution-1.4.5/image//usr/share/omf/evolution/$file; \
done
/bin/install: ne peut 
Comment 1 Marc-o 2004-02-06 00:48:59 UTC
mkdir -p -- /var/tmp/portage/evolution-1.4.5/image//usr/share/gnome/help/evolution-1.4/C/figures
make  install-data-hook
make[4]: Entering directory `/var/tmp/portage/evolution-1.4.5/work/evolution-1.4.5/help/C'
/bin/sh ../../mkinstalldirs /var/tmp/portage/evolution-1.4.5/image//usr/share/omf/evolution
mkdir -p -- /var/tmp/portage/evolution-1.4.5/image//usr/share/omf/evolution
for file in evolution-1.4-C.omf; do \
	/bin/install -c -m 644 $file.out /var/tmp/portage/evolution-1.4.5/image//usr/share/omf/evolution/$file; \
done
/bin/install: ne peut évaluer `evolution-1.4-C.omf.out': Aucun fichier ou répertoire de ce type
make[4]: *** [install-data-hook-omf] Erreur 1
make[4]: Leaving directory `/var/tmp/portage/evolution-1.4.5/work/evolution-1.4.5/help/C'
make[3]: *** [install-data-am] Erreur 2
make[3]: Leaving directory `/var/tmp/portage/evolution-1.4.5/work/evolution-1.4.5/help/C'
make[2]: *** [install-am] Erreur 2
make[2]: Leaving directory `/var/tmp/portage/evolution-1.4.5/work/evolution-1.4.5/help/C'
make[1]: *** [install-recursive] Erreur 1
make[1]: Leaving directory `/var/tmp/portage/evolution-1.4.5/work/evolution-1.4.5/help'
make: *** [install-recursive] Erreur 1

!!! ERROR: net-mail/evolution-1.4.5 failed.
!!! Function kde_src_install, Line 185, Exitcode 2
!!! died running make install, kde_src_install:make


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2004-02-06 13:56:22 UTC
hrmm .. thats unexpected, it seems like kde_src_install is being run .. although thats probably not related to the problem.

i can't read the error message, but can you post emerge info and also try 

MAKEOPTS="-j1" emerge evolution 

instead?
Comment 3 Marc-o 2004-02-09 05:05:13 UTC
It worked with -j1 ...

Don't know why ?
Comment 4 Marc-o 2004-02-09 05:06:07 UTC
...