[Fink-devel] Python documentation

2004-10-21 Thread Sébastien Maret
Hi,
I have noticed that currently no documentation is installed with 
python23 package. The Doc/ directory of the python distribution is 
simply copied to /sw/share/doc/python, one can build it using the 
Makefile in this directory. It is not straightforward however, since 
one of the include file is missing, and some additional packages are 
needed to build the documentation (e.g. perl, tetex, latex2html, etc.)

I was thinking of providing a package which build and install the 
python documentation. This may come as a splitoff of python23 package, 
or as a different package. I see a difficulty: python documentation is 
available in many formats: html, ps, pdf, info, and for the paper 
versions in a4 and letter format. How can this be handled ? Of course 
we could build and install the documentation in all formats, but this 
would use quite a lot of space. We could also provide splitoffs or 
variants of the packages for the different formats or provide only some 
of them. As an example, Debian provides a python-doc package containing 
the html and info documentations.

Please let me know what you think.
Sebastien

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] libmikmod-shlibs-3.1.10-2

2004-10-21 Thread Alexander K. Hansen
On Oct 21, 2004, at 6:27 PM, Alan Townsend wrote:
I'm getting the following build errors:
Making all in libmikmod
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H 
-no-cpp-precomp -Os -pthread -I/sw/include -finline-functions 
-funroll-loops -ffast-math -Wall -D_REENTRANT -Dunix -I../include -I.. 
-I../include -DMIKMOD_H=../include/mikmod.h -c ../drivers/drv_AF.c
gcc: unrecognized option `-pthread'
In file included from ../include/mikmod_internals.h:37,
 from ../drivers/drv_AF.c:51:
/usr/local/include/malloc.h:275: error: parse error before "u_short"
/usr/local/include/malloc.h:281: error: parse error before '}' token
make[2]: *** [drv_AF.lo] Error 1
make[1]: *** [all-recursive] Error 1

--
Package manager version: 0.22.4
Distribution version: 0.7.1.rsync
Mac OS X version: 10.3.5
December 2001 Developer Tools
gcc version: 3.3
make version: 3.79
Feedback Courtesy of FinkCommander
--
Alan Townsend
President
Stateline Macintosh User Group
Rockford IL
FInk sometimes doesn't play nice with libraries in /usr/local:
http://fink.sourceforge.net/faq/comp-general.php#usr-local-libs
--
Alexander K. Hansen
Fink Documentarian
Day Job:  Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] pwlib failed to compile

2004-10-21 Thread Alexander K. Hansen
On Oct 19, 2004, at 4:20 AM, Christophe Saigne wrote:
Hello,
Since I use Xtools 1.5 pwlib failed to compile.
Yesterday I tried to compile it with cc1plus_12 as described at  
http://article.gmane.org/gmane.os.apple.fink.beginners/13580/ 
match=cc1plus+download+costabel
The result is still

/sw/src/pwlib-1.5.2-12/pwlib/include/ptlib/contain.inl:360: confused  
by earlier errors, bailing out
make[1]: ***  
[/sw/src/pwlib-1.5.2-12/pwlib/lib/obj_Darwin_ppc_r/asner.o] Error 1
make: *** [opt] Error 2
### execution of make failed, exit code 2
Failed: compiling pwlib-1.5.2-12 failed

Can you post the error starting with the last statement that the  
compiler tried to run?

--
Alexander K. Hansen
Fink Documentarian
Day Job:  Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] QT/Aqua instead of QT/X11

2004-10-21 Thread Paul Buhr
Hello,

why does fink uses the  X11-Version of the QT library instead of the 
native Macintosh-version which uses the Quartz-Engine? Somehow it could 
also be possibly to integrate both.



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] libmikmod-shlibs-3.1.10-2

2004-10-21 Thread Alan Townsend
I'm getting the following build errors:
Making all in libmikmod
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H 
-no-cpp-precomp -Os -pthread -I/sw/include -finline-functions 
-funroll-loops -ffast-math -Wall -D_REENTRANT -Dunix -I../include -I.. 
-I../include -DMIKMOD_H=../include/mikmod.h -c ../drivers/drv_AF.c
gcc: unrecognized option `-pthread'
In file included from ../include/mikmod_internals.h:37,
 from ../drivers/drv_AF.c:51:
