linux_notification_center icon indicating copy to clipboard operation
linux_notification_center copied to clipboard

Build failing on arch linux

Open renanbrayner opened this issue 1 year ago • 6 comments

I downloaded the files in the AUR for the deadd-notification-center-git pkg but ghc is panicking

ghc: panic! (the 'impossible' happened)
  (GHC version 8.4.4 for x86_64-unknown-linux):
        Prelude.chr: bad argument: 1526726659

any workarounds for this?

renanbrayner avatar Jul 21 '22 18:07 renanbrayner

I tried just now to downgrading to the 1.7.2 version, but I'm getting the same error :(

renanbrayner avatar Jul 21 '22 18:07 renanbrayner

Hm, "(the 'impossible' happened)" sounds like this is a ghc bug... Try opening a ticket upstream?

phuhl avatar Jul 21 '22 18:07 phuhl

Correction, I download the deadd-notification-center not the deadd-notification-center-git, my bad. I tried to install the deadd-notification-center-git pkg this time and now its giving me this error:

gi-harfbuzz              > /tmp/stack-1975cf2382bc64dc/gi-harfbuzz-0.0.5/GI/HarfBuzz/Functions.hs:1772:1: error:
gi-harfbuzz              >     Could not find module ‘GI.Freetype2.Structs.Face’
gi-harfbuzz              >     Use -v (or `:set -v` in ghci) to see a list of the files searched for.
gi-harfbuzz              >      |
gi-harfbuzz              > 1772 | import qualified GI.Freetype2.Structs.Face as Freetype2.Face
gi-harfbuzz              >      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

and yes the 'impossible' happened is probably a ghc bug, I will open a ticket upstream latter

renanbrayner avatar Jul 22 '22 04:07 renanbrayner

As a workaround I cloned the repo and ran sudo install ./linux_notification_center/.out/deadd-notification-center /usr/bin/ then added it to my .xprofile and its working! Thank you for this program, I love it

renanbrayner avatar Jul 22 '22 05:07 renanbrayner

Thank you for this program, I love it Thanks, my pleasure.

As it is running now, it's all good, but there is a binary package, you could install, if you prefer packages: deadd-notification-center-bin.

phuhl avatar Jul 22 '22 08:07 phuhl

As it is running now, it's all good, but there is a binary package, you could install, if you prefer packages: deadd-notification-center-bin.

My CSS config don't work with the deadd-notification-center-bin, only with the git one, but ty for the advice

renanbrayner avatar Aug 04 '22 13:08 renanbrayner

Should be resolved with new version

phuhl avatar Jan 12 '23 20:01 phuhl