all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Charlie Ruppe <ruppe.charlie@gmail.com>
To: 47335@debbugs.gnu.org
Subject: bug#47335: xmonad fails to recompile on guix system
Date: Tue, 23 Mar 2021 00:13:36 +0000	[thread overview]
Message-ID: <CAOgs06eE3y8LbBvjWs89+uLt5WGKCLWo+PVE8i-MT58hMOxzGw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1371 bytes --]

Package: guix
Version: 1.2.0-17.ec7fb6

I am trying to recompile xmonad with a fairly simple xmonad.hs
The package itself builds, installs, and runs correctly, but it throws
errors when recompiling my configuration. Configuration is very short but
is pasted here: http://paste.debian.net/1190543/

The same error is thrown when attempting to compile xmonad with ghc
directly, and inside and out of xmonad's build environment.

The following is the error that is printed when attempting to recompile
xmonad from within the build environment for xmonad within the directory
~/.xmonad/ containing xmonad.hs

[env]$ xmonad --recompile
XMonad will use ghc to recompile, because "/home/fever/.xmonad/build" does
not exist.
Error detected while loading xmonad configuration file:
/home/fever/.xmonad/xmonad.hs

xmonad.hs:1:1: error:
    Could not find module ‘XMonad’
    Perhaps you meant DsMonad (needs flag -package-key ghc-8.6.5)
    Use -v to see a list of the files searched for.
  |
1 | import XMonad
  | ^^^^^^^^^^^^^

xmonad.hs:2:1: error:
    Could not find module ‘XMonad.Config.Desktop’
    Use -v to see a list of the files searched for.
  |
2 | import XMonad.Config.Desktop
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Please check the file for errors.

xmonad: xmessage: executeFile: does not exist (No such file or directory)

[-- Attachment #2: Type: text/html, Size: 1682 bytes --]

             reply	other threads:[~2021-03-23 12:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-23  0:13 Charlie Ruppe [this message]
2021-07-26  6:47 ` bug#47335: xmonad fails to recompile on guix system Lars-Dominik Braun
2021-08-01 17:51   ` bug#47335: Hide GHC not used for building Was: " raingloom
2021-09-15  7:42     ` Lars-Dominik Braun
2021-09-15  8:58       ` zimoun
2021-09-15 11:02         ` Xinglu Chen
2021-09-15  8:08           ` zimoun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOgs06eE3y8LbBvjWs89+uLt5WGKCLWo+PVE8i-MT58hMOxzGw@mail.gmail.com \
    --to=ruppe.charlie@gmail.com \
    --cc=47335@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.