|
Bugzilla – Full Text Bug Listing |
| Summary: | Factory/TW requires cargo/rust cbindgen to be able to compile Firefox >= 63 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Wolfgang Rosenauer <wolfgang> |
| Component: | Other | Assignee: | Luke Jones <luke> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | astieger, wolfgang |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1112852 | ||
|
Description
Wolfgang Rosenauer
2018-11-12 16:07:53 UTC
Can you tell me if it is the crate library required, or the binary? The tool itself (the binary) I would say:
def cbindgen_version(cbindgen):
cbindgen_min_version = Version('0.6.2')
# cbindgen x.y.z
version = Version(check_cmd_output(cbindgen, '--version').strip().split(" ")[1])
if version < cbindgen_min_version:
die(dedent('''\
cbindgen version {} is too old. At least version {} is required.
Please update using 'cargo install cbindgen --force' or running
'./mach bootstrap', after removing the existing executable located at
{}.
'''.format(version, cbindgen_min_version, cbindgen)))
return version
Will close as resolved. cbindgen is on it's way in to factory. If you meant devel:languages:rust/rust-cbindgen, that was never submitted to Factory. This is an autogenerated message for OBS integration: This bug (1115645) was mentioned in https://build.opensuse.org/request/show/650225 Factory / rust-cbindgen Could the maintainers of devel:languages:rust / rust-cbindgen please accept the review on this submission into Factory? https://build.opensuse.org/request/show/650291 Factory / rust-cbindgen (In reply to Andreas Stieger from comment #6) > Could the maintainers of devel:languages:rust / rust-cbindgen please accept > the review on this submission into Factory? > > https://build.opensuse.org/request/show/650291 Factory / rust-cbindgen Very sorry. I must have looked at my queue and thought it was already accepted, rather than not submitted. Added to Factory openSUSE-SU-2020:0933-1: An update that solves one vulnerability and has two fixes is now available. Category: security (moderate) Bug References: 1115645,1154817,1173202 CVE References: CVE-2020-1967 Sources used: openSUSE Leap 15.1 (src): rust-1.43.1-lp151.5.13.1, rust-cbindgen-0.14.1-lp151.8.2 openSUSE-SU-2020:0945-1: An update that solves one vulnerability and has two fixes is now available. Category: security (moderate) Bug References: 1115645,1154817,1173202 CVE References: CVE-2020-1967 Sources used: openSUSE Leap 15.2 (src): rust-1.43.1-lp152.3.5.1, rust-cbindgen-0.14.1-lp152.2.4.1 SUSE-SU-2020:2041-1: An update that solves one vulnerability and has two fixes is now available. Category: security (moderate) Bug References: 1115645,1154817,1173202 CVE References: CVE-2020-1967 Sources used: SUSE Linux Enterprise Module for Development Tools 15-SP2 (src): rust-1.43.1-12.1 SUSE Linux Enterprise Module for Development Tools 15-SP1 (src): rust-1.43.1-12.1 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. |