/usr/local/include/malloc.h:275: error: parse error before "u_short"
/usr/local/include/malloc.h:281: error: parse error before '}' token
make[2]: *** [drv_AF.lo] Error 1
make[1]: *** [all-recursive] Error 1

--
Package manager version: 0.22.4
Distribution version: 0.7.1.rsync
Mac OS X version: 10.3.5
December 2001 Developer Tools
gcc version: 3.3
make version: 3.79
Feedback Courtesy of FinkCommander
--
Alan Townsend
President
Stateline Macintosh User Group
Rockford IL

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] kde source trees

2004-10-21 Thread Alexander K. Hansen
On Oct 21, 2004, at 8:21 PM, Randal L. Schwartz wrote:
Every time I see an update that refers to arts or kde, I dread the
resulting "fink fetch-missing", because whatever the mirror list
points at, it's wrong.  I end up manually fetching most of the
stuff there.
Can someone tell me why .info files get committed that are pointing at
sources that are nowhere to be found on the net, or at least not at
the places in the mirror list?
Or am I just using bad mirror settings?
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 
0095
<[EMAIL PROTECTED]> http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl 
training!


if you're talking specifically about arts, a fix has already been 
committed for that package.

--
Alexander K. Hansen
Fink Documentarian
Day Job:  Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] pwlib failed to compile

2004-10-21 Thread Christophe Saigne
Hello,
Since I use Xtools 1.5 pwlib failed to compile.
Yesterday I tried to compile it with cc1plus_12 as described at  
http://article.gmane.org/gmane.os.apple.fink.beginners/13580/ 
match=cc1plus+download+costabel
The result is still

/sw/src/pwlib-1.5.2-12/pwlib/include/ptlib/contain.inl:360: confused by  
earlier errors, bailing out
make[1]: ***  
[/sw/src/pwlib-1.5.2-12/pwlib/lib/obj_Darwin_ppc_r/asner.o] Error 1
make: *** [opt] Error 2
### execution of make failed, exit code 2
Failed: compiling pwlib-1.5.2-12 failed


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] kde source trees

2004-10-21 Thread Benjamin Reed
Randal L. Schwartz wrote:
Every time I see an update that refers to arts or kde, I dread the
resulting "fink fetch-missing", because whatever the mirror list
points at, it's wrong.  I end up manually fetching most of the
stuff there.
This is true of all fink packages.
Can someone tell me why .info files get committed that are pointing at
sources that are nowhere to be found on the net, or at least not at
the places in the mirror list?
When something gets committed to fink stable or unstable, the mirror 
scripts download everything (I don't know how often).  Until then, there 
are no mirror files, only the original source files.  So if you're set 
to go to distfiles, it will fail.

If you mean a specific (non-fink-distfiles) mirror doesn't have stuff, 
please let us know and we'll removed it from the mirror choices.  Last I 
did a spot-check, the mirrors had everything there.

--
Benjamin Reed, a.k.a. Ranger Rick
[EMAIL PROTECTED] / http://ranger.befunk.com/
WWJD?  JWRTFM!
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] kde source trees

2004-10-21 Thread Randal L. Schwartz

Every time I see an update that refers to arts or kde, I dread the
resulting "fink fetch-missing", because whatever the mirror list
points at, it's wrong.  I end up manually fetching most of the
stuff there.

Can someone tell me why .info files get committed that are pointing at
sources that are nowhere to be found on the net, or at least not at
the places in the mirror list?

Or am I just using bad mirror settings?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: zsh.info

2004-10-21 Thread D. Höhn
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
Cian Hughes wrote:

|
| ConfigureParams: --libexecdir=%p/libexec --mandir=%p/share/man
| --infodir=%p/share/info --enable-zsh-secure-free --sysconfdir=%p/etc/zsh
| --enable-etcdir=/etc/zsh --enable-fndir=%p/etc/zsh/%v/functions
| --enable-site-fndir=%p/etc/zsh/%v/site-functions
| --enable-function-subdirs --enable-maildir-support --enable-pcre
Done. Thank you. I am not really a hardcore zsh user yet, that is why I
rely on users to report these issues to me.
- -d
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
iD8DBQFBd9BDPMoaMn4kKR4RA/AvAKCcXGsptP/IPEXcU5IpDSJrg0BbngCfREss
/C6V27azFsd8AAl2Zs4GB6k=
=Nbtd
-END PGP SIGNATURE-
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] In the name of Michèle Garoche - [TRANSLATION: uguide.en.xml"], [COMMITS: uguide.en.xml"] second and last chunk

