Comment # 6 on bug 1220375 from Stefan Hundhammer
Created attachment 873047 [details]
nohup.out from the y2logs tarball

%  ls -l nohup.out 
-rw-r--r-- 1 sh users 1629 26. Feb 18:04 nohup.out


It looks like there were Perl errors while trying to compile the Users.pm YaST
module:

> Attempt to reload constant.pm aborted (#1)
>     (F) You tried to load a file with use or require that failed to
>     compile once already.  Perl will not try to compile this file again
>     unless you delete its entry from %INC.  See "require" in perlfunc and
>     "%INC" in perlvar.
> .    
> Compilation failed in require at
>         /usr/lib/perl5/5.38.2/x86_64-linux-thread-multi/Data/Dumper.pm line 20 (#2)
>     (F) Perl could not compile a file specified in a require statement.
>     Perl uses this generic message when none of the errors that it
>     encountered were severe enough to halt compilation immediately.
> .    
> BEGIN failed--compilation aborted at
>         /usr/lib/perl5/5.38.2/x86_64-linux-thread-multi/Data/Dumper.pm line 20 (#3)
>     (F) An untrapped exception was raised while executing a BEGIN
>     subroutine.  Compilation stops immediately and the interpreter is
>     exited.
> .    
> Compilation failed in require at /usr/share/YaST2/modules/Users.pm line 43 (#2)
> BEGIN failed--compilation aborted at /usr/share/YaST2/modules/Users.pm line 43 (#3)
> Compilation failed in require (#2)
> BEGIN failed--compilation aborted (#3)
> Uncaught exception from user code:
>         Attempt to reload constant.pm aborted.
>         Compilation failed in require at /usr/lib/perl5/5.38.2/x86_64-linux-thread-multi/Data/Dumper.pm line 20.
>         BEGIN failed--compilation aborted at /usr/lib/perl5/5.38.2/x86_64-linux-thread-multi/Data/Dumper.pm line 20.
>         Compilation failed in require at /usr/share/YaST2/modules/Users.pm line 43.
>         BEGIN failed--compilation aborted at /usr/share/YaST2/modules/Users.pm line 43.
>         Compilation failed in require.
>         BEGIN failed--compilation aborted.


You are receiving this mail because: