* [cyber] I: Sisyphus-20241003 x86_64 beehive_status: +45 -9 (138)
@ 2024-10-03 6:24 ALT beekeeper
0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2024-10-03 6:24 UTC (permalink / raw)
To: sisyphus-cybertalk
45 NEW error logs
dm-secdel-1.0.11-alt1
systemctl daemon-reload
make: systemctl: No such file or directory
make: [Makefile:24: install-bin] Error 127 (ignored)
systemctl enable secdeltab
make: systemctl: No such file or directory
make: [Makefile:25: install-bin] Error 127 (ignored)
fprintd-1.94.4-alt1
Full log written to
/usr/src/RPM/BUILD/fprintd-1.94.4/x86_64-alt-linux/meson-logs/testlog.txt
FAILED: meson-internal__test
/usr/bin/meson test --no-rebuild --print-errorlogs
gigolo-0.5.3-alt1
+ cd gigolo-0.5.3
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.48038 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/gigolo-0.5.3-alt1.patch is smaller than 8 bytes
mopidy-3.4.2-alt3
> raise AssertionError(_error_message()) from cause
E AssertionError: expected call not found.
E Expected: exit(1, 'the following arguments are required: bar, _args',
'usage: foo bar')
--
> raise AssertionError(_error_message()) from cause
E AssertionError: expected call not found.
E Expected: exit(1, 'the following arguments are required: baz, _args',
'usage: foo bar baz')
--
=========================== short test summary info ============================
FAILED tests/test_commands.py::CommandParsingTest::test_missing_positionals
FAILED tests/test_commands.py::CommandParsingTest::test_missing_positionals_subcommand
================== 2 failed, 1432 passed, 2 warnings in 7.29s ==================
ERROR: InvocationError for command /usr/src/RPM/BUILD/mopidy-3.4.2/.tox/py3/bin/python
-m pytest --basetemp=/usr/src/RPM/BUILD/mopidy-3.4.2/.tox/py3/tmp --cov=mopidy
--cov-report=term-missing (exited with code 1)
py3 finish: run-test after 7.61 seconds
--
___________________________________ summary ____________________________________
ERROR: py3: commands failed
cleanup /usr/src/RPM/BUILD/mopidy-3.4.2/.tox/.tmp/package/1/Mopidy-3.4.2-py3-none-any.whl
orage-4.18.0-alt1
+ cd orage-4.18.0
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.49827 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/orage-4.18.0-alt1.patch is smaller than 8 bytes
pragha-1.3.99.1-alt2
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.43441
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd pragha-1.3.99.1
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
python3-module-argcomplete-3.5.0-alt1
FAIL: test_choices (__main__.TestArgcomplete.test_choices)
Traceback (most recent call last):
--
self.assertEqual(set(self.run_completer(make_parser(), cmd)), set(output))
AssertionError: Items in the first set but not the second:
'--help'
--
'submarine'
FAIL: test_completers (__main__.TestArgcomplete.test_completers)
Traceback (most recent call last):
--
self.assertEqual(set(self.run_completer(make_parser(), cmd)), set(output))
AssertionError: Items in the first set but not the second:
'--url'
--
'http://url2'
FAIL: test_default_completer (__main__.TestArgcomplete.test_default_completer)
Traceback (most recent call last):
--
self.assertEqual(set(self.run_completer(make_parser(), cmd)), set(output))
AssertionError: Items in the first set but not the second:
'--one'
--
'test/'
FAIL: test_escape_special_chars (__main__.TestArgcomplete.test_escape_special_chars)
Traceback (most recent call last):
--
self.assertEqual(set(self.run_completer(make_parser(), "prog -1 ")), {r"bar\<\$\>baz "})
AssertionError: Items in the first set but not the second:
'-1'
--
'bar\\<\\$\\>baz '
FAIL: test_exclusive (__main__.TestArgcomplete.test_exclusive)
Traceback (most recent call last):
--
self.assertEqual(set(self.run_completer(make_parser(), cmd)), set(output))
AssertionError: Items in the first set but not the second:
'--no-bar'
python3-module-hypothesis-6.112.2-alt1
assert code_output == cli_output
AssertionError: assert '# This test ... flags=flags)' == '# This test ... flags=flags)'
Skipping 207 identical leading characters in diff, use -v to show
--
XFAIL tests/cover/test_lookup_py37.py::test_resolving_standard_contextmanager_as_generic
FAILED tests/ghostwriter/test_ghostwriter_cli.py::test_cli_python_equivalence['--equivalent
re.compile'-lambda: fuzz(re.compile)]
====== 1 failed, 6193 passed, 18 skipped, 6 xfailed in 586.16s (0:09:46) =======
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-ra', '-nauto',
'-Wignore::UserWarning:dateutil.zoneinfo', 'tests']' returned non-zero exit status 1.
python3-module-mypy-1.11.2-alt1
^[[32m for k in d:^[[0m (diff)
^[[32m RuntimeError: OrderedDict mutated during iteration^[[0m (diff)
^[[32m ^[[0m (diff)
--
XFAIL
mypy/test/teststubgen.py::StubgenPythonSuite::stubgen.test::testNestedClassInNamedTuple_semanal
FAILED mypyc/test/test_run.py::TestRun::run-dicts.test::testDictIterationMethodsRun
===== 1 failed, 11887 passed, 371 skipped, 10 xfailed in 414.99s (0:06:54) =====
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-ra']' returned
non-zero exit status 1.
python3-module-sanic-24.6.0-alt2
=========================== short test summary info ============================
FAILED tests/test_cli.py::test_server_run_with_repl - EOFError: Ran out of input
= 1 failed, 1667 passed, 25 skipped, 5 deselected, 3 xfailed, 6 xpassed, 310 warnings
in 194.19s (0:03:14) =
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-k', 'not
test_websocket_route_with_subprotocols and not test_keep_alive_client_timeout']'
returned non-zero exit status 1.
python3-module-stdlibs-2024.5.15-alt1
Doctest: README.md ... ok
FAIL: test_sys_stdlib_modules_agrees
(stdlibs.tests.StdlibsTest.test_sys_stdlib_modules_agrees)
Traceback (most recent call last):
--
self.assertEqual(frozenset(), sys.stdlib_module_names - names) # type: ignore
AssertionError: Items in the second set but not the first:
'_wmi'
Ran 7 tests in 0.066s
FAILED (failures=1)
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python', '-m', 'stdlibs.tests', '-v']' returned
non-zero exit status 1.
error: Bad exit status from /usr/src/tmp/rpm-tmp.55173 (%check)
python3-module-traitlets-5.14.3-alt1
> assert set(self.run_completer(app, "app --Application.log_level=")) > {"DEBUG",
"INFO"}
E AssertionError: assert {''} > {'DEBUG', 'INFO'}
E
--
SKIPPED [1] ../../../../lib/python3/site-packages/_pytest/doctest.py:458: all tests
skipped by +SKIP option
FAILED tests/config/test_argcomplete.py::TestArgcomplete::test_complete_custom_completers
============= 1 failed, 571 passed, 1 skipped, 1 warning in 1.34s ==============
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-v', '--ignore',
'tests/test_typing.py']' returned non-zero exit status 1.
python3-module-xonsh-0.18.3-alt1
> act, *_, value = act_res
E ValueError: not enough values to unpack (expected at least 2, got 1)
.run_venv/lib64/python3/site-packages/xonsh/cli_utils.py:548: ValueError
--
XPASS tests/test_integrations.py::test_xonsh_no_close_fds
FAILED tests/completers/test_command_completers.py::test_argparse_completer_after_option
- ValueError: not enough values to unpack (expected at least 2, got 1)
= 1 failed, 5098 passed, 35 skipped, 17 xfailed, 1 xpassed, 3 warnings in 88.41s
(0:01:28) =
Failed with Command '['pytest', '--timeout=240', '-vvvra', '--durations=5']' returned
non-zero exit status 1.INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'xonsh', 'run-tests.xsh', 'test',
'--', '--timeout=240', '-vvvra']' returned non-zero exit status 1.
stringtemplate4-4.3.3-alt1_3jpp11
[ERROR]
[ERROR] Please refer to /usr/src/RPM/BUILD/stringtemplate4-4.3.3/target/surefire-reports
for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and
[date].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
thunar-media-tags-plugin-0.4.0-alt1
+ cd thunar-media-tags-plugin-0.4.0
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.49898 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/thunar-media-tags-plugin-0.4.0-alt1.patch is smaller than 8 bytes
thunar-vcs-plugin-0.2.0-alt1
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd thunar-vcs-plugin-0.2.0
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
xarchiver-0.5.4.18-alt1
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd xarchiver-0.5.4.18
+ touch AUTHORS NEWS
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
xfce4-battery-plugin-1.1.5-alt1
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd xfce4-battery-plugin-1.1.5
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
xfce4-calculator-plugin-0.7.2-alt1
+ cd xfce4-calculator-plugin-0.7.2
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.96921 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfce4-calculator-plugin-0.7.2-alt1.patch is smaller than 8 bytes
xfce4-cpufreq-plugin-1.2.8-alt1
+ cd xfce4-cpufreq-plugin-1.2.8
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.63795 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfce4-cpufreq-plugin-1.2.8-alt1.patch is smaller than 8 bytes
xfce4-cpugraph-plugin-1.2.10-alt2
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd xfce4-cpugraph-plugin-1.2.10
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
xfce4-datetime-plugin-0.8.3-alt1
+ cd xfce4-datetime-plugin-0.8.3
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.43985 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfce4-datetime-plugin-0.8.3-alt1.patch is smaller than 8 bytes
xfce4-diskperf-plugin-2.7.0-alt1
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd xfce4-diskperf-plugin-2.7.0
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
xfce4-docklike-plugin-0.4.0-alt1
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.5909
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd docklike-plugin-0.4.0
+ ./autogen.sh
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
xfce4-fsguard-plugin-1.1.3-alt1
+ cd xfce4-fsguard-plugin-1.1.3
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.65980 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfce4-fsguard-plugin-1.1.3-alt1.patch is smaller than 8 bytes
xfce4-generic-slider-plugin-1.0.0-alt1
+ cd xfce4-generic-slider-plugin-1.0.0
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.61842 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfce4-generic-slider-plugin-1.0.0-alt1.patch is smaller than
8 bytes
xfce4-genmon-plugin-4.2.0-alt1
+ cd xfce4-genmon-plugin-4.2.0
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.67298 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfce4-genmon-plugin-4.2.0-alt1.patch is smaller than 8 bytes
xfce4-indicator-plugin-2.4.1-alt1
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd xfce4-indicator-plugin-2.4.1
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
xfce4-kbdleds-plugin-0.2.5-alt1
+ cd xfce4-kbdleds-plugin-0.2.5
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.86875 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfce4-kbdleds-plugin-0.2.5-alt1.patch is smaller than 8 bytes
xfce4-mailwatch-plugin-1.3.1-alt1
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd xfce4-mailwatch-plugin-1.3.1
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
xfce4-mount-plugin-1.1.6-alt1
+ cd xfce4-mount-plugin-1.1.6
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.48520 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfce4-mount-plugin-1.1.6-alt1.patch is smaller than 8 bytes
xfce4-mpc-plugin-0.5.3-alt1
+ cd xfce4-mpc-plugin-0.5.3
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.20848 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfce4-mpc-plugin-0.5.3-alt1.patch is smaller than 8 bytes
xfce4-netload-plugin-1.4.1-alt1
+ cd xfce4-netload-plugin-1.4.1
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.10672 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfce4-netload-plugin-1.4.1-alt1.patch is smaller than 8 bytes
xfce4-notes-plugin-1.11.0-alt1
+ cd xfce4-notes-plugin-1.11.0
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.80716 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfce4-notes-plugin-1.11.0-alt1.patch is smaller than 8 bytes
xfce4-pulseaudio-plugin-0.4.8-alt1
+ cd xfce4-pulseaudio-plugin-0.4.8
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.70663 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfce4-pulseaudio-plugin-0.4.8-alt1.patch is smaller than 8 bytes
xfce4-screensaver-4.18.3-alt1
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd xfce4-screensaver-4.18.3
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
xfce4-smartbookmark-plugin-0.5.2-alt1
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd xfce4-smartbookmark-plugin-0.5.2
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
xfce4-stopwatch-plugin-0.5.0-alt1
+ cd xfce4-stopwatch-plugin-0.5.0
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.39871 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfce4-stopwatch-plugin-0.5.0-alt1.patch is smaller than 8 bytes
xfce4-systemload-plugin-1.3.2-alt1
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd xfce4-systemload-plugin-1.3.2
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
xfce4-time-out-plugin-1.1.3-alt1
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd xfce4-time-out-plugin-1.1.3
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
xfce4-verve-plugin-2.0.3-alt1
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd xfce4-verve-plugin-2.0.3
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
xfce4-windowck-plugin-0.5.1-alt1
+ cd xfce4-windowck-plugin-0.5.1
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.44826 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfce4-windowck-plugin-0.5.1-alt1.patch is smaller than 8 bytes
xfce4-xkb-plugin-0.8.3-alt1
+ sed -i 's/m4_define(\[xkb_version_tag],[[:blank:]]*\[git\])/m4_define([xkb_version_tag],
[])/' configure.ac.in
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.82476 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfce4-xkb-plugin-0.8.3-alt1.patch is smaller than 8 bytes
xfdashboard-1.0.0-alt1
+ sed -i
's/m4_define(\[xfdashboard_version_tag],[[:blank:]]*\[git\])/m4_define([xfdashboard_version_tag],
[])/' configure.ac.in
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
error: Bad exit status from /usr/src/tmp/rpm-tmp.76210 (%build)
RPM build errors:
File /usr/src/RPM/SOURCES/xfdashboard-1.0.0-alt1.patch is smaller than 8 bytes
xfmpc-0.3.1-alt1
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd xfmpc-0.3.1
+ mkdir -p m4/
+ NOCONFIGURE=1
+ xdt-autogen
xdt-autogen: You must have "intltool" installed on your system.
You can download the source tarball from
https://launchpad.net/intltool.
9 error logs REMOVED from the list
Cardinal-24.09-alt1
glog-0.7.1-alt1
java-1.8.0-openjdk-0:1.8.0.422.b05-alt1_1jpp8
libvamp-2.10.0-alt2
perl-HTML-Widget-1.11-alt3
python3-module-cheroot-10.0.1-alt2
python3-module-xmlschema-3.4.2-alt1
verilator-5.018-alt1
zed-0.154.3-alt1
Total 138 error logs.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-10-03 6:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-03 6:24 [cyber] I: Sisyphus-20241003 x86_64 beehive_status: +45 -9 (138) ALT beekeeper
ALT Linux Sisyphus cybertalk
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus-cybertalk/0 sisyphus-cybertalk/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus-cybertalk sisyphus-cybertalk/ http://lore.altlinux.org/sisyphus-cybertalk \
sisyphus-cybertalk@lists.altlinux.org sisyphus-cybertalk@lists.altlinux.ru sisyphus-cybertalk@lists.altlinux.com
public-inbox-index sisyphus-cybertalk
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-cybertalk
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git