Your message dated Mon, 23 Mar 2026 23:34:53 +0000
with message-id <[email protected]>
and subject line Bug#1131685: fixed in ruby-jekyll-seo-tag 2.8.0-3
has caused the Debian Bug report #1131685,
regarding ruby-jekyll-seo-tag: FTBFS: 208 examples, 5 failures
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1131685: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1131685
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ruby-jekyll-seo-tag
Version: 2.8.0-2
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202603/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:ruby-jekyll-seo-tag, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=ruby --with ruby
dh_auto_clean -O--buildsystem=ruby
dh_ruby --clean
W: XS-Ruby-Versions is deprecated, and will be ignored
dh_autoreconf_clean -O--buildsystem=ruby
dh_clean -O--buildsystem=ruby
debian/rules binary
dh binary --buildsystem=ruby --with ruby
dh_update_autotools_config -O--buildsystem=ruby
dh_autoreconf -O--buildsystem=ruby
dh_auto_configure -O--buildsystem=ruby
dh_ruby --configure
dh_auto_build -O--buildsystem=ruby
dh_ruby --build
[... snipped ...]
returns the headline
returns the datePublished
returns the dateModified
returns the description
returns the publisher
returns the main entity of page
returns sameAs
returns the url
author
when passed as a string
returns the author
when passed as a hash
returns the author
when type Organization
returns the author with type
when invalid type
returns the author with type
when url is present
returns the author with url
image
with image as a string
returns the image as a string
with image as a hash
returns the image as a hash
with null values
does not return null values as json
Jekyll::SeoTag
builds
outputs the plugin version
outputs meta generator
outputs JSON sorted by key
Running 3 checks (Images, Links, Scripts) in ["/<<PKGBUILDDIR>>/tmp/dest"] on
*.html files ...
Checking 0 external links
Checking 0 internal links
Checking internal link hashes in 0 files
Ran on 3 files!
HTML-Proofer finished successfully.
outputs valid HTML
with page.title
builds the title with a page title only
with site.name
builds the title with a page title and site name
with site.title
builds the title with a page title and site title
with site.description
builds the title without the site description
with site.title and site.description
builds the title with a page title and site title
does not build the title with the site description
with site.title and site.description
builds the title with a page title and site title
does not build the title with the site description
with site.title
builds the title with only a site title
with site.title and site.description
builds the title with site title and description
with page.description
uses the page description
with page.excerpt
uses the page excerpt when no page description exists
with site.description
uses the site description when no page description nor excerpt exist
with site.url
uses the site url to build the seo url
with page.permalink
uses replaces '/index.html' with '/'
with site.baseurl
uses baseurl to build the seo url
with relative page.image as a string
outputs an open graph image
with absolute page.image
outputs an open graph image
with page.image as an object
when given a path
outputs an open graph image
when given a facebook image
outputs an open graph image
when given a twitter image
outputs an open graph image
when given an image height and width
outputs an open graph image width and height
with site.logo
outputs the logo
with absolute site.logo
outputs the logo
with site.logo and page.author
outputs the author
with page author
outputs the author
outputs the publisher author
with seo type is BlogPosting
outputs the mainEntityOfPage
with seo type is CreativeWork
outputs the mainEntityOfPage
with site.title
outputs the site title meta
minifies the output
posts
with post meta
outputs post meta
minifies JSON-LD
removes null values from JSON-LD
facebook
outputs facebook admins meta
outputs facebook app ID meta
outputs facebook article publisher meta
twitter
with site.twitter.username
with page.author as a string
outputs twitter card meta
with an @
outputs the twitter card
with site.data.authors
with the author in site.data.authors
outputs the twitter card
without the author in site.data.authors
outputs the twitter card
with page.image
without *.twitter.card
outputs summary card with large image
with page.twitter.card
outputs summary card with small image
with site.twitter.card
outputs summary card with small image
with page.author as a hash
supports author data as a hash
with page.authors as an array
supports author data as an array
with site.author as a hash
supports author data as an hash
author
with site.author
outputs site author metadata
with page.author
outputs page author metadata
without page.author
outputs site author metadata
with site.data.authors
with the author in site.data.authors
outputs the author metadata
without the author in site.data.authors
outputs site author metadata
with site.social
on homepage
outputs social meta
on about page
outputs sameAs links
on other pages
does not output sameAs links
with site.name
uses site.name if site.title is not present
with site.title
uses site.tile if both site.title and site.name are present
with title=false
does not output a <title> tag
with pagination
outputs pagination links
webmaster verification
with site.webmaster_verifications
outputs google verification meta
outputs bing verification meta
outputs alexa verification meta
outputs yandex verification meta
outputs facebook verification meta
with site.google_site_verification
outputs google verification meta
with locale
uses en_US when no locale is specified
with site.lang
uses site.lang if page.lang is not present
with page.lang
uses page.lang if both site.lang and page.lang are present
with site.lang hyphenated
coerces hyphen to underscore
Jekyll::SeoTag
returns the template
renders (FAILED - 1)
payload
contains the drop (FAILED - 2)
contains the Jekyll drop (FAILED - 3)
contains the page (FAILED - 4)
contains the site (FAILED - 5)
Failures:
1) Jekyll::SeoTag renders
Failure/Error: let(:tokenizer) { Liquid::Tokenizer.new("") }
ArgumentError:
wrong number of arguments (given 1, expected 0; required keywords:
source, string_scanner)
#
/usr/share/rubygems-integration/all/gems/liquid-5.11.0/lib/liquid/tokenizer.rb:17:in
`initialize'
# ./spec/jekyll_seo_tag_spec.rb:11:in `new'
# ./spec/jekyll_seo_tag_spec.rb:11:in `block (2 levels) in <top
(required)>'
# ./spec/jekyll_seo_tag_spec.rb:17:in `block (2 levels) in <top
(required)>'
# ./spec/jekyll_seo_tag_spec.rb:13:in `block (2 levels) in <top
(required)>'
# ./spec/jekyll_seo_tag_spec.rb:50:in `block (2 levels) in <top
(required)>'
2) Jekyll::SeoTag payload contains the drop
Failure/Error: let(:tokenizer) { Liquid::Tokenizer.new("") }
ArgumentError:
wrong number of arguments (given 1, expected 0; required keywords:
source, string_scanner)
#
/usr/share/rubygems-integration/all/gems/liquid-5.11.0/lib/liquid/tokenizer.rb:17:in
`initialize'
# ./spec/jekyll_seo_tag_spec.rb:11:in `new'
# ./spec/jekyll_seo_tag_spec.rb:11:in `block (2 levels) in <top
(required)>'
# ./spec/jekyll_seo_tag_spec.rb:17:in `block (2 levels) in <top
(required)>'
# ./spec/jekyll_seo_tag_spec.rb:14:in `block (2 levels) in <top
(required)>'
# ./spec/jekyll_seo_tag_spec.rb:32:in `block (3 levels) in <top
(required)>'
3) Jekyll::SeoTag payload contains the Jekyll drop
Failure/Error: let(:tokenizer) { Liquid::Tokenizer.new("") }
ArgumentError:
wrong number of arguments (given 1, expected 0; required keywords:
source, string_scanner)
#
/usr/share/rubygems-integration/all/gems/liquid-5.11.0/lib/liquid/tokenizer.rb:17:in
`initialize'
# ./spec/jekyll_seo_tag_spec.rb:11:in `new'
# ./spec/jekyll_seo_tag_spec.rb:11:in `block (2 levels) in <top
(required)>'
# ./spec/jekyll_seo_tag_spec.rb:17:in `block (2 levels) in <top
(required)>'
# ./spec/jekyll_seo_tag_spec.rb:14:in `block (2 levels) in <top
(required)>'
# ./spec/jekyll_seo_tag_spec.rb:36:in `block (3 levels) in <top
(required)>'
4) Jekyll::SeoTag payload contains the page
Failure/Error: let(:tokenizer) { Liquid::Tokenizer.new("") }
ArgumentError:
wrong number of arguments (given 1, expected 0; required keywords:
source, string_scanner)
#
/usr/share/rubygems-integration/all/gems/liquid-5.11.0/lib/liquid/tokenizer.rb:17:in
`initialize'
# ./spec/jekyll_seo_tag_spec.rb:11:in `new'
# ./spec/jekyll_seo_tag_spec.rb:11:in `block (2 levels) in <top
(required)>'
# ./spec/jekyll_seo_tag_spec.rb:17:in `block (2 levels) in <top
(required)>'
# ./spec/jekyll_seo_tag_spec.rb:14:in `block (2 levels) in <top
(required)>'
# ./spec/jekyll_seo_tag_spec.rb:40:in `block (3 levels) in <top
(required)>'
5) Jekyll::SeoTag payload contains the site
Failure/Error: let(:tokenizer) { Liquid::Tokenizer.new("") }
ArgumentError:
wrong number of arguments (given 1, expected 0; required keywords:
source, string_scanner)
#
/usr/share/rubygems-integration/all/gems/liquid-5.11.0/lib/liquid/tokenizer.rb:17:in
`initialize'
# ./spec/jekyll_seo_tag_spec.rb:11:in `new'
# ./spec/jekyll_seo_tag_spec.rb:11:in `block (2 levels) in <top
(required)>'
# ./spec/jekyll_seo_tag_spec.rb:17:in `block (2 levels) in <top
(required)>'
# ./spec/jekyll_seo_tag_spec.rb:14:in `block (2 levels) in <top
(required)>'
# ./spec/jekyll_seo_tag_spec.rb:44:in `block (3 levels) in <top
(required)>'
Finished in 0.30246 seconds (files took 0.58091 seconds to load)
208 examples, 5 failures
Failed examples:
rspec ./spec/jekyll_seo_tag_spec.rb:48 # Jekyll::SeoTag renders
rspec ./spec/jekyll_seo_tag_spec.rb:31 # Jekyll::SeoTag payload contains the
drop
rspec ./spec/jekyll_seo_tag_spec.rb:35 # Jekyll::SeoTag payload contains the
Jekyll drop
rspec ./spec/jekyll_seo_tag_spec.rb:39 # Jekyll::SeoTag payload contains the
page
rspec ./spec/jekyll_seo_tag_spec.rb:43 # Jekyll::SeoTag payload contains the
site
/usr/bin/ruby3.3
-I/usr/share/rubygems-integration/all/gems/rspec-support-3.13.7/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/lib
/usr/share/rubygems-integration/all/gems/rspec-core-3.13.6/exe/rspec --pattern
./spec/\*\*/\*_spec.rb --format documentation failed
/usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `run': /usr/bin/ruby3.3
/usr/bin/gem2deb-test-runner (Gem2Deb::CommandFailed)
from /usr/lib/ruby/vendor_ruby/gem2deb.rb:64:in `block in run_ruby'
from /usr/lib/ruby/vendor_ruby/gem2deb.rb:87:in `maybe_crossbuild'
from /usr/lib/ruby/vendor_ruby/gem2deb.rb:63:in `run_ruby'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:189:in
`run_tests_for_version'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:176:in `block in
run_tests'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:175:in `each'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:175:in `run_tests'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:71:in `run_tests'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:57:in `install'
from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:163:in `install'
from /usr/bin/dh_ruby:89:in `<main>'
dh_auto_install: error: dh_ruby --install
/<<PKGBUILDDIR>>/debian/ruby-jekyll-seo-tag returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: ruby-jekyll-seo-tag
Source-Version: 2.8.0-3
Done: Simon Quigley <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ruby-jekyll-seo-tag, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Simon Quigley <[email protected]> (supplier of updated ruby-jekyll-seo-tag
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 23 Mar 2026 18:15:42 -0500
Source: ruby-jekyll-seo-tag
Built-For-Profiles: derivative.ubuntu noudeb
Architecture: source
Version: 2.8.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers
<[email protected]>
Changed-By: Simon Quigley <[email protected]>
Closes: 1131685
Changes:
ruby-jekyll-seo-tag (2.8.0-3) unstable; urgency=medium
.
* Team upload.
.
[ Lucas Nussbaum ]
* debian/gbp.conf: Update for DEP-14
* debian/.gitattributes: remove
* debian/salsa-ci.yml: use team-specific include
.
[ Simon Quigley ]
* Add 0002-fix-liquid-tokenizer.patch to fix failures with Liquid 5.11
(Closes: #1131685).
* Update Standards-Version to 4.7.3.
* Drop Rules-Requires-Root field, it is now redundant.
* Drop {XS,XB}-Ruby-Versions from control.
Checksums-Sha1:
48eefe209bd049d14038a21cfd53d943eaf57df2 2130 ruby-jekyll-seo-tag_2.8.0-3.dsc
c621b20efd14c9d6c842cbc35a9ed48f3b4d63e6 4172
ruby-jekyll-seo-tag_2.8.0-3.debian.tar.xz
576c7d1ccf0035bd9ab6cfee45b5b614c6f948dc 7629
ruby-jekyll-seo-tag_2.8.0-3_source.buildinfo
Checksums-Sha256:
a731b07be9f2e601729f634ea07381ed6a4e4f33dabc35c8d34d14e629c9bea7 2130
ruby-jekyll-seo-tag_2.8.0-3.dsc
6d6818dda3c4da51ffbe9639edb53343c0cea46a8606525cc857e7c43905b56b 4172
ruby-jekyll-seo-tag_2.8.0-3.debian.tar.xz
d7dd8e5b3c4771ca677f3863403d985cb155c9f99a3d7ac1d4c764bbf4bc82d2 7629
ruby-jekyll-seo-tag_2.8.0-3_source.buildinfo
Files:
5ef6cb1f0222e61eda9d55f676e672b6 2130 ruby optional
ruby-jekyll-seo-tag_2.8.0-3.dsc
6c1fa78d48ee90b779c280684ae853bf 4172 ruby optional
ruby-jekyll-seo-tag_2.8.0-3.debian.tar.xz
9f63b253a93d949dc652249f13eea32b 7629 ruby optional
ruby-jekyll-seo-tag_2.8.0-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEXHq+og+GMEWcyMi14n8s+EWML6QFAmnBybIACgkQ4n8s+EWM
L6RN5g/+OhOgGOiWNJyo7nawb+HM/H22/rVPVs0IZUc2Zo3FoczZac+AuLfyIEmS
xvOU6bT2pgTQYg3Wxti4O9Dh8HyKPQ5doxxa/vVEYHSBky/6m9bALXiw/4c1uCQ2
DD6b7Or+SHCwb16eXmjuSzVhk/qj8IsFq8+8Ao28XmzidyN7t7kAcz4DhVhUsqvG
2IVXUhQtNl5P7PBQCRxbX3rzaVnNYTMx8JqxK17Iohmjn8GeMB+I1d1ttFGl06RE
nQT5/b78Ew1Vu2rNViPTwkxOW2Dlkqsn5X62Vs8Rvv2xzRLZGV7n03hkDZgv6rj/
qVl0TKeVGSPk1tuELbztjGY0f/oZ/UAsq0tLLvEKPOmFAutFr5Bdgdw9oLTy96xL
p1YBKYlZmhk6JrlndW7CXqzJGWxl/LA9vqr+QgTcBqnvk44xkEljpMl3ryMYHKFH
WLbgLDOUlZvc2gscnxUVjVV8T2OEkZ4Ki7tKZL1v2mC7f7gxRcRwEE/bYbQ5sDI5
MyjPQnlGEMvVyj1Nl3xxW7T3h37xDBu5m96fUMELksvyB+BAzcUF1rjOjPXyLixa
3nJs9l1dqIsra0KBUKVlnv7WnjMr8ZUMMfLdmIW3GcBg/sH2eo337nZut9MYXZnc
IYavC0CKf1aslfKoWbloxOP/PHMhrE1u8fTGqLEYE0aN77YHk44=
=NVqZ
-----END PGP SIGNATURE-----
pgpc6UkXWlsuv.pgp
Description: PGP signature
--- End Message ---