From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-it1-x142.google.com (mail-it1-x142.google.com [IPv6:2607:f8b0:4864:20::142]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 797D41F462 for ; Mon, 10 Jun 2019 19:40:42 +0000 (UTC) Received: by mail-it1-x142.google.com with SMTP id q14so950431itc.5 for ; Mon, 10 Jun 2019 12:40:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=KDHpLTGjFpAreYoN5R3g8aN6mzw1dQ03IQCJTnqz4sE=; b=CKQLXzPLKj/9N9C5GChVqbBMW/Jr/jJVeKSIaQSKZi0nGWBLBSh6n+4Gnsvc2dmDpG RYxy8Pihn+9myAlWgubzwJCs/EH91L1HgvsZLVq91Ravf57uRfBXm7j5vZMo5GhXeytX V9ltWo7oiRpRlGmeeiEvI/sl6BIY9B0TU+Amw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=KDHpLTGjFpAreYoN5R3g8aN6mzw1dQ03IQCJTnqz4sE=; b=hLv5vtGXjuVimENXVABeLsaQVMLDmT0u2wAZ8MTikml9+ThEwUM7OCAgRfb+LvR4gY fLcL7y8gntqIOY2hNPxEY5Tw6gwZskmgtTk8Jti0SCDcrIweVvl3a60gm7SsOhTeOuEM EJWxf+aC71jrBuXdYz5q2kA5KNOg8igIhj5G7NVzvwRv8LlQ6kY09E0wFHTNxwO0J40i c3RxKTCAO/K1sdaO5yI45UtEfrtQ8S0McbETYvSnqHKsZFmOYEc9ykWq5sSw8R1mKg0z /zpk+s6HG7NjZIBrkQW5c9024xAXjouSHFfafxywxva0m8o6oZdQHRoRcBJIqutDAN8O uurQ== X-Gm-Message-State: APjAAAVUNtJYecRY2Lz4sEqMWqPS+zmTcVTXzBt2vjiVSzFncon1/Odd veaw+LsNwmgsaa7o9cfHDPhaT1UcpzkRew== X-Google-Smtp-Source: APXvYqwONQfxdbXTnME2n9gjwv4wDVd7E5EpSjTFTncVsjw4ABPqTJuRB8pN3g2iVfqU1FsX6RA3+A== X-Received: by 2002:a24:f6cb:: with SMTP id u194mr16407499ith.22.1560195641830; Mon, 10 Jun 2019 12:40:41 -0700 (PDT) Received: from chatter.i7.local (192-0-228-88.cpe.teksavvy.com. [192.0.228.88]) by smtp.gmail.com with ESMTPSA id p66sm229780ita.14.2019.06.10.12.40.40 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 10 Jun 2019 12:40:41 -0700 (PDT) Date: Mon, 10 Jun 2019 15:40:39 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 00/11] v2: implement message editing Message-ID: <20190610194039.GD16418@chatter.i7.local> References: <20190609025147.24966-1-e@80x24.org> <20190610150647.GA16418@chatter.i7.local> <20190610154058.jqaawkktvb5u2itj@dcvr> <20190610185730.GC16418@chatter.i7.local> <20190610192905.55xb737jl7qnbh23@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline In-Reply-To: <20190610192905.55xb737jl7qnbh23@dcvr> User-Agent: Mutt/1.11.4 (2019-03-13) List-Id: On Mon, Jun 10, 2019 at 07:29:05PM +0000, Eric Wong wrote: >> I did a few successful tests on small trial lists, but I'm running >> into a >> problem when I try to actually edit something in (a copy of) LKML: >> >> $ perl5lib/bin/public-inbox-edit -m messageid /mnt/fastio/lkml >> (mutt opens here) >> 1 kept, 0 deleted. >> Exception: Expected block 102325 to be level 2, not 0 > >That's an exception from Xapian I haven't seen that in years. >Which version of Xapian and are you using chert or glass? EL7 has 1.2.25. >> I can provide more debug info if that helps. > >Yes, I could probably add some debug messages to make it easier Sounds good -- I had suspected it was coming from Xapian and I know EL7 is lagging behind quite a bit. If this is too much divergence to work with, I can probably build a xapian14 package, but I'm afraid of the rabbit hole I may have to go down to make that work. -K