See
<https://jenkins.x2go.org:8443/job/x2goserver+ppc64be+nightly+debian-jessie/118/display/redirect?page=changes>
Changes:
[ionic] x2goserver/lib/x2goupdateoptionsstring: simplify a for loop a bit.
[ionic] x2goserver/lib/x2goupdateoptionsstring: fix typo in comment.
[ionic] x2goserver/lib/x2goupdateoptionsstring: fix typo in print statement
syntax.
[ionic] debian/libx2go-server-perl.install: remove duplicated entry for
X2Go/Utils.pm.
[ionic] x2goserver/lib/x2goupdateoptionsstring: update copyright notice.
[ionic] X2Go/Server/Agentt/: add new (stub) file NX/Options.pm as a library
version of the options string manipulation code.
[ionic] x2goserver/lib/x2goupdateoptionsstring: fix man page specification,
options string was missing.
[ionic] x2goserver/lib/x2goupdateoptionsstring: move most code to
X2Go/Server/Agent/NX/Options.pm.
[ionic] x2goserver/lib/x2goupdateoptionsstring: revert for loop simplification.
[ionic] X2Go/Server/Agent/NX/Options.pm: add a lot of documentation.
[ionic] x2goserver/lib/x2goupdateoptionsstring: update synopsis to include the
optional character of a plus sign, but a non-optional character for a minus
sign.
[ionic] x2goserver/lib/x2goupdateoptionsstring: make clear that "additional
parameters" are transformations.
[ionic] x2goserver/lib/x2goupdateoptionsstring: replace occurrences of "option
string" with "options string".
[ionic] X2Go/Server/Agent/NX/Options.pm: replace occurrences of "option string"
with "options string".
[ionic] X2Go/Server/Agent/NX/Options.pm: document that duplicate keys in the
input options string are possible and accepted, but actually discouraged and
semantically redundant.
[ionic] X2Go/Server/Agent/NX/Options.pm: whitespace-only in comment.
[ionic] X2Go/Server/Agent/NX/Options.pm: add and use an enum-like construct as
the internal mode selector for transforms.
[ionic] X2Go/Server/Agent/NX/Options.pm: rename options parameter in
transform_intermediate to intermediate.
[ionic] X2Go/Server/Agent/NX/Options.pm: document key-value pairs with either
empty keys or empty (!= non-existent) values.
[ionic] X2Go/Server/Agent/NX/Options.pm: make sure that intermediates never
include undef entries.
[ionic] x2goserver/lib/x2goupdateoptionsstring: switch to "X2Go/NX Agent" term
and make it bold to denote something special.
[ionic] X2Go/Server/Agent/NX/Options.pm: add new function compact_intermediate,
used to remove duplicated and empty elements.
[ionic] x2goserver/lib/x2goupdateoptionsstring: add new --compact/-c switch to
enable the use of compactation.
[ionic] x2goserver/lib/x2goupdateoptionsstring: document new --compact/-c
switch.
[ionic] x2goserver/lib/x2goupdateoptionsstring: split up GetOptionsFromArray ()
line.
[ionic] X2Go/Server/Agent/NX/Options.pm: document the new compact_intermediate
() function and its implications.
[ionic] X2Go/Server/Agent/NX/Options.pm: fix some Perl Critic warnings and
silence others.
[ionic] x2goserver/lib/x2goupdateoptionsstring: fix some Perl Critic warnings
and silence others.
[ionic] X2Go/Server/Agent/NX/Options.pm: grammar/typo fix in comment and
improve a different comment.
[ionic] X2Go/Server/Agent/NX/Options.pm: avoid copying arrays if not necessary
when passing to grep and map operations.
[ionic] X2Go/Server/Agent/NX/Options.pm: rework the lastly modified comment
again, the changed explanation didn't match the reality.
[ionic] X2Go/Server/Agent/NX/Options.pm: fix typos in internal section links.
[ionic] X2Go/Server/Agent/NX/Options.pm: add newline before __END__,
non-functional.
[ionic]
{X2Go/Server/Agent/NX/Options.pm,x2goserver/lib/x2goupdateoptionsstring}: add
=pod markers.
[ionic]
{X2Go/Server/Agent/NX/Options.pm,x2goserver/lib/x2goupdateoptionsstring}:
update AUTHOR sections with proper links.
[ionic] X2Go/Server/Agent/NX/Options.pm: fix nxagent man page link.
[ionic] x2goserver/lib/x2goupdateoptionsstring: considerably simplify while
loop logic that iterates over transformations.
[ionic]
{X2Go/Server/Agent/NX/Options.pm,x2goserver/lib/x2goupdateoptionsstring}:
reformat/reflow so that each sentence starts on a proper line.
[ionic] X2Go/Server/Agent/NX/Options.pm: replace "treat as" with "treat like".
[ionic] X2Go/Server/Agent/NX/Options.pm: clear up "logically equivalent but
logically very different" situation.
[ionic] x2goserver/lib/x2goupdateoptionsstring: rename EXAMPLE section to
EXAMPLES.
[ionic] x2goserver/lib/x2goupdateoptionsstring: add links to
X2Go::Server::Agent::NX::Options documentation on option strings and
transformations.
[ionic] x2goserver/lib/x2goupdateoptionsstring: document how to cheat and just
compact options strings.
[ionic] x2goserver/lib/x2goupdateoptionsstring: add options terminators to
example calls.
[ionic] X2Go/Server/Agent/NX/Options.pm: document that NUL bytes can only be
URL-encoded, but that this not recommended.
[ionic] X2Go/Server/Agent/NX/Options.pm: typo compactation => compaction.
[ionic] X2Go/Server/Agent/NX/Options.pm: whitespace-only on fake enum-subs.
[ionic] X2Go/Server/Agent/NX/Options.pm: add empty BEGIN block in case it's
ever needed (and if not, it shouldn't have any side effects anyway).
[ionic] x2goserver/lib/x2goupdateoptionsstring: add space between link and
punctuation character for easier copying.
[ionic] x2goserver/lib/x2goupdateoptionsstring: better document end-of-options
terminator and highlight its importance.
[ionic] X2Go/Server/Agent/NX/Options.pm: reflow some text.
[ionic] X2Go/Server/Agent/NX/Options.pm: document other non-printable
characters.
[ionic] x2goserver/lib/x2goupdateoptionsstring: add comment regarding the shift
() operations after sanitizing program options.
[ionic] X2Go/Server/Agent/NX/Options.pm: if ("string") in Perl does something
weird in a dualvar sense - it converts a string to a number, which typically
evaluates into a plain "0" if it doesn't start with any digits.
[ionic] X2Go/Server/Agent/NX/Options.pm: make sure to add/modify elements with
an empty string or undef key and an undef value as an empty hash.
[ionic] x2goserver/lib/x2goupdateoptionsstring: fix parsing of multiple
subsequent separating "--" pseudo-options.
[ionic] x2goserver/lib/x2goupdateoptionsstring: add debug print statements for
in-depth examination of program options parsing.
[ionic] x2goserver/lib/x2goupdateoptionsstring: add mode selection
functionality.
[ionic] X2Go/Server/Agent/NX/Options.pm: port modes "enum" subs to the constant
pragma to make the code more consistent with the program wrapper.
[ionic]
{X2Go/Server/Agent/NX/Options.pm,x2goserver/lib/x2goupdateoptionsstring}:
update Perl critic overrides to allow the constant pragma and document it and
other overrides (unless they are self-explanatory).
[ionic] x2goserver/lib/x2goupdateoptionsstring: rework mode selection, split
out abbreviation parsing into a separate function to take out nesting
complexity.
[ionic] debian/changelog: typo and whitespace fixes.
[ionic] debian/changelog: fixup x2goserver/{lib,bin}/x2goupdateoptionsstring.
[ionic]
{X2Go/Server/Agent/NX/Options.pm,x2goserver/bin/x2goupdateoptionsstring}:
fix/silence a few Perl::Critic warnings.
[ionic] x2goserver/bin/x2goupdateoptionsstring: typo fix in output message only.
[ionic] x2goserver/bin/x2goupdateoptionsstring: remove obsolete comment, we're
not using a do block/do-while loop any longer.
[ionic] X2Go/Server/Agent/NX/Options.pm: undef can't be referenced, so
adjust/fix the comments.
[ionic] x2goserver/bin/x2goupdateoptionsstring: more typo fixes in output
messages only.
[ionic] x2goserver/bin/x2goupdateoptionsstring: generalize code looping through
program arguments and split out transformation operation into own subroutine.
[ionic]
{X2Go/Server/Agent/NX/Options.pm,x2goserver/bin/x2goupdateoptionsstring}:
enable Unicode handling, as far as possible.
[ionic]
{X2Go/Server/Agent/NX/Options.pm,x2goserver/bin/x2goupdateoptionsstring}:
fatalize text coding errors.
[ionic] x2goserver/bin/x2goupdateoptionsstring: sanitize/convert data in @ARGV.
[ionic] x2goserver/bin/x2goupdateoptionsstring: add non-functional extraction
mode.
[ionic] x2goserver/bin/x2goupdateoptionsstring: fix syntax and strict mode
errors.
[ionic] X2Go/Server/Agent/NX/Options.pm: simplify error handling by splitting
intermediate checking out into a separate subroutine.
[ionic] X2Go/Server/Agent/NX/Options.pm: rename $options variable to
$intermediate in intermediate_to_string () for internal consistency.
[ionic] X2Go/Server/Agent/NX/Options.pm: document that subroutines and
constants that are not marked for export are internal and should not be used.
[ionic] X2Go/Server/Agent/NX/Options.pm: add extract_element subroutine, used
to extract key-value pairs.
[ionic] x2goserver/bin/x2goupdateoptionsstring: correctly use MIME::Base64.
[ionic] x2goserver/bin/x2goupdateoptionsstring: actually implement extraction
mode.
[ionic] x2goserver/bin/x2goupdateoptionsstring: don't encode/decode in-place.
[ionic]
{X2Go/Server/Agent/NX/Options.pm,x2goserver/bin/x2goupdateoptionsstring}:
explicitly use package foreign package names all across the code for
consistency.
[ionic] x2goserver/bin/x2goupdateoptionsstring: fix typos in documentation and
reword misinterpreted-as-options section.
[ionic] x2goserver/bin/x2goupdateoptionsstring: document mode selection and
extraction mode.
[ionic] x2goserver/bin/x2goupdateoptionsstring: fix error handling for kv-pair
extraction.
[ionic] x2goserver/bin/x2goupdateoptionsstring: add base64 encode and decode
helpers, add new --base64 parameter that enabled global use of base64.
[ionic] X2Go/Server/Agent/NX/Options.pm: actually check for a specific value in
the kv-pair filter function if so specified.
[ionic] x2goserver/bin/x2goupdateoptionsstring: extend extraction example for
how to check for full key-value pair combinations.
[ionic] x2goserver/bin/x2goupdateoptionsstring: document the new base6
pseudo-mode.
[ionic] x2goserver/bin/x2goupdateoptionsstring: an equal sign or space
character is mandatory after the -m or --mode switch.
[ionic] X2Go/Server/Agent/NX/Options.pm: document key-value pair extraction.
[ionic] x2goserver/bin/x2goupdateoptionsstring: fix some Perl::Critic warnings.
[ionic] x2goserver/bin/x2goupdateoptionsstring: encode/decode to/from shell
locale.
[ionic] x2goserver.spec: add dependency upon perl(Encode::Locale) for older
distros.
[ionic] x2goserver/bin: rename x2goupdateoptionsstring to x2gooptionsstring.
[ionic] x2goserver/Makefile: rename x2goupdateoptionsstring to
x2gooptionsstring.
[ionic] debian/x2goserver.manpages: rename x2goupdateoptionsstring to
x2gooptionsstring.
[ionic] debian/x2goserver.install: rename x2goupdateoptionsstring to
x2gooptionsstring.
[ionic] x2goserver/bin/x2gooptionsstring: rename x2goupdateoptionsstring to
x2gooptionsstring.
------------------------------------------
[...truncated 13.16 KB...]
+ OTHERMIRROR=
+ '[' xheuler = xheuler ']'
+ grep -qs x2goserver
+ OTHERMIRROR='deb http://packages.x2go.org/debian jessie main heuler'
+ '[' x2goserver = x2gomatebindings ']'
+ git --no-pager log --since '2 years ago' '--format=%ai %aN (%h)
%n%n%x09*%w(68,0,10) %s%d%n'
+ typeset -a sbuild_options
+ sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}"
"--keyid=${GPG_KEY}")
+ '[' 8 -gt 8 ']'
+ sbuild_options+=("--build-dep-resolver=aptitude")
+ '[' -n '' ']'
+ '[' -n 'deb http://packages.x2go.org/debian jessie main heuler' ']'
+ sbuild_options+=("--extra-repository=${OTHERMIRROR}")
+ typeset -a sbuild_options_amd64 sbuild_options_i386 sbuild_options_armhf
sbuild_options_powerpc sbuild_options_ppc64 sbuild_options_ppc64el
+ sbuild_options_amd64=("${sbuild_options[@]}")
+ sbuild_options_i386=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B")
+ sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf"
"--chroot=${codename}-armhf-raspbian-sbuild")
+ sbuild_options_powerpc=("${sbuild_options[@]}" "--debbuildopts=-B")
+ sbuild_options_ppc64=("${sbuild_options[@]}" "--arch=ppc64"
"--chroot=${codename}-ppc64-sbuild" "--debbuildopts=-B")
+ sbuild_options_ppc64el=("${sbuild_options[@]}" "--debbuildopts=-B")
+ typeset base_arch=powerpc
+ '[' -n powerpc ']'
+ '[' x '!=' xpowerpc ']'
+ grep -Eqs 'Architecture.*(all|any|powerpc)'
/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/debian/control
+ typeset -i has_arch_dep=0
+ grep -Eqs 'Architecture.*(any|powerpc)'
/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/debian/control
+ has_arch_dep=1
+ '[' 1 -eq 1 ']'
+ typeset 'indirect=sbuild_options_powerpc[@]'
+ typeset -a indirect_resolve
+ indirect_resolve=("${!indirect}")
+ cd /home/x2go-jenkins/pkg-dist/heuler/x2goserver/debian/jessie/powerpc
+ nice sbuild -n --jobs=2 -sA --dist=jessie --keyid=F4A7678C9C6B0B2B
--build-dep-resolver=aptitude '--extra-repository=deb
http://packages.x2go.org/debian jessie main heuler' --debbuildopts=-B
/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver
PREFIX='/usr' NXLIBDIR='/usr/lib/powerpc-linux-gnu/nx' LIBDIR='/usr/lib/x2go'
dh clean --with=systemd || PREFIX='/usr'
NXLIBDIR='/usr/lib/powerpc-linux-gnu/nx' LIBDIR='/usr/lib/x2go' dh clean
dh: unable to load addon systemd: Can't locate
Debian/Debhelper/Sequence/systemd.pm in @INC (you may need to install the
Debian::Debhelper::Sequence::systemd module) (@INC contains: /etc/perl
/usr/local/lib/powerpc-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2
/usr/lib/powerpc-linux-gnu/perl5/5.20 /usr/share/perl5
/usr/lib/powerpc-linux-gnu/perl/5.20 /usr/share/perl/5.20
/usr/local/lib/site_perl .) at (eval 11) line 2.
BEGIN failed--compilation aborted at (eval 11) line 2.
dh_testdir
debian/rules override_dh_auto_clean
make[1]: Entering directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver'
rm -f ChangeLog
rm -Rfv x2goserver/.build_html
rm -Rfv x2goserver-extensions/.build_html
rm -f ChangeLog.gitlog
rm -f MYMETA.yml
rm -f Makefile.perl.old
PREFIX='/usr' NXLIBDIR='/usr/lib/powerpc-linux-gnu/nx' LIBDIR='/usr/lib/x2go'
dh_auto_clean
make[2]: Entering directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver'
make -f Makefile.perl clean
make[3]: Entering directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver'
make[3]: Makefile.perl: No such file or directory
make[3]: *** No rule to make target 'Makefile.perl'. Stop.
make[3]: Leaving directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver'
Makefile:33: recipe for target 'clean' failed
make[2]: [clean] Error 2 (ignored)
make -C x2goserver-common clean
make[3]: Entering directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-common'
rm -Rf `dirname .build_man2html/html`
make[3]: Leaving directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-common'
make -C x2goserver clean
make[3]: Entering directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver'
rm -Rf `dirname .build_man2html/html`
for dir in 'bin' 'sbin' 'lib' 'share/x2gofeature.d'; do \
for gen_file in "${dir}/"*; do \
file="${gen_file%.in}"; \
if [ "${gen_file}" != "${file}" ]; then \
rm -f "${file}"; \
fi; \
done; \
done
make[3]: Leaving directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver'
make -C libx2go-server-db-perl clean
make[3]: Entering directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/libx2go-server-db-perl'
rm -f lib/libx2go-server-db-sqlite3-wrapper
make[3]: Leaving directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/libx2go-server-db-perl'
make -C x2goserver-x2goagent clean
make[3]: Entering directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-x2goagent'
rm -rf `dirname .build_man2html/html`
make[3]: Leaving directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-x2goagent'
make -C x2goserver-x2gokdrive clean
make[3]: Entering directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-x2gokdrive'
make[3]: Nothing to be done for 'clean'.
make[3]: Leaving directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-x2gokdrive'
make -C x2goserver-printing clean
make[3]: Entering directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-printing'
rm -rf `dirname .build_man2html/html`
make[3]: Leaving directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-printing'
make -C x2goserver-extensions clean
make[3]: Entering directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-extensions'
rm -rf `dirname .build_man2html/html`
make[3]: Leaving directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-extensions'
make -C x2goserver-xsession clean
make[3]: Entering directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-xsession'
make[3]: Nothing to be done for 'clean'.
make[3]: Leaving directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-xsession'
make -C x2goserver-fmbindings clean
make[3]: Entering directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-fmbindings'
rm -rf `dirname .build_man2html/html`
make[3]: Leaving directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-fmbindings'
make -C x2goserver-desktopsharing clean
make[3]: Entering directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-desktopsharing'
rm -rf `dirname .build_man2html/html`
make[3]: Leaving directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver/x2goserver-desktopsharing'
make[2]: Leaving directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver'
rm -f Makefile.perl
make[1]: Leaving directory
'/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver'
dh_clean
dpkg-source: warning: source directory 'x2goserver' is not
<sourcepackage>-<upstreamversion> 'x2goserver-4.1.0.4'
dpkg-source: info: using source format `1.0'
dpkg-source: info: building x2goserver in
x2goserver_4.1.0.4-0x2go1.2~git20201228.1914+8.heuler.1.tar.gz
dpkg-source: info: building x2goserver in
x2goserver_4.1.0.4-0x2go1.2~git20201228.1914+8.heuler.1.dsc
sbuild (Debian sbuild) 0.65.2 (24 Mar 2015) on localhost
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
��� x2goserver 4.1.0.4-0x2go1.2~git20201228.1914+8.heuler.1 (powerpc) 28 Dec
2020 06:14 ���
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
Package: x2goserver
Version: 4.1.0.4-0x2go1.2~git20201228.1914+8.heuler.1
Source Version: 4.1.0.4-0x2go1.2~git20201228.1914+8.heuler.1
Distribution: jessie
Machine Architecture: powerpc
Host Architecture: powerpc
Build Architecture: powerpc
I: NOTICE: Log filtering will replace
'build/x2goserver-sqOT3U/x2goserver-4.1.0.4' with '��PKGBUILDDIR��'
I: NOTICE: Log filtering will replace 'build/x2goserver-sqOT3U' with
'��BUILDDIR��'
I: NOTICE: Log filtering will replace
'var/run/schroot/mount/jessie-powerpc-sbuild-99c8878b-50f0-4ca5-8900-a82d3dfcf56e'
with '��CHROOT��'
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
��� Update chroot
���
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
Ign http://archive.debian.org jessie InRelease
Hit http://archive.debian.org jessie Release.gpg
Hit http://archive.debian.org jessie Release
Ign http://archive.debian.org jessie Release
Ign http://archive.debian.org jessie/main Sources/DiffIndex
Ign http://archive.debian.org jessie/main powerpc Packages/DiffIndex
Hit http://archive.debian.org jessie/main Translation-en
Hit http://archive.debian.org jessie/main Sources
Hit http://archive.debian.org jessie/main powerpc Packages
Reading package lists...
W: GPG error: http://archive.debian.org jessie Release: The following
signatures were invalid: KEYEXPIRED 1587841717
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
��� Fetch source files
���
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
Local sources
���������������������������������������
/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver_4.1.0.4-0x2go1.2~git20201228.1914+8.heuler.1.dsc
exists in /home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO; copying to
chroot
Check architectures
���������������������������������������������������������
Check dependencies
������������������������������������������������������
Merged Build-Depends: build-essential, fakeroot
Filtered Build-Depends: build-essential, fakeroot
dpkg-deb: building package `sbuild-build-depends-core-dummy' in
`/��BUILDDIR��/resolver-uErsLL/apt_archive/sbuild-build-depends-core-dummy.deb'.
OK
Ign file: ./ InRelease
Get:1 file: ./ Release.gpg [299 B]
Get:2 file: ./ Release [2119 B]
Ign file: ./ Translation-en
Get:3 http://packages.x2go.org jessie InRelease [36.8 kB]
Get:4 http://packages.x2go.org jessie/main powerpc Packages [27.0 kB]
Get:5 http://packages.x2go.org jessie/heuler powerpc Packages [27.7 kB]
Ign http://packages.x2go.org jessie/heuler Translation-en
Ign http://packages.x2go.org jessie/main Translation-en
Fetched 91.6 kB in 2s (33.7 kB/s)
Reading package lists...
Reading package lists...
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
��� Install core build dependencies (aptitude-based resolver)
���
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
aptitude-common libboost-iostreams1.55.0 libcwidget3 libsigc++-2.0-0c2a
libsqlite3-0 libxapian22
Suggested packages:
tasksel debtags apt-xapian-index libcwidget-dev xapian-tools
Recommended packages:
aptitude-doc-en aptitude-doc libparse-debianchangelog-perl
The following NEW packages will be installed:
aptitude aptitude-common libboost-iostreams1.55.0 libcwidget3
libsigc++-2.0-0c2a libsqlite3-0 libxapian22
0 upgraded, 7 newly installed, 0 to remove and 1 not upgraded.
Need to get 4608 kB of archives.
After this operation, 20.9 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libboost-iostreams1.55.0 libsigc++-2.0-0c2a libcwidget3 libsqlite3-0
aptitude-common libxapian22 aptitude
E: There are problems and -y was used without --force-yes
apt-get failed.
W: Could not install aptitude!
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
��� Cleanup
���
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
Purging /��BUILDDIR��
Not cleaning session: cloned chroot in use
E: Core build dependencies not satisfied; skipping
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
��� Summary
���
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
Build Architecture: powerpc
Build-Space: 0
Build-Time: 0
Distribution: jessie
Fail-Stage: install-deps
Host Architecture: powerpc
Install-Time: 0
Job:
/home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO/x2goserver_4.1.0.4-0x2go1.2~git20201228.1914+8.heuler.1.dsc
Machine Architecture: powerpc
Package: x2goserver
Package-Time: 0
Source-Version: 4.1.0.4-0x2go1.2~git20201228.1914+8.heuler.1
Space: 0
Status: failed
Version: 4.1.0.4-0x2go1.2~git20201228.1914+8.heuler.1
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
Finished at 20201228-0614
Build needed 00:00:00, 0k disc space
E: Core build dependencies not satisfied; skipping
+ cleanup
+ typeset temp_dir=
+ for temp_dir in '"${temp_cleanup[@]}"'
+ '[' -n '' ']'
+ for temp_dir in '"${temp_cleanup[@]}"'
+ '[' -n /home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO ']'
+ '[' -d /home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO ']'
+ rm -Rf -- /home/x2go-jenkins/tmp/tmp.1XwPIV0WHw9SkPVpm77rDlVO
Build step 'Execute shell' marked build as failure
_______________________________________________
x2go-commits mailing list
[email protected]
https://lists.x2go.org/listinfo/x2go-commits