Your message dated Tue, 25 Mar 2025 18:56:51 +0000
with message-id <[email protected]>
and subject line Bug#1094503: Removed package(s) from unstable
has caused the Debian Bug report #871737,
regarding ruby-em-synchrony: uses mariadb features at build-time, should 
build-dep on mariadb directly
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.)


-- 
871737: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871737
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ruby-em-synchrony
Version: 1.0.5-2
Severity: important
Tags: patch
User: [email protected]
Usertags: origin-ubuntu artful ubuntu-patch

Dear maintainers,

The latest version of ruby-em-synchrony fails to build in Ubuntu, because it
invokes mysql_install_db --force --skip-name-resolve as part of the build,
but these are options that are only understood by the mariadb implementation
of mysql_install_db and Ubuntu's default-mysql-server is configured to mysql
instead of mariadb.

Since this server is only needed at build-time for testing, I don't think it
makes sense to put much effort into making debian/start_services_and_run.sh
implementation-agnostic.  Instead, I think ruby-em-synchrony should just
build-depend on mariadb-server directly.

I've uploaded this change to Ubuntu, using the attached trivial patch. 
Please consider including this change in Debian as well.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
[email protected]                                     [email protected]
diff -Nru ruby-em-synchrony-1.0.5/debian/control 
ruby-em-synchrony-1.0.5/debian/control
--- ruby-em-synchrony-1.0.5/debian/control      2016-12-18 17:17:19.000000000 
-0800
+++ ruby-em-synchrony-1.0.5/debian/control      2017-08-10 16:43:22.000000000 
-0700
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (>= 9),
                gem2deb,
                memcached,
-               default-mysql-server | virtual-mysql-server,
+               mariadb-server,
                procps,
                redis-server,
                ruby-activerecord,

--- End Message ---
--- Begin Message ---
Version: 1.0.5-3.1+rm

Dear submitter,

as the package ruby-em-synchrony has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1094503

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to