-
Package kvm-unit-tests seems to have a linker script as follows:
SECTIONS
{
. = 4M + SIZEOF_HEADERS;
stext = .;
.text : { *(.init) *(.text) *(.text.*) }
. = ALIGN(4K);
.…
-
If a file is marked as config file, rpmbuild could automatically create a copy and store it in `/usr/lib/rpm/config/first-digest-byte/file-digest`.
We can then make use of this to:
- allow to disp…
-
```py
[ 72s] ======================================================================
[ 72s] FAIL: test_extern_function_pointer_multiarg (test_types_values.ConstantsTest)
[ 72s] ---------------…
-
I'm trying to package your module as rpm packag. So I'm using typical in such case build, install and test cycle used on building package from non-root account:
- "setup.py build"
- "setup.py instal…
-
Currently, COPR supports three methods to build an SRPM from SCM sources: rpkg[^1], tito (and tito test), and `make srpm`. For a repository built like the Fedora standard (spec file with URLs in the …
-
When I run test_extract on a rpmbuild isolated VM, i.e. no network, the test fails.
It would be good if these tests used test data that is included in the PyPI sdist, or even test data which can be…
-
Currently, unless set explicitly otherwise, DT_RPATH is set to `/usr/lib64/`. This was deemed undesired in Fedora:
https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuild
Unless no …
-
On voc 0.1.6, on openSUSE Leap_15.1 (py36) I am seeing the following test failure when the test suite is invoked using `setup.py test`.
I am not running the tests on openSUSE Tumbleweed (py37) beca…
-
If xkbcommon.pc specifies a different include dir, a build failure can ensue in kmscon because one target seems to ignore the Cflags from xkbcommon.pc.
```
[ 6s] [16/85] cc -Isrc/mod-bbulk.so.p…
-
```
+ /usr/bin/make -O -j48 V=1 VERBOSE=1 check
Making check in src
Making check in lib
Making check in common
make[3]: Nothing to be done for 'check'.
Making check in crypto
Making check i…