From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21888: guix-publish gets ERROR when serve gtk+. Date: Fri, 13 Nov 2015 09:07:10 +0100 Message-ID: <8737waqq4x.fsf@gnu.org> References: <3c53a2735955b91d3849beb2e2159947@openmailbox.org> <87a8qjufn3.fsf@gnu.org> <6d1b7b7f7b8c2f50ef10335c11d212fd@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zx9Ox-0003qR-Ty for bug-guix@gnu.org; Fri, 13 Nov 2015 03:08:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zx9Os-00028X-M9 for bug-guix@gnu.org; Fri, 13 Nov 2015 03:08:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zx9Os-00028T-IU for bug-guix@gnu.org; Fri, 13 Nov 2015 03:08:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Zx9Os-0000Ez-4j for bug-guix@gnu.org; Fri, 13 Nov 2015 03:08:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <6d1b7b7f7b8c2f50ef10335c11d212fd@openmailbox.org> ("=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?="'s message of "Fri, 13 Nov 2015 13:21:14 +0800") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Cc: iyzsong@member.fsf.org, 21888@debbugs.gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > ---request begin--- > GET /nar/1dlz1am0qmj1579f5p6j5cvfx9l2aw50-gtk+-3.18.2 HTTP/1.1 > User-Agent: Wget/1.16.3 (linux-gnu) > Accept: */* > Accept-Encoding: identity > Host: localhost:8080 > Connection: Keep-Alive > > ---request end--- > > ---response begin--- > HTTP/1.1 404 Not Found > Content-Length: 69 > Content-Type: text/plain;charset=3Dutf-8 > > ---response end--- > Registered socket 3 for persistent reuse. > URI content encoding =3D 'utf-8' > Skipping 69 bytes of body: [Resource not found: /nar/1dlz1am0qmj1579f5p6j= 5cvfx9l2aw50-gtk+-3.18.2] done. Here =E2=80=98guix publish=E2=80=99 returns 404, presumably because /gnu/store/1dlz1am0qmj1579f5p6j5cvfx9l2aw50-gtk+-3.18.2 is not on disk or not valid. Is this correct? Now, does http://localhost/1dlz1am0qmj1579f5p6j5cvfx9l2aw50.narinfo return? It should also return 404, otherwise there=E2=80=99s an inconsiste= ncy. Thanks, Ludo=E2=80=99.