On 25-09-08 15:09, Jakub Ružička wrote:
> When looking at processes:
> 
> /usr/libexec/qemu-binfmt/aarch64-binfmt-P
> 
> from qemu-user-static is used which implies user/process emulation as
> opposed to system emulation, right? I don't use custom pbuilder
> config, this is default.
> 
> The slowest reproducible case I've hit is the installation of
> texlive-latex-extra package which took several hours (takes several
> seconds normally):
> 
>       # create pbuilder image (basetgz)
>       sudo pbuilder create --distribution trixie --architecture arm64 
> --basetgz /var/cache/pbuilder/trixie-arm64-base.tgz
>       # login to the image
>       sudo pbuilder login --distribution trixie --architecture arm64 
> --basetgz /var/cache/pbuilder/trixie-arm64-base.tgz
>       # install problematic packages
>       apt install texlive-latex-extra
> 
> This stuck on 
> 
>       Processing triggers for tex-common (6.19) ...
>       Running updmap-sys. This may take some time... done.
>       Running mktexlsr /var/lib/texmf ... done.
>       Building format(s) --all.
>               This may take some time...
> 

#> time apt install texlive-latex-extra

...
Building format(s) --all.
        This may take some time... done.

real    165m27.254s
user    164m32.000s
sys     0m9.948s

So more than 2 hours to install...


Cheers,
Jakub Ružička

Reply via email to