David Reiser | 1 Jul 2009 05:52
Picon
Favicon

Re: problem updating libnet6


On Jun 30, 2009, at 9:53 AM, Jean-François Mertens wrote:

>
> On 30 Jun 2009, at 14:41, Jean-François Mertens wrote:
>
>> Only way out I can see is to resurrect the
>> old gnutls26, and change the current pkg to gnutls28
>
> Or add the old -config script, possibly with minor
> editing, to the new pkg ?
>
> JF

gnutls used to have:  libgnutls-config, libgnutls-extra-config, and  
associated .m4 files. They were ripped out early in the gnutls 2.7  
series, so I'm not too keen on trying to put them back in.

Thanks to dmacks for directions. For libnet6, a solution that builds  
successfully for me using "fink -mv --build-as-nobody rebuild libnet6"  
is to convince configure to look in the right place by adding to the  
libnet6.info:

PatchScript: perl -pi -e 's/libgnutls_config_args --version/ 
libgnutls_config_args --modversion/g' configure

and adding
LIBGNUTLS_CONFIG="%p/bin/pkg-config gnutls"
to ConfigureParams:

(Continue reading)

Franco Vaccari | 1 Jul 2009 08:43
Picon

Re: problem updating libnet6

Thanks a lot for the quick fix! It installed properly here now.

Ciao

Franco

On 1 Jul 2009, at 05:52, David Reiser wrote:

>
> On Jun 30, 2009, at 9:53 AM, Jean-François Mertens wrote:
>
>>
>> On 30 Jun 2009, at 14:41, Jean-François Mertens wrote:
>>
>>> Only way out I can see is to resurrect the
>>> old gnutls26, and change the current pkg to gnutls28
>>
>> Or add the old -config script, possibly with minor
>> editing, to the new pkg ?
>>
>> JF
>
>
> gnutls used to have:  libgnutls-config, libgnutls-extra-config, and
> associated .m4 files. They were ripped out early in the gnutls 2.7
> series, so I'm not too keen on trying to put them back in.
>
> Thanks to dmacks for directions. For libnet6, a solution that builds
> successfully for me using "fink -mv --build-as-nobody rebuild libnet6"
> is to convince configure to look in the right place by adding to the
(Continue reading)

Viv Kendon | 1 Jul 2009 15:52
Picon
Favicon

openmpi_1.3.2-1002 conflicts with openmpi-dev which depends on it

I need a bit of advice for how to get round this mess:

fink install openmpi-dev
Information about 9112 packages read in 1 seconds.
The following package will be installed or updated:
  openmpi-dev
The following additional package will be installed:
  openmpi
Do you want to continue? [Y/n]
Reading buildlock packages...
         All buildlocks accounted for.
/sw/bin/dpkg-lockwait -i

/sw/fink/dists/unstable/main/binary-darwin-i386/devel/openmpi-dev_1.3.2-1002_darwin-i386.deb 
/sw/fink/dists/unstable/main/binary-darwin-i386/devel/openmpi_1.3.2-1002_darwin-i386.deb
(Reading database ... 66642 files and directories currently 
installed.)
Unpacking openmpi-dev (from 
.../openmpi-dev_1.3.2-1002_darwin-i386.deb) ...
Selecting previously deselected package openmpi.
Unpacking openmpi (from 
.../openmpi_1.3.2-1002_darwin-i386.deb) ...
/sw/bin/dpkg: error processing 
/sw/fink/dists/unstable/main/binary-darwin-i386/devel/openmpi_1.3.2-1002_darwin-i386.deb 
(--install):
  trying to overwrite `/sw/bin/mpicc', which is also in 
package openmpi-dev
dpkg: dependency problems prevent configuration of 
openmpi-dev:
  openmpi-dev depends on openmpi (= 1.3.2-1002); however:
(Continue reading)

Alexander Hansen | 1 Jul 2009 17:14
Picon
Gravatar

Re: openmpi_1.3.2-1002 conflicts with openmpi-dev which depends on it

Viv Kendon wrote:
> I need a bit of advice for how to get round this mess:
>
> fink install openmpi-dev
> Information about 9112 packages read in 1 seconds.
> The following package will be installed or updated:
>   openmpi-dev
> The following additional package will be installed:
>   openmpi
> Do you want to continue? [Y/n]
> Reading buildlock packages...
>          All buildlocks accounted for.
> /sw/bin/dpkg-lockwait -i 
>
/sw/fink/dists/unstable/main/binary-darwin-i386/devel/openmpi-dev_1.3.2-1002_darwin-i386.deb 
> /sw/fink/dists/unstable/main/binary-darwin-i386/devel/openmpi_1.3.2-1002_darwin-i386.deb
> (Reading database ... 66642 files and directories currently 
> installed.)
> Unpacking openmpi-dev (from 
> .../openmpi-dev_1.3.2-1002_darwin-i386.deb) ...
> Selecting previously deselected package openmpi.
> Unpacking openmpi (from 
> .../openmpi_1.3.2-1002_darwin-i386.deb) ...
> /sw/bin/dpkg: error processing 
> /sw/fink/dists/unstable/main/binary-darwin-i386/devel/openmpi_1.3.2-1002_darwin-i386.deb 
> (--install):
>   trying to overwrite `/sw/bin/mpicc', which is also in 
> package openmpi-dev
> dpkg: dependency problems prevent configuration of 
> openmpi-dev:
(Continue reading)

