X-Original-To: alpine-devel@lists.alpinelinux.org Received: from cadetblue.maple.relay.mailchannels.net (cadetblue.maple.relay.mailchannels.net [23.83.214.28]) by lists.alpinelinux.org (Postfix) with ESMTP id 1AB505C4AD7 for ; Wed, 7 Jun 2017 03:04:32 +0000 (GMT) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 6FE90366039; Wed, 7 Jun 2017 03:04:31 +0000 (UTC) Received: from relay010.localdomain (unknown [100.96.128.4]) (Authenticated sender: mxroute) by relay.mailchannels.net (Postfix) with ESMTPA id E6EF03657E1; Wed, 7 Jun 2017 03:04:30 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from relay010.localdomain (relay010.mxroute.com [172.20.63.242]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.9.4); Wed, 07 Jun 2017 03:04:31 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|developer@it-offshore.co.uk X-MailChannels-Auth-Id: mxroute X-Wipe-Chief: 12cc65a121db3e4f_1496804671318_2063031329 X-MC-Loop-Signature: 1496804671318:1039370224 X-MC-Ingress-Time: 1496804671317 Received: from ocean.mxroute.com (ocean-ptr.mxroute.com [107.155.71.150]) by relay010.localdomain (Postfix) with ESMTPS id 0293941A3D; Wed, 7 Jun 2017 03:04:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=it-offshore.co.uk; s=default; h=Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Reply-To:Sender: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=kRVbtS05rVoIOdi/WTF+/tsoFmR96eNTQ+j58tLa4Lo=; b=Q6zNDQBIoODo6au+q1gz8JNWR LqQ4WKxJZcYKYewNNWxfkyuS6GiDeTdt0OcfzHX89bTcG09Re3pM2grJGbnuXcj4M7XJJZxmG5la+ ktXHXHRhXLsRy6bzrnOAFIMbyzjdwloeV0RgW9YIukqxmYQDcd/IucV/rXm85FAtDrS9rvYxWspPR hjmJ6Q6otumYLQnUl6rVV5ExpCIaOuqZ35bGsdr9omRt9SGm/cAA+4nllhy3b3l5pEJrAYStWWiZV QiNieeunX4gnvJ/AIKDT17pklWgT7qW3GjJ13F0HH7yg1ULii3A2C8SPPuoiNaCunFRM03GxxeqjU J57sQdlMw==; Reply-To: developer@it-offshore.co.uk Subject: [alpine-devel] Re: modemmanager-dev and libmm-glib-dev To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org References: <20170606194343.572d0603@ncopa-desktop.copa.dup.pw> From: Stuart Cardall Message-ID: <3b39aa24-8ca9-9ab4-4992-602940b9a154@it-offshore.co.uk> Date: Wed, 7 Jun 2017 04:04:26 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: <20170606194343.572d0603@ncopa-desktop.copa.dup.pw> Content-Type: multipart/alternative; boundary="------------F156785A014E5911E3DD6A86" Content-Language: en-US X-AuthUser: developer@it-offshore.co.uk This is a multi-part message in MIME format. --------------F156785A014E5911E3DD6A86 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi, I've moved the libmm-glib-dev files into modemmanager-dev & changed the $makedepends in networkmanager & network-manager-applet: https://github.com/alpinelinux/aports/pull/1624 Stuart. On 06/06/2017 06:43 PM, Natanael Copa wrote: > Hi, > > I noticed that the modemmanager aport has a separate libmm-glib-dev > subpackage. I wonder why it needs to be separate from our traditional > modemmanager-dev? > > I know that we for some packages make exception, like libpq and > libmysql may make sense to have separate -dev package for, but in this > case it seems that libmm-glib-dev needs to depend on modemmanager-dev: > >> ... >> checking for LIBGEOCLUE... yes >> checking for ModemManager... no >> configure: error: Package requirements (mm-glib >= 1.0) were not met: >> >> Package 'ModemManager', required by 'mm-glib', not found >> >> Consider adjusting the PKG_CONFIG_PATH environment variable if you >> installed software in a non-standard prefix. >> >> Alternatively, you may set the environment variables ModemManager_CFLAGS >> and ModemManager_LIBS to avoid the need to call pkg-config. >> ... > Can we simply drop the libmm-glib-dev package and put all the > development files into modemmanager-dev, like we do with the rest of > our aports? > > -nc --------------F156785A014E5911E3DD6A86 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit

Hi,

I've moved the libmm-glib-dev files into modemmanager-dev & changed the $makedepends in networkmanager & network-manager-applet:

https://github.com/alpinelinux/aports/pull/1624

Stuart.


On 06/06/2017 06:43 PM, Natanael Copa wrote:
Hi,

I noticed that the modemmanager aport has a separate libmm-glib-dev
subpackage. I wonder why it needs to be separate from our traditional
modemmanager-dev?

I know that we for some packages make exception, like libpq and
libmysql may make sense to have separate -dev package for, but in this
case it seems that libmm-glib-dev needs to depend on modemmanager-dev:

...
checking for LIBGEOCLUE... yes
checking for ModemManager... no
configure: error: Package requirements (mm-glib >= 1.0) were not met:

Package 'ModemManager', required by 'mm-glib', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ModemManager_CFLAGS
and ModemManager_LIBS to avoid the need to call pkg-config.
...
Can we simply drop the libmm-glib-dev package and put all the
development files into modemmanager-dev, like we do with the rest of
our aports?

-nc

--------------F156785A014E5911E3DD6A86-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---