Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2017 21:39:20 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448277 - head/mail/thunderbird/files
Message-ID:  <201708182139.v7ILdKhS045479@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Aug 18 21:39:20 2017
New Revision: 448277
URL: https://svnweb.freebsd.org/changeset/ports/448277

Log:
  mail/thunderbird: unbreak with RUST=on
  
  env CARGO_TARGET_DIR=. RUSTC=/usr/local/bin/rustc /usr/local/bin/cargo build --release --frozen --manifest-path /wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-52.3.0/mozilla/toolkit/library/gtest/rust/Cargo.toml --target=x86_64-unknown-freebsd --verbose --
  error: failed to load source for a dependency on `mp4parse_capi`
  
  Caused by:
    Unable to update file:///wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-52.3.0/mozilla/media/libstagefright/binding/mp4parse_capi
  
  Caused by:
    failed to parse manifest at `/wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-52.3.0/mozilla/media/libstagefright/binding/mp4parse_capi/Cargo.toml`
  
  Caused by:
    could not parse input as TOML
  
  Caused by:
    duplicate key: `build` for key `package`
  
  cf. https://hg.mozilla.org/releases/mozilla-esr52/shortlog/THUNDERBIRD_52_VERBRANCH
  
  Reported by:	YuryG @ forums.freebsd.org

Deleted:
  head/mail/thunderbird/files/patch-bug1338655



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708182139.v7ILdKhS045479>