2004-10-21 Thread D. Höhn
Since the commits mail fails, but not the commit itself, here are the 
changes (second and last  chunk), sorry for the trouble:

[QUOTE]
Index: uguide.en.xml
===
RCS file: /cvsroot/fink/web/xml/users-guide/uguide.en.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -r1.17 -r1.18
6c6
<   $Id: uguide.en.xml,v 1.17 2004/10/21 08:48:47 michga Exp 
$
---
>   $Id: uguide.en.xml,v 1.18 2004/10/21 10:20:09 michga Exp 
$
560c560,580
< 
---
>   
>   
> For fink versions since 0.23.0 you can tell it to try to 
download
> pre-compiled binary packages, if available, instead of building them. 
Just pass
> the --use-binary-dist (or -b)
> option to fink. This can save you a lot of time. E.g.
> calling
>   
>   fink --use-binary-dist install wget-ssl
>   or
>   fink -b install wget-ssl
>   
> will first download all dependencies for wget-ssl that are available 
from the
> binary distribution and only build the remainder from source. This 
option can
> also be enabled permanently in the Fink 
configuration
> file (fink.conf) or by running the command fink 
configure.
>   
>   
> More details about the fink tool are available in the 
chapter
> "Using the fink Tool from the Command Line".
>   
739,740c759,774
< packages.  If you are using Fink commander, then follow the binary instructions, followed by those for source.
< 
---
> packages.
> 
>   
> Starting with fink 0.23.0 using the UseBinaryDist option (settable 
via the
> --use-binary-dist (or -b) 
option
> or in the Fink configuration file) both 
source and
> binary descriptions will be updated if you call fink 
selfupdate.
> In this case you don't need a separate apt-get call anymore.
>  
>   
> If you are using Fink Commander select Binary->Update descriptions 
to update
> the package list, and then Binary->Dist-Upgrade packages to update 
to new
> versions. After that do Source->Selfupdate to download new package
> information files, and then Source->Update-all (see previous 
sections for
> details).
>   
952a987,1014
> 
>   
> SelfUpdateMethod: point, rsync or cvs
>   
> Fink can use some different methods to update the package info files.
> rsync is the recommended setting, it uses rsync to download only
> modified files in the trees that you have enabled. Note that if you have
> changed or added to files in the stable or unstable trees, using 
rsync will
> delete them. Make a backup first. cvs will download using 
anonymous or
> :ext: cvs access from the fink repository. This has the disadvantage 
that cvs
> can not switch mirrors, if the server is unavailable you will not be 
able to
> update. point will download only the latest released version 
of the
> packages. It is not recommended as your packages may be quite out of 
date.
>   
> 
> 
>   
> UseBinaryDist: boolean
>   
> Causes fink to try to download pre-compiled binary packages from the 
binary
> distribution if available and if the binary package is not already on the
> system. This can save a lot of installation time and it is therefore
> recommended to set this option. Passing fink the
> --use-binary-dist option has the same 
effect,
> but only operates on that single fink invocation.
> Only available in fink newer than version 0.23.0.
>   
> 
1119a1182,1208
> 
>   Global options
>   
> There are some options, which apply to all fink fink commands. If you
> type fink --help you get the list of options:
>   
>   
> -h, --help- display this help text
> -q, --quiet   - causes fink to be less verbose, opposite of 
--verbose
> -V, --version - display version information
> -v, --verbose - causes fink to be more verbose, opposite of 
--quiet
> -y, --yes - assume default answer for all interactive 
questions
> -b, --use-binary-dist - download pre-compiled packages from the binary
>   distribution if available
>   
>   
> Most of these options are self-explanatory. They can also be set in the
> Fink configuration file (fink.conf) if 
you want
> to set them permanently and not just for that invocation of 
fink.
>   
>   
> The --use-binary-dist option causes fink to 
try to
> download pre-compiled binary packages from the binary distribution if 
available
> and if the binary package is not already on the system. (Only 
available in
> fink newer than version 0.23.0)
>   
> 
1132a1222,1226
>   
> If you add the --use-binary-dist option
> fink will try to download binary packages, if available, 
instead
> of building them. This can save a lot of installation time.
>   
1153a1248,1251
>   
> The --use-binary-dist option is also
> applicable here.
>   
1262a1361,1363
>   
> The --use-binary-dist option is 
applicable here.
>   
1269a13

