Gentoo Archives: gentoo-binhost-autobuilds

From: binhost@××××××××××××××××××××××××.org
To: gentoo-binhost-autobuilds@l.g.o
Subject: [gentoo-binhost-autobuilds] [binhost amd64-default-17.1] Update failed
Date: Wed, 22 Jun 2022 12:52:55
Message-Id: 20220622125250.7D9FE2680ED@demeter.amd64.dev.gentoo.org
1 Binhost amd64-default-17.1 update failed
2
3
4 * Install additional packages for optional runtime features:
5 * x11-misc/colord for color management support
6 *
7 * In Plasma 5.20, default behavior of the Task Switcher to move minimised
8 * windows to the end of the list was changed so that it remains in the
9 * original order. To revert to the well established behavior:
10 *
11 * - Edit ~/.config/kwinrc
12 * - Find [TabBox] section
13 * - Add "MoveMinimizedWindowsToEndOfTabBoxFocusChain=true"
14 * Messages for package kde-plasma/kinfocenter-5.24.5:
15 * Install additional packages for optional runtime features:
16 * app-misc/wayland-utils for Wayland information module
17 * x11-apps/mesa-progs for OpenGL information module
18 * x11-apps/xdpyinfo for X Server information module
19 * Messages for package kde-plasma/kde-gtk-config-5.24.5:
20 * If you notice missing icons in your GTK applications, you may have to install
21 * the corresponding themes for GTK. A good guess would be x11-themes/oxygen-gtk
22 * for example.
23 * Messages for package kde-plasma/plasma-workspace-5.24.5-r1:
24 * To enable gpg-agent and/or ssh-agent in Plasma sessions,
25 * edit /etc/xdg/plasma-workspace/env/10-agent-startup.sh
26 * and /etc/xdg/plasma-workspace/shutdown/10-agent-shutdown.sh
27 * Messages for package kde-apps/akonadi-21.12.3:
28 *
29 * Attention: Make sure to read README.gentoo after install.
30 *
31 * You can select the storage backend in ~/.config/akonadi/akonadiserverrc.
32 * Available drivers are:
33 * QMYSQL
34 * QMYSQL has been set as your default akonadi storage backend.
35 *
36 * Akonadi QMYSQL backends that were created using <dev-db/mariadb-10.5.9-r3 may
37 * be in need of a manual fix. Failure to do so could result in akonadi service
38 * to stop fetching and sending mail for KMail or any other kind of issues in PIM
39 * applications depending on akonadi like KOrganizer, KAddressBook etc.
40 *
41 * Note:
42 * - All commands that follow are to be run by a regular user.
43 * - They will have to be repeated for any other user of KDE PIM.
44 * - Use your favorite terminal.
45 *
46 * 1) Check if "mysql" system db is present:
47 * $ mysql -S /run/user/$(id -u)/akonadi/mysql.socket -e 'select schema_name \
48 * from information_schema.schemata where schema_name = "mysql"'
49 *
50 * The output obtained should look like this:
51 * +-------------+
52 * | schema_name |
53 * +-------------+
54 * | mysql |
55 * +-------------+
56 *
57 * If so, then automatic DB upgrades will succeed, no further action necessary.
58 *
59 * 2) If, however, the above query returned empty, add the missing database:
60 * $ mysql -S /run/user/$(id -u)/akonadi/mysql.socket -e 'create database mysql'
61 *
62 * Future MariaDB releases should upgrade without manual intervention now.
63 *
64 * 3) Optional: You may have come here with an already defunct akonadi service.
65 * To manually fix the akonadi MariaDB backend:
66 * $ mysql_upgrade --defaults-file=~/.local/share/akonadi/mysql.conf \
67 * -S /run/user/$(id -u)/akonadi/mysql.socket
68 *
69 * Don't forget to restart the akonadi service afterwards:
70 * $ akonadictl restart
71 *
72 * References:
73 * [1] https://bugs.gentoo.org/688746
74 * [2] https://bugs.kde.org/show_bug.cgi?id=409224
75 *
76 * (Note: Above message is only printed the first time package is
77 * installed. Please look at /usr/share/doc/akonadi-21.12.3/README.gentoo*
78 * for future reference)
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117 *
118 * The following package has failed to build, install, or execute postinst:
119 *
120 * (dev-ruby/bundler-2.1.4:2/2::gentoo, ebuild scheduled for merge), Log file:
121 * '/var/tmp/portage/dev-ruby/bundler-2.1.4/temp/build.log'
122 *
123
124 * GNU info directory index is up-to-date.
125
126 !!! existing preserved libs:
127 >>> package: dev-libs/libffi-3.4.2-r1
128 * - /usr/lib64/libffi.so.7
129 * - /usr/lib64/libffi.so.7.1.0
130 * used by /usr/lib64/ruby/2.6.0/x86_64-linux/fiddle.so (dev-lang/ruby-2.6.10)
131 Use emerge @preserved-rebuild to rebuild packages using these libraries
132
133 * IMPORTANT: 19 news items need reading for repository 'gentoo'.
134 * Use eselect news read to view new items.
135
136 * After world updates, it is important to remove obsolete packages with
137 * emerge --depclean. Refer to `man emerge` for more information.
138
139 * Always study the list of packages to be cleaned for any obvious
140 * mistakes. Packages that are part of the world set will always
141 * be kept. They can be manually added to this set with
142 * `emerge --noreplace <atom>`. Packages that are listed in
143 * package.provided (see portage(5)) will be removed by
144 * depclean, even if they are part of the world set.
145 *
146 * As a safety measure, depclean will not remove any packages
147 * unless *all* required dependencies have been resolved. As a
148 * consequence of this, it often becomes necessary to run
149 * `emerge --update --newuse --deep @world` prior to depclean.
150
151 Calculating dependencies .... done!
152 * Dependencies could not be completely resolved due to
153 * the following required packages not being installed:
154 *
155 * virtual/rubygems[ruby_targets_ruby26(-)] pulled in by:
156 * dev-ruby/bundler-2.1.4
157 *
158 * >=dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby26] pulled in by:
159 * dev-lang/ruby-2.6.10
160 *
161 * >=dev-ruby/rake-12.3.2[ruby_targets_ruby26] pulled in by:
162 * dev-lang/ruby-2.6.10
163 *
164 * >=dev-ruby/json-2.0.2[ruby_targets_ruby26] pulled in by:
165 * dev-lang/ruby-2.6.10
166 *
167 * >=dev-ruby/minitest-5.11.3[ruby_targets_ruby26] pulled in by:
168 * dev-lang/ruby-2.6.10
169 *
170 * >=dev-ruby/power_assert-1.1.3[ruby_targets_ruby26] pulled in by:
171 * dev-lang/ruby-2.6.10
172 *
173 * >=dev-ruby/test-unit-3.2.9[ruby_targets_ruby26] pulled in by:
174 * dev-lang/ruby-2.6.10
175 *
176 * >=dev-ruby/did_you_mean-1.2.1[ruby_targets_ruby26] pulled in by:
177 * dev-lang/ruby-2.6.10
178 *
179 * >=dev-ruby/rdoc-6.1.2[ruby_targets_ruby26] pulled in by:
180 * dev-lang/ruby-2.6.10
181 *
182 * virtual/rubygems[ruby_targets_ruby26] pulled in by:
183 * dev-lang/ruby-2.6.10
184 *
185 * >=dev-ruby/net-telnet-0.2.0[ruby_targets_ruby26] pulled in by:
186 * dev-lang/ruby-2.6.10
187 *
188 * dev-libs/libffi:0/7= pulled in by:
189 * dev-lang/ruby-2.6.10
190 *
191 * Have you forgotten to do a complete update prior to depclean? The
192 * most comprehensive command for this purpose is as follows:
193 *
194 * emerge --update --newuse --deep --with-bdeps=y @world
195 *
196 * Note that the --with-bdeps=y option is not required in many
197 * situations. Refer to the emerge manual page (run `man emerge`)
198 * for more information about --with-bdeps.
199 *
200 * Also, note that it may be necessary to manually uninstall
201 * packages that no longer exist in the repository, since it may not
202 * be possible to satisfy their dependencies.
203 Container binhost-amd64-x86-64 failed with error code 1.
204
205
206
207 Full build log at /root/.tmp-binhost-amd64-default-17.1-update-1655893021