bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32458: Acknowledgement (SDL SEGFAULTs on foreign distro)


From: Marius Bakke
Subject: bug#32458: Acknowledgement (SDL SEGFAULTs on foreign distro)
Date: Mon, 20 Aug 2018 22:59:57 +0200
User-agent: Notmuch/0.27 (https://notmuchmail.org) Emacs/26.1 (x86_64-pc-linux-gnu)

Hello again,

Just a quick feedback on the bisect script:

Tim Gesthuizen <address@hidden> writes:

> #!/bin/sh
> 
> cd $HOME/src/guix/build
> (cd ..; ./bootstrap) || exit 125
> (../configure --localstatedir=/var && make -j8) || exit 125
> PATH=$(./pre-inst-env guix build teeworlds | grep  /gnu/store | tail -n 1) || 
> exit 125
> $PATH/bin/teeworlds || exit 1

I suggest not running "./bootstrap" and "./configure" in between runs.
"make" will invoke ./configure (with current parameters) if necessary.

Then it can be reduced to a two-liner:

Attachment: test.sh
Description: Bourne shell script

Again, nice work; I look forward to fix this bug :-)

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]