Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 552562 - www-client/netsurf-3.3-r1 fails in src_install
Summary: www-client/netsurf-3.3-r1 fails in src_install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-19 15:16 UTC by Enne Eziarc
Modified: 2015-08-10 21:40 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 Enne Eziarc 2015-06-19 15:16:35 UTC
Specifically, in these lines:

	pushd "${ED}"usr/bin >/dev/null || die
	for f in netsurf{,.*} ; do
		mv -v $f ${f/netsurf/netsurf-gtk} || die

/var/tmp/portage/www-client/netsurf-3.3-r1/image/usr/bin/ contains only a "netsurf" binary. The loop blows up when the command tries to move "netsurf.*", which doesn't exist. I don't know if the latter is *supposed* to exist, but adding "test -f $f || continue" lets it install successfully. The same should probably be done for the fbcon lines above it too.

(also /etc/input/mice in the elog looks like a typo... shouldn't that be /dev/?)