bug#58146: Acknowledgement (podman issues)

2023-08-07 Thread Hartmut Goebel
These are now fixed, see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63928-- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#58146: podman issues

2022-11-01 Thread Hartmut Goebel
.     HelperBinariesDir []string `toml:"helper_binaries_dir"` For catatonit: Patch path in pkg/rootless/rootless_linux.c -- Regards Hartmut Goebel | Hartmut Goebel |h.goe...@crazy-compilers.com| |www.crazy-compilers.com | compilers which you thought are impossible |

bug#58146: podman issues

2022-09-29 Thread Hartmut Goebel
Another one: * catatonit i not found — this one is used when building pods Error: building local pause image: finding pause binary: exec: "catatonit": executable file not found in $PATH -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-com

bug#58146: podman issues

2022-09-28 Thread Hartmut Goebel
1/bin /usr/local/lib/podman /usr/libexec/podman /usr/lib/podman].  To resolve this error, set the helper_binaries_dir key in the `[engine]` section o f containers.conf to the directory containing your helper binaries. -- Regards Hartmut Goebel | Hartmut Goebel |h.goe...@crazy-com

bug#56733: Tryton LTS

2022-08-10 Thread Hartmut Goebel
up-to-date easily using my tooling at https://codeberg.org/htgoebel/tryton-guix-helpers (and the upcoming “refresh to version“ feature). -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought

bug#56733: Tryton LTS

2022-07-24 Thread Hartmut Goebel
will be EOL in 3 months [2]. [1]https://www.gnuhealth.org/ [2]https://discuss.tryton.org/t/release-process/395 -- Regards Hartmut Goebel | Hartmut Goebel |h.goe...@crazy-compilers.com| |www.crazy-compilers.com | compilers which you thought are impossible |

bug#55043: Some packages depend on nss-certs, some bundle it.

