https://bugzilla.redhat.com/show_bug.cgi?id=1627999

Robert-André Mauchin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]
           Assignee|[email protected]    |[email protected]
              Flags|                            |fedora-review?



--- Comment #1 from Robert-André Mauchin <[email protected]> ---
brp-mangle-shebangs is not happy:

+ /usr/lib/rpm/redhat/brp-mangle-shebangs
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/README.md is executable but
has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/benches/bivariate_bootstrap.rs
is executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/benches/bivariate_regression.rs
is executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** ERROR:
./usr/share/cargo/registry/criterion-stats-0.2.5/benches/common_bench/mod.rs
has shebang which doesn't start with '/' ([allow(dead_code)])
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/benches/univariate_bootstrap.rs
is executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/benches/univariate_kde.rs is
executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/benches/univariate_sample.rs
is executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/bivariate/bootstrap.rs is
executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/bivariate/mod.rs is
executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/bivariate/regression.rs is
executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/bivariate/resamples.rs is
executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/float.rs is executable but
has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/lib.rs is executable but
has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/test.rs is executable but
has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/tuple.rs is executable but
has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/univariate/bootstrap.rs is
executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/univariate/kde/kernel.rs
is executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/univariate/kde/mod.rs is
executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/univariate/mixed.rs is
executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/univariate/mod.rs is
executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/univariate/outliers/mod.rs
is executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/univariate/outliers/tukey.rs
is executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/univariate/percentiles.rs
is executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/univariate/resamples.rs is
executable but has empty or no shebang, removing executable bit
BUILDSTDERR: *** WARNING:
./usr/share/cargo/registry/criterion-stats-0.2.5/src/univariate/sample.rs is
executable but has empty or no shebang, removing executable bit
Erreur de construction de RPM :
BUILDSTDERR: erreur : Mauvais statut de sortie pour /var/tmp/rpm-tmp.NnSf7N
(%install)
BUILDSTDERR:     Mauvais statut de sortie pour /var/tmp/rpm-tmp.NnSf7N
(%install)
Child return code was: 1
EXCEPTION: [Error()]

It seems the whole crate is marked as executable. You should patch that.

find . -type f -exec chmod 0644 "{}" \;
find . -type d -exec chmod 0755 "{}" \;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to