-
Trying to build a package for Leap 15.0 and Leap 42.3 on a single build host. I'm not using the whole open build system, just obs-build called from [buildbot](https://buildbot.net).
When trying to …
-
I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account.
- "setup.py build"
- "setup.py install --…
-
includetest.spec:
```
Name: includetest
Version: 1.0
Release: 1
License: Testing
%include badsummary.inc
%description
%{summary}
```
badsummary.inc:
```
Xummary: Include test
```
>…
-
Original issue: https://pagure.io/copr/copr/issue/1315
Opened: 2020-03-19 14:05:13
Opened by: [churchyard](https://accounts.fedoraproject.org/user/churchyard)
I was debugging a build failure of https…
-
Hi,
I tried on Mageia Cauldron to compile ocaml-benchmark 1.6 but it fails to build with the following issue:
> cd ocaml-benchmark-1.6
'[' 1 -eq 1 ']'
'[' 1 -eq 1 ']'
dune build @install
…
-
A test is failing in the testsuite:
```
[ 4s] ======================================================================
[ 4s] FAIL: test_yaml_get_serializer (tests.serializer.ResourceTestCase)
…
-
os: openEuler
gcc: 7.3.0
cmake: 3.16.5
```
[1/2] Preparing lit tests
[1/2] Running all regression tests
-- Testing: 44875 tests, 16 workers --
Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70..…
-
```
+ /usr/bin/python3 -B -m pytest
=========================================================================== test session starts ==================================================================…
-
. is no longer in @INC above 5.26
So now when you do make test, you get among other things:
Can't locate t/Data/Localize/Test.pm in @INC
and the test suite fails.
toddr updated
6 years ago
-
On some fpm RPM builds the BUILD HOST is listed i.e. https://github.com/jordansissel/fpm/blob/main/docs/packages/rpm.rst
```
Source RPM : example-1.0-1.src.rpm
Build Date : Wed 20 Oct 2021 09:4…