Re: [Fink-devel] errors in kde in experimental

2002-09-18 Thread Thomas Kotzian

From: Benjamin Reed [EMAIL PROTECTED]
 On Monday, September 16, 2002, at 01:49 PM, thomas kotzian wrote:
 
  Hello!
 
  I wanted to compile kde in experimental for 10.2.
  the packages kdegraphics3 and kdeartwork3 cannot be compiled.
  did it work for someone?
 
 That's why it's called experimental.  =)

thanks for clarifying ... ;-
 
 I'm right in the middle of messing with the packages.  If you want it 
 to be supported, run the ones from the unstable 10.2 tree.

But i'm running experimental 10.2 unstable.

Thomas



---
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source  Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] errors in kde in experimental

2002-09-18 Thread Martin Costabel

Thomas Kotzian wrote:

 But i'm running experimental 10.2 unstable.

Still not clear. Which package versions? From 
experimental/rangerrick/finkinfo/kde/ or from 
10.2/unstable/main/finkinfo/kde/?

Just for information, I had no problem compiling these on 10.2:

  i   kdeartwork3  3.0.7-2  KDE - additional artwork
  i   kdegraphics3 3.0.7-2  KDE - graphics

-- 
Martin




---
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source  Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] errors in kde in experimental

2002-09-18 Thread thomas kotzian

sorry,
it is 10.2/unstable/main/finkinfo/kde

and the packages kdeartwork3 and kdegraphics3 3.0.7-2 - no special 
configuration.

i will try to recompile some packages but which should i start? - some 
tips? - the other kde-packages worked without any problem.

Thomas

Am Mittwoch, 18.09.02 um 10:55 Uhr schrieb Martin Costabel:

 Thomas Kotzian wrote:

 But i'm running experimental 10.2 unstable.

 Still not clear. Which package versions? From 
 experimental/rangerrick/finkinfo/kde/ or from 
 10.2/unstable/main/finkinfo/kde/?

 Just for information, I had no problem compiling these on 10.2:

  i   kdeartwork3  3.0.7-2  KDE - additional artwork
  i   kdegraphics3 3.0.7-2  KDE - graphics

 -- 
 Martin



--
thomas kotzian, [EMAIL PROTECTED]



---
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source  Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] Libtool multiple symbols

2002-09-18 Thread Ben Hines


On Tuesday, September 17, 2002, at 10:30  PM, Sébastien Pierre wrote:

 libpython2.2.a(stacklesseval.o) definition of _slp_schedule_hook in 
 section (__DATA,__common)
 make: *** [python.exe] Error 1
 ### execution of (export failed, exit code 2

 Looking at ranlib man page I tried both -flat_namespace and 
 -no_multidefs, without any success.

 Any ideas about how to fix this ?

Try -fno-common in the CFLAGS.

-Ben


---
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source  Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] Libtool multiple symbols

2002-09-18 Thread Sébastien Pierre


Le mercredi, 18 sep 2002, à 16:41 Europe/Paris, Ben Hines a écrit :

 Try -fno-common in the CFLAGS.

I already use that :(
Thanks anyway,

  -- Sébastien

--
«My friends says we're like the dinosaurs, only we are doing
ourselves in much faster than they ever did.»
http://www.type-z.org -- Porno For Pyros, Pets




---
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source  Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] **Accessing Project Source Code**

2002-09-18 Thread Kevin Gale

Hi.

I'm currently involved in writing a beginners guide to compiling ImageMagick
for OSX. The reason why i'm doing this is that some users (including myself)
need custom versions. I have sucesfully created a static library version and
am now trying to create a shared library version.

My main problem is getting the various libraries (libjpeg, libtiff) etc.. to
compile as shared libraries under OSX. I know that there are shared library
versions available via Fink but am wondering if it would be possible to gain
access to the source files directly through your site or get a copy of the
source files I need?


Regards.
Kevin Gale
NCS Group


This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk



---
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source  Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] **Accessing Project Source Code**

2002-09-18 Thread Ben Hines


On Wednesday, September 18, 2002, at 10:33  AM, Kevin Gale wrote:

 Hi.

 I'm currently involved in writing a beginners guide to compiling 
 ImageMagick
 for OSX. The reason why i'm doing this is that some users (including 
 myself)
 need custom versions. I have sucesfully created a static library 
 version and
 am now trying to create a shared library version.

Do beginners need custom versions, though? :) It seems that people who 
need custom versions would be able to figure out how to do it 
themselves...



 My main problem is getting the various libraries (libjpeg, libtiff) 
 etc.. to
 compile as shared libraries under OSX. I know that there are shared 
 library
 versions available via Fink but am wondering if it would be possible 
 to gain
 access to the source files directly through your site or get a copy of 
 the
 source files I need?


You can compile custom versions of imagemagick yourself using the 
fink-installed libjpeg, libtiff, etc. You simply need to set the proper 
CFLAGS, LDFLAGS, etc.
See http://fink.sourceforge.net/faq/usage-general.php#compile-myself

Even better you could write a guide to modifying the fink .info files 
to suit your purposes. You can copy the imagemagick .info and .patch 
files into /sw/fink/dists/local/main/finkinfo , then put your source 
diffs in the .patch file, and whatever configure options you want into 
the ConfigureParams field in the .info file. Then you would still get 
the advantages of fink, like easy removal and upgrading. Fink info 
files use a very simple format.


Anyway, if you want to look at fink's build files and patches, you will 
find the libtiff/jpeg/imagemagick files in:

/sw/fink/dists/unstable/main/finkinfo/graphics

.info and .patch files.

Also see http://fink.sourceforge.net/doc/packaging/index.php for the 
packaging guide.

-Ben



---
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source  Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] Libtool multiple symbols

2002-09-18 Thread Ben Hines

It might not be CFLAGS, but you need to get it on that compile line. 
Are you sure it's compiling with the fno-common?

-Ben

On Wednesday, September 18, 2002, at 09:44  AM, Sébastien Pierre wrote:


 Le mercredi, 18 sep 2002, à 16:41 Europe/Paris, Ben Hines a écrit :

 Try -fno-common in the CFLAGS.

 I already use that :(
 Thanks anyway,

  -- Sébastien

 --
 «My friends says we're like the dinosaurs, only we are doing
 ourselves in much faster than they ever did.»
 http://www.type-z.org -- Porno For Pyros, Pets





---
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source  Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] Libtool multiple symbols

2002-09-18 Thread Sébastien Pierre


Le mercredi, 18 sep 2002, à 19:57 Europe/Paris, Ben Hines a écrit :

 It might not be CFLAGS, but you need to get it on that compile line. 
 Are you sure it's compiling with the fno-common?

Yes:
(..)
gcc -c -DNDEBUG -O4 -Wall -Wstrict-prototypes -fno-common -I. 
-I./Include -I./Stackless -DHAVE_CONFIG_H  -o Stackless/stacklesseval.o 
Stackless/stacklesseval.c
(..)
ranlib: same symbol defined in more than one member in: libpython2.2.a 
(table of contents will not be sorted)
(..)
ranlib: file: libpython2.2.a(ceval.o) defines symbol: _slp_schedule_hook
ranlib: file: libpython2.2.a(stacklesseval.o) defines symbol: 
_slp_schedule_hook
(..)
libpython2.2.a(stacklesseval.o) definition of _schedule_fasthook in 
section (__DATA,__common)

That's rather strange :(

  -- Sébastien

--
«My friends says we're like the dinosaurs, only we are doing
ourselves in much faster than they ever did.»
http://www.type-z.org -- Porno For Pyros, Pets




---
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source  Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] boostrap failure

2002-09-18 Thread Ben Hines

It looks like you can't bootstrap twice anymore from the same 
directory. Was that always the case?

I've bootstrapped once from my main fink install. I then tried to do it 
again:

/sw/fink/fink 176 % ./bootstrap.pl
Checking package... looks good.
Checking system... powerpc-apple-darwin6.1
This system was not released at the time this Fink release was made, but
should work.
Distribution 10.2

Fink must be installed and run with superuser (root) privileges. Fink 
can
automatically try to become root when it's run from a user account. 
Since
you're currently running this script as a normal user, the method you 
choose
will also be used immediately for this script. Avaliable methods:

(1)  Use sudo
(2)  Use su
(3)  None, fink must be run as root

Choose a method: [1]

sudo /sw/fink/fink/bootstrap.pl .sudo
Checking package... looks good.
Checking system... powerpc-apple-darwin6.1
This system was not released at the time this Fink release was made, but
should work.
Distribution 10.2
Checking cc... looks good.
Checking make... looks good.
Checking head... looks good.
Can't rename 'packages' at /sw/fink/fink/bootstrap.pl line 213.




ls -la /sw/fink/fink
lrwxr-xr-x1 ben  staff   4 Sep 18 09:11 packages - 10.2
drwxr-xr-x   24 ben  staff 816 Aug  4 18:28 packages-old




---
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source  Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] emacs-w3 and ntl

2002-09-18 Thread William McCallum

I have compiled both these packages on 10.2 without any problems. They 
could be moved to 10.2/unstable

Regards,
Bill McCallum



---
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source  Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel