From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Re: gconf installation helped a bit Date: Sun, 30 Sep 2018 21:14:50 +0200 (CEST) Message-ID: References: <> <20180930175402.GA1344@jasmine.lan> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_49617_2025826278.1538334890283" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g6hB9-0005FK-DC for help-guix@gnu.org; Sun, 30 Sep 2018 15:14:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g6hB6-0007XS-2V for help-guix@gnu.org; Sun, 30 Sep 2018 15:14:55 -0400 Received: from w1.tutanota.de ([81.3.6.162]:50456) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g6hB5-0007X7-Jj for help-guix@gnu.org; Sun, 30 Sep 2018 15:14:51 -0400 Received: from w2.tutanota.de (unknown [192.168.1.163]) by w1.tutanota.de (Postfix) with ESMTP id 46F38FBDA00 for ; Sun, 30 Sep 2018 19:14:50 +0000 (UTC) In-Reply-To: <20180930175402.GA1344@jasmine.lan> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Leo Famulari Cc: Help Guix ------=_Part_49617_2025826278.1538334890283 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thank you!=C2=A0 I am trying to install gnash-0.8.10 from here https://www.= gnu.org/software/gnash/download.html Yes, I've installed pango, boost and gstreamer, gst-plugins-base but the Er= rors rested.=20 $ guix package -I | grep -e pango -e gstreamer -e gst-plugins-base -e boost boost=C2=A0=C2=A0=C2=A0 1.66.0=C2=A0=C2=A0=C2=A0 out=C2=A0=C2=A0=C2=A0 /gnu= /store/l6hqfwr1hcbn9rg56bwn2d41g2ai36h2-boost-1.66.0 gst-plugins-base=C2=A0=C2=A0=C2=A0 1.14.2=C2=A0=C2=A0=C2=A0 out=C2=A0=C2=A0= =C2=A0 /gnu/store/b9v0x3p79zwhyqvq2hshnpdq7rdf10j2-gst-plugins-base-1.14.2 pango=C2=A0=C2=A0=C2=A0 1.42.4=C2=A0=C2=A0=C2=A0 out=C2=A0=C2=A0=C2=A0 /gnu= /store/nwgzlrvh0185bskn54pdf9bmi4z2sl6l-pango-1.42.4 gstreamer=C2=A0=C2=A0=C2=A0 1.14.2=C2=A0=C2=A0=C2=A0 out=C2=A0=C2=A0=C2=A0 = /gnu/store/7radssg4vq9vi3r58kywgkh4x9jgv3a0-gstreamer-1.14.2 $ pwd /home/bob/Downloads/gnash-0.8.10 $ ./configure ... =C2=A0=C2=A0=C2=A0 RECOMMENDED: If you install the Speex DSP library, Gnash= will be able to=20 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 resample Speex encoded audio in FLV files. =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 Install libspeexdsp from http://speex.org =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .deb users: apt-get install libspeexdsp-dev =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .rpm users: yum install speex-devel Gnash should still compile, but you'll miss important support =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ERROR: No GTK2 devel= opment package installed! =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 Install it from http://gtk.org =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .deb users: apt-get install libgtk2.0-dev =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .rpm users: yum install gtk2-devel =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ERROR: No Pango deve= lopment package installed! =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 Install it from http://pango.org =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .deb users: apt-get install libpango1.0-dev =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .rpm users: yum install pango-devel =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ERROR: GST media han= dling requested but gstreamer-0.10+ not found =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 Install it from http://www.gstreamer.net =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .deb users: apt-get install libgstreamer0.10-dev =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .rpm users: yum install gstreamer-devel =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or yast users: yast install gstreamer010-devel =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ERROR: Base plugins = are required for gstreamer media! =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 Install gstreamer-plugins-base from http://www.gstrea= mer.net =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .deb users: apt-get install=20 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libgstreamer-plugins-base0.10-dev =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .rpm users: yum install gstreamer-plugins-base-dev= el =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ERROR: No AGG develo= pment package installed! =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 Install it from http://www.antigrain.com =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .deb users: apt-get install libagg-dev =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .rpm users: yum install agg-devel =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ERROR: No Boost deve= lopment package installed =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 Install it from http://www.boost.org =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .deb users: apt-get install libboost-dev=20 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libboost-thread-dev libboost-program-o= ptions-dev =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .rpm users: yum install boost-devel =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ERROR: No xulrunner = development package is installed! =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 Install it from=20 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 http://releases.mozilla.org/pub/mozilla.org/xulrunner= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .deb users: apt-get install xulrunner-dev =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .deb users: apt-get install firefox-dev =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 or .rpm users: yum install xulrunner-devel configure: error: Please install required packages I found in configure from line 40289=20 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ac_fn_c_check_header_mongrel "$LINENO" "gstr= eamer_plugins_base/gst/interfaces/probeprobe.h" "ac_cv_header_gstreamer_plu= gins_base_gst_interfaces_probeprobe_h" "$ac_includes_default" if test "x$ac_cv_header_gstreamer_plugins_base_gst_interfaces_probeprobe_h"= =3D x""yes; then : =C2=A0 ac_cv_path_gstreamer_plugins_base_incl=3D"-I/usr/include/gstreamer_p= lugins_base"; found_gstreamer_plugins_base_incl=3D"yes" else Is it possible to use this config, or I need to port manually gnash to Guix= SD, so what should I do to install it? PS: and yes I did not install gtk2, xulrunner cause I cannot believe in a h= appy end, also I had errors in agg compilation here: https://debbugs.gnu.or= g/cgi/bugreport.cgi?bug=3D32886 30. Sep 2018 20:54 by leo@famulari.name : > On Sun, Sep 30, 2018 at 04:23:11PM +0200, > znavko@tutanota.com > wrote: >> Cannot install required packages for gnash, cause=20 >> - no boost-devel in repository,=20 > > This is called 'boost' in Guix. > >> - no pango-devel in repository, > > This is 'pango'. > >> - no gstreamer-devel in repository > > This is 'gstreamer'. > >> My question is why after placing adobe flash player into ~/.mozilla/plug= ins/libflashplayer.so Icecat does not see it? > > Is this free software? In any case, software compiled for other systems > typically won't work with Guix, since it won't be able to find the > libraries it needs, as they are not found at predictable locations. ------=_Part_49617_2025826278.1538334890283 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thank you!  I am trying to install gnash-0.8.10 from here https://www.gnu.org/software/gnash/download.htmlYes, I've installed pango, boost and gstreamer, gst-plugins-base but the= Errors rested.

