Re: [Fink-users] fink on OSX 10.9 - compilation of ppl9 fails

2013-11-03 Thread peter kostka

On 2, Nov, 2013, at 6:35 PM, Martin Costabel  wrote:

> I don't know if you got an answer from the ppl9 maintainer; I didn't see one. 
> I am respnding, because the package failed for me too, but for a different 
> reason:
> 
> It didn't find the Java headers:
> 
> #!/bin/sh -ev
>mkdir build
>cd build
># old-location
># JAVA_HOME=`/usr/libexec/java_home`
>JAVA_FW=/System/Library/Frameworks/JavaVM.framework
>JAVA_HOME=$JAVA_FW/Home
>test -d $JAVA_HOME && test -x $JAVA_HOME || \
>  { echo "$JAVA_HOME not found." ; exit 1 ;}
> /System/Library/Frameworks/JavaVM.framework/Home not found.
> [...]
> Failed: phase compiling: ppl9-0.11.2-4 failed
> 
> I fixed this by uncommenting the line
>   # JAVA_HOME=`/usr/libexec/java_home`
> and commenting the line
>JAVA_HOME=$JAVA_FW/Home
> For me, JAVA_HOME is then
> /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home
> 
> On the other hand, with this change, ppl9 then builds for me on 10.9. In 
> particular, I do not get your errors about missing symbols
> 
> On 26/10/13 17:43, peter kostka wrote:
>> I try to re-install the ppl9 package:
> []> libtool: link: g++ -Winvalid-pch -g -O2 -g -O2 -pipe -fpch-preprocess 
> -fPIC -W -Wall -o .libs/ppl_lcdd ppl_lcdd.o  -L/sw/lib 
> ../../src/.libs/libppl.dylib ../../utils/libppl_utils.a 
> /sw/lib/libgmpxx.dylib /sw/lib/libgmp.dylib
>> Undefined symbols for architecture x86_64:
>>   "operator<<(std::__1::basic_ostream >&, 
>> __mpq_struct const*)", referenced from:
>>   (anonymous namespace)::write_polyhedron(std::__1::basic_ostream> std::__1::char_traits >&, Parma_Polyhedra_Library::C_Polyhedron 
>> const&, (anonymous namespace)::Representation) in ppl_lcdd.o
>>   "operator<<(std::__1::basic_ostream >&, 
>> __mpz_struct const*)", referenced from:
>>   (anonymous namespace)::write_polyhedron(std::__1::basic_ostream> std::__1::char_traits >&, Parma_Polyhedra_Library::C_Polyhedron 
>> const&, (anonymous namespace)::Representation) in ppl_lcdd.o
>>   "operator>>(std::__1::basic_istream >&, 
>> __mpq_struct*)", referenced from:
>>   (anonymous namespace)::read_coefficients(std::__1::basic_istream> std::__1::char_traits >&, (anonymous namespace)::Number_Type, 
>> std::__1::vector<__gmp_expr<__mpz_struct [1], __mpz_struct [1]>, 
>> std::__1::allocator<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> > >&, 
>> __gmp_expr<__mpz_struct [1], __mpz_struct [1]>&) in ppl_lcdd.o
>>   "operator>>(std::__1::basic_istream >&, 
>> __mpz_struct*)", referenced from:
>>   (anonymous namespace)::read_coefficients(std::__1::basic_istream> std::__1::char_traits >&, (anonymous namespace)::Number_Type, 
>> std::__1::vector<__gmp_expr<__mpz_struct [1], __mpz_struct [1]>, 
>> std::__1::allocator<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> > >&, 
>> __gmp_expr<__mpz_struct [1], __mpz_struct [1]>&) in ppl_lcdd.o
>> ld: symbol(s) not found for architecture x86_64
>> clang: error: linker command failed with exit code 1 (use -v to see 
>> invocation)
> []
> 
> These symbols are defined in libgmp. What do you get from the command
> 
>  nm /sw/lib/libgmpxx.dylib | c++filt | grep '<<'
> 
> I see
> 
> 1580 T operator<<(std::__1::basic_ostream std::__1::char_traits >&, __mpf_struct const*)
> 16c0 T operator<<(std::__1::basic_ostream std::__1::char_traits >&, __mpq_struct const*)
> 1710 T operator<<(std::__1::basic_ostream std::__1::char_traits >&, __mpz_struct const*)




That was the libgmpxx.dylib content before ... :

> nm /sw/lib/libgmpxx.dylib | c++filt | grep '<<'
2300 T operator<<(std::ostream&, __mpf_struct const*)
24a0 T operator<<(std::ostream&, __mpq_struct const*)
2520 T operator<<(std::ostream&, __mpz_struct const*)

 and after rebuilding gmp5 / gmp5-shlibs (libgmpxx5-shlibs):

> nm /sw/lib/libgmpxx.dylib | c++filt | grep '<<'
1580 T operator<<(std::__1::basic_ostream >&, __mpf_struct const*)
16c0 T operator<<(std::__1::basic_ostream >&, __mpq_struct const*)
1710 T operator<<(std::__1::basic_ostream >&, __mpz_struct const*)


Then fixing the java-home location (I had the same mismatch of JAVA_HOME) 
ppl9 compiled/installed smoothly.

Thanks a lot!
Peter

[Fink-users] fink on OSX 10.9 - compilation of ppl9 fails

2013-10-26 Thread peter kostka
I try to re-install the ppl9 package:


System information:
Package manager version: 0.35.99.git
Distribution version: selfupdate-rsync Sat Oct 26 16:11:34 2013, 10.9, x86_64
Trees: local/main stable/main
Xcode.app: 5.0.1
Xcode command-line tools: 5.0.1.0.1.1382131676
Max. Fink build jobs:  1




 ppl9
==
The following package will be installed or updated:
 ppl9
The following additional package will be installed:
 ppl9-shlibs
Do you want to continue? [Y/n]
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-ppl9-0.11.2-4 
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-ppl9-0.11.2-4' in 
`/sw/src/fink.build/fink-buildlock-ppl9-0.11.2-4_2013.10.26-16.24.38_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i 
/sw/src/fink.build/fink-buildlock-ppl9-0.11.2-4_2013.10.26-16.24.38_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-ppl9-0.11.2-4.
(Reading database ... 269807 files and directories currently installed.)
Unpacking fink-buildlock-ppl9-0.11.2-4 (from 
.../fink-buildlock-ppl9-0.11.2-4_2013.10.26-16.24.38_darwin-x86_64.deb) ...
Setting up fink-buildlock-ppl9-0.11.2-4 (2013.10.26-16.24.38) ...


:::
make[4]: Entering directory 
`/fink/src/fink.build/ppl9-0.11.2-4/ppl-0.11.2/build/demos/ppl_lcdd'
g++ -DHAVE_CONFIG_H -I. -I../../../demos/ppl_lcdd -I../..  -I../.. -I../../src 
-I../../../utils  -I/System/Library/Frameworks/JavaVM.framework/Headers 
-I/sw/include  -Winvalid-pch -g -O2  -g -O2 -pipe -fpch-preprocess -fPIC -W 
-Wall -MT ppl_lcdd.o -MD -MP -MF .deps/ppl_lcdd.Tpo -c -o ppl_lcdd.o 
../../../demos/ppl_lcdd/ppl_lcdd.cc
In file included from ../../../demos/ppl_lcdd/ppl_lcdd.cc:38:
../../src/ppl.hh:31483:10: warning: class 'RAII_Temporary_Real_Relaxation' was 
previously declared as a struct [-Wmismatched-tags]
  friend class RAII_Temporary_Real_Relaxation;
 ^
