bug#47260: Wrapping binaries in MediaGoblin Guix Package

2021-10-04 Thread Ben Sturmfels via Bug reports for GNU Guix
On Tue, 05 Oct 2021, jgart wrote: > Just a note that we'll probably have to wrap the binaries that are in this > module when we finish making the guix package: > > mediagoblin/media_types/pdf/processing.py > > I see that pdftocairo, pdfinfo, and unoconv probably need to be wrapped to > point > t

bug#27447: pelican-quickstart produces files with store path shebangs

2021-10-04 Thread Ben Sturmfels via Bug reports for GNU Guix
On Tue, 05 Oct 2021, Ben Sturmfels wrote: >> ng0 wrote on 22 Jun 2017 14:35: >> >> In a pelican directory after running pelican-quickstart: >> egrep -nr "store" >> … >> pelicanconf.py:1:#!/gnu/store/bf54hnwd8mb63zmssc23fwslf5zvxpxs-python-wrapper-

bug#27447: pelican-quickstart produces files with store path shebangs

2021-10-04 Thread Ben Sturmfels via Bug reports for GNU Guix
> ng0 wrote on 22 Jun 2017 14:35: > > In a pelican directory after running pelican-quickstart: > egrep -nr "store" > … > pelicanconf.py:1:#!/gnu/store/bf54hnwd8mb63zmssc23fwslf5zvxpxs-python-wrapper-3.5.3/bin/python > develop_server.sh:1:#!/gnu/store/k7029k5va68lkapbzcycdzj7m5bjb4b8-bash-4.4.12/bin

bug#47260: Package GNU MediaGoblin as a Guix service

2021-09-17 Thread Ben Sturmfels via Bug reports for GNU Guix
On Mon, 13 Sep 2021, Ben Sturmfels wrote: I've now updated MediaGoblin to find static assets relative to the code, and hacked in two new entrypoints `gmg serve` and `gmg celery`. Together these changes mean that we can now mostly use `inputs` rather than `propagated-inputs` and that the CS

bug#47260: Package GNU MediaGoblin as a Guix service

2021-09-12 Thread Ben Sturmfels via Bug reports for GNU Guix
I've now written up all the progress in our MediaGoblin Guix channel README: https://git.sr.ht/~mediagoblin/mediagoblin-guix/tree/master/item/README.md In short MediaGoblin can be installed as a Guix package with no external dependencies or Python virtualenvs. After some slightly clumsy static fi

bug#47260: Package GNU MediaGoblin as a Guix service

2021-09-11 Thread Ben Sturmfels via Bug reports for GNU Guix
Just a progress update - Raghav and Jgart have now packaged and updated python-wtforms, thank you both! All that remains now for a passing test suite (and OGG Vorbis support) is the modified libsndfile that's waiting in Guix's core-updates branch. Very close now. Regards, Ben

bug#50267: Python PYTHONASYNCIODEBUG=1 not triggering debug tracebacks

2021-08-30 Thread Ben Sturmfels via Bug reports for GNU Guix
Hi Folks, When I run a Python program with PYTHONASYNCIODEBUG=1, I'm not seeing the debugging traceback I expect. Here's the test program, asynctest.py containing an async bug: import asyncio async def test(): print("never scheduled") async def main(): # Should be "

bug#47260: Package GNU MediaGoblin as a Guix service

2021-05-05 Thread Ben Sturmfels via Bug reports for GNU Guix
Thanks again, Ben On Wed, 05 May 2021, Arne Babenhauserheide wrote: > Hi, > > I just added non-flickering video-change to the m3u-player. Attaching > the file. I thought that could be useful for MediaGoblin. The file is > attached. > > > Best wishes, > Arne > > &g

bug#47260: Package GNU MediaGoblin as a Guix service

2021-04-07 Thread Ben Sturmfels via Bug reports for GNU Guix
On Tue, 06 Apr 2021, Ben Sturmfels wrote: > On Thu, 01 Apr 2021, Ben Sturmfels wrote: > >> 5. Get a basic Guix service working, with sqlite3 and without the >> offloaded media transcoding currently using Celery task queue with a >> Redis broker. > > Woo! After a lot

bug#47260: Package GNU MediaGoblin as a Guix service

2021-04-06 Thread Ben Sturmfels via Bug reports for GNU Guix
On Mon, 05 Apr 2021, Léo Le Bouter wrote: > On Tue, 2021-04-06 at 00:17 +1000, Ben Sturmfels wrote: >> On Thu, 01 Apr 2021, Ben Sturmfels wrote: >> >> > 7. Work out why H264 support is missing. >> >> This is now fixed MediaGoblin's master branch guix-env

bug#47260: Package GNU MediaGoblin as a Guix service

