Opened 5 years ago

Closed 5 years ago

#195 closed defect (wontfix)

The Disk full message does not distinguish between the volume for the new archive and the -b (work) volume

Reported by: Shmuel (Seymour J.) Metz Owned by:
Priority: Feedback pending Milestone:
Component: *none Version:
Severity: low Keywords: zip full message
Cc:

Description

The zip Disk full message does not distinguish between the volume for the new archive and the -b (work) volume

Change History (7)

comment:1 Changed 5 years ago by Silvan Scherrer

thanks for the info. When time permits or someone sponsors the fix we will look at it.

comment:2 Changed 5 years ago by Silvan Scherrer

Priority: minorFeedback pending

please give an example of the message and what message you would expect. also try the same on nix and see what message is sent there.

comment:3 Changed 5 years ago by Shmuel (Seymour J.) Metz

What I get is

zip I/O error: Disk full
zip error: Output file write failure (write error on zip file)

What I would expect is something like

zip I/O error: Target Disk full
zip error: Output file write failure (write error on zip file)

or

zip I/O error: Work Disk full
zip error: Output file write failure (write error on work file)

depending on what was full.

I'll try it on openSUSE Linux.

comment:4 Changed 5 years ago by Silvan Scherrer

any news?

comment:5 Changed 5 years ago by Shmuel (Seymour J.) Metz

It turns out that the work directory option does not exist in Linux. It probably exists in DOS and windoze.

comment:6 Changed 5 years ago by Silvan Scherrer

I did a quick code check. And neither DOS nor Win have a different message in this part. It's always:

zip I/O error: Disk full
zip error: Output file write failure (write error on zip file)

I'm not so sure if it's worth to change that.

comment:7 Changed 5 years ago by Silvan Scherrer

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.