Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 299888 - net-misc/ssvnc-1.0.2x: sed didn't work if useflag java set
Summary: net-misc/ssvnc-1.0.2x: sed didn't work if useflag java set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-06 13:28 UTC by Marcel Pennewiß
Modified: 2010-01-07 00:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ssvnc-1.0.22.ebuild.patch (ssvnc-1.0.22.ebuild.patch,361 bytes, patch)
2010-01-06 13:29 UTC, Marcel Pennewiß
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel Pennewiß 2010-01-06 13:28:00 UTC
The ebuild of ssvnc try to replace something in Makefile. If java-useflag is active the second string for replacement is empty and sed uses the filename instead. this fails:

sed: -e expression #2, char 1: unknown command: `M'

affected versions: 1.0.22, 1.0.24, 1.0.25


Reproducible: Always

Steps to Reproduce:
1. Set useflag java (global or for net-misc/ssvnc)
2. emerge ssvnc-1.0.22, -1.0.24 or -1.0.25
Comment 1 Marcel Pennewiß 2010-01-06 13:29:08 UTC
Created attachment 215382 [details, diff]
ssvnc-1.0.22.ebuild.patch

patch for ssvnc-1.0.22.ebuild