MSL-MacBook-Pro-Late-2013:mrc-converter-suite Mark$ perl convert.pl msecure5 -v mSec6.csv
Can't call method "year" on an undefined value at
/Users/Mark/Downloads/mrc-converter-suite/./Converters/Msecure5.pm line 477 (#1)
(F) You used the syntax of a method call, but the slot filled by the
object reference or package name contains an undefined value. Something
like this will reproduce the error:
MSL-MacBook-Pro-Late-2013:mrc-converter-suite2 Mark$ perl convert.pl msecure5 mSec6.csv -v
Use of uninitialized value $val in concatenation (.) or string at
/Users/Mark/Downloads/mrc-converter-suite2/./Converters/Msecure5.pm line 352 (#1)
(W uninitialized) An undefined value was used as if it were already
defined. It was interpreted as a "" or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.
msecure ist ein inhabergeführtes Beratungsunternehmen mit Schwerpunkt auf Datenschutz & Informationssicherheit, sowie Management Beratung für Bildungseinrichtungen, Sachaufwandsträger, das Gesundheitswesen und sonstige Unternehmen mit gehobenen Anforderungen. Sie erhalten bei msecure Consulting aus der Praxis für die Praxis. So verhelfen wir Ihnen zu einem sicheren und angemessenen Umgang mit Daten und Informationen.
In PR 239007 you mentioned that you did a backport of the patch for gcc which brings secure-plt. But you also found that adding -msecure-plt to CFLAGS.gcc is doing its job. For powerpc gcc that might work, but if you build a powerpc64 gcc with multilibs, with 32-bit libgcc etc., then I doubt that this is enough. But I might be wrong.
aa06259810