From owner-svn-src-head@freebsd.org Fri Oct 26 13:15:22 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F5B710E3120; Fri, 26 Oct 2018 13:15:22 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it1-f179.google.com (mail-it1-f179.google.com [209.85.166.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F58E76A0B; Fri, 26 Oct 2018 13:15:22 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it1-f179.google.com with SMTP id p64-v6so1593704itp.0; Fri, 26 Oct 2018 06:15:22 -0700 (PDT) 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=xiDHpcyhEQSJtaA5wU7Of4Q6w0zkdMFymN+bdzyPOV8=; b=ixrxRLAgcrFoLtW9iNHVQOVGvUnRu4uxtwdKtYe/AAzeBxWaMxkQTW02QsLLKB2z4K VGiA5fCGLrmZsELGwsVTd9jJcO60dz8wj4s5LEBNQkjY6MUw3MgCbFz8TCYq8979V2hq SG8zp0S0pYWTddcM6PLvza2ekItzRr0qrttjLidu/ZM/qcmJO7EoOqOMy4TIOGbM65NP 9QiiZ7Ytfto1pfIQCL36sxLuYEE/3xRSOpPqFfQXy+4aXN4nLgIIr4MnXODNod8ByIpk +HRh6xT0+4Embf/z82CaG9XHgOHVFmyufqsWEqPpvwAl4oTLCFlXrKEbsmDKPVq3YT4k HHFg== X-Gm-Message-State: AGRZ1gKpB7hxVFFlVN/AdSl5X5bNQqsIMtuYJ5ZOoq33Ncj/bKIcWtiV U5Ku//gMcGjVl0y0+S+X9pPD9MC8Qg6YpRl5dqbGFJos X-Google-Smtp-Source: AJdET5fhk76BIdp3+EIY7wUPQZuTn4BN/1AEQCZ1hfa6xKCH6sDPLKHdR5BdOoeKExQqoC0D5A9XFYdEJwFcFVbmb04= X-Received: by 2002:a24:7012:: with SMTP id f18-v6mr3494869itc.87.1540559720375; Fri, 26 Oct 2018 06:15:20 -0700 (PDT) MIME-Version: 1.0 References: <201810252313.w9PNDJgd017609@repo.freebsd.org> In-Reply-To: <201810252313.w9PNDJgd017609@repo.freebsd.org> From: Ed Maste Date: Fri, 26 Oct 2018 05:16:38 -0400 Message-ID: Subject: Re: svn commit: r339751 - head/contrib/libarchive/libarchive To: Martin Matuska Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2018 13:15:22 -0000 On Thu, 25 Oct 2018 at 19:13, Martin Matuska wrote: > > Author: mm > Date: Thu Oct 25 23:13:19 2018 > New Revision: 339751 > URL: https://svnweb.freebsd.org/changeset/base/339751 > > Log: > MFV r339750: > Sync libarchive with vendor. > > Relevant vendor changes: > RAR5 reader: FreeBSD build platform fixes for powerpc(64), mips(64), > sparc64 and riscv64 It looks like riscv64 is still broken (at r339774, https://ci.freebsd.org/job/FreeBSD-head-riscv64-build/11025/console) 12:35:54 /workspace/src/contrib/libarchive/libarchive/archive_read_support_format_rar5.c: In function 'process_head_file': 12:35:54 /workspace/src/contrib/libarchive/libarchive/archive_read_support_format_rar5.c:1422:5: error: 'name_size' may be used uninitialized in this function [-Werror=maybe-uninitialized] 12:35:54 memcpy(name_utf8_buf, p, name_size); 12:35:54 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...