Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/usr/bin/uudecode: illegal option -- p #87

Closed
wimstefan opened this issue Aug 9, 2014 · 3 comments
Closed

/usr/bin/uudecode: illegal option -- p #87

wimstefan opened this issue Aug 9, 2014 · 3 comments

Comments

@wimstefan
Copy link

That's the error message I get with the latest git version (commit 2d80ede)

@rkitover
Copy link
Owner

rkitover commented Aug 9, 2014

Can you please give me some details about your version of uudecode (what OS, distro, package etc.)

A link to the man page would also be helpful.

@wimstefan
Copy link
Author

Excuse me! I should have provided that immediately :-/

uudecode -v uudecode (GNU sharutils) 4.14
Copyright (C) 1994-2013 Free Software Foundation, Inc., all rights reserved.
This is free software. It is licensed for use, modification and
redistribution under the terms of the GNU General Public License,
version 3 or later http://gnu.org/licenses/gpl.html

And the manpage you can find here: https://gist.github.com/wimstefan/759c5bcbe1cc20fb69ed

I hope that's more useful as my first post.

My apologies again and thanks for you great work
Stefan

rkitover added a commit that referenced this issue Aug 9, 2014
GNU sharutils uudecode does not support the -p option for outputting to
STDOUT, but it does allow '-o -', which BSD uudecode takes to mean a
file called literally '-'.

Fortunately, GNU uudecode is documented to support '-o /dev/stdout' and
that works on BSD uudecode as well, so switch to that syntax.
@rkitover
Copy link
Owner

rkitover commented Aug 9, 2014

Fixed in master, note that things that use ANSI escape sequences may not work correctly yet due to bugs in AnsiEsc.vim, notably git diff and such, I am working on this in a different branch.

chauncey-garrett pushed a commit to chauncey-garrett/vim-vimpager that referenced this issue Sep 23, 2014
# By Rafael Kitover (37) and others
# Via Rafael Kitover
* 'master' of https://github.com/rkitover/vimpager: (62 commits)
  moved test scripts to prototypes/, minor fix
  experimental uudecode awk programs
  experimental uudecode.pl for Perl 4 and 5
  Ignore tput errors.
  set nomodeline fdl=9999 before file read rkitover#90
  support files with leading dash and -- rkitover#89
  integrate AnsiEsc git diff fix into vimpager
  save 731abf0 for upstream patch
  fix bg bleed in git diff for whitespace errors
  allow disabling AnsiEsc with var rkitover#88
  C man, perldoc and misc improvements
  perldoc.vim from vimpager-perlmod by trapd00r
  fix compatibility with GNU sharutils uudecode rkitover#87
  print warning if no uudecode binary
  only extract AnsiEsc if needed
  add sh fallback for uudecode
  bundle less.vim with our changes
  bundle AnsiEsc and redo logic of rkitover#81 (WIP)
  add SethMilliken to CONTRIBUTORS
  update CONTRIBUTORS
  ...

Conflicts:
	Makefile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants