bug#36256: dependency error with docker-compose

2019-06-16 Thread Edison Ibáñez
Regards, When installing docker-compose note that the version is outdated and therefore the dependencies are broken which causes the following error: Traceback (most recent call last): File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__in

bug#54297: Qutebrowser failed to render local fonts.

2022-05-28 Thread Edison Ibáñez
Hello, any update?

bug#59551: Failed to Build docker 20.10.17

2022-11-24 Thread Edison Ibáñez
=== Failed === FAIL: pkg/fsutils TestSupportsDTypeWithFType0XFS (0.02s) fsutils_linux_test.go:48: Executing `mkfs.xfs [-m crc=0 -n ftype=0 /tmp/guix-build-docker-20.10.17.drv-0/fsutils-image1756590102]` fsutils_linux_test.go:51: Filesystem must be larger than 300MB. Usage: mkfs.xfs

bug#59551: closed (Re: bug#59551: Failed to Build docker 20.10.17)

2022-11-25 Thread Edison Ibáñez
El 2022-11-25 08:50, help-debb...@gnu.org escribió: > Your bug report > > #59551: Failed to Build docker 20.10.17 > > which was filed against the guix package, has been closed. > > The explanation is attached below, along with your original report. > If you require more details, please reply to

bug#62021: Failed to Build docker 20.10.17

2023-03-06 Thread Edison Ibáñez
=== SKIP: pkg/fsutils TestSupportsDTypeWithFType0XFS (0.04s) fsutils_linux_test.go:48: Executing `mkfs.xfs [-m crc=0 -n ftype=0 /tmp/guix-build-docker-20.10.17.drv-0/fsutils-image3647692651]` fsutils_linux_test.go:51: meta-data=/tmp/guix-build-docker-20.10.17.drv-0/fsutils-image3647692651 i

bug#62871: python-pytest-trio-0.7.0 build failure

2023-04-17 Thread Edison Ibáñez
I, have the same issue: Generation 644 Apr 17 2023 11:19:49(current) guix 50dd91b repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 50dd91bc30634c75c0001cfd38bbcc2fbbeb894e rde 474cc01 repository URL: https://git.sr.ht/~abcdw/rde branch:

bug#66174: [BUG] poetry buil

2023-09-23 Thread Edison Ibáñez
Hey Guix! I've encountered the following error while trying to install poetry: phase `patch-generated-file-shebangs' succeeded after 0.0 seconds starting phase `build' error: in phase 'build': uncaught exception: misc-error #f "no setup.py found" () #f phase `build' failed after 0.0 seconds Backt

bug#69735: [BUG] Error running any docker-composse command

2024-03-11 Thread Edison Ibáñez
Greetings, with the last Commit, Python-Docker was updated, apparently this causes errors with Docker-Compose, the apparent solution is to update the Docker-Composse version, but changes the installation method of Python to Go, so I can't Generate the patch to update the package. Give the error

bug#69735: [BUG] Error running any docker-composse command

2024-03-11 Thread Edison Ibáñez
I found this that can be helpful to solve the problem https://github.com/bonfire-networks/bonfire-app/blob/main/manifest.scm

bug#71011: [BUG] Fail to buidl latest kitty

2024-05-17 Thread Edison Ibáñez
Greetings, I am trying to update Kitty to the latest available version, I already have the dependencies in golang solved, but when trying to build gives the following error: --8<---cut here---start->8--- [117/120] Compiling kitty/monotonic.c ... [118/120] Compil

bug#71011: [BUG] Fail to buidl latest kitty

2024-05-21 Thread Edison Ibáñez
Thanks for answering --8<---cut here---start->8--- Generation 568 May 21 2024 09:08:53(current) nonguix 34935b4 repository URL: https://gitlab.com/nonguix/nonguix branch: master commit: 34935b49ae20d236b0fc89943f0b1d0d5dea3a33 guix 3fd9f25

bug#71011: [BUG] Fail to buidl latest kitty

2024-05-22 Thread Edison Ibáñez
Thank you, but I had to create a patch so as not to compile the documentation, since it depends on several Python bookstores. Attached the file with the final definition and the patch(define-module (pantheon packages terminals) #:use-module ((guix licenses) #:prefix license:) #:use-module ((gu

bug#72990: Core packages updated broke Guix

2024-09-02 Thread Edison Ibáñez
With the last update of core packages they broke guix and it can no longer be used, every time I run it I get the following error: /gnu/store/s4pajb5dkar0ig5z572nxkp04sizhp7q-guile-wrapper/bin/guile: /home/arkhan/.guix-profile/lib/libcrypt.so.1: version `XCRYPT_2.0' not found (required by /gnu/sto

bug#72990: Core packages updated broke Guix

2024-09-03 Thread Edison Ibáñez
El 2024-09-03 06:57, Ludovic Courtès escribió: > Hi Edison, > > Edison Ibáñez skribis: > >> With the last update of core packages they broke guix and it can no >> longer be used, every time I run it I get the following error: >> >> /gnu/store/s4pajb5dkar0ig

bug#72990: Core packages updated broke Guix

2024-09-04 Thread Edison Ibáñez
Thanks Ludo, by removing the value configured in LD_LIBRARY_PATH you can rebuild the entire system without problems and Guix worked well again.