delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/02/04/08:57:57

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=-5.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_BF,TW_BG,TW_BJ,TW_BP,TW_BX,TW_IB,TW_JH,TW_LB,TW_XF,TW_YG
X-Spam-Check-By: sourceware.org
X-Received: by 10.14.216.70 with SMTP id f46mr72731339eep.12.1359986254610; Mon, 04 Feb 2013 05:57:34 -0800 (PST)
Message-ID: <510FBE4C.6010808@gmail.com>
Date: Mon, 04 Feb 2013 14:57:32 +0100
From: marco atzeri <marco DOT atzeri AT gmail DOT com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: Using jhbuild on cygwin
References: <510FBA90 DOT 4000908 AT myopera DOT com> <510FBACE DOT 3030602 AT myopera DOT com>
In-Reply-To: <510FBACE.3030602@myopera.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

On 2/4/2013 2:42 PM, Jonas Platte wrote:

Jonas,
probably you should start with a simpler package than jhbuild
to learn the basics

> I reinstalled libpng-devel and libxft-devel but that didn't change
> anything.
> Okay so here's the same thing with the whole output in english:
>
> $ jhbuild sysdeps --install
> W: glib has a dependency on unknown "gvfs" module
> W: gtk+ has a dependency on unknown "at-spi2-atk" module
> W: libproxy has a dependency on unknown "NetworkManager" module
> W: WebKit has a dependency on unknown "at-spi2-core" module
> W: dbus-glib has a dependency on unknown "dbus" module
> W: geoclue has a dependency on unknown "NetworkManager" module
> W: libgnome-keyring has a dependency on unknown "dbus" module
> W: gypsy has a dependency on unknown "bluez" module
> W: glib-networking has a dependency on unknown

looks on available package
http://cygwin.com/packages/
for similar naming scheme

> "gsettings-desktop-schemas" module
> Package 'libpng' has no Name: field
> System installed packages which are new enough:
>      gnutls (gnutls.pc, required=2.12.8, installed=3.1.4)
>      libjpeg
>      pixman (pixman-1.pc, required=0.20.2, installed=0.28.0)
>      libtiff
>      libxml2 (libxml-2.0.pc, required=2.8.0, installed=2.9.0)
>      zlib (zlib.pc, required=1.0, installed=1.2.7)
>      libtasn1 (libtasn1.pc, required=2.2, installed=3.1)
>      bison (required=2.0)
>      flex (required=2.0)
>      libproxy (libproxy-1.0.pc, required=0.4.7, installed=0.4.11)
>      libffi (libffi.pc, required=3.0.0, installed=3.0.11)
> Required packages:
>    System installed packages which are too old:
>      (none)
>    No matching system package installed:
>      python-devel (python.pc, required=2.5)

as python.pc does not exist you have two
choice:
- you teach your build system to ignore/change this requirement
- you fake one to fool the build system

>      libXft (xft.pc, required=2.0.0)

Strange we have 2.3.1:

$ cat /usr/lib/pkgconfig/xft.pc
prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: Xft
Description: X FreeType library
Version: 2.3.1
Requires: xproto
Requires.private: xrender, fontconfig, freetype2
Cflags: -I${includedir}
Libs: -L${libdir} -lXft

check on the logs why the build system does not like it.


>      libpng (libpng.pc)
> Optional packages: (JHBuild will build the missing packages)
>    System installed packages which are too old:
>      (none)
>    No matching system package installed:
>      libxslt (libxslt.pc, required=1.1.26)
>      cairo (cairo.pc, required=1.10.2)
>      fontconfig (fontconfig.pc, required=2.8.0)

$ cat /usr/lib/pkgconfig/fontconfig.pc
prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/lib
includedir=${prefix}/include
sysconfdir=/etc
localstatedir=/var
PACKAGE=fontconfig
confdir=${sysconfdir}/fonts
cachedir=${localstatedir}/cache/${PACKAGE}

Name: Fontconfig
Description: Font configuration and customization library
Version: 2.10.1
Libs: -L${libdir} -lfontconfig
Libs.private:  -lexpat   -lfreetype -lz -lbz2
Cflags: -I${includedir}

probably missing this packages:

$ cygcheck -f /usr/lib/pkgconfig/fontconfig.pc
libfontconfig-devel-2.10.1-1

$ cygcheck -f /usr/lib/pkgconfig/cairo.pc
libcairo-devel-1.12.8-1

$ cygcheck -f /usr/lib/pkgconfig/libxslt.pc
libxslt-devel-1.1.27-1


> jhbuild sysdeps: Don't know how to install packages on this system
>




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019