From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e57iH-00043o-71 for guix-patches@gnu.org; Thu, 19 Oct 2017 06:06:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e57iE-0000yq-Hb for guix-patches@gnu.org; Thu, 19 Oct 2017 06:06:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40469) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e57iE-0000yZ-Dc for guix-patches@gnu.org; Thu, 19 Oct 2017 06:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e57iE-0006Kg-3b for guix-patches@gnu.org; Thu, 19 Oct 2017 06:06:02 -0400 Subject: [bug#26602] Add aegisub Resent-Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 19 Oct 2017 12:05:25 +0200 From: julien lepiller In-Reply-To: <87wp3s2hhj.fsf@elephly.net> References: <20170422111824.70b34716@lepiller.eu> <87a8557dm5.fsf@elephly.net> <20170730183539.44ea870d@lepiller.eu> <87efsw4pru.fsf@gnu.org> <87wp3s2hhj.fsf@elephly.net> Message-ID: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26602@debbugs.gnu.org Le 2017-10-19 00:55, Ricardo Wurmus a écrit : > Hi Julien, > > Ludovic Courtès writes: > >> Julien Lepiller skribis: >> >>> Le Sun, 18 Jun 2017 13:13:22 +0200, >>> Ricardo Wurmus a écrit : >>> >>>> Hi Julien, >>>> >>>> > here are three patches to add aegisub, a subtitle editor. >>>> >>>> have you been able to implement the changes suggested by Leo? I >>>> think >>>> it would be nice to add aegisub. >>>> >>> >>> Yes, but now it doesn't build anymore. I get this error: >>> >>> ld: >>> /tmp/guix-build-aegisub-wip-3.2.2.drv-0/aegisub-3.2.2/lib/libaegisub.a(dispatch.o): >>> undefined reference to symbol >>> 'pthread_create@@GLIBC_2.2.5' >>> /gnu/store/rmjlycdgiq8pfy5hfi42qhw3k7p6kdav-glibc-2.25/lib/libpthread.so.0: >>> error adding symbols: DSO missing from command line collect2: error: >>> ld >>> >>> Any idea ? >> >> Perhaps you need to add “-pthread” to the command line that led to >> this >> error? > > Have you been able to try this yet? Oh yes, it works and I forgot about it. I think I will finally push it this week-end, although I still can't hear any sound from aegisub in GuixSD, and it crashes when I try to select pulseaudio in the parameters...