Viv Kendon | 1 Jul 2009 18:35
Picon
Favicon

Re: openmpi_1.3.2-1002 conflicts with openmpi-dev which depends on it

On Wed, 1 Jul 2009, Alexander Hansen wrote:

>> /sw/fink/dists/unstable/main/binary-darwin-i386/devel/openmpi_1.3.2-1002_darwin-i386.deb
>> (--install):
>>   trying to overwrite `/sw/bin/mpicc', which is also in
>> package openmpi-dev

> The issue here is that openmpi and openmpi-dev have files that install
> in the same directory but only differ by case, e.g. 'mpiCC' vs.
> 'mpicc'.  On a case-insensitive filesystem these look the same.

This would explain everything, except it is happening on a 
case sensitive file system:

           Volumes:
             hachi:
               Capacity: 232.57 GB
               Available: 170.74 GB
               Writable: Yes
               File System: Case-sensitive Journaled HFS+
               BSD Name: disk0s2
               Mount Point: /

(I had to go check!)  Is fink itself doing a 
case-insensitive comparison?

> I _think_ you may be able to work around this by using
>
>    sudo dpkg -r openmpi openmpi-dev
>    fink install openmpi
(Continue reading)

Alexander Hansen | 1 Jul 2009 18:42
Picon
Gravatar

Re: openmpi_1.3.2-1002 conflicts with openmpi-dev which depends on it

Viv Kendon wrote:
> On Wed, 1 Jul 2009, Alexander Hansen wrote:
>
>>> /sw/fink/dists/unstable/main/binary-darwin-i386/devel/openmpi_1.3.2-1002_darwin-i386.deb
>>>
>>> (--install):
>>>   trying to overwrite `/sw/bin/mpicc', which is also in
>>> package openmpi-dev
>
>> The issue here is that openmpi and openmpi-dev have files that install
>> in the same directory but only differ by case, e.g. 'mpiCC' vs.
>> 'mpicc'.  On a case-insensitive filesystem these look the same.
>
> This would explain everything, except it is happening on a case
> sensitive file system:
>
>           Volumes:
>             hachi:
>               Capacity: 232.57 GB
>               Available: 170.74 GB
>               Writable: Yes
>               File System: Case-sensitive Journaled HFS+
>               BSD Name: disk0s2
>               Mount Point: /
>
> (I had to go check!)  Is fink itself doing a case-insensitive comparison?
Oh, right; the dpkg package manager was modified to  do a
case-insensitive comparison, so that we were consistent between
case-sensitive and case-insensitive (pick the more restrictive option).
>
(Continue reading)

Viv Kendon | 1 Jul 2009 20:26
Picon
Favicon

grace 5.1.22-2 slider widgets don't work

In grace (the gui launched by running xmgrace) the slider 
widgets aren't working for me.  For example, if you want to 
change the size of a symbol or a font it uses a slider in 
the pop-up menu.

The following errors are spewed out when you try:

Warning: Cannot convert string 
"gradient:horizontal?dimension=14&start=gray80&end=white" to 
type Pixmap
Warning: Cannot convert string 
"gradient:horizontal?dimension=14&start=white&end=grey80" to 
type Pixmap
Warning: Cannot convert string 
"gradient:horizontal?dimension=14&start=gray80&end=white" to 
type Pixmap
Warning: Cannot convert string 
"gradient:horizontal?dimension=14&start=white&end=grey80" to 
type Pixmap
Warning: Cannot convert string 
"gradient:horizontal?dimension=14&start=gray80&end=white" to 
type Pixmap
Warning: Cannot convert string 
"gradient:horizontal?dimension=14&start=white&end=grey80" to 
type Pixmap
Warning: Cannot convert string 
"gradient:horizontal?dimension=14&start=gray80&end=white" to 
type Pixmap
Warning: Cannot convert string 
"gradient:horizontal?dimension=14&start=white&end=grey80" to 
(Continue reading)

Alexander Hansen | 1 Jul 2009 20:39
Picon
Gravatar

Re: grace 5.1.22-2 slider widgets don't work

Viv Kendon wrote:
> In grace (the gui launched by running xmgrace) the slider 
> widgets aren't working for me.  For example, if you want to 
> change the size of a symbol or a font it uses a slider in 
> the pop-up menu.
>
> The following errors are spewed out when you try:
>
> Warning: Cannot convert string 
> "gradient:horizontal?dimension=14&start=gray80&end=white" to 
> type Pixmap
> Warning: Cannot convert string 
> "gradient:horizontal?dimension=14&start=white&end=grey80" to 
> type Pixmap
> Warning: Cannot convert string 
> "gradient:horizontal?dimension=14&start=gray80&end=white" to 
> type Pixmap
> Warning: Cannot convert string 
> "gradient:horizontal?dimension=14&start=white&end=grey80" to 
> type Pixmap
> Warning: Cannot convert string 
> "gradient:horizontal?dimension=14&start=gray80&end=white" to 
> type Pixmap
> Warning: Cannot convert string 
> "gradient:horizontal?dimension=14&start=white&end=grey80" to 
> type Pixmap
> Warning: Cannot convert string 
> "gradient:horizontal?dimension=14&start=gray80&end=white" to 
> type Pixmap
> Warning: Cannot convert string 
(Continue reading)

Alexander Hansen | 1 Jul 2009 20:43
Picon
Gravatar

Re: grace 5.1.22-2 slider widgets don't work

Alexander Hansen wrote:
> Viv Kendon wrote:
>   
>> In grace (the gui launched by running xmgrace) the slider 
>> widgets aren't working for me.  For example, if you want to 
>> change the size of a symbol or a font it uses a slider in 
>> the pop-up menu.
>>
>> The following errors are spewed out when you try:
>>
>> Warning: Cannot convert string 
>> "gradient:horizontal?dimension=14&start=gray80&end=white" to 
>> type Pixmap
>> Warning: Cannot convert string 
>> "gradient:horizontal?dimension=14&start=white&end=grey80" to 
>> type Pixmap
>> Warning: Cannot convert string 
>> "gradient:horizontal?dimension=14&start=gray80&end=white" to 
>> type Pixmap
>> Warning: Cannot convert string 
>> "gradient:horizontal?dimension=14&start=white&end=grey80" to 
>> type Pixmap
>> Warning: Cannot convert string 
>> "gradient:horizontal?dimension=14&start=gray80&end=white" to 
>> type Pixmap
>> Warning: Cannot convert string 
>> "gradient:horizontal?dimension=14&start=white&end=grey80" to 
>> type Pixmap
>> Warning: Cannot convert string 
>> "gradient:horizontal?dimension=14&start=gray80&end=white" to 
(Continue reading)

Richard E. Miles | 1 Jul 2009 21:04
Picon

What should be used to start kde4

Hello!
I have a imac with OS X version 10.5.7 intel cpu. I want to start kde4  
but  it alwas comes up kde3.
I have installed bundle kde4-x11 and bundle kde4-mac.
I see no startkde4 program to start kde4 only startkde which starts  
kde3. So what do I need to start kde4.

Richard E. Miles
r.godzilla <at> comcast.net

------------------------------------------------------------------------------

Gmane