unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#32522: qtwebkit-5.212.0-alpha2.drv
@ 2018-08-24 19:57 Gnu Röoty
  2018-08-25  5:03 ` Andy Patterson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gnu Röoty @ 2018-08-24 19:57 UTC (permalink / raw)
  To: 32522

[-- Attachment #1: Type: text/plain, Size: 2135 bytes --]

Hi ! From 2 weeks I want install the service CUPS with drivers HP, but
qtwebkit failed for build.

Message Error.

builder for
`/gnu/store/ch0bm49p7dmvdipcjbmndhc7gyyad8k8-qtwebkit-5.212.0-alpha2.drv'
failed with exit code 1
cannot build derivation
`/gnu/store/c42v51qrgj9nz949axqh61qinkil37fq-python-pyqt-5.11.2.drv': 1
dependencies couldn't be built
cannot build derivation
`/gnu/store/byidz2khaynrjb70xfivcdx7xrhzh9jn-hplip-3.18.6.drv': 1
dependencies couldn't be built
guix system: error: build failed: build of
`/gnu/store/byidz2khaynrjb70xfivcdx7xrhzh9jn-hplip-3.18.6.drv' failed


My herd status :
Démarrés :
 + avahi-daemon
 + console-font-tty1
 + console-font-tty2
 + console-font-tty3
 + console-font-tty4
 + console-font-tty5
 + console-font-tty6
 + dbus-system
 + elogind
 + file-system-/dev/pts
 + file-system-/dev/shm
 + file-system-/gnu/store
 + file-system-/run/systemd
 + file-system-/run/user
 + file-system-/sys/fs/cgroup
 + file-system-/sys/fs/cgroup/blkio
 + file-system-/sys/fs/cgroup/cpu
 + file-system-/sys/fs/cgroup/cpuacct
 + file-system-/sys/fs/cgroup/cpuset
 + file-system-/sys/fs/cgroup/devices
 + file-system-/sys/fs/cgroup/elogind
 + file-system-/sys/fs/cgroup/freezer
 + file-system-/sys/fs/cgroup/memory
 + file-system-/sys/fs/cgroup/perf_event
 + file-systems
 + guix-daemon
 + host-name
 + loopback
 + networking
 + nscd
 + ntpd
 + root
 + root-file-system
 + syslogd
 + term-tty1
 + term-tty2
 + term-tty3
 + term-tty4
 + term-tty5
 + term-tty6
 + udev
 + upower-daemon
 + urandom-seed
 + user-file-systems
 + user-processes
 + virtual-terminal
 + wpa-supplicant
 + xorg-server

My service CUPS to config.scm :

(services (cons* (gnome-desktop-service)

                   ;;Service Cups avec pilotes imprimante hp
                (service cups-service-type
                        (cups-configuration
                        (web-interface? #t)
                        (extensions
                        (list cups-filters hplip))))
                   (xfce-desktop-service)
                   %desktop-services))

[-- Attachment #2: Type: text/html, Size: 2597 bytes --]

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

* bug#32522: qtwebkit-5.212.0-alpha2.drv
  2018-08-24 19:57 bug#32522: qtwebkit-5.212.0-alpha2.drv Gnu Röoty
@ 2018-08-25  5:03 ` Andy Patterson
  2018-08-25  9:05 ` Gnu Röoty
  2020-09-05 20:17 ` bug#32522: Closing Andreas Enge
  2 siblings, 0 replies; 4+ messages in thread
From: Andy Patterson @ 2018-08-25  5:03 UTC (permalink / raw)
  To: Gnu Röoty; +Cc: 32522

Hi,

On Fri, 24 Aug 2018 21:57:52 +0200
Gnu Röoty <walidslack@gmail.com> wrote:

> Hi ! From 2 weeks I want install the service CUPS with drivers HP, but
> qtwebkit failed for build.
> 
> [...]
> 
> My service CUPS to config.scm :
> 
> (services (cons* (gnome-desktop-service)
> 
>                    ;;Service Cups avec pilotes imprimante hp
>                 (service cups-service-type
>                         (cups-configuration
>                         (web-interface? #t)
>                         (extensions
>                         (list cups-filters hplip))))

You might want to try hplip-minimal here, since it's the one that
doesn't depend on qtwebkit.  I don't have any answers for why it's
failing to build for you though.

>                    (xfce-desktop-service)
>                    %desktop-services))

Hoping that helps,

--
Andy

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

* bug#32522: qtwebkit-5.212.0-alpha2.drv
  2018-08-24 19:57 bug#32522: qtwebkit-5.212.0-alpha2.drv Gnu Röoty
  2018-08-25  5:03 ` Andy Patterson
@ 2018-08-25  9:05 ` Gnu Röoty
  2020-09-05 20:17 ` bug#32522: Closing Andreas Enge
  2 siblings, 0 replies; 4+ messages in thread
From: Gnu Röoty @ 2018-08-25  9:05 UTC (permalink / raw)
  To: 32522

[-- Attachment #1: Type: text/plain, Size: 40 bytes --]

Hi ! Yes with hp-minimal it working ty.

[-- Attachment #2: Type: text/html, Size: 65 bytes --]

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

* bug#32522: Closing
  2018-08-24 19:57 bug#32522: qtwebkit-5.212.0-alpha2.drv Gnu Röoty
  2018-08-25  5:03 ` Andy Patterson
  2018-08-25  9:05 ` Gnu Röoty
@ 2020-09-05 20:17 ` Andreas Enge
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Enge @ 2020-09-05 20:17 UTC (permalink / raw)
  To: 32522-done

qtwebkit-5.212.0 is now available as a substitute, closing the bug.

Andreas





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

end of thread, other threads:[~2020-09-05 20:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-24 19:57 bug#32522: qtwebkit-5.212.0-alpha2.drv Gnu Röoty
2018-08-25  5:03 ` Andy Patterson
2018-08-25  9:05 ` Gnu Röoty
2020-09-05 20:17 ` bug#32522: Closing Andreas Enge

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).