Commit 47e7c362 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

component/libxml2: version up 2.9.14, including security fixes.

parent ba071324
Pipeline #22203 failed with stage
in 0 seconds
......@@ -12,8 +12,8 @@ parts =
[libxml2]
recipe = slapos.recipe.cmmi
shared = true
url = http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz
md5sum = 10942a1dc23137a8aa07f0639cbfece5
url = https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.14.tar.xz
md5sum = b7b3029ac6beb32a7925225515f83ca3
configure-options =
--disable-static
--without-python
......
  • Seems that this change disallows to build libxslt:

    2022-06-21 13:14:02,993 INFO     slapgrid_sr: 2022-06-21 13:14:02 slapos[107526] INFO checking for xml2-config... /srv/slapgrid/slappart12/t/cvr/shared/libxml2/52d309bbff1c0857fe9cbea62a68d5cf/bin/xml2-config
    2022-06-21 13:14:02,999 INFO     slapgrid_sr: 2022-06-21 13:14:02 slapos[107526] INFO configure: error: Could not find libxml2 anywhere, check ftp://xmlsoft.org/.
    2022-06-21 13:14:03,052 INFO     slapgrid_sr: 2022-06-21 13:14:03 slapos[107526] INFO libxslt: Command 'set -e;./configure --prefix="/srv/slapgrid/slappart12/t/cvr/shared/libxslt/b7282787f661924449d79d923e6736fc" --with-libxml-prefix=/srv/slapgrid/slappart12/t/cvr/shared/libxml2/52d309bbff1c0857fe9cbea62a68d5cf --without-crypto --without-python --without-debug --without-debugger' returned non-zero exit status 1.
    2022-06-21 13:14:03,054 INFO     slapgrid_sr: 2022-06-21 13:14:03 slapos[107526] INFO libxslt: Compilation error. The package is left as is at /srv/slapgrid/slappart12/t/cvr/shared/libxslt/b7282787f661924449d79d923e6736fc/.build/libxslt-1.1.34 where you can inspect what went wrong.
    2022-06-21 13:14:03,054 INFO     slapgrid_sr: 2022-06-21 13:14:03 slapos[107526] INFO A shell script slapos.recipe.build.env.sh has been generated. You can source it in your shell to reproduce build environment.
    2022-06-21 13:14:03,055 INFO     slapgrid_sr: 2022-06-21 13:14:03 slapos[107526] INFO While:
    2022-06-21 13:14:03,055 INFO     slapgrid_sr: 2022-06-21 13:14:03 slapos[107526] INFO   Installing libxslt.
    2022-06-21 13:14:03,055 INFO     slapgrid_sr: 2022-06-21 13:14:03 slapos[107526] INFO Error: System error
    2022-06-21 13:14:03,095 INFO     slapgrid_sr: 2022-06-21 13:14:03 slapos[107526] ERROR Failed to run buildout profile in directory '/srv/slapgrid/slappart12/t/cvr/soft/82f70158215e60c07daac0a05ff861f8'
    2022-06-21 13:14:03,104 INFO     slapgrid_sr: 2022-06-21 13:14:03 slapos[107526] INFO Finished software releases.
    2022-06-21 13:14:03,155 INFO     {'status_code': 1, 'command': '/opt/slapgrid/c82e3538b8bb80ee4c3a2d99e83279b6/bin/slapos node software --all --pidfile /srv/slapgrid/slappart12/t/cvr/soft/slapos-node.pid --cfg /srv/slapgrid/slappart12/t/cvr/slapos.cfg', 'stdout': b'', 'stderr': b''}
    2022-06-21 13:14:03,155 DEBUG    After status_dict = slapos_method(...)

    Eg https://softinst145473.host.vifib.net/cvr-h8LjZbG8wd/suite.log

  • 307e0b10 should fix libxslt build issue.

Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment