EPM STR #16

Status:5 - New
Priority:2 - Low, e.g. a documentation error or undocumented side-effect
Scope:2 - Specific to an operating system
Subsystem:Unassigned
Summary:epm packaging fails on Solaris 2.8 if package already exists.
Version:4.x-current
Created By:citaylor
Assigned To:Unassigned
Fix Version:Unassigned
Update Notification:

Receive EMails Don't Receive EMails


Trouble Report Files:

Post File

No files


Trouble Report Dialog:

Post Text


Name/Time/DateText
citaylor
13:08 Jan 21, 2009
Epm packaging fails on Solaris 2.8 if gzipped package already exists.
When running in verbose this seems to be because the "gzip" call asks
if it should overwrite the existing package.

I suggest changing line 490 of pkg.c to read:
if (run_command(directory, EPM_GZIP " -vf9 %s.pkg", name))

Changing the gzip arguments from "-v9" to "-vf9" will force the overwrite of the package and allow the packaging to continue successfully.

Cheers.