Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 747847 - net-im/teams-1.3.00.25560 ebuild error
Summary: net-im/teams-1.3.00.25560 ebuild error
Status: RESOLVED DUPLICATE of bug 747562
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-11 15:46 UTC by Christophe PEREZ
Modified: 2020-10-11 17:59 UTC (History)
1 user (show)

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 Christophe PEREZ 2020-10-11 15:46:27 UTC
It seems that there is an error with net-im/teams-1.3.00.25560 ebuild.

>>> Install net-im/teams-1.3.00.25560 into /var/tmp/portage/net-im/teams-1.3.00.25560/image
rm: cannot remove '/var/tmp/portage/net-im/teams-1.3.00.25560/image/usr/share/teams/resources/app.asar.unpacked/node_modules/keytar3': Is a directory
 * ERROR: net-im/teams-1.3.00.25560::gentoo failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 125:  Called src_install
 *   environment, line 1640:  Called die
 * The specific snippet of code:
 *       rm -f "${D}"/usr/share/teams/resources/app.asar.unpacked/node_modules/keytar3 || die;

Replacing "rm -f" by "rm -rf" solve the problem.
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2020-10-11 17:59:22 UTC

*** This bug has been marked as a duplicate of bug 747562 ***