bug#55197: Build fail for `lightdm`

2022-04-30 Thread Pāladhammika via Bug reports for GNU Guix
https://termbin.com/dec5

All the best,
Pāladhammika

lightdm-bug
Description: Binary data


bug#53659: Fontmanager failing to build

2022-01-31 Thread Pāladhammika via Bug reports for GNU Guix
Hello Guix,

Build fails when saying that python3 is not found.
https://termbin.com/574m

All the best,
Pāladhammika





bug#53659: (No Subject)

2022-01-31 Thread Pāladhammika via Bug reports for GNU Guix
Fixed by roptat
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=9295b911163f386ac63286c1d797718afabf5585

All the best,
Pāladhammika





bug#52585: lualatex: Unexpected non-option argument(s): lualatex.fmt

2022-01-24 Thread Pāladhammika via Bug reports for GNU Guix
Hello,

Yes! I also noticed. Can now upgrade to texlive2021 with no issues building my 
documents. Thanks for your effort and support.

All the best,
Pāladhammika


‐‐‐ Original Message ‐‐‐

On Monday, January 24th, 2022 at 2:01 PM, Sergiu Ivanov  
wrote:

> Sergiu, happy





bug#52585: lualatex: Unexpected non-option argument(s): lualatex.fmt

2022-01-03 Thread Pāladhammika via Bug reports for GNU Guix
Hello Thiago,

Sorry for the delay.

Let me try to recall... I got the texlive 2021 to work after deleting 
~/.texlive2019 however, the build times were them immensely slower.

All the best,
Pāladhammika

‐‐‐ Original Message ‐‐‐

On Friday, December 31st, 2021 at 4:06 AM, Thiago Jung Bauermann 
 wrote:

> Hello Sergiu, Hello Pāladhammika,
>
> Em terça-feira, 28 de dezembro de 2021, às 09:16:32 -03, Sergiu Ivanov
>
> escreveu:
>
> > Hello,
> >
> > I am chiming in to say that I have the same issue. In my case this
> >
> > doesn't seem related to https://issues.guix.gnu.org/51252 , because
> >
> > I install the entire texlive package.
>
> I was able to reproduce the problem with the texlive package installed.
>
> Installing the package texlive-latex-luatex doesn’t help.
>
> I can work on this issue some days after the holidays.
>
> Pāladhammika,
>
> Just for clarification, do you also use entire texlive package?
>
> -
>
> Thanks,
>
> Thiago





bug#52585: Lualatex Missing Format File

2021-12-17 Thread Pāladhammika via Bug reports for GNU Guix
Hello Guix,

Unable to build documents since the latest texlive update. It spits out the 
below message.

This is related to a former bug found here:
https://issues.guix.gnu.org/51252

cat main.fir | \
sed '/\\contentsfinish/d' | \
sort > main.fir.tmp
echo '\\contentsfinish' >> main.fir.tmp
mv main.fir.tmp main.fir
lualatex -interaction=nonstopmode -halt-on-error -synctex=1 main.tex;
This is LuaTeX, Version 1.13.0 (TeX Live 2021/GNU Guix)
 restricted system commands enabled.

kpathsea: Running mktexfmt lualatex.fmt
/gnu/store/irzhgvy2zb6dd9g7a6b343pn4lvsn9n0-texlive-bin-20210325/share/texmf-dist/scripts/texlive/fmtutil.pl:
 Unexpected non-option argument(s): lualatex.fmt
Try "fmtutil --help" for more information.
I can't find the format file `lualatex.fmt'!
make: *** [Makefile:24: document] Error 1