Comment # 13 on bug 1079744 from
(In reply to Wolfgang Bauer from comment #12)
> (In reply to Tom���� Chv��tal from comment #11)
> > Weird problem is that if we do not run %check phase the unoil.jar and others
> > are fine... :/
> 
> IIRC, that was the problem 3 years ago as well, wasn't it?
> This was the "fix" back then:
> --- libreoffice.spec (revision 1)
> +++ libreoffice.spec (revision 1)
> @@ -1013,11 +1013,9 @@
>  sed -i -e "s|@INSTALLDIR@|%{_libdir}/%{name}|" pyuno/source/module/uno.py
> scripting/source/pyprov/officehelper.py
>  
>  # just call make here as we added the jobs in configure
> +# The check phase is run here too if it is split with nocheck
> +# install of jars get broken sometimes
> +make VERBOSE=true
> -make build-nocheck
> -
> -%check
> -make unitcheck
> -make slowcheck
>  
>  %install
>  make DESTDIR=%{buildroot} distro-pack-install
> 
> Just mentioning...

Yep, but the problem now is we build the tests conditionally and only on 64b
intel, that means this would not solve it this time.


You are receiving this mail because: