Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 377345 - app-emulation/vmware-workstation-7.1.4.385536 dodoc called on a directory
Summary: app-emulation/vmware-workstation-7.1.4.385536 dodoc called on a directory
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal QA
Assignee: Gentoo VMWare Bug Squashers [disabled]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-01 22:47 UTC by Matthew Marlowe (RETIRED)
Modified: 2011-12-17 18:44 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 Matthew Marlowe (RETIRED) gentoo-dev 2011-08-01 22:47:43 UTC
>>> Install vmware-workstation-7.1.4.385536 into /var/tmp/portage/app-emulation/vmware-workstation-7.1.4.385536/image/ category app-emulation
!!! dodoc: -r does not exist
 * QA Notice: dodoc argument 'doc/vmware-vmci' is a directory
dodoc failed

This is using the ebuild in portage, not the overlay, although I believe they are identical.
Comment 1 Dan Wallis 2011-08-01 23:05:50 UTC
Looks like dodoc is called twice in src_install():

$ grep -C1 dodoc vmware-workstation-7.1.4.385536.ebuild 
	if use doc; then
		dodoc doc/*
	fi
--
	if use doc; then
		dodoc -r doc/*
	fi
$
Comment 2 Vadim Kuznetsov (RETIRED) gentoo-dev 2011-12-17 18:44:10 UTC
I believe it's fixed.