bug#30751: Fw: [Issue] GuixSD won't boot in UEFI mode

2020-04-08 Thread Amar Singh via Bug reports for GNU Guix
Hi Marius,

This is quite old. Happy camper on GuixSD these days! :)
I haven't tested 1.0.1 ISOs but 1.0.1 runs fine.

I think the bug can be closed.

Thanks,
Amar


Sent with ProtonMail Secure Email.

‐‐‐ Original Message ‐‐‐
On Tuesday, April 7, 2020 1:29 PM, Marius Bakke  wrote:

> amar rada...@protonmail.com writes:
>
> > Hi,
> > I have an issue with guixSD installation.
> > I tried to install GuixSD 0.14 x86_64 on my machine. The installation media 
> > didn't boot in the uefi mode which is to say the startup messages showed 
> > this is the error message:
> > "fb: switching to amdgpudrmfb from EFI VGA"
> > So i couldn't get any futher. But surprisingly the bios mode booted fine.
> > I have an AMD Ryzen 1600 CPU, RX580 GPU and 8 GBs of RAM.
> > https://gist.github.com/radamar/c98765c27ba318f6be087941da6a8e96
> > I would like to run guixSD on my main computer.
>
> Hi Amar,
>
> I believe this is fixed in the latest release (1.0.1), can you confirm?







bug#35664: Install snippets with guix

2019-05-09 Thread Amar Singh


When Guix includes some Yasnippet snippets for Emacs in its source, why aren't 
these
installed with package Guix?





bug#34595: [PATCH] gnu: Add emacs-shroud

2019-02-20 Thread Amar Singh


Shroud is a password manager written in Guile which uses GnuPG in the
backend. This package is an Emacs interface to Shroud using the Buffers
User Interface library.

Beta quality.

Thanks


diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cedc1efbc..a498c8012 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2233,6 +2233,31 @@ IRC bouncer with ERC.")
 Emacs shell script.")
 (license license:expat)))
 
+(define-public nly/emacs-shroud
+  (package
+   (name "emacs-shroud")
+   (version "ad5de6d")
+   (source (origin
+(method git-fetch)
+(uri (git-reference
+  (url "https://github.com/o-nly/emacs-shroud;)
+  (commit version)))
+(file-name (git-file-name name version))
+(sha256
+ (base32
+  "1bw7lwssv7my41d8qw9dzzl8k6jwq01ks01dxkkpr6j82bcwlqrd"
+   (build-system emacs-build-system)
+   (propagated-inputs
+`(("emacs-f" ,emacs-f)
+  ("emacs-s" ,emacs-s)
+  ("emacs-bui" ,emacs-bui)
+  ("shroud" ,shroud)))
+   (home-page "http://nly.info.tm:9001/emacs/shroud.el;)
+   (synopsis "Shroud (gpg) support for Emacs")
+   (description
+"This package provides functions for working with shroud password 
manager.")
+   (license license:gpl3+)))
+
 (define-public emacs-undercover
   (package
 (name "emacs-undercover")





bug#34216: Shroud require xclip for x clipboard

2019-01-27 Thread Amar Singh
I've added xclip as a propagated input for shroud as otherwise `shroud
show --clipboard` functionality didn't work, neither primary or
secondary clipboard.

xclip is about 102 MiB in size, out of which a little more than 60% is
glibc and gcc.

I am not sure if this is the best idea though.





bug#33861: Problem building sources for guile-bash

2018-12-24 Thread Amar Singh
-*- Org -*-
* Error building sources for 'guile-*' using guix build --source `guix package 
-I guile- | cut -f1`
> fatal: repository 
> 'https://anonscm.debian.org/cgit/users/kaction-guest/retired/dev.guile-bash.git/'
>  not found
> Failed to do a shallow fetch; retrying a full fetch...
> fatal: repository 
> 'https://anonscm.debian.org/cgit/users/kaction-guest/retired/dev.guile-bash.git/'
>  not found

Looks like there is an extra "/" at the end of the urls

* $ guix describe
Generation 11   Dec 23 2018 20:05:13(current)
  guix fc1f3f2
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: fc1f3f254785823be3eaca7fb4be262deace6cbf

* $ guix build --source `guix package -I guile- | cut -f1`
The following derivations will be built:
   /gnu/store/s3vk3i1f78b02rsgcn581r1h1bmr9z1q-guile-present-0.3.0.tar.gz.drv
   
/gnu/store/9gv4lzw1phabwxhnim0hlbky303r3mik-guile-bash-0.1.6-0.1eabc56-checkout.drv
   /gnu/store/5a8dn66k8n129wl7f4kxqfi3wjach087-guile-config-0.3-checkout.drv
   /gnu/store/f37rv764hxszj4msgkcp1x26hy1wxfig-guile-daemon-0.1.2.tar.gz.drv
   /gnu/store/wzgpxis9s7d901nq1pmwsi983waclbal-guile-xosd-0.2.1.tar.gz.drv
   /gnu/store/sa924d0ldhqqi5v0n6z7whazd93lb0k6-guile-charting-0.2.0.tar.gz.drv
   /gnu/store/lhga3hanal2vissf2njrmyjwnnj3r3i8-guile-hall-0.1.1-checkout.drv
   /gnu/store/pq2fy79a06n49h45sys410rgfq6cdmj2-guile-present-0.3.0.tar.xz.drv
building 
/gnu/store/9gv4lzw1phabwxhnim0hlbky303r3mik-guile-bash-0.1.6-0.1eabc56-checkout.drv...
environment variable `PATH' set to 
`/gnu/store/q09sy224qnxrp982z4xfaxi19721mjx8-gzip-1.9/bin:/gnu/store/ipx79bfj2mrc8npj7s3qi3zri11jfhaw-tar-1.30/bin'
Initialized empty Git repository in 
/gnu/store/7p7mkiqv9ah6x0x20qzpas44sdf7jqkl-guile-bash-0.1.6-0.1eabc56-checkout/.git/
fatal: repository 
'https://anonscm.debian.org/cgit/users/kaction-guest/retired/dev.guile-bash.git/'
 not found
Failed to do a shallow fetch; retrying a full fetch...
fatal: repository 
'https://anonscm.debian.org/cgit/users/kaction-guest/retired/dev.guile-bash.git/'
 not found
Backtrace:
   3 (primitive-load "/gnu/store/b29qhm9vjrd3kvyip2jb7s34jkp?")
In ice-9/eval.scm:
   293:34  2 (_ #)
In ./guix/build/git.scm:
50:10  1 (git-fetch "https://anonscm.debian.org/cgit/users/kact?; ?)
In ./guix/build/utils.scm:
616:6  0 (invoke _ . _)

./guix/build/utils.scm:616:6: In procedure invoke:
Throw to key `srfi-34' with args `(#)'.
builder for 
`/gnu/store/9gv4lzw1phabwxhnim0hlbky303r3mik-guile-bash-0.1.6-0.1eabc56-checkout.drv'
 failed with exit code 1
build of 
/gnu/store/9gv4lzw1phabwxhnim0hlbky303r3mik-guile-bash-0.1.6-0.1eabc56-checkout.drv
 failed
View build log at 
'/var/log/guix/drvs/9g/v4lzw1phabwxhnim0hlbky303r3mik-guile-bash-0.1.6-0.1eabc56-checkout.drv.bz2'.
guix build: error: build failed: build of 
`/gnu/store/9gv4lzw1phabwxhnim0hlbky303r3mik-guile-bash-0.1.6-0.1eabc56-checkout.drv'
 failed