Fair enough; that would require an opd rpm rebuild.  Has anyone done
this, or better yet, determined if a better patch exists?

-- 
David N. Lombard
 
My comments represent my opinions, not those of Intel Corporation.

>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:oscar-devel-
>[EMAIL PROTECTED] On Behalf Of Jeff Squyres
>Sent: Tuesday, October 19, 2004 10:36 AM
>To: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
>Subject: Re: [Oscar-devel] OPD patch
>
>Please feel free to apply that patch directly to opd.
>
>
>On Oct 19, 2004, at 1:25 PM, Lombard, David N wrote:
>
>> Yo,
>>
>> In going through the GUI patches, I have the following hack to
silence
>> those goofy undefined re match errors from OPD:
>>
>> $ cat OSCAR/oscar/packages/oda/scripts/oda-1.30.patch
>> --- /usr/lib/perl5/site_perl/oda.pm.orig        2004-10-04
>> 21:23:47.000000000 -0700
>> +++ /usr/lib/perl5/site_perl/oda.pm     2004-10-08 23:52:38.000000000
>> -0700
>> @@ -6185,7 +6185,8 @@
>>  #              $$result_hash_ref{ $unescaped_field_name } =
>>  #                  $database_handle->unquote
>>  #                  ( $$result_hash_ref{ $unescaped_field_name } );
>> -               if ( $$result_hash_ref{ $unescaped_field_name } =~
>> /^\'.*\'$/ ) {
>> +               if ( $$result_hash_ref{ $unescaped_field_name }
>> +                    && $$result_hash_ref{ $unescaped_field_name } =~
>> /^\'.*\'$/ ) {
>>                     $$result_hash_ref{ $unescaped_field_name } =~
>> s/^\'//;
>>                     $$result_hash_ref{ $unescaped_field_name } =~
>> s/\'$//;
>>                 }
>> $
>>
>> Has somebody (Bernard?) applied such a patch or otherwise fixed the
>> problem?
>>
>> --
>> David N. Lombard
>>
>> My comments represent my opinions, not those of Intel Corporation.
>>
>>
>> -------------------------------------------------------
>> This SF.net email is sponsored by: IT Product Guide on
>> ITManagersJournal
>> Use IT products in your business? Tell us what you think of them.
Give
>> us
>> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find
out
>> more
>> http://productguide.itmanagersjournal.com/guidepromo.tmpl
>> _______________________________________________
>> Oscar-devel mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>>
>
>--
>{+} Jeff Squyres
>{+} [EMAIL PROTECTED]
>{+} http://www.lam-mpi.org/
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: IT Product Guide on
ITManagersJournal
>Use IT products in your business? Tell us what you think of them. Give
us
>Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out
more
>http://productguide.itmanagersjournal.com/guidepromo.tmpl
>_______________________________________________
>Oscar-devel mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/oscar-devel


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Oscar-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to