Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Apr 2023 22:22:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271036] multimedia/librav1e: fails to build "No such file or directory" with rust 1.69.0
Message-ID:  <bug-271036-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271036

            Bug ID: 271036
           Summary: multimedia/librav1e: fails to build "No such file or
                    directory" with rust 1.69.0
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: jbeich@FreeBSD.org
          Reporter: vvd@unislabs.com
             Flags: maintainer-feedback?(jbeich@FreeBSD.org)
          Assignee: jbeich@FreeBSD.org

13.2 amd64.
After update rust to 1.69.0 multimedia/librav1e fails to build. Removed
librav1e, tried to build - same error:

warning: `rav1e` (build script) generated 2 warnings
     Running
`/tmp/work/usr/ports/multimedia/librav1e/work/target/release/build/rav1e-7c=
ca2eaa162c986c/build-script-build`
[rav1e 0.6.4] thread 'main' panicked at 'Failed to acquire build-time
information: Os { code: 2, kind: NotFound, message: "No such file or direct=
ory"
}', build.rs:230:29
[rav1e 0.6.4] stack backtrace:
[rav1e 0.6.4]    0: rust_begin_unwind
[rav1e 0.6.4]    1: core::panicking::panic_fmt
[rav1e 0.6.4]    2: core::result::unwrap_failed
[rav1e 0.6.4]    3: core::result::Result<T,E>::expect
[rav1e 0.6.4]              at
/tmp/work/usr/ports/lang/rust/work/rustc-1.69.0-src/library/core/src/result=
.rs:1047:23
[rav1e 0.6.4]    4: build_script_build::main
[rav1e 0.6.4]              at ./build.rs:230:3
[rav1e 0.6.4]    5: core::ops::function::FnOnce::call_once
[rav1e 0.6.4]              at
/tmp/work/usr/ports/lang/rust/work/rustc-1.69.0-src/library/core/src/ops/fu=
nction.rs:250:5
[rav1e 0.6.4] note: Some details are omitted, run with `RUST_BACKTRACE=3Dfu=
ll`
for a verbose backtrace.
error: failed to run custom build command for `rav1e v0.6.4
(/tmp/work/usr/ports/multimedia/librav1e/work/rav1e-0.6.4)`

Caused by:
  process didn't exit successfully:
`/tmp/work/usr/ports/multimedia/librav1e/work/target/release/build/rav1e-7c=
ca2eaa162c986c/build-script-build`
(exit status: 101)
  --- stderr
  thread 'main' panicked at 'Failed to acquire build-time information: Os {
code: 2, kind: NotFound, message: "No such file or directory" }',
build.rs:230:29
  stack backtrace:
     0: rust_begin_unwind
     1: core::panicking::panic_fmt
     2: core::result::unwrap_failed
     3: core::result::Result<T,E>::expect
               at
/tmp/work/usr/ports/lang/rust/work/rustc-1.69.0-src/library/core/src/result=
.rs:1047:23
     4: build_script_build::main
               at ./build.rs:230:3
     5: core::ops::function::FnOnce::call_once
               at
/tmp/work/usr/ports/lang/rust/work/rustc-1.69.0-src/library/core/src/ops/fu=
nction.rs:250:5
  note: Some details are omitted, run with `RUST_BACKTRACE=3Dfull` for a ve=
rbose
backtrace.
warning: build failed, waiting for other jobs to finish...
Error: CliError { error: Some(1 job failed), exit_code: 101 }
*** Error code 1

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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