bug#66537: configure: error: The Guile bindings of GnuTLS are missing

2023-10-17 Thread Daniel Meißner via Bug reports for GNU Guix
Hi Hiep, > Hi, > > I'm on Fedora and started a shell with: > > ``` > guix shell -D guix help2man git strace --pure > ``` > > And then: > > ``` > ./bootstrap > ./configure --localstatedir=/var > ``` > > And it showed me this error: > > ``` > [snip] > checking for guile-3.0 >= 3.0.3... yes > checkin

bug#65889: texlive-acronyms is missing dependencies

2023-09-13 Thread Daniel Meißner via Bug reports for GNU Guix
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Daniel Meißner via Bug reports for GNU Guix writes: > [...] >> I can provide a patch if desired to add texlive-xstring and >> texlive-bigfoot to texlive-acronym’s (propagated-)inputs. The suffix >> package appe

bug#65889: texlive-acronyms is missing dependencies

2023-09-12 Thread Daniel Meißner via Bug reports for GNU Guix
Hi Guix! The following MWE does not compile with pdflatex using the modular texlive packages: --8<---cut here---start->8--- \documentclass{article} \usepackage{acronym} \begin{document} \end{document} --8<---cut here---end--

bug#56503: Poor error message on missing file using substitute*

2022-07-13 Thread Daniel Meißner via Bug reports for GNU Guix
Hi, Maxim Cournoyer writes: > When substitute* encounters a nonexistent file, the error is reported > to the guix CLI like so: > > [...] > > The main error message, "system-error "mkstemp" "~A" ("No such file or > directory") (2)" is malformed and doesn't report the actual file which > is missin

bug#55618: Allow patching from mummi issues

2022-05-25 Thread Daniel Meißner via Bug reports for GNU Guix
Hi, Maxime Devos writes: > Or is text;charset=utf-8 actually valid? There is a clear answer from RFC 2045, Section 5.1 [1]: > Note also that a subtype specification is MANDATORY -- it may not be > omitted from a Content-Type header field. 1: https://datatracker.ietf.org/doc/html/rfc2045#sectio

bug#51968: Missing dependency for Xournal++

2021-12-21 Thread Daniel Meißner via Bug reports for GNU Guix
Alexander Asteroth writes: > On Mon, Dec 20 2021, 14:47:24, Daniel Meißner > wrote: >>> I can reproduce the missing icons issue by running >>> >>>> guix shell --pure -f xournalpp-fix.scm -- xournalpp >>> >>> as suggested below. Wondering

bug#51968: Missing dependency for Xournal++

2021-12-17 Thread Daniel Meißner via Bug reports for GNU Guix
Hi Alexander, hi Ludo’, Ludovic Courtès writes: > Hi Daniel, > > Daniel Meißner skribis: > >> there is a problem with the package xournalpp on Guix master. To >> reproduce run: >> >> $ guix shell --pure xournalpp -- xournalpp [...] > How should this be a

bug#51968: Missing dependency for Xournal++

2021-12-10 Thread Daniel Meißner via Bug reports for GNU Guix
Hi Ludo, Ludovic Courtès writes: > Daniel Meißner skribis: > >> there is a problem with the package xournalpp on Guix master. To >> reproduce run: >> >> $ guix shell --pure xournalpp -- xournalpp >> [...] > How should this be addressed? Adding ‘gnome-icon-

bug#51968: xounalpp package issues

2021-11-19 Thread Daniel Meißner via Bug reports for GNU Guix
Hi! Further investigation reveals that the missing file `image-missing.png' is in the package adwaita-icon-theme and not gnome-icon-theme. Note that simply installing the package in the same profile does not help: --8<---cut here---start->8--- $ guix shell --p

bug#51968: Missing dependency for Xournal++

2021-11-19 Thread Daniel Meißner via Bug reports for GNU Guix
Hi Guix, there is a problem with the package xournalpp on Guix master. To reproduce run: --8<---cut here---start->8--- $ guix shell --pure xournalpp -- xournalpp ** Message: 10:08:54.258: TEXTDOMAINDIR = (null), PACKAGE_LOCALE_DIR = /gnu/store/dw4ca44bncb2cl0

bug#51114: Owncloud client error message

2021-10-18 Thread Daniel Meißner via Bug reports for GNU Guix
Hi Cayetano, this should be fixed in the current version of owncloud-client. See also https://issues.guix.gnu.org/47672 and https://issues.guix.gnu.org/51117. Best Daniel

bug#47672: [PATCH] gnu: owncloud-client: Fix sysconfdir path

2021-06-16 Thread Daniel Meißner
Hi, I have also noticed this issue and found a fix here: https://github.com/owncloud/client/issues/8373 Somehow sysconfdir is not set correctly so that owncloud searched for sync-exclude.lst in the relative path etc/ownCloud/sync-exclude.lst instead of the /gnu/store/...-owncloud-client/etc/ownC

bug#47672: owncloud-client : "Could not read system exclude file"

2021-06-16 Thread Daniel Meißner via Bug reports for GNU Guix
Hi, I have also noticed this issue and found the basis for my fix here: https://github.com/owncloud/client/issues/8373 The attached patch fixes this behaviour. Best regards Daniel >From 84b103e261ed1473cdd456b70dbf58626bb9f7ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mei=C3=9Fner?=