[Bug 104511] Re: [needs-packaging] Java Media Framework (JMF)

chiralsoftware ericjhollander at yahoo.com
Tue Jun 24 00:27:02 UTC 2008


Oh, I found out why the installer doesn't work.  Somehow the version of
plain old Unix tail has slightly different command line args now.  Edit
the installer script and change:

tail +309 $0 > $outname

to:

tail --lines=+309 $0 > $outname

and then it runs as expected.  Probably Sun should change this to detect
which version of tail it's using.  Or even better, they should switch to
a more modern system, like why not put the whole thing in an executable
jar file?

-- 
[needs-packaging] Java Media Framework (JMF)
https://bugs.launchpad.net/bugs/104511
You received this bug notification because you are a member of MOTU,
which is a bug assignee.




More information about the universe-bugs mailing list