https://bugzilla.novell.com/show_bug.cgi?id=391217 User kmachalkova@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=391217#c1 Summary: Perl warnings printed to stderr on any yast2 AA module startup Product: openSUSE 11.0 Version: Beta 3 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: AppArmor AssignedTo: agruen@novell.com ReportedBy: kmachalkova@novell.com QAContact: qa@suse.de CC: jjohansen@novell.com Found By: --- I've seen this already in beta2, still there in beta3. Launching any yast AA module from cmdline, this msg is printed to stderr: Name "swig_runtime_data::type_pointer3" used only once: possible typo at /usr/lib/perl5/5.10.0/i586-linux-thread-multi/DynaLoader.pm line 226 (#1) (W once) Typographical errors often show up as unique variable names. If you had a good reason for having a unique name, then just mention it again somehow to suppress the message. The our declaration is provided for this purpose. NOTE: This warning detects symbols that have been used only once so $c, @c, %c, *c, &c, sub c{}, c(), and c (the filehandle or format) are considered the same; if a program uses $c only once but also uses any of the others it will not trigger this warning. Depending on what I do with the module, it appears there once or more times. All AA yast modules seem to be affected - subdomain, SD_EditProfile (which also does not close correctly, but that is a different bug), LogProf etc. I suspect this to come from AA backend, since I haven't change anything perl-related on UI side. How to reproduce: simply type 'yast2 subdomain' in console ('yast2' is important here, since 'yast' only does not open GUI and redirects perl warnings to y2log in order not to mess up ncurses screen) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.