[Fink-devel] Dear Maintainers/Users. I need your help.

2004-10-21 Thread D. Höhn
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
Greetings Community.
First of all, thank you for using Fink and supporting us. I have thought
a very long time about our process of support. I think Fink can help the
community to streamline this process in a better way. I would like to
propose a way how our Maintainers and thus the users, can enjoy an even
better "Fink experience". This involves testing some setup and a
specific idea I had.
While most things in my head seem to be brilliant ideas, the reality
often proves me wrong. I would need aroun 20 to 25 people to test this
idea with. For now in private. Basically It involves testing a special
ticketing system including a specific setup I have been thinking about.
This would be especially helpful for Maintainers, it aims to take the
burden of taken care of support requests off their shoulders, collecting
them in a central place where they will be stored and managed. This
setup would hold all support request in trust for the participating
maintainers. The main goal I am trying to achieve is to present a proven
way how we can improve our support at the end of this "test run".
If you are a package maintainer (that is prefered) or an interested
power user that sends lots of "support" requests, please get back to me
_off_ list and ask to be included in this test run.
Thank you very much.
- -d
PS: THis is a CROSS-POST do _not_ reply to all lists.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
iD8DBQFBd4BYPMoaMn4kKR4RA9iEAJ49qWT4r4lbgukhpJCJoyLQf+FyyQCfZKGn
bJVz0guVYp6UWAa2cchL1HE=
=5NoV
-END PGP SIGNATURE-
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] In the name of Michèle Garoche - [TRANSLATION: uguide.en.xml"], [COMMITS: uguide.en.xml"] first chunk

2004-10-21 Thread D. Höhn
Since the commits mail fails, but not the commit itself, here are the 
changes (only a first chunk, another chunk will come later), sorry for 
the trouble:

Index: uguide.en.xml
===
RCS file: /cvsroot/fink/web/xml/users-guide/uguide.en.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -r1.16 -r1.17
6c6
<   $Id: uguide.en.xml,v 1.16 2004/10/16 10:22:40 michga Exp 
$
---
>   $Id: uguide.en.xml,v 1.17 2004/10/21 08:48:47 michga Exp 
$
9,10c9,10
<   This document is a work in progress.
< The following older documents may offer a broader view:
---
> This document gives an overview over all features of Fink.
> (The following older documents may offer a broader view:
13c13
< and the ReadMe.rtf included in the binary distribution disk image.
---
> and the ReadMe.rtf included in the binary distribution disk image.)
525c525,530
<   Installing Packages from Source
---
>   Installing Binary and Source Packages with fink
>   
> The fink tool will allow you to install packages that 
are not yet
> available in the binary
> distribution.
>   
685,687c690
< Upgrading is a bit more complicated if you use the source
< distribution.
< The procedure consists of two steps.
---
> If you use the source distribution the procedure consists of two steps.
1051c1054
<   Introduced in a post-0.20.5 CVS version of fink. 
If the Fink package ccache-default is installed, the cache files it makes
---
>   If the Fink package ccache-default is installed, the 
cache files it makes
1052a1056
> Only available in fink newer than version 0.21.0.
1328c1332
< Note: not available until a CVS version of fink after 0.20.0.
---
> Only available in fink newer than version 0.21.0


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] ec-fonts-mftraced dependency

2004-10-21 Thread Julien Salort
Hi,

Shouldn't the ec-fonts-mftraced package depend on system-tetex ?

When I try to install lilypond-unstable, fink installs ec-fonts-mftraced
before system-tetex, which makes system-tetex fails (because
ec-fonts-mftraced did install things in texmf.local or something).
Therefore, I think that system-tetex should be installed *before*
ec-fonts-mftraced, which can be achieved by making ec-fonts-mftraced
depend on system-tetex. (or tetex-base).

-- 
R: Parce que ça renverse bêtement l'ordre naturel de lecture!
Q: Mais pourquoi citer en fin d'article est-il si effroyable?
R: Citer en fin d'article
Q: Quelle est la chose la plus désagréable sur les groupes de news?



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel