Opened 6 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 by Silvan Scherrer, 6 years ago

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

comment:2 by Silvan Scherrer, 6 years ago

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 by Shmuel (Seymour J.) Metz, 6 years ago

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 by Silvan Scherrer, 6 years ago

any news?

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

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

comment:6 by Silvan Scherrer, 6 years ago

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 by Silvan Scherrer, 5 years ago

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