Bug 247307 - lang/rust: properly fix build
Summary: lang/rust: properly fix build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: powerpc Any
: --- Affects Only Me
Assignee: FreeBSD Rust Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-16 14:28 UTC by Piotr Kubaj
Modified: 2020-06-18 14:14 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (rust)


Attachments
patch (24.95 KB, patch)
2020-06-16 14:28 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2020-06-16 14:28:42 UTC
Created attachment 215614 [details]
patch

Upstream issue:
https://github.com/rust-lang/rust/issues/73324

I tested that sysutils/potnet on ELFv1 and www/firefox on ELFv2 build.
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2020-06-16 15:16:26 UTC
Added to https://reviews.freebsd.org/D25297
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-06-18 14:14:30 UTC
A commit references this bug:

Author: tobik
Date: Thu Jun 18 14:13:40 UTC 2020
New revision: 539541
URL: https://svnweb.freebsd.org/changeset/ports/539541

Log:
  lang/rust: Update to 1.44.1

  - Properly fix powerpc64 builds [1]

  Changes:	https://blog.rust-lang.org/2020/06/18/Rust.1.44.1.html
  PR:		247307 [1]
  Submitted by:	pkubaj [1]
  Reviewed by:	mikael, pkubaj, tobik
  With hat:	rust
  Differential Revision:	https://reviews.freebsd.org/D25297

Changes:
  head/lang/rust/Makefile
  head/lang/rust/distinfo
  head/lang/rust/files/patch-src_llvm-project_llvm_lib_Transforms_InstCombine_InstCombineCasts.cpp
  head/lang/rust/files/powerpc64-elfv1/patch-src_librustc__mir_dataflow_framework_engine.rs
  head/lang/rust/files/powerpc64-elfv2/patch-src_librustc__mir_dataflow_framework_engine.rs
  head/lang/rust-bootstrap/Makefile
  head/lang/rust-bootstrap/distinfo
Comment 3 Tobias Kortkamp freebsd_committer freebsd_triage 2020-06-18 14:14:57 UTC
Thanks.