pmatilai created an issue (rpm-software-management/rpm#3582)

Sometime between mid-December and mid-January my snapshot builds started 
failing on i386: 
https://copr.fedorainfracloud.org/coprs/pmatilai/rpm-snapshot/builds/ with the 
following:

```
      stderr: 
        /usr/bin/pkg-config: line 8: /usr/bin/i386-redhat-linux-gnu-pkg-config: 
No such file or directory
```

This comes from pkg-config which on Fedora calls rpm (🤪 ) macro evaluation to 
determine the path of the actual script to call - in this case the actual file 
is /usr/bin/i686-redhat-linux-gnu-pkg-config. The relevant macro is 
`%{_target_cpu}` so that's what's now evaluating differently, and the likely 
cause being the rpmrc STL refactoring I did in the first half of December. 

Most likely this is a regression, but the rpmrc stuff being so old and strange, 
it's *possible* something was actually misbehaving earlier. 
Need to sort this out before 6.0 alpha though.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3582
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/3...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to