[opensuse] grep needs to be updated to 2.21
I was using grep to scan names of files in RPM's. Some of the names are in latin1 instead of UTF-8, and the version of grep installed with 13.2 (2.20), gives messages like this: *** file = libvtkUtilitiesPythonInitializer-pv4.2.so.1 grep: invalid UTF-8 byte sequence in input ----- *** file = libvtkPVClientServerCoreCore-pv4.2.so.1 grep: invalid UTF-8 byte sequence in input ----- the 'file' part is my script -- name of the file I am looking for, but grep aborts because of the invalid UTF-8 bytes in the "rpm -ql" output of some package or another. I D/L their current version (2.21) and verified it is fixed; output comes up now, like: *** file = libvtkUtilitiesPythonInitializer-pv4.2.so.1 /home/rpms/13.2/repo/oss/suse/x86_64/paraview-4.2.0-1.2.x86_64.rpm:/usr/lib64/paraview/libvtkUtilitiesPythonInitializer-pv4.2.so.1 /home/rpms/13.2/repo/oss/x64+noarch/paraview-4.2.0-1.2.x86_64.rpm:/usr/lib64/paraview/libvtkUtilitiesPythonInitializer-pv4.2.so.1 ----- *** file = libvtkPVClientServerCoreCore-pv4.2.so.1 /home/rpms/13.2/repo/oss/suse/x86_64/paraview-4.2.0-1.2.x86_64.rpm:/usr/lib64/paraview/libvtkPVClientServerCoreCore-pv4.2.so.1 /home/rpms/13.2/repo/oss/x64+noarch/paraview-4.2.0-1.2.x86_64.rpm:/usr/lib64/paraview/libvtkPVClientServerCoreCore-pv4.2.so.1 I have dumped the names of all the files of all the rpms in 13.2, so if something is "looking" for one of those files, I can scan the distribution for the file. The bug only appears if you use the "-P" option of grep -- which I used. The grep maintainers were able to reproduce my problem with an older version... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 2015-06-01 01:40, Linda Walsh wrote:
The bug only appears if you use the "-P" option of grep -- which I used.
The grep maintainers were able to reproduce my problem with an older version...
Then the procedure is for you to write a bugzilla, and point to the upstream report or patch, requesting the patch to be backported to the version used in the distribution, or whatever. - -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" (Minas Tirith)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iF4EAREIAAYFAlVrpuwACgkQja8UbcUWM1xg4QD/QDStSHBdXyp4NljVfO2lJNtj EHL1cd01o8LMGK85MdsA/188zbaLofDG3InJe9MX7I43UswUrJvtNHZmJgISkwV6 =eSdB -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Carlos E. R.
-
Linda Walsh