[Bug 1665] /opt/icedtea-2.4.5/generated.build/sun/misc/Version.java.temp /bin/sed: -e expression #5, char 21: unknown option to `s'

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Mar 20 00:34:29 UTC 2014


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1665

Andrew John Hughes <gnu.andrew at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
           Severity|blocker                     |normal

--- Comment #1 from Andrew John Hughes <gnu.andrew at redhat.com> ---
Your problem here is:

's/@@distro_name@@/n/a/g'

with the 'n/a' value resulting in an extra / which confuses sed.

The 'n/a' value comes from $(DISTRO_NAME) which is set by the IcedTea build to
$(DIST_NAME), a value set from the result of lsb_release. So, the problem here
is what lsb_release -is returns on your system.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140320/3376a1e4/attachment.html>


More information about the distro-pkg-dev mailing list