Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
When installing distcc v 2.18.3-r10 i think a typo prevent the installation of distccmon-gnome (or distccmon-gui) * Renaming /usr/bin/distccmon-gnome to /usr/bin/distccmon-gui * This is to have a little sensability in naming schemes between distccmon programs mv: ne peut évaluer `/var/tmp/portage/sys-devel/distcc-2.18.3-r10/image//usr/bin/distccmon-gnome': Aucun fichier ou répertoire de ce type (Aucun fichier... = No file...) must be because of the extra / in image//usr/bin typo Reproducible: Always Steps to Reproduce: 1.emerge distcc 2.i hope you try the 2.18.3-r10 ebuild :D 3.try find distccmon-gnome or distccmon-gui Actual Results: distccmon-gui or gnome not present Expected Results: should be present >>> Install distcc-2.18.3-r10 into /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/ category sys-devel 'make install' will install distcc as follows: man pages /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/share/man/man1 documents /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/share/doc/distcc programs /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/bin system configuration /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/etc shared data files /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/share/distcc /bin/sh ./mkinstalldirs /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/share/doc/distcc mkdir /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr mkdir /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/share mkdir /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/share/doc mkdir /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/share/doc/distcc for p in AUTHORS COPYING NEWS README INSTALL TODO doc/protocol-1.txt doc/status-1.txt doc/protocol-2.txt doc/reporting-bugs.txt survey.txt; do \ /usr/bin/install -c -m 644 $p /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/share/doc/distcc || exit 1; \ done /bin/sh ./mkinstalldirs /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/share/man/man1 mkdir /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/share/man mkdir /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/share/man/man1 for p in man/distcc.1 man/distccd.1 man/distccmon-text.1; do \ /usr/bin/install -c -m 644 $p /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/share/man/man1 || exit 1; \ done /bin/sh ./mkinstalldirs /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/bin mkdir /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/bin for p in distcc distccd distccmon-text; do \ /usr/bin/install -c $p /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/bin || exit 1; \ done /bin/sh ./mkinstalldirs /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/share/doc/distcc/example mkdir /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/share/doc/distcc/example for p in doc/example/init doc/example/init-suse doc/example/logrotate doc/example/xinetd; do \ /usr/bin/install -c -m 644 $p /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/usr/share/doc/distcc/example || exit 1; \ done * Renaming /usr/bin/distccmon-gnome to /usr/bin/distccmon-gui * This is to have a little sensability in naming schemes between distccmon programs mv: ne peut évaluer `/var/tmp/portage/sys-devel/distcc-2.18.3-r10/image//usr/bin/distccmon-gnome': Aucun fichier ou répertoire de ce type >>> Completed installing distcc-2.18.3-r10 into /var/tmp/portage/sys-devel/distcc-2.18.3-r10/image/
oops, sorry dup of http://bugs.gentoo.org/show_bug.cgi?id=171507 *** This bug has been marked as a duplicate of bug 171507 ***