Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479712 - app-arch/par2cmdline - wildcard regression
Summary: app-arch/par2cmdline - wildcard regression
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-04 11:48 UTC by Eric Draven
Modified: 2013-12-14 15:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
amended ebuild with the patches (par2cmdline-0.4-r2.tar.gz,1.57 KB, application/gzip)
2013-08-04 11:48 UTC, Eric Draven
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Draven 2013-08-04 11:48:20 UTC
Created attachment 355106 [details]
amended ebuild with the patches

Problem with par2 and wildcard expansion within itself as well as with bash sending directories to it as command line option.

This pertains to Bug 51817 for which one patch has been dropped(which is still needed) and the current patch needs a modification.

The original patch is still needed as added and reported in bug 51817.
 par2cmdline-0.4-wildcard-fix-2.patch (1.84 KB, patch)
2004-05-24 00:07 UTC, Bardur Arantsson 

The patch:
 shell expanded wildcard patch for par2cmdline (888 bytes, patch)
2006-04-07 00:28 UTC, Michael Evans 

Needed to cater for other operations of par2 and not just creation.

I have attached my ebuild which includes both patches which can be checked against the current and previous files.
Comment 1 Eric Draven 2013-08-04 16:02:50 UTC
To replicate the wildcard bug.

1.) Have par files as well as directories in /some_dir/ that need to be verified or repaired
1.) run par2 [v|r] some_par_file.par2 /some_dir/*

par2 fails
Comment 2 Eric Draven 2013-08-04 16:03:12 UTC
To replicate the wildcard bug.

1.) Have par files as well as directories in /some_dir/ that need to be verified or repaired
1.) run par2 [v|r] some_par_file.par2 /some_dir/*

par2 fails
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2013-12-14 15:18:58 UTC
par2cmdline has been forked at https://github.com/BlackIkeEagle/par2cmdline and the 0.6.3 release is now in Portage

reopen if you can reproduce the issue with the new versions