2022-05-25 Thread Hartmut Goebel
Am 20.04.22 um 17:22 schrieb Maxime Devos: (from Hartmut Goebel, at<https://issues.guix.gnu.org/54796#52>) Neither python-certifi nor gocertifi build on nss-cert. Addind some update mechanism into the Guix package is not a good idea IMO: This would make “erlang-certif@2.9.0“ contain dif

bug#54820: build-systems: inconsistent use of standard-packages

2022-04-09 Thread Hartmut Goebel
velop new build-systems based on existing ones. Thus (a) or (b) seem the easier and quicker solution. Reproduce: grep -A5 -B5 standard-packages guix/build-system/*.scm -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com

bug#53309: Newly-added python-piexif fails to patch source due to CRLF(?)

2022-01-18 Thread Hartmut Goebel
Fixed in af47145e995c9d3d116a60053648b4f35e2ed125 -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#53309: Newly-added python-piexif fails to patch source due to CRLF(?)

2022-01-18 Thread Hartmut Goebel
ging the line-endings was too simple FMPOV - I trusted Ludo's recommendation. I'll fix this. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#52834: sanity-check fails with namespace packages

2021-12-27 Thread Hartmut Goebel
is a namespace-package. Maybe there are other solution. try: nspkgs = set(dist.get_metadata_lines('namespace_packages.txt')) except:     nspkgs = set() Anyhow, since Python2 is EOL since long, I'm not sure whether it's worth the effort. WDYT? -- Regards Hartmut Goebel | Hartmut

bug#52244: commiter.scm: backtrace if commit fails

2021-12-02 Thread Hartmut Goebel
i-1.scm:    634:9  1 (for-each # …) In etc/committer.scm:   399:24  0 (_ _) etc/committer.scm:399:24: Cannot commit -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#44906: [bug#49482] [PATCH 3/3] ci: Properly construct URLs.

2021-07-16 Thread Hartmut Goebel
types are not handled, since this low-level function doesn't know how to convert them into a string to be put into the query. #t could be "1", "t", "true", depending on the API used. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.c

bug#44906: [PATCH 3/3] ci: Properly construct URLs.

2021-07-09 Thread Hartmut Goebel
Implement a new function "api-url", which constructs URLs using relative URI and "resolve-uri-reference" (which implements the algorithm specified in RFC 3986 section 5.2.2) for building the URL, instead of just appending strings. This avoids issued if the server-url ends with a slash. Since

bug#44906: [PATCH 2/3] substitutes: Properly construct URLs.

2021-07-09 Thread Hartmut Goebel
Use relative URIs and "resolve-uri-reference" (which implements the algorithm specified in RFC 3986 section 5.2.2) for building the URL, instead of just appending strings. This avoids issued if the cache-url ends with a slash. * guix/substitutes.scm (narinfo-request): Use resolve-uri-reference

bug#44906: [PATCH 1/3] substitute: Fix handling of short option "-h".

2021-07-09 Thread Hartmut Goebel
The short option was listed in the help-text, but not recognized. --- guix/scripts/substitute.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/scripts/substitute.scm b/guix/scripts/substitute.scm index 03115ffe44..c044e1d47a 100755 --- a/guix/scripts/substitute.scm +++

bug#44906: [PATCH 0/3] Properly construct URLs if base-url has trailing slash

2021-07-09 Thread Hartmut Goebel
these should work. Anyhow, I did not find a tests-suite for fully testing this part. Hartmut Goebel (3): substitute: Fix handling of short option "-h". substitutes: Properly construct URLs. ci: Properly construct URLs. guix/ci.scm | 79 +

bug#46191: Add option to make "guix refresh" keep the downloaded files

2021-01-30 Thread Hartmut Goebel
d teh source to the store, so it is already available for "guix build". -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#43446: [PATCH] guix: qt-build-system: Wrapped executables honor user's envvars.

2021-01-11 Thread Hartmut Goebel
This should be fixed by http://issues.guix.gnu.org/45784 and following, esp. http://issues.guix.gnu.org/45785

bug#45193: [PATCH 1/4] guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.

2021-01-11 Thread Hartmut Goebel
/bittorrent.scm index 08e61d7ba2..6967eccec4 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -10,6 +10,7 @@ ;;; Copyright © 2018 Nam Nguyen ;;; Copyright © 2018 Ricardo Wurmus ;;; Copyright © 2019, 2020 Brett Gilio +;;; Copyright © 2020 Hartmut Goebel

bug#45193: [PATCH 4/4] guix: qt-utils: Don't include useless inputs in wrapped variables.

2021-01-11 Thread Hartmut Goebel
by Qt before including inputs in XDG_DATA_DIRS. (wrap-qt-program*): Pass the output directory to variables-for-wrapping. Co-authored-by: Hartmut Goebel --- guix/build/qt-utils.scm | 36 +++- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/guix/build

bug#45193: [PATCH 2/4] guix: qt-utils: Wrapped executables honor user's envvars.

2021-01-11 Thread Hartmut Goebel
Prior to this change, wrappers did set the specified environment variables to a fixed value, overwriting any user settings. This inhibited propagating e.g. XDG_DATA_DIRS from a profile to the application. Now user environment variables are prefixed (if the variable defines some "binary" search

bug#45193: [PATCH 3/4] build-system: qt: Exclude useless inputs from wrapped variables.

2021-01-11 Thread Hartmut Goebel
-inputs]: New argument. (wrap-all-qt-programs)[qt-wrap-excluded-inputs]: New argument. Co-authored-by: Hartmut Goebel --- guix/build-system/qt.scm | 5 + guix/build/qt-utils.scm | 29 - 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/guix/build

bug#45193: Wrapper of Qt programs doesn't extend existing environment variable

2021-01-11 Thread Hartmut Goebel
Patches are almost done. Expect the within thee next few days. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#45436: Status: dino translations are not used

2021-01-05 Thread Hartmut Goebel
I'm closing this issue, since I can no reproduce this issue.

bug#45615: Wrong type argument in "guix lint -c archival"

2021-01-02 Thread Hartmut Goebel
-exception _ #:continuable? _)   1667:16  0 (raise-exception _ #:continuable? _) ice-9/boot-9.scm:1667:16: In procedure raise-exception: In procedure string-prefix?: Wrong type argument in position 2 (expecting string): # -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-com

bug#45436: dino translations are not used

2020-12-25 Thread Hartmut Goebel
All texts are still English 6. Inspect /tmp/trace.txt -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#37523: Print hint if build fails due to invalid character in package source base name

2020-12-21 Thread Hartmut Goebel
and not a solution for now. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#45193: Wrapper of Qt programs doesn't extend existing environment variable

2020-12-19 Thread Hartmut Goebel
.) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#45193: Wrapper of Qt programs doesn't extend existing environment variable

2020-12-19 Thread Hartmut Goebel
irectories (append (list directory) input-directories and the qt-build-system should even handle different outputs (while qt-tuils does not):   (for-each handle-output outputs) (I may be wrong on this, please double check. -- Regards Hartmut Goebel | Hart

bug#25327: cargo build-system should be able to filter out target.cfg(windows) dependencies

2020-12-19 Thread Hartmut Goebel
Am 18.12.20 um 20:56 schrieb zimoun: Is it still relevant with the recent additions? I just checked this with sequoia 0.20.0: The package "winapi" is still downloaded and compiled - even if obviously not used sicne on Linux. -- Regards Hartmut Goebel | Hartmut Goebel

bug#40895: Should be solved by new importer

2020-12-17 Thread Hartmut Goebel
This issue is solved by the new importer. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#44906: Substitute requests fail if URL has trailing slash

2020-11-28 Thread Hartmut Goebel
espective, easy to use functions.) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#44906: Substitute requests fail if URL has trailing slash

2020-11-27 Thread Hartmut Goebel
s="https://ci.guix.gnu.org/; gcc-toolchain … https://ci.guix.gnu.org/   0.0% substitutes available (0 out of 3) …   'https://ci.guix.gnu.org//api/queue?nr=1000' returned 400 ("Bad Request") -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#42289: recursive import does not dort alphabetically

2020-07-09 Thread Hartmut Goebel
egards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#42292: committer.scm: Add support for new package definitions

2020-07-09 Thread Hartmut Goebel
e in front. And if there are several consecutive new package definitions, these will be put into one commit. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#42291: data service: Show list of files and allow qeuerying

2020-07-09 Thread Hartmut Goebel
debian.org/en/buster/amd64/ejabberd-mod-cron/filelist>) and with "Search the contents of packages" <https://www.debian.org/distrib/packages#search_contents> Many thanks :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www

bug#42290: Support other VCS with "guix build --with-commit"

2020-07-09 Thread Hartmut Goebel
this is what I would assume it does.) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#42289: recursive import does not dort alphabetically

2020-07-09 Thread Hartmut Goebel
egards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#34679: --load-path does not work with guix environment

2020-05-31 Thread Hartmut Goebel
Am 14.05.20 um 07:24 schrieb Ricardo Wurmus: > have you been able to reproduce this with a simpler test case? Or would > you agree to close this issue as unreproducible? I could not reporduce this either when using a current version fo guix.  Closing. -- Regards Hartmut Goebel | H

bug#41093: --with-commit only works with git repos

2020-05-05 Thread Hartmut Goebel
guix build --with-commit only works with git repos I would expect it to work with mercurial repos, too, as basically this is just setting a value in the source definition. (At least this is what I would assume it does.)

bug#40977: --load-path does not honor ~

2020-04-30 Thread Hartmut Goebel
is called in Python) on all arguments which are paths. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#40893: import crate: Recursive importer loops

2020-04-29 Thread Hartmut Goebel
This is all about the on currently in Guix master. I've not been aware of the other one. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#40895: import crate: Relaxed version selection

2020-04-27 Thread Hartmut Goebel
e, if the version giben ("@0.2") is a prefix of some available version, use the highest/newest of these versions -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#40894: import crate: Use proper variable names

2020-04-27 Thread Hartmut Goebel
v" ,rust-fnv) Shall become $guix import crate -r h2@0.2.4 … (define-public rust-h2-0.2 …     (("rust-bytes" ,rust-bytes-0.4)      ("rust-fnv" ,rust-fnv-1) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#40893: import crate: Recursive importer loops

2020-04-27 Thread Hartmut Goebel
19.0.crate'... -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#40891: import crate: Traceback when package not found

2020-04-27 Thread Hartmut Goebel
t/crate.scm:     205:8  0 (crate->guix-package "non-exeisting-package" _) guix/import/crate.scm:205:8: In procedure crate->guix-package: In procedure struct-vtable: Wrong type argument in position 1 (expecting struct): #f -- Regards Hartmut Goebel | Hartmut Goebel

bug#39996: foreign distro: QT5 loads/searchs plugins from wrong location

2020-03-09 Thread Hartmut Goebel
plugin is search in the wrong location and also the list of plgins. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | signature.asc Description: OpenPGP digital signature

bug#38926: pcmanfm-qt unable to open files by double click

2020-01-07 Thread Hartmut Goebel
package "gio-launch-desktop", containing only this binary. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | signature.asc Description: OpenPGP digital signature

bug#37616: Libgcrypt warning: missing initialization

2019-10-04 Thread Hartmut Goebel
1.0.1-6.0ed97e6 -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#37606: CI reports "failed" even if build succeeds

2019-10-03 Thread Hartmut Goebel
dgeable micht want to have a look. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#37523: Print hint if build fails due to invalid character in package source base name

2019-09-26 Thread Hartmut Goebel
   "kde-l10n-ca@valencia-" version ".tar.xz")) (sha256 (base32 "1mqadassxcm0m9r1l02m5vr4bbandn48xz8gifvxmb4wiz8i8d0w"   (build-system gnu-build-system)   (synopsis "") (description "") (license "") (home-page "")) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#26175: [bug#36976] [PATCH 1/1] download: Map file-name characters not allowed in store.

2019-09-26 Thread Hartmut Goebel
Done, see dec845606d2d184da31065fa26cd951b84b3ce2d and <http://issues.guix.gnu.org/issue/36976#5> -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#28159: Updater needs to support HTTP(S) servers

2019-09-10 Thread Hartmut Goebel
s. It now fetches the ls-lR.bz2 file list using HTTPS from download.kde.org, converts it into a list of file paths and caches the list. See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36919 commit 4eb69bf0d33810886ee118f38989cef696e4c868 -- Regards Hartmut Goebel | Hartmut Goebel

bug#29071: Acknowledgement (guix refresh --type=kde does not update all kde packages)

2019-09-10 Thread Hartmut Goebel
Finally fixed by by http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36919 commit 4eb69bf0d33810886ee118f38989cef696e4c868 -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#25020: Finally fixed

2019-09-10 Thread Hartmut Goebel
Finally fixed by by http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36919 commit 4eb69bf0d33810886ee118f38989cef696e4c868 -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#30345: Acknowledgement (guix refreh --type=kde does not update all KF5 packages)

2019-09-10 Thread Hartmut Goebel
Closed by http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36919 commit 4eb69bf0d33810886ee118f38989cef696e4c868 -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#26175: [bug#36976] [PATCH 1/1] download: Map file-name characters not allowed in store.

2019-09-03 Thread Hartmut Goebel
//Attic/applications/" version "/src/kde-l10n/" "kde-l10n-ca@valencia-" version ".tar.xz")) (sha256 (base32 "1mqadassxcm0m9r1l02m5vr4bbandn48xz8gifvxmb4wiz8i8d0w"   (build-system gnu-build-

bug#36938: Website: Package list is not updated

2019-08-05 Thread Hartmut Goebel
The package list at http://guix.gnu.org/packages/ is not updated. It still says: […] provides 9,789 packages […] (updated July 19, 2019). -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought

bug#34679: --load-path does not work with guix environment

2019-03-13 Thread Hartmut Goebel
Am 06.03.19 um 15:05 schrieb Ludovic Courtès: > Could you try to reduce this to a simpler test case and/or post the > files to test it? I will do thus, but in two or three weeks time only. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compile

bug#34679: --load-path does not work with guix environment

2019-02-27 Thread Hartmut Goebel
-arm) /gnu/store/...-gnunet-v0.11.0pre66-1108-g8bb29d2fb/bin/gnunet-arm -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#31611: Add a property in packages to refresh to a specific version

2018-06-20 Thread Hartmut Goebel
t;. This would improve the current situation :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | signature.asc Description: OpenPGP digital signature

bug#31611: Add a property in packages to refresh to a specific version

2018-05-29 Thread Hartmut Goebel
e. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#31611: Add a property in packages to refresh to a specific version

2018-05-27 Thread Hartmut Goebel
ttps://lists.gnu.org/archive/html/guix-devel/2018-02/msg00055.html -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#30710: guix graph gives duplicate nodes

2018-03-10 Thread Hartmut Goebel
257472" [label = "kdbusaddons-5.42.0", shape = box, fontname = Helvetica];   "148171200" [label = "kdbusaddons-5.42.0", shape = box, fontname = Helvetica]; -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#30710: guix graph gives duplicate nodes

2018-03-06 Thread Hartmut Goebel
ckages referring to abcd use the some package object. So there should be only *one* package object. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#30710: guix graph gives duplicate nodes

2018-03-05 Thread Hartmut Goebel
"59511552" [label = "autoconf-wrapper-2.69", shape = box, fontname = Helvetica];   "59511744" [label = "autoconf-wrapper-2.69", shape = box, fontname = Helvetica]; -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com

bug#30345: Other KDE updates are not working, too

2018-02-04 Thread Hartmut Goebel
I jsut discovered that - kpmcore https://download.kde.org/stable/kpmcore/3.3.0/src/kpmcore-3.3.0.tar.xz - libkomparediff2 (even after switching the URL to mirror://kde/ are not updated, too. Running ./pre-inst-env guix refresh -u kpmcore -- Regards Hartmut Goebel | Hartmut Goebel

bug#30345: guix refreh --type=kde does not update all KF5 packages

2018-02-04 Thread Hartmut Goebel
sh" output in [#31], you can see that it does not handle the sub-directory [25020] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25020 [29071] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29071 [#31] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25020#31 -- Regards Hartmut Goebel | Hart

bug#29824: Meson 0.44.0 is broken with guix.

2018-01-09 Thread Hartmut Goebel
Am 09.01.2018 um 13:46 schrieb Ludovic Courtès: > Sounds reasonable. Does it work for you? If so, could you provide a > patch? I don't have any cards in this game and not time for working on it ATM, I just did the analysis. @peter: What about you? -- Regards Hartmut Goebel | Hartmut

bug#29824: Meson 0.44.0 is broken with guix.

2018-01-02 Thread Hartmut Goebel
n_command + ["$OUT/bin/meson"] (you got the idea, I assume). Of course we should verify detect_meson_py_location() is not used elsewhere and consider renaming that function to "disable" it. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com

bug#29088: Superseded package is not rebuild if native dependency changes

2017-11-01 Thread Hartmut Goebel
ild: package 'gpgmepp' has been superseded by 'gpgme'. Thus 'gpgme' will be build instead of 'gpgmepp'.<<--- new -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#29088: Superseded package is not rebuild if native dependency changes

2017-10-31 Thread Hartmut Goebel
pgme' /gnu/store/ky8p7lllm9h9sv1zy0f742r1cc6qbd1l-gpgme-1.9.0 This does *not* rebuild gpgmepp, but simply return the old store-path. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#29086: Fwd: Serious regression in Qt 5.9.2 regarding kirigami

2017-10-31 Thread Hartmut Goebel
Weitergeleitete Nachricht Betreff:Serious regression in Qt 5.9.2 Datum: Thu, 26 Oct 2017 16:28:52 +0200 Von:Marco Martin An: distributi...@kde.org Kopie (CC): kde-distro-packag...@kde.org Hi all, The recent Qt 5.9.2 release, introduces

bug#29071: guix refresh --type=kde does not update all kde packages

2017-10-30 Thread Hartmut Goebel
is still 5.37 kross is in the portingAids subdirectory, as you can see at <ftp://mirrors.mit.edu/kde/stable/frameworks/5.39/portingAids/> -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you t

bug#28159: Updater needs to support HTTP(S) servers

2017-08-26 Thread Hartmut Goebel
ut :-) Please mind the query-parameters one can pass to apache: <https://ftp.gnu.org/gnu/guile/?F=0> is much more terse. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#28159: Updater needs to support HTTP(S) servers

2017-08-23 Thread Hartmut Goebel
changed.) So for kde we might find a simpler solution. But in the long-run IMHO we need a simple html parser. I'm not skilled enough in scheme/guile to write such a parser, sorry. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy

bug#28159: Updater needs to support HTTP(S) servers

2017-08-20 Thread Hartmut Goebel
odDirlisting#Table-sorting [6] http://nginx.org/en/docs/http/ngx_http_autoindex_module.html [7] https://www.nginx.com/resources/wiki/modules/fancy_index/ -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers whic

bug#26175: guix download fails if filename contains "@"

2017-03-20 Thread Hartmut Goebel
> mirror://…/kde-l10n...@valencia-16.12.3.tar.xz IMHO this i not a good solution, since it puts the burden of handling a non-obvious restriction to the user. This makes things complicated and less-skilled discourages people. "guix download" should implement some escape automatic mecha

bug#26175: guix download fails if filename contains "@"

2017-03-19 Thread Hartmut Goebel
/gnu/store/v83285dvjy923ikq1dddncixb6kfba0k-guix-0.12.0-5.1162/bin/guix -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#25177: Test failures don't cause some Python packages to fail [was Re: [PATCH 05/11] gnu: Add python-pygit2.]

2016-12-12 Thread Hartmut Goebel
sue and the humongous > "fix" for a while longer: > > https://github.com/NixOS/nixpkgs/pull/12552 This puill-request is huge, but for setuptools, it comes down that they updated from 18.2 to 19.4. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#25094: Add comments to archive keys and acls

2016-12-02 Thread Hartmut Goebel
g commenty an easily be changed in the file, so for now we do not need a tool for this. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#24886: Why is die "doc" output downloaded when building this package?

2016-11-06 Thread Hartmut Goebel
Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#23304: import pypi: Option o keep the downloaded file

2016-04-18 Thread Hartmut Goebel
mport", pass it to "guix build --source" and get the original source. But a) this would download the source twice b) would intermix phases: the package definition is in early draft, but "build" should return the source. This does not match. 4) In any case, "guix import&q

bug#20765: Compressed eggs (Python)

2016-04-18 Thread Hartmut Goebel
en executes setup.py the it the same scope/context. [2] https://pythonhosted.org/setuptools/setuptools.html#install-run-easy-install-or-old-style-installation. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compile

bug#23304: import pypi: Option o keep the downloaded file

2016-04-17 Thread Hartmut Goebel
archive) for easy access. This option could be called `-K, --keep-downloads=DESTDIR`, where DESTDIR is the destination directory where to download (or unpack) the archive. Maybe this option should be available for all `imports` as it may be useful there, too. -- Schönen Gruß Hartmut Goebel Dipl