all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#40829: [core-updates] pdfpc-4.3.4 fails to build
@ 2020-04-24 19:58 Jack Hill
  2020-04-24 20:04 ` bug#40829: [PATCH core-updates] gnu: pdfpc: Upgrade to 4.4.0 Jack Hill
  2020-04-24 21:26 ` bug#40829: [core-updates] pdfpc-4.3.4 fails to build Marius Bakke
  0 siblings, 2 replies; 3+ messages in thread
From: Jack Hill @ 2020-04-24 19:58 UTC (permalink / raw)
  To: 40829

Hi Guix,

Currently, pdfpc on core-updates fails to build with:

/tmp/guix-build-pdfpc-4.3.4.drv-0/source/src/classes/action/action_mapping.vala:51.9-51.28: error: Creation method of abstract class cannot be public.
         public ActionMapping() {
         ^^^^^^^^^^^^^^^^^^^^
/tmp/guix-build-pdfpc-4.3.4.drv-0/source/src/classes/drawings/storage.vala:38.9-38.19: error: Creation method of abstract class cannot be public.
         public Base(Metadata.Pdf metadata) {
         ^^^^^^^^^^^
/tmp/guix-build-pdfpc-4.3.4.drv-0/source/src/classes/renderer/cache/base.vala:40.9-40.19: error: Creation method of abstract class cannot be public.
         public Base(Metadata.Pdf metadata) {
         ^^^^^^^^^^^
/tmp/guix-build-pdfpc-4.3.4.drv-0/source/src/classes/timer_label.vala:98.9-98.25: error: Creation method of abstract class cannot be public.
         public TimerLabel(PresentationController controller, time_t start_time = 0) {
         ^^^^^^^^^^^^^^^^^
/tmp/guix-build-pdfpc-4.3.4.drv-0/source/src/classes/view/behaviour/base.vala:44.9-44.19: error: Creation method of abstract class cannot be public.
         public Base() {
         ^^^^^^^^^^^

Upgrading to the latest release, 4.4.0, solves the problem. I have 
prepared the following patch against core-updates that does that.

Best,
Jack

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-24 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-24 19:58 bug#40829: [core-updates] pdfpc-4.3.4 fails to build Jack Hill
2020-04-24 20:04 ` bug#40829: [PATCH core-updates] gnu: pdfpc: Upgrade to 4.4.0 Jack Hill
2020-04-24 21:26 ` bug#40829: [core-updates] pdfpc-4.3.4 fails to build Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.