Bug 2820 - Need to change from using gmime-uudecode to just uudecode
Summary: Need to change from using gmime-uudecode to just uudecode
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Rick Moseley
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2006-06-22 20:49 UTC by Rick Moseley
Modified: 2006-11-21 21:25 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Moseley 2006-06-22 20:49:46 UTC
When building on RHEL4U4 it was determined that the command gmime-uudecode was
not available which is part of the gmime package.  It turns out the gmime
package is not available for RHEL4U4.

So, the switch to regular uudecode should be made.
Comment 1 Rick Moseley 2006-06-22 20:52:00 UTC
The switch has been made to uudecode.  Using uudecode on the files previously
encoded using gmime-uuencode seems to work fine.  It turns out uudecode is in
the sharutils package and an appropriate warning has been added to frysk if
uudecode is not installed.