../../src/ppl.hh:31468:10: note: previous use is here
  struct RAII_Temporary_Real_Relaxation {
 ^
../../src/ppl.hh:31483:10: note: did you mean struct here?
  friend class RAII_Temporary_Real_Relaxation;
 ^
 struct
../../src/ppl.hh:33972:64: warning: unused parameter 'to' [-Wunused-parameter]
diff_restriction(Interval_Restriction_Integer_Modulo& to,
   ^
../../src/ppl.hh:33973:17: warning: unused parameter 'x' [-Wunused-parameter]
 const From1& x, const From2& y) {
  ^
../../src/ppl.hh:33973:33: warning: unused parameter 'y' [-Wunused-parameter]
 const From1& x, const From2& y) {
  ^
../../src/ppl.hh:34514:54: warning: unused parameter 's' [-Wunused-parameter]
Interval_Info_Null::ascii_dump(std::ostream& s) const {
 ^
../../src/ppl.hh:34519:54: warning: unused parameter 's' [-Wunused-parameter]
Interval_Info_Null::ascii_load(std::istream& s) {
 ^
../../src/ppl.hh:35923:14: warning: unused variable 'ru' [-Wunused-variable]
  Result ru = Boundary_NS::assign(UPPER, upper(), info(),
 ^
../../src/ppl.hh:35933:14: warning: unused variable 'ru' [-Wunused-variable]
  Result ru = Boundary_NS::assign(UPPER, upper(), info(),
 ^
../../src/ppl.hh:35943:14: warning: unused variable 'rl' [-Wunused-variable]
  Result rl = Boundary_NS::assign(LOWER, lower(), info(),
 ^
../../src/ppl.hh:35953:14: warning: unused variable 'rl' [-Wunused-variable]
  Result rl = Boundary_NS::assign(LOWER, lower(), info(),
 ^
../../src/ppl.hh:54188:12: warning: unused variable 'vars_end' 
[-Wunused-variable]
   vars_end = vars.end(); i != vars.end(); ++i) {
   ^
../../src/ppl.hh:71601:1: warning: function 'propagate_constraint_check_result' 
is not needed and will not be emitted
  [-Wunneeded-internal-declaration]
propagate_constraint_check_result(Result r, Ternary& open) {
^
12 warnings generated.
mv -f .deps/ppl_lcdd.Tpo .deps/ppl_lcdd.Po
/bin/sh ../../libtool  --tag=CXX   --mode=link g++  -Winvalid-pch -g -O2  -g 
-O2 -pipe -fpch-preprocess -fPIC -W -Wall  -L/sw/lib -o ppl_lcdd ppl_lcdd.o 
../../src/libppl.la ../../utils/libppl_utils.a -L/sw/lib -lgmpxx -L/sw/lib 
-lgmp -R/sw/lib -R/sw/lib
libtool: link: warning: library `/sw/lib/libgmpxx.la' was moved.
libtool: link: warning: library `/sw/lib/libgmp.la' was moved.
libtool: link: warning: library `/sw/lib/libgmpxx.la' was moved.
libtool: link: warning: library `/sw/lib/libgmp.la' was moved.
libtool: link: g++ -Winvalid-pch -g -O2 -g -O2 -pipe -fpch-preprocess -fPIC -W 
-Wall -o .libs/ppl_lcdd ppl_lcdd.o  -L/sw/lib ../../src/.libs/libppl.dylib 
../../utils/libppl_utils.a /sw/lib/libgmpxx.dylib /sw/lib/libgmp.dylib
Undefined symbols for architecture x86_64:
  "operator<<(std::__1::basic_ostream >&, 
__mpq_struct const*)", referenced from:
  (anonymou

[Fink-users] fink on OSX 10.9 - upgrading from 10.8 - dependency holes

2013-10-26 Thread peter kostka
That might be of general interest.


Using a packages list of installed software on OSX 10.8 and
trying a re-install on OSX 10.9.

The system informations:
Package manager version: 0.35.99.git
Distribution version: selfupdate-rsync Sat Oct 26 11:40:17 2013, 10.9, x86_64
Trees: local/main stable/main
Xcode.app: 5.0.1
Xcode command-line tools: 5.0.1.0.1.1382131676


Several categories of problems have been observed (re-installing my set of 
packages):

1. dependency problems:

Can't resolve dependency "perl5123-core" for package 
"authen-ntlm-pm5123-1.09-1" (no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package 
"authen-ntlm-pm5124-1.09-1" (no matching packages/versions found)
Can't resolve dependency "qt4-base-mac-qtcore-shlibs (>= 4.7.3-2)" for package 
"automoc-mac-0.9.89-0.99.32" (no matching packages/versions found)
Can't resolve dependency "openmotif3-shlibs" for package 
"cernlib2006-paw++-2006b-19" (no matching packages/versions found)
Can't resolve dependency "perl5123-core" for package 
"compress-raw-bzip2-pm5123-2.062-1" (no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package 
"compress-raw-bzip2-pm5124-2.062-1" (no matching packages/versions found)
Can't resolve dependency "perl5123-core" for package 
"compress-raw-zlib-pm5123-2.062-1" (no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package 
"compress-raw-zlib-pm5124-2.062-1" (no matching packages/versions found)
Can't resolve dependency "perl5123-core" for package 
"cpan-meta-pm5123-2.132830-1" (no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package 
"cpan-meta-pm5124-2.132830-1" (no matching packages/versions found)
Can't resolve dependency "perl5123-core" for package 
"cpan-meta-requirements-pm5123-2.125-1" (no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package 
"cpan-meta-requirements-pm5124-2.125-1" (no matching packages/versions found)
Can't resolve dependency "perl5123-core" for package 
"encode-locale-pm5123-1.03-1" (no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package 
"encode-locale-pm5124-1.03-1" (no matching packages/versions found)
Can't resolve dependency "perl5123-core" for package "encode-pm5123-2.55-1" (no 
matching packages/versions found)
Can't resolve dependency "perl5124-core" for package "encode-pm5124-2.55-1" (no 
matching packages/versions found)
Can't resolve dependency "perl5123-core" for package 
"extutils-makemaker-pm5123-6.80-1" (no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package 
"extutils-makemaker-pm5124-6.80-1" (no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package 
"file-listing-pm5124-6.04-1" (no matching packages/versions found)
Can't resolve dependency "perl5123-core" for package "file-path-pm5123-2.09-2" 
(no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package "file-path-pm5124-2.09-2" 
(no matching packages/versions found)
Can't resolve dependency "perl5123-core" for package 
"file-temp-pm5123-0.23.01-2" (no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package 
"file-temp-pm5124-0.23.01-2" (no matching packages/versions found)
Can't resolve dependency "openmotif3-bin" for package "geant4.9-4.9.4-13" (no 
matching packages/versions found)
Can't resolve dependency "openmotif3-shlibs" for package 
"geant4.9-shlibs-4.9.4-13" (no matching packages/versions found)
Can't resolve dependency "libpng15-shlibs" for package "pyqt4-mac-py27-4.9.4-1" 
(no matching packages/versions found)
Can't resolve dependency "perl5123-core" for package 
"html-parser-pm5123-3.71-1" (no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package 
"html-parser-pm5124-3.71-1" (no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package 
"http-cookies-pm5124-6.01-1" (no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package 
"http-daemon-pm5124-6.01-1" (no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package "http-date-pm5124-6.02-1" 
(no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package 
"http-message-pm5124-6.06-1" (no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package 
"http-negotiate-pm5124-6.01-1" (no matching packages/versions found)
Can't resolve dependency "perl5123-core" for package 
"io-compress-pm5123-2.062-1" (no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package 
"io-compress-pm5124-2.062-1" (no matching packages/versions found)
Can't resolve dependency "perl5123-core" for package "io-html-pm5123-1.00-1" 
(no matching packages/versions found)
Can't resolve dependency "perl5124-core" for package "io-html-pm5124-1.00-1" 
(no matching packages/ve

[Fink-users] fink on OSX 10.9 - compilation of libdap9 fails

2013-10-26 Thread peter kostka
I try to re-install the libdap9 package:


System information:
Package manager version: 0.35.99.git
Distribution version: selfupdate-rsync Sat Oct 26 11:40:17 2013, 10.9, x86_64
Trees: local/main stable/main
Xcode.app: 5.0.1
Xcode command-line tools: 5.0.1.0.1.1382131676
libdap9-3.8.2-6 is set to build with only one job.



 libdap9
==
The following package will be installed or updated:
 libdap9
The following additional package will be installed:
 libdap9-shlibs
Do you want to continue? [Y/n]
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-libdap9-3.8.2-6 
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-libdap9-3.8.2-6' in 
`/sw/src/fink.build/fink-buildlock-libdap9-3.8.2-6_2013.10.26-12.25.45_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i 
/sw/src/fink.build/fink-buildlock-libdap9-3.8.2-6_2013.10.26-12.25.45_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-libdap9-3.8.2-6.
(Reading database ... 265355 files and directories currently installed.)
Unpacking fink-buildlock-libdap9-3.8.2-6 (from 
.../fink-buildlock-libdap9-3.8.2-6_2013.10.26-12.25.45_darwin-x86_64.deb) ...
Setting up fink-buildlock-libdap9-3.8.2-6 (2013.10.26-12.25.45) ...

:::

make[2]: Entering directory `/fink/src/fink.build/libdap9-3.8.2-6/libdap-3.8.2'
/bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.  -I./gl 
-I./GNU -I/sw/include/libxml2 -I/sw/include -I/sw/include -Wall -W -Wcast-align 
-g -O2 -MT libdap_la-AttrTable.lo -MD -MP -MF .deps/libdap_la-AttrTable.Tpo -c 
-o libdap_la-AttrTable.lo `test -f 'AttrTable.cc' || echo './'`AttrTable.cc
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I./gl -I./GNU -I/sw/include/libxml2 -I/sw/include 
-I/sw/include -Wall -W -Wcast-align -g -O2 -MT libdap_la-AttrTable.lo -MD -MP 
-MF .deps/libdap_la-AttrTable.Tpo -c AttrTable.cc  -fno-common -DPIC -o 
.libs/libdap_la-AttrTable.o
In file included from AttrTable.cc:40:
In file included from ./AttrTable.h:38:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:434:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:590:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/typeinfo:63:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cstdint:152:8:
 error: expected unqualified-id
using::int8_t;
   ^
./gl/stdint.h:122:16: note: expanded from macro 'int8_t'
#define int8_t signed char
   ^
In file included from AttrTable.cc:40:
In file included from ./AttrTable.h:38:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:434:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:590:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/typeinfo:63:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cstdint:153:8:
 error: expected unqualified-id
using::int16_t;
   ^
./gl/stdint.h:127:17: note: expanded from macro 'int16_t'
#define int16_t short int
^
In file included from AttrTable.cc:40:
In file included from ./AttrTable.h:38:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:434:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/memory:590:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/typeinfo:63:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/cstdint:154:8:
 error: expected unqualified-id
using::int32_t;
   ^
./gl/stdint.h:132:17: note: expanded from macro 'int32_t'
#define int32_t int
^
In file included from AttrTable.cc:40:
In file included from ./AttrTable.h:38:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:434:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:594:
I

[Fink-users] Re: Fink-users digest, Vol 1 #1079 - 13 msgs

2002-09-11 Thread Peter Kostka

Yes you are right Chris,
I found that I used a old minirc.dfl file which ask for ttyS0 
explicitly (left over from linux)
pr port /dev/cu.modem
should be there.
Thanks and sorry for the the wrong judgement.
Peter Kostka


On Wednesday, September 11, 2002, at 09:07 PM, 
[EMAIL PROTECTED] wrote:

> Message: 4
> Date: Wed, 11 Sep 2002 09:47:15 -0400
> Subject: Re: [Fink-users] KDE3 on Jaguar
> Cc: [EMAIL PROTECTED], Benjamin Reed <[EMAIL PROTECTED]>
> To: Peter Kostka <[EMAIL PROTECTED]>
> From: Chris Zubrzycki <[EMAIL PROTECTED]>
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Wednesday, September 11, 2002, at 05:31  AM, Peter Kostka wrote:
>> One problem I saw (until now) is minicom which does expect the
>> /dev/ttyS0 but not /dev/ttys0
>> Apple is providing (the minicom is being used on a Wallstreet PB G3).
>> The capital S is crucial. A work around is setting a link. But of
>> course after a reboot this is gone.
>
> what exactly is the problem? what is /dev/ttys0 used for? i thought it
> was used for nothing; keyspan provides its own set of /dev entries, and
> apple says you should use the cua.entires anyway (i forget the reason)
>
> - -chris zubrzycki
> - - --
> PGP public key: http://homepage.mac.com/beren/publickey.txt
> ID: 0xA2ABC070
> Fingerprint: 26B0 BA6B A409 FA83 42B3  1688 FBF9 8232 A2AB C070
> 
>
> Isaac Newton understood the impact of the Apple.
>
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.7 (Darwin)
>
> iD8DBQE9f0lo+/mCMqKrwHARAuuaAJ9nbLO74Ssrf8I7y8y0qfz0vVniSgCbBqDI
> jety0gbaqyx2/QmW99FOgXA=
> =cfkd
> -END PGP SIGNATURE-
>
>
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] KDE3 on Jaguar

2002-09-11 Thread Peter Kostka

After rebuilding all for OSX 10.2.1 Jaguar
I don't have any problems with gnome, KDE3, xpdf and all kind of emacs 
etc.

One problem I saw (until now) is minicom which does expect the 
/dev/ttyS0 but not /dev/ttys0
Apple is providing (the minicom is being used on a Wallstreet PB G3).
The capital S is crucial. A work around is setting a link. But of 
course after a reboot this is gone.

Thanks to the maintainer of the packages in fink!!!
The process of rebuilding was sometimes awful - mainly due to 
dependency issues.
Some advertisement:
ccache is really valuable:
 > ccache -s
cache hit   1010
cache miss  4629
called for link  455
multiple source files 41
compile failed84
preprocessor error   232
not a C/C++ file 373
autoconf compile/link   2535
unsupported compiler option  175
no input file135
files in cache  9444
cache size 135.5 Mbytes

Peter Kostka


On Tuesday, September 10, 2002, at 09:05 PM, 
[EMAIL PROTECTED] wrote:

>
> Message: 2
> Date: Tue, 10 Sep 2002 08:46:05 -0400
> Subject: Re: [Fink-users] KDE3 on Jaguar
> Cc: [EMAIL PROTECTED]
> To: Daniel Westermann-Clark <[EMAIL PROTECTED]>
> From: Benjamin Reed <[EMAIL PROTECTED]>
>
> On Tuesday, September 10, 2002, at 07:48 AM, Daniel Westermann-Clark
> wrote:
>
>> There is no binary distribution (which you accessed with apt-get) for
>> Jaguar yet.  Thus, you cannot do something like 'apt-get install
>> bundle-kde' and have things work.
>
> This is correct.
>
>> You should be able to compile from sources (which is accomplished with
>> fink install), but I'm guessing you didn't follow the instructions on
>> installing Fink on Jaguar:
>>
>> http://fink.sourceforge.net/news/jag-bootstrap.php
>>
>> It is also possible that xpdf is currently broken in Jaguar, but I'm
>> not
>> sure.
>
> xpdf in the unstable tree doesn't work with Jag I believe.  You are
> correct that the issue is a need to upgrade to the Jaguar tree.  It's
> been fixed there.
>
> The KDE packages (3.1 beta1) in the 10.2 distribution work fine on
> Jaguar.
>



---
In remembrance
www.osdn.com/911/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] 10.2 -- How to test upgrade fink

2002-09-04 Thread Peter Kostka

>> On Monday, September 2, 2002, at 09:04  PM, Ben Hines wrote:
>>
>>> This should do it:
>>>
>>> cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink login
>>> cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink co
>>> experimental
>>> cd experimental/dmrrsn/fink
>>> ./inject.pl
>
> I think a crucial step is missing here:
>
>   fink selfupdate-cvs
>  Also the unstable tree must be enabled.

All went smoothly until  "fink update-all".
It started promising:

apt-dev_0.5.4-5_darwin-powerpc.deb  apt-shlibs_0.5.4-5_darwin- 
powerpc.deb apt_0.5.4-5_darwin-powerpc.deb  dpkg_1.9.20-4_darwin- 
powerpc.deb ncurses_5.2-8_darwin-powerpc.debf2c_20020123-3_darwin- 
powerpc.deb fort77_1.18-4_darwin-powerpc.debg77_3.1-20020420-1_darwin- 
powerpc.deb libsigc++-shlibs_1.0.4-2_darwin-powerpc.deb  
libsigc++_1.0.4-2_darwin-powerpc.debdb3-bin_3.3.11-8_darwin- 
powerpc.deb db3-doc_3.3.11-8_darwin-powerpc.deb db3-shlibs_3.3.11- 
8_darwin-powerpc.debdb3_3.3.11-8_darwin-powerpc.deb libcapsinetwork- 
dev_0.1.1-2_darwin-powerpc.deb  libcapsinetwork_0.1.1-2_darwin- 
powerpc.deb libmath++-dev_0.0.3-2_darwin-powerpc.deblibmath++_0.0.3- 
2_darwin-powerpc.deblibsigc++-shlibs_1.0.4-3_darwin-powerpc.deb  
libsigc++_1.0.4-3_darwin-powerpc.debispell_3.2.06-3_darwin-powerpc.deb

But
compiling gtkmm-1.2.10  I got the following:
  -snip-
Making all in tests
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I./..  
-I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include  
-I/usr/X11R6/include  -no-cpp-precomp -I/sw/include  -g -O2 -Wall  
-Wno-unused  -c hello.cc
/bin/sh ../../libtool --mode=link c++  -g -O2 -Wall -Wno-unused   
-L/sw/lib -o hello  hello.o ../gdk--/libgdkmm.la -L/sw/lib  
-L/usr/X11R6/lib -lgtk -lgdk -lgmodule -lglib -ldl -lintl -lXext -lX11  
-lm
mkdir .libs
c++ -g -O2 -Wall -Wno-unused -o .libs/hello hello.o  -L/sw/lib  
-L../gdk--/.libs -lgdkmm -L/usr/X11R6/lib -lgtk -lgdk -lgmodule -lglib  
-ldl -lintl -liconv -lXext -lX11 -lm
ld: Undefined symbols:
Gdk_Window::show()
Gdk_Window::Gdk_Window[in-charge](_GdkWindow*)
Gdk_Window::Gdk_Window[in-charge](Gdk_Window const&, Gdk_WindowAttr  
const&, int)
Gdk_Window::Gdk_Window[in-charge]()
Gdk_Window::~Gdk_Window [in-charge]()
Gdk_Window::operator=(Gdk_Window const&)
Gdk_Colormap::get_system()
Gdk_Colormap::alloc(Gdk_Color&)
Gdk_Colormap::Gdk_Colormap[in-charge]()
Gdk_Colormap::~Gdk_Colormap [in-charge]()
Gdk_Colormap::operator=(Gdk_Colormap const&)
Gdk_Drawable::draw_string(Gdk_Font const&, Gdk_GC const&, int, int,  
std::basic_string, std::allocator >  
const&)
Gdk_Drawable::draw_line(Gdk_GC const&, int, int, int, int)
Gdk::event_free(_GdkEvent*)
Gdk::init(int&, char**&)
Gdk::event_get()
Gdk_GC::set_foreground(Gdk_Color const&)
Gdk_GC::Gdk_GC[in-charge](Gdk_Drawable&)
Gdk_GC::Gdk_GC[in-charge]()
Gdk_GC::~Gdk_GC [in-charge]()
Gdk_GC::operator=(Gdk_GC const&)
Gdk_Font::Gdk_Font[in-charge](std::basic_string, std::allocator > const&)
Gdk_Font::Gdk_Font[in-charge]()
Gdk_Font::~Gdk_Font [in-charge]()
Gdk_Font::operator=(Gdk_Font const&)
Gdk_Color::Gdk_Color[in-charge](std::basic_string, std::allocator > const&)
Gdk_Color::Gdk_Color[in-charge]()
Gdk_Color::~Gdk_Color [in-charge]()
make[3]: *** [hello] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Failed: compiling gtkmm-1.2.10-2 failed


I'm using OSX 10.2.1, dev.tools July 2002 + August update ( on  
Powerbook G4 )
and
which gcc->  /usr/bin/gcc

ls -al  /usr/bin/gcc /usr/bin/gcc2 /usr/bin/gcc3
lrwxr-xr-x1 root wheel   4 Sep  4 09:32 /usr/bin/gcc ->  
gcc3*
-r-xr-xr-x1 root wheel  117932 Sep  4 09:29 /usr/bin/gcc2*
-r-xr-xr-x1 root wheel  135348 Sep  4 09:29 /usr/bin/gcc3*

Any hint welcome!
Peter



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users