From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 24 10:03:09 2021 Received: (at 49202) by debbugs.gnu.org; 24 Jun 2021 14:03:09 +0000 Received: from localhost ([127.0.0.1]:43647 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwPwj-0002Xd-4m for submit@debbugs.gnu.org; Thu, 24 Jun 2021 10:03:09 -0400 Received: from mail-qt1-f169.google.com ([209.85.160.169]:37547) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwPwg-0002XC-Re for 49202@debbugs.gnu.org; Thu, 24 Jun 2021 10:03:08 -0400 Received: by mail-qt1-f169.google.com with SMTP id g14so4845964qtv.4 for <49202@debbugs.gnu.org>; Thu, 24 Jun 2021 07:03:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=og64kkxLEBoDOlIlmETFPlgjeerW7kmyFHo62NFkNF4=; b=OMccE92MmQr774PB4xaL+pfSOgfHTEiTCRY3wPfrJ2Lwdy2glEm8tot5GvIh8xvedU s0LMp1Zj9VWuDggTyVQB/NNOFoH8cSEwywRLAr5ul4lZIFwXYUC+wzNLFUgfu77oHfR8 fN11WcTWAhPIHjTzeYoACnYuBGvwmtPD1ABR5Gc6uS0yrE2Dpw+ZYv0rp4jB+pBAOWzU w5P9+xE/KjTTa0PPIK36YHRmcE3kBrI/IsKv3A+avyFpu7l1THGMFh6ieRKIrN0/J4/l Xfe4a0Ho3h6039OBqdzfUpBQSmt6x1Li4WyOJWVj9jsGia8p/L6wUZIwCNyEk4H6Q3KY 2Uyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=og64kkxLEBoDOlIlmETFPlgjeerW7kmyFHo62NFkNF4=; b=Fhe6vvT2nYV+Av5NWMG+SUTT+hFxxUeZ+7AFk1CZ4Bng6Nmch3Yb4WBlBy/gUtaoax bhCJ0pwlDpet9AICfHZ7ajWh/KfeemD+DCYnlgRx/NDjbGZAqEyjRirdalCC/6EeRp42 KGX2xhSmfstKxitq4cARtR3Qe5RI9rlh55neY6Qtz181xKVt792qGigTG8A2StQbEPYO ZSIfP8Nm84dOyX/BHDu2XjV+tDngTQPPhnX8jGo6UEJ3e+TMI+khS2iOZwGYTADuDrXB UcJnd52Z5yEbs5BsTZWMLP9o/kRCs9YfQegf+9marML1Hu5YZo0b9hPnw8g36ik++NZp /nWA== X-Gm-Message-State: AOAM531b/+j0xG4nAqImtV6m/At0NKvVrmqsmn48Yy5a0l52kBaxVJBu olHlyHsA6t+ICB0cjivYVCY++2KKJLaUEBAQmbQ= X-Google-Smtp-Source: ABdhPJwFN/Op6f2y02mEBgy6KQy0fX2QAkihxT0Fg2smqskKVZ0tyJk8bZJZqKXNybiHrG7eXpFFKu3yMctnFLzppNw= X-Received: by 2002:a05:622a:30e:: with SMTP id q14mr4869830qtw.313.1624543381186; Thu, 24 Jun 2021 07:03:01 -0700 (PDT) MIME-Version: 1.0 References: <20210624013203.041e526b@riseup.net> In-Reply-To: <20210624013203.041e526b@riseup.net> From: zimoun Date: Thu, 24 Jun 2021 16:02:49 +0200 Message-ID: Subject: Re: bug#49202: guix import go type error (failed regex match?) To: raingloom Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49202 Cc: 49202@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, Thanks for the report. On Thu, 24 Jun 2021 at 02:11, raingloom wrote: > When I run > guix import go -r github.com/golang-migrate/migrate/v4 > it works for a looong time (something else to work on I guess. maybe > fetching every git repo is not the best solution.) and then gives this > error: > > In procedure vector-ref: Wrong type argument in position 1 (expecting > vector): #f I seems to work without the option recursive '-r'. So, I guess it is related to the patch [1] and issues with the recursive importers, see [2]. 1: 2: All the best, simon