$ guix package -I | grep -e pango -e gstreamer = -e gst-plugins-base -e boost
boost    1.66.0  = ;  out    /gnu/store/l6hqfwr1hcbn9rg56bwn2d41g2ai36h2-b= oost-1.66.0
gst-plugins-base    1.14.2   = ; out    /gnu/store/b9v0x3p79zwhyqvq2hshnpdq7rdf10j2-gst-plu= gins-base-1.14.2
pango    1.42.4    out&= nbsp;   /gnu/store/nwgzlrvh0185bskn54pdf9bmi4z2sl6l-pango-1.42.4<= br />gstreamer    1.14.2    out  &n= bsp; /gnu/store/7radssg4vq9vi3r58kywgkh4x9jgv3a0-gstreamer-1.14.2

$ pwd
/home/bob/Downloads/gnash-0.8.10

$ ./configure
...
    RECOMMENDED: If you install the Speex DSP libr= ary, Gnash will be able to
       =           resample Speex encod= ed audio in FLV files.
        = ;         Install libspeexdsp from = = http://speex.org
        &= nbsp;        or .deb users: apt-get inst= all libspeexdsp-dev
        &n= bsp;        or .rpm users: yum install s= peex-devel

Gnash should still compile, but you'll miss important= support

          = ERROR: No GTK2 development package installed!
    =              In= stall it from http://gtk.org
      &nb= sp;          or .deb users: ap= t-get install libgtk2.0-dev
       =           or .rpm users: yum i= nstall gtk2-devel
        &nbs= p; ERROR: No Pango development package installed!
   &n= bsp;            = ; Install it from http://pango.org
     &= nbsp;           or .deb u= sers: apt-get install libpango1.0-dev
     &n= bsp;           or .rpm us= ers: yum install pango-devel
       = ;   ERROR: GST media handling requested but gstreamer-0.10+ not f= ound
           = ;      Install it from http://www.gstreame= r.net
          =        or .deb users: apt-get install libgstr= eamer0.10-dev
         &n= bsp;       or .rpm users: yum install gstream= er-devel
          &= nbsp;      or yast users: yast install gstreamer01= 0-devel
          ERROR: = Base plugins are required for gstreamer media!
    = ;             I= nstall gstreamer-plugins-base from http://www.gstreamer.net
            &= nbsp;    or .deb users: apt-get install
  &n= bsp;            = ;            &n= bsp;    libgstreamer-plugins-base0.10-dev
  &= nbsp;           &nbs= p;  or .rpm users: yum install gstreamer-plugins-base-devel
 = ;         ERROR: No AGG development= package installed!
        &n= bsp;        Install it from http= ://www.antigrain.com
       &nb= sp;         or .deb users: apt-get = install libagg-dev
        &nb= sp;        or .rpm users: yum install ag= g-devel
          ERROR: = No Boost development package installed
     &= nbsp;           Install i= t from http://www.boost.org
     &nbs= p;           or .deb user= s: apt-get install libboost-dev
      &= nbsp;           &nbs= p;             = libboost-thread-dev libboost-program-options-dev
   &nb= sp;            = or .rpm users: yum install boost-devel
     =      ERROR: No xulrunner development package is install= ed!
           =       Install it from
   &nbs= p;             = http://releases.mozilla.org/pub/mozill= a.org/xulrunner
        &n= bsp;        or .deb users: apt-get insta= ll xulrunner-dev
         = ;        or .deb users: apt-get install = firefox-dev
         &nbs= p;       or .rpm users: yum install xulrunner= -devel

configure: error: Please install required packages
<= br />

I found in configure from line 40289

 &nb= sp;    ac_fn_c_check_header_mongrel "$LINENO" &quo= t;gstreamer_plugins_base/gst/interfaces/probeprobe.h" "ac_cv_head= er_gstreamer_plugins_base_gst_interfaces_probeprobe_h" "$ac_inclu= des_default"
if test "x$ac_cv_header_gstreamer_plugins_base_= gst_interfaces_probeprobe_h" =3D x""yes; then :
  = ac_cv_path_gstreamer_plugins_base_incl=3D"-I/usr/include/gstreamer_plu= gins_base"; found_gstreamer_plugins_base_incl=3D"yes"
e= lse


Is it possible to use this config, or I need to port m= anually gnash to GuixSD, so what should I do to install it?
PS: and ye= s I did not install gtk2, xulrunner cause I cannot believe in a happy end, = also I had errors in agg compilation here: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D32886

<= br />30. Sep 2018 20:54 by leo@famulari.name:

On Sun, Sep 30, 2018 at 04:23:11PM +020= 0, znavko@tutanota.com wrote:
Cannot install requi= red packages for gnash, cause
- no boost-devel in repository,
This is called 'boost' in Guix.
- no pango-dev= el in repository,

This is 'pango'.
- no = gstreamer-devel in repository

This is 'gstreamer'.
<= blockquote>My question is why after placing adobe flash player into ~/.mozi= lla/plugins/libflashplayer.so Icecat does not see it?

Is = this free software? In any case, software compiled for other systems
t= ypically won't work with Guix, since it won't be able to find the
libr= aries it needs, as they are not found at predictable locations. ------=_Part_49617_2025826278.1538334890283--