2021-04-06 Thread Ben Sturmfels via Bug reports for GNU Guix
On Thu, 01 Apr 2021, Ben Sturmfels wrote: > 5. Get a basic Guix service working, with sqlite3 and without the > offloaded media transcoding currently using Celery task queue with a > Redis broker. Woo! After a lot of trial and error, I finally have a basic MediaGoblin running entirely u

bug#47260: Package GNU MediaGoblin as a Guix service

2021-04-05 Thread Ben Sturmfels via Bug reports for GNU Guix
On Thu, 01 Apr 2021, Ben Sturmfels wrote: > 7. Work out why H264 support is missing. This is now fixed MediaGoblin's master branch guix-env.scm by adding gst-libav to propagated inputs.

bug#47260: Package GNU MediaGoblin as a Guix service

2021-03-31 Thread Ben Sturmfels via Bug reports for GNU Guix
On Tue, 30 Mar 2021, Ben Sturmfels wrote: > On Fri, 19 Mar 2021, Ben Sturmfels wrote: >> 8. Either package RabbitMQ (probably hard) or rewrite MediaGoblin's >> processing backend from Celery/RabbitMQ to RQ/Redis. Celery has been >> implicated in many bugs anyway, so

bug#47260: Package GNU MediaGoblin as a Guix service

2021-03-30 Thread Ben Sturmfels via Bug reports for GNU Guix
On Tue, 30 Mar 2021, Ben Sturmfels wrote: >> 3. Work out why python-pytest-6/python-pytest-xdist/python-pytest-forked >> in Guix seem to be incompatible. After this our test suite should run >> 100% with only dependencies from Guix! > > Discovered we'll also need to

bug#47260: Package GNU MediaGoblin as a Guix service

2021-03-29 Thread Ben Sturmfels via Bug reports for GNU Guix
Just an update: On Fri, 19 Mar 2021, Ben Sturmfels wrote: > 1. Add OGG support to libsndfile which is needed to package > python-soundfile [patch 47210] lfam pointed out that this has already been done in 46067, which is now in core-updates awaiting merging into master: https://debbugs.g

bug#47260: Package GNU MediaGoblin as a Guix service

2021-03-29 Thread Ben Sturmfels via Bug reports for GNU Guix
On Mon, 22 Mar 2021, Dr. Arne Babenhauserheide wrote: > If you need support for m3u-playlists, you can use the player I wrote > here: https://www.draketo.de/software/m3u-player > → https://www.draketo.de/software/m3u-player.js (save as utf-8) > (that m3u-playlists aren’t supported out of the box i

bug#47260: Package GNU MediaGoblin as a Guix service

2021-03-21 Thread Ben Sturmfels via Bug reports for GNU Guix
On Fri, 19 Mar 2021, jgart wrote: > This sounds like a great project. I would love MediaGoblin to be in Guix also. > >> 6. Rewrite MediaGoblin's JavaScript code not to use jQuery. Maybe >> improve the no-bundled-JavaScript video/audio playing experience. > > What are your thoughts on rewriting the

bug#47260: Package GNU MediaGoblin as a Guix service

2021-03-19 Thread Ben Sturmfels via Bug reports for GNU Guix
This is a "meta" bug to keep track of the progress of packaging GNU MediaGoblin, a platform for publishing images/audio/video etc. See https://mediagoblin.org/ We have a guix-env.scm in the upstream source which should always have the latest copy of our packaging progress and instructions to run i

bug#32709: Clojure doesn't provide "clojure" executable

2020-12-07 Thread Ben Sturmfels
Jesse Gibbons has recently added the "clojure" executable wrapper. This makes the Guix `clojure` behave similarly to the Debian `clojure`. Closing this issue. (Note that this behaviour is still a little different to the bundle provided by the upstream Clojure project which include custom `clj` and

bug#41483: Linphone won't connect to SIP account

2020-08-27 Thread Ben Sturmfels
Hi Maxim, > [...] > >> 2020-05-23 23:05:54:365 MESSAGE New local ip address is 192.168.1.134 >> 2020-05-23 23:05:54:365 MESSAGE SIP network reachability state is now [UP] >> 2020-05-23 23:05:54:365 MESSAGE Media network reachability state is now [UP] >> 2020-05-23 23:05:54:366 MESSAGE LinphoneProx

bug#41356: closed (Re: bug#41356: Install script fails on Ubuntu 18.04 x86_64: Workaround)

2020-05-25 Thread Ben Sturmfels
unarchive 41356 On Sun, 17 May 2020, GNU bug Tracking System wrote: >> ```bash >> cp: cannot stat '/root/.config/guix/current >> /lib/systemd/system/gnu-store.mount': No such file or directory >> chmod: cannot access '/etc/systemd/system/gnu-store.mount': No such file or >> directory >> ``` > > T

bug#41483: Linphone won't connect to SIP account

2020-05-23 Thread Ben Sturmfels
Thanks for packaging Linphone! I'm having trouble connecting to a SIP account. When I set up an account, a red warning triangle remains shown next the account and outgoing calls don't work. I'm running and up-to-date Guix System. I've tried with both a third-party SIP account, an existing Linphon

bug#35746: (no subject)

2020-05-04 Thread Ben Sturmfels via web
This does appear to be a privacy feature in IceCat. To report the correct timezone offset, go to about:config" and disable "privacy.resistFingerprinting" then restart IceCat. Note that toggling "privacy.resistFingerprinting" immediately changed the result of `new ate().toString()` on all tabs,

bug#35746: IceCat/Chromium timezone is wrong

2020-04-22 Thread Ben Sturmfels
On Fri, May 17, 2019 at 11:02, Ludovic Courtès wrote: Hi Ben, Ben Sturmfels skribis: Possibly completely unrelated, but noting that both icecat and chromium do this - which is wrong: new Date().getTimezoneOffset() 0 Where node does this - which is correct: new Date

bug#35746: IceCat/Chromium timezone is wrong

2020-04-22 Thread Ben Sturmfels
On Fri, 17 May 2019, Ludovic Courtès wrote: > Hi Ben, > > Ben Sturmfels skribis: > >> Possibly completely unrelated, but noting that both icecat and chromium >> do this - which is wrong: >> >>> new Date().getTimezoneOffset() >> 0 >> >>

bug#35746: Evolution calendar gets the timezone wrong

2020-02-06 Thread Ben Sturmfels
Marius B. advised that the Evolution timezone issue was addressed in 2a80d9e55299214a3f0b4f585767b4c81c9d5c7d. I hadn't noticed, but can confirm that my times are now showing up perfectly in Evolution and Gnome Calendar, yay thanks! Epiphany is also showing the correct timezone now for me with `new

bug#35712: No sound in alex4

2020-02-03 Thread Ben Sturmfels
On Mon, 03 Feb 2020, Ben Sturmfels wrote: > On Mon, 13 May 2019, sirgazil wrote: > >> When I run the game alex4, it has no sound. Running the game from a terminal >> I see no errors. > > I'm also not getting any sound. I've found that alex4 writes a log to &g

bug#35712: No sound in alex4

2020-02-03 Thread Ben Sturmfels
On Mon, 13 May 2019, sirgazil wrote: > When I run the game alex4, it has no sound. Running the game from a terminal > I see no errors. I'm also not getting any sound. I've found that alex4 writes a log to $HOME/.alex4/log.txt. My log below seems to imply that sound is being successfully initiali

bug#32247: HandBrake shows no icons

2020-01-08 Thread Ben Sturmfels
ee icons, so it may be that this has been fixed elsewhere or through upgrades. Would you mind testing again please to see if this is fixed for you? Regards, Ben -- Ben Sturmfels Sturm Software Engineering www.sturm.com.au +61 3 9024 2467 signature.asc Description: PGP signature

bug#32166: GNOME Settings panel for Bluetooth dysfunctional

2019-11-03 Thread Ben Sturmfels
On Mon, 04 Nov 2019, Ben Sturmfels wrote: > On a side note, given that Bluetooth is listed in GNOME settings, perhaps > bluetooth-service should also be added to %desktop-services? It's > included by default in Trisquel. The other non-obvious thing about installing bluetooth-s

bug#32166: GNOME Settings panel for Bluetooth dysfunctional

2019-11-03 Thread Ben Sturmfels
On Mon, 23 Jul 2018, Ludovic Courtès wrote: > Taylan Kammer skribis: > >> I've got Bluetooth running by adding (bluetooth-service) to my list of >> services and connecting my devices via 'bluetoothctl', which are now >> fully functional, yet the GNOME Settings panel for Bluetooth still says >> it

bug#35591: Segfault on flatpak remote-add

2019-10-31 Thread Ben Sturmfels
On Sun, 05 May 2019, Jonathan Frederickson wrote: > I'm attempting to use Flatpak on my Guix system, and I'm experiencing > segfaults when attempting to add a remote repo. Provided below are the > output of the command I'm attempting to run, as well as some info > about my system. I learnt on #gu

bug#35422: LibreOffice builds for me, but not on CI server

2019-10-20 Thread Ben Sturmfels
On Thu, 25 Apr 2019, Ben Sturmfels wrote: > When I `guix pull` and `guix package --manifest` the system will usually > need build LibreOffice. The build succeeds, but it takes several hours. > It would be great to resolve whatever is preventing it building on the > CI server. Clos

bug#37662: substitution failure of nss-certs

2019-10-16 Thread Ben Sturmfels
On 16/10/19 06:50, Arun Isaac wrote: > > Josh Holland writes: > >> Ludovic Courtès writes: >>> I suppose the error here is because you’re daemon is missing its UTF-8 >>> locales. >>> >>> This could be because you upgraded the daemon but did not upgrade the >>> ‘glibc-utf8-locales’ or ‘glibc-loc

bug#35746: Evolution calendar gets the timezone wrong

2019-09-12 Thread Ben Sturmfels
On Thu, 12 Sep 2019, Ludovic Courtès wrote: > Ludovic Courtès skribis: > >> Ben Sturmfels skribis: >> >>> I've downloaded the source with `guix build --source >>> evolution-data-server`, extracted and found the the function >>> "e_cal_ut

bug#35424: Gnome terminal doesn't keep current working directory in new tab/window

2019-07-23 Thread Ben Sturmfels
On 23/07/19 16:54, Ben Sturmfels wrote: > On 23/07/19 16:40, Ben Sturmfels wrote: > >>>> Interesting. Is this file installed to /etc/profile.d/vte.sh on other >>>> systems? Or is it otherwise sourced? >>>> >>> >>> I can only speak

bug#35424: Gnome terminal doesn't keep current working directory in new tab/window

2019-07-22 Thread Ben Sturmfels
On 23/07/19 16:40, Ben Sturmfels wrote: >>> Interesting. Is this file installed to /etc/profile.d/vte.sh on other >>> systems? Or is it otherwise sourced? >>> >> >> I can only speak for my own system. I don't have gnome-terminal >> installed,

bug#35424: Gnome terminal doesn't keep current working directory in new tab/window

2019-07-22 Thread Ben Sturmfels
On 23/07/19 16:35, Efraim Flashner wrote: >> Interesting. Is this file installed to /etc/profile.d/vte.sh on other >> systems? Or is it otherwise sourced? >> > > I can only speak for my own system. I don't have gnome-terminal > installed, but I do have tilda which uses vte. My > ~/.guix-profile

bug#35424: Gnome terminal doesn't keep current working directory in new tab/window

2019-07-22 Thread Ben Sturmfels
On Thu, 25 Apr 2019, Ben Sturmfels wrote: > Hi Folks, > > Just minor thing, but on other systems I use, when you open subsequent > Gnome Terminal tabs, the current working directory is maintained in the > new tab. On my Guix System, new tabs start up back at /home/ben. I've

bug#35746: Evolution calendar gets the timezone wrong

2019-05-16 Thread Ben Sturmfels
On Thu, 16 May 2019, Ben Sturmfels wrote: > Possibly completely unrelated, but noting that both icecat and chromium > do this - which is wrong: > >> new Date().getTimezoneOffset() > 0 > > Where node does this - which is correct: > >> new Date().getTimezoneOffset

bug#35746: Evolution calendar gets the timezone wrong

2019-05-16 Thread Ben Sturmfels
On Thu, 16 May 2019, Ben Sturmfels wrote: > So I run `gdb evolution`, but don't seem to have the debugging symbols. > How does one get/build the debugging symbols? Can `guix build` help with > this? I mean, I know from long ago university projects that I need "-g -O0". D

bug#35746: Evolution calendar gets the timezone wrong

2019-05-16 Thread Ben Sturmfels
Hi Ludo, On Thu, 16 May 2019, Ludovic Courtès wrote: > Ben Sturmfels skribis: > >> In Evolution though, all my calendar events show up in UTC time, so I >> have appointments showing up at eg. 1am. >> >> When I go to Edit, Preferences, Calendar and Task, Gene

bug#35746: Evolution calendar gets the timezone wrong

2019-05-15 Thread Ben Sturmfels
Hi Folks, My Guix System is configured with (timezone "Australia/Melbourne") which is reflected by the `date` command as well as the Gnome clock. $ date Wed May 15 23:03:34 AEST 2019 In Evolution though, all my calendar events show up in UTC time, so I have appointments showing up at eg. 1am. W

bug#35408: External monitor not working with GDM

2019-05-07 Thread Ben Sturmfels
On 03/05/19 01:20, Ludovic Courtès wrote: > Ben Sturmfels skribis: > >>> On Fri, 26 Apr 2019, Ludovic Courtès wrote: >>>> Ben Sturmfels skribis: >> >>>>> [ 448.627] (II) RADEON: Driver for ATI/AMD Radeon chipsets: >> >>>> It lo

bug#35408: External monitor not working with GDM

2019-05-02 Thread Ben Sturmfels
> On Fri, 26 Apr 2019, Ludovic Courtès wrote: >> Ben Sturmfels skribis: >>> [ 448.627] (II) RADEON: Driver for ATI/AMD Radeon chipsets: >> It looks like you have an AMD Radeon graphics card, is that right? Did >> you pass “modprobe.blacklist=radeon”

bug#35408: External monitor not working with GDM

2019-05-01 Thread Ben Sturmfels
Hi Ludovic, Ben Sturmfels Sturm Software Engineering www.sturm.com.au +61 3 9024 2467 On Fri, 26 Apr 2019, Ludovic Courtès wrote: > Hi Ben, > > Ben Sturmfels skribis: > >> [ 448.627] (II) RADEON: Driver for ATI/AMD Radeon chipsets: > > [...] > >> [

bug#35408: External monitor not working with GDM

2019-04-25 Thread Ben Sturmfels
Hi Danny, On Thu, 25 Apr 2019, Danny Milosavljevic wrote: >> Apr 25 20:30:54 localhost gdm: gdm_session_set_environment_variable: >> assertion 'value != NULL' failed > > Yeah, that one again. It might make sense to patch that so the assertion > actually prints name and value passed. > > You can

bug#35408: External monitor not working with GDM

2019-04-25 Thread Ben Sturmfels
On Fri, 2019-04-26 at 00:13 +0200, Diego Nicola Barbato wrote: > Hi Ben, > > Ben Sturmfels writes: > > > Hi Ludovic, > > > > On Thu, 2019-04-25 at 11:08 +0200, Ludovic Courtès wrote: > > > > > > Ben Sturmfels skribis: > > > > >

bug#34124: gnome-shell crash when opening the activities overview

2019-04-25 Thread Ben Sturmfels
On Thu, 2019-04-25 at 15:20 +0200, Ricardo Wurmus wrote: > > Is there a way to fix this more permanently in Gnome? > > Yes, I’ve fixed this on the staging branch for the gnome-shell > package. > > This also fixes another crash we saw when displaying notifications. Thanks Ricardo, you're awesome.

bug#35408: External monitor not working with GDM

2019-04-25 Thread Ben Sturmfels
On Thu, 2019-04-25 at 14:16 +0200, Danny Milosavljevic wrote: > On Thu, 25 Apr 2019 21:41:27 +1000 > Ben Sturmfels wrote: > > > Apr 25 20:30:54 localhost gdm: > > gdm_session_set_environment_variable: > > assertion 'value != NULL' failed > > Yeah, th

bug#35408: External monitor not working with GDM

2019-04-25 Thread Ben Sturmfels
Hi Ludovic, On Thu, 2019-04-25 at 11:08 +0200, Ludovic Courtès wrote: > > Ben Sturmfels skribis: > > > I was previously using a 24" Samsung external monitor with my X200 > > Guix > > System via VGA. Since the switch to GDM, I no longer seem to be > > ab

bug#35425: owncloud-client not saving password

2019-04-24 Thread Ben Sturmfels
Hi Folks, I have owncloud-client installed on my Guix System. It successfully stores my account and username, but prompts for a password each time it starts up, saying "Reading from keychain failed with error: 'Unknown error'". It's been this way since I started using the package some months ago.

bug#35424: Gnome terminal doesn't keep current working directory in new tab

2019-04-24 Thread Ben Sturmfels
Hi Folks, Just minor thing, but on other systems I use, when you open subsequent Gnome Terminal tabs, the current working directory is maintained in the new tab. On my Guix System, new tabs start up back at /home/ben. Very low priority of course. Regards, Ben

bug#35422: LibreOffice builds for me, but not on CI server

2019-04-24 Thread Ben Sturmfels
Hi Folks, When I `guix pull` and `guix package --manifest` the system will usually need build LibreOffice. The build succeeds, but it takes several hours. It would be great to resolve whatever is preventing it building on the CI server. Hydra currently shows that the LibreOffice cannot be build d

bug#34124: gnome-shell crash when opening the activities overview

2019-04-24 Thread Ben Sturmfels
On Wed, 24 Apr 2019, Christopher Baines wrote: > Ben Sturmfels writes: > >> On Tue, 2019-04-23 at 21:33 +0100, Christopher Baines wrote: >>> Ricardo Wurmus writes: >>> >>> > Christopher Baines writes: >>> > >>> > > On on

bug#35408: External monitor not working with GDM

2019-04-23 Thread Ben Sturmfels
Hi Folks, I was previously using a 24" Samsung external monitor with my X200 Guix System via VGA. Since the switch to GDM, I no longer seem to be able connect this monitor. When I do, the laptop screen just keeps flashing. Any suggestions on how to troubleshoot this? Regards, Ben signature.asc

bug#34124: gnome-shell crash when opening the activities overview

2019-04-23 Thread Ben Sturmfels
On Tue, 2019-04-23 at 21:33 +0100, Christopher Baines wrote: > Ricardo Wurmus writes: > > > Christopher Baines writes: > > > > > On one system running GuixSD, Gnome Shell crashes when opening > > > the > > > activities overview (super key, or clicking on the activities > > > button in > > > the

bug#32712: Error running "create extension postgis"

2019-04-23 Thread Ben Sturmfels
On Wed, 12 Sep 2018, Gábor Boskovits wrote: > Julien Lepiller ezt írta (időpont: 2018. szept. 12., > Sze, 9:15): > > Hi, this is a known issue. I have sent a patch for that but it wasn't > reviewed yet. Ideally I could also patch the postgresql service to > allow specifying extensions. I will

bug#35303:

2019-04-23 Thread Ben Sturmfels
On Wed, 17 Apr 2019, Luther Thompson wrote: > unsubscribe Hi Luther, You'll probably want to unsubscribe from the mailing list here: https://lists.gnu.org/mailman/options/bug-guix Regards, Ben signature.asc Description: PGP signature

bug#34124: gnome-shell crash when opening the activities overview

2019-04-23 Thread Ben Sturmfels
On Fri, 18 Jan 2019, Christopher Baines wrote: > On one system running GuixSD, Gnome Shell crashes when opening the > activities overview (super key, or clicking on the activities button in > the top left). This crashing been occurring for me too for several months. I don't know if it's helpful,

bug#35048: Evolution Mail Client - Unable to add account

2019-04-23 Thread Ben Sturmfels
ue, 2019-04-23 at 14:59 +1000, Ben Sturmfels wrote: > >* Error verifying signature: Failed to execute > gpg. > * > On Sat, 30 Mar 2019, Raghav Gururajan wrote: > > Hello Guix! > > When I click "Apply" at the last step of

bug#35267: Evolution

2019-04-22 Thread Ben Sturmfels
On Tue, 16 Apr 2019, Timothy Sample wrote: > It looks like Evolution is asking D-Bus about Evolution Data Server > (specifically its “Sources5” service). Unfortunately, D-Bus can’t find > this service. > > It could be that you need to install “evolution-data-server” in your > profile. > > However

bug#35048: Evolution Mail Client - Unable to add account

2019-04-22 Thread Ben Sturmfels
On Sat, 30 Mar 2019, Raghav Gururajan wrote: > Hello Guix! > > When I click "Apply" at the last step of "Add Account Wizard", I am getting > the error "The name org.gnome.evolution.dataserver.Sources5 was not provided > by any .service files". This issue has been discussed further in #35267: ht

bug#32709: Clojure doesn't provide "clojure" executable

2018-12-12 Thread Ben Sturmfels
On 13/12/18 14:08, Ben Sturmfels wrote: > After some investigating I see that Clojure project's current approach > is different again to Debian. Their releases eg. > https://download.clojure.org/install/clojure-tools-1.9.0.XXX.tar.gz > include scripts `clj` and `clojure` which

bug#32709: Clojure doesn't provide "clojure" executable

2018-12-12 Thread Ben Sturmfels
Thanks Ricardo, On 14/09/18 06:15, Ricardo Wurmus wrote: > > Hi Ben, > >> When I install the "clojure" package, I can't seem to just run `clojure` >> and get an interpreter like I would on Debian. >> >> My Java is a bit rusty, but I found I could get it going by installing the >> "icedtea" pack

bug#32712: Error running "create extension postgis"

2018-09-11 Thread Ben Sturmfels
Hi Folks, When I attempt to create a database with PostGIS extensions, I get an error "could not open extension control file": $ createdb -O ben testdb $ psql testdb --command="create extension postgis" ERROR: could not open extension control file "/gnu/store/6238qjlc6cl7wld3gykcfj83ajlsr

bug#32709: Clojure doesn't provide "clojure" executable

2018-09-11 Thread Ben Sturmfels
Hi Folks, When I install the "clojure" package, I can't seem to just run `clojure` and get an interpreter like I would on Debian. My Java is a bit rusty, but I found I could get it going by installing the "icedtea" package and running: java -cp ~/.guix-profile/share/java/clojure-1.9.0.jar clo

bug#32702: Can't install Java-related packages

2018-09-11 Thread Ben Sturmfels
On 12/09/18 01:42, Ricardo Wurmus wrote: >> When I try to install a Java-related package, like "icedtea", "clojure", >> "ant" or "groovy" on my up-to-date GuixSD, it fails with an error like >> this: >> >> $ guix package --install=icedtea >> guix package: error: build failed: opening file >> `/gn

bug#32702: Can't install Java-related packages

2018-09-11 Thread Ben Sturmfels
Hi Folks, When I try to install a Java-related package, like "icedtea", "clojure", "ant" or "groovy" on my up-to-date GuixSD, it fails with an error like this: $ guix package --install=icedtea guix package: error: build failed: opening file `/gnu/store/jm8abx8z95axza19alr0rkwkkv0x4ljr-langtools.

bug#32170: python-cairocffi error "dlopen() failed to load a library: cairo / cairo-2"

2018-07-16 Thread Ben Sturmfels
On 17/07/18 07:54, Danny Milosavljevic wrote: > Hi Ben, > > thanks for the report. > > I've fixed it in a545090ce5e6b9da1f473f558dabda69f317e461 on guix master > by allowing absolute paths as python-cairocffi's dlopen's parameter > and also substituting the sonames by the absolute paths in the ca

bug#32170: python-cairocffi error "dlopen() failed to load a library: cairo / cairo-2"

2018-07-16 Thread Ben Sturmfels
Hi Folks, I'm having problems running Python code that depends on the "python-cairocffi" package. Running "from cairocffi._ffi import ffi" on Trisquel 8 works fine, but on GuixSD I get: $ guix environment --container --ad-hoc python cairo python-cairocffi $ python3.6 -c "from cairocffi._ffi impor

bug#31838: "make" error on guix master

2018-06-27 Thread Ben Sturmfels
On 17/06/18 07:08, Ricardo Wurmus wrote: >> I'm on the current head of Guix master, >> b494bbe466419dcac9f415c1152131f012b9555e, and I'm getting an error >> building guix. I've just run a "make clean" and "./bootstrap" prior to >> the below. > […] >> CXXLDguix-daemon >> /gnu/store/l4lr0f5cjd

bug#31838: "make" error on guix master

2018-06-14 Thread Ben Sturmfels
Hi folks, I'm on the current head of Guix master, b494bbe466419dcac9f415c1152131f012b9555e, and I'm getting an error building guix. I've just run a "make clean" and "./bootstrap" prior to the below. Regards, Ben ben@Marseille ~/work/ws/guix [env][master*]$ make /bin/sh ./config.status --recheck

bug#31827: "guix pull" fails

2018-06-14 Thread Ben Sturmfels
On 15/06/18 01:13, Alex Kost wrote: > Hello, sorry for bothering. I tried to run "guix pull" from the guix > git checkout (using pre-inst-env) and it failed for me with the > following backtrace. Do I miss anything obvious? > guix/git-download.scm:86:17: In procedure allocate-struct: Wrong type

bug#30189: [PATCH] Re: bug#30189: Retux game halts after preloading levels (missing ucd.sqlite uniseg database)

2018-01-21 Thread Ben Sturmfels
Patch for python-uniseg attached that fixes bug#30189. Sorry if this is a duplicate, but I can't seem my previous email in the guix-patches archives. Maybe because I missed the [PATCH] in the subject? On Sun, 21 Jan 2018, Ben Sturmfels wrote: > Thanks Gábor, adding zipfile fixes the b

bug#30189: Retux game halts after preloading levels (missing ucd.sqlite uniseg database)

2018-01-21 Thread Ben Sturmfels
Whoops, forgot to include guix-patches. On Sun, 21 Jan 2018, Ben Sturmfels wrote: > Thanks Gábor, adding zipfile fixes the build and Retux now runs. > > Patch attached and CC'd to guix-patches. > > Regards, > Ben > > On Sun, 21 Jan 2018, Gábor Boskovits wrote: >

bug#30189: Retux game halts after preloading levels (missing ucd.sqlite uniseg database)

2018-01-20 Thread Ben Sturmfels
Thanks Gábor, adding zipfile fixes the build and Retux now runs. Patch attached and CC'd to guix-patches. Regards, Ben On Sun, 21 Jan 2018, Gábor Boskovits wrote: > I think unzip should be added to native-inputs. Can you try that? > > 2018-01-21 4:46 GMT+01:00 Ben Sturmfels :

bug#30189: Retux game halts after preloading levels (missing ucd.sqlite uniseg database)

2018-01-20 Thread Ben Sturmfels
Hi Folks, I'd like to play the Retux game, but while the game starts up it crashes on me after the "preloading levels" screen. There's no useful console output, but when running in the debugger, I see that the python-uniseg package is looking for a file called ucd.sqlite3 that doesn't exist, some

bug#29255: "Profile contains conflicting entries" could be more helpful

2017-12-10 Thread Ben Sturmfels
On 11/12/17 09:47, Ludovic Courtès wrote: >> When the version numbers are the same, we cannot tell whether a variant >> is “older”, we can just tell that it’s different. Also, I find it >> useful to see the propagation stack as is currently the case. >> >> With the patch below, I get: >> >> $ ./p

bug#29255: "Profile contains conflicting entries" could be more helpful

2017-11-10 Thread Ben Sturmfels
Hi Folks, When trying to install "python-twine", installation failed with the following error: $ guix package --install python-twine The following package will be installed: python-twine 1.9.1 /gnu/store/fh72qswc2gpj1c1xb2gm23hfs1vx4lk2-python-twine-1.9.1 guix package: error: profile conta

bug#28522: Cannot upgrade due to "guix pull" errors

2017-09-19 Thread Ben Sturmfels
Hi Adam, On 20/09/17 13:08, Adam Bolte wrote: > Hi there, > > I'm running Guix 0.10.0 on a Debian stretch box, and I'd like to > upgrade. The box had not been booted for quite some time, hence the > version is somewhat old. > > Running `guix pull`, I get the following: > > > Starting download

bug#27264: gnome-shell-3.24.2 consistently dies during initialization

2017-06-08 Thread Ben Sturmfels
On 08/06/17 16:03, Marius Bakke wrote: > Mark H Weaver writes: >> >> I have a question: Does GNOME 3 work for *anyone* in Guix now? If so, >> that would be useful information. If not, I wonder why this got merged >> into master. > > I'm sorry, I don't actually use GNOME and should have tested i

bug#26558: Opening URLs with xdg-open fails (eg. Gajim, Pumpa)

2017-04-23 Thread Ben Sturmfels
On 22/04/17 20:31, Marius Bakke wrote: > Ben: Can you confirm whether the latest xdg-utils work for you? It's in > 'master' now so you should get it after a `guix pull` and update. Thanks Marius, working beautifully now! Regards, Ben signature.asc Description: OpenPGP digital signature

bug#26558: Opening URLs with xdg-open fails (eg. Gajim, Pumpa)

2017-04-18 Thread Ben Sturmfels
Hi Folks, When I click an embedded URL within Gajim or Pumpa, I'm expecting a browser window to pop up, but nothing happens and I get an error on the command line: /home/ben/.guix-profile/bin/xdg-open: line 341: gnome-open: command not found The same error shows up if you attempt try the URL

bug#25775: Can't install packages after guix pull

2017-04-10 Thread Ben Sturmfels
On 22/02/17 09:36, Ricardo Wurmus wrote: > > Ben Sturmfels writes: > >> On Tue, 21 Feb 2017 09:52:11 +1100 >> Ben Sturmfels wrote: >> >>>> Could I trouble you to walk through the steps for manually >>>> installing a different version of guix-d

bug#25775: Can't install packages after guix pull

2017-02-20 Thread Ben Sturmfels
On Tue, 21 Feb 2017 09:52:11 +1100 Ben Sturmfels wrote: > > Could I trouble you to walk through the steps for manually > > installing a different version of guix-daemon? I'm stuck in the > > same situation where I can't `guix package --install`. > > (Also

bug#25775: Can't install packages after guix pull

2017-02-20 Thread Ben Sturmfels
On Tue, 21 Feb 2017 09:44:03 +1100 Ben Sturmfels wrote: > On Sat, 18 Feb 2017 16:30:34 + > Pjotr Prins wrote: > > > Yes, using the latest guix-daemon and guix client fixed it: > > > > /gnu/store/175nlv448nk5kagwwl3zyy2w4726qfz6-guix-0.12.0-4.d9da/bin/guix

bug#25775: Can't install packages after guix pull

2017-02-20 Thread Ben Sturmfels
On Sat, 18 Feb 2017 16:30:34 + Pjotr Prins wrote: > Yes, using the latest guix-daemon and guix client fixed it: > > /gnu/store/175nlv448nk5kagwwl3zyy2w4726qfz6-guix-0.12.0-4.d9da/bin/guix-daemon Could I trouble you to walk through the steps for manually installing a different version of gui

bug#25415: MySQL "server has gone away" when reloading database dump due to "max_allowed_packet" default

2017-01-12 Thread Ben Sturmfels
On 13/01/17 01:22, Ludovic Courtès wrote: >> Could it be worth setting max_allowed_packet to 16M in Guix's >> `mysql-configuration-file` function for consistency with Debian? > > Definitely. I would add a ‘max-allowed-packet’ field in > in (gnu services databases) and make sure it’s > honored.

bug#25415: MySQL "server has gone away" when reloading database dump due to "max_allowed_packet" default

2017-01-10 Thread Ben Sturmfels
Hi there! I'm using GuixSD 0.12.0 and ran `guix package --install=mysql` (which I gather gave me MariaDB 10.1.19), then created a database and tried to reload a database dump of a decent sized existing database: zcat dump.sql.gz | mysql DBNAME which failed with: ERROR 2006 (HY000) at line 2