[Fink-devel] Addendum to the Fink Website discussion - Do you know XML+XSLT ?

2003-10-16 Thread Darian Lanx
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
Well, here is an update.

I had a long and hard look at axkit and I must say that it is pretty 
impressive. I also looked at some of the live sites that use it and it 
does seem like a very good choice for us as well. The main issue that I 
am running into is rather simple though. Even now our ressources in 
XSLT+XML are limited and before I can use a system that heavily depends 
on those technologies I need to have a crew that understands the 
properly. Furthermore Axkit seems to be programmed in Perl when you need 
dynamic structures and that is something I am not very familiar with as 
well.

From my point of view it is a great system, but due to its nature I 
would nto be very efficient using it. I can neither donate code, nor can 
I donate XSLT or XML, simply because I am still learning and it would 
take ages for me to get something going.

As I understood mayn feel that the web-site is sufficient for their 
needs, yet I am curious if there is anyone out there willing to help me 
if I install axkit on a private server?

Thank you

- -d

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (Darwin)
iD8DBQE/jm+DiW/Ta/pxHPQRA5zGAJ9186XToKHwxDDNSS6T72RhkdW77gCgzlvS
0wW2sAx5robgGT2QFlfa+cQ=
=089+
-END PGP SIGNATURE-


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] 10.2-gcc3 issues

2003-10-16 Thread Blair Zajac
I tried out a fresh install of Fink 0.5.3.dmg, did the 0.14.3-beta
inject, selfupdate-rsync and started installing packages.

A couple of notes:

1) g77 is broken.  I'm getting this compile failure:

sed -e s/TARGET_GETGROUPS_T/gid_t/ \
  deduced.h ../../gcc-3.4-20030827/gcc/sys-protos.h  tmp-fixtmp.c
mv tmp-fixtmp.c fixtmp.c
./xgcc -B./ -B/sw/powerpc-apple-darwin6.8.5/bin/ -isystem
/sw/powerpc-apple-darwin6.8.5/include -isystem
/sw/powerpc-apple-darwin6.8.5/sys-include
-L/sw/src/g77-3.4-20030827/darwin/gcc/../ld fixtmp.c -w -U__SIZE_TYPE__
-U__PTRDIFF_TYPE__ -U__WCHAR_TYPE__ -E \
  | sed -e 's/  / /g' -e 's/ *(/ (/g' -e 's/ [ ]*/ /g' -e 's/( )/()/' \
  |  ./gen-protos xsys-protos.hT
gen-protos: 1346 entries 340 collisions
mv xsys-protos.hT xsys-protos.h
rm -rf fixtmp.c
stage2/xgcc -Bstage2/ -B/sw/powerpc-apple-darwin6.8.5/bin/ -c   -g
-O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common
-DHAVE_CONFIG_H -DGENERATOR_FILE -I/sw/include   -I. -I.
-I../../gcc-3.4-20030827/gcc -I../../gcc-3.4-20030827/gcc/.
-I../../gcc-3.4-20030827/gcc/../include
../../gcc-3.4-20030827/gcc/fix-header.c -o fix-header.o
make[4]: stage2/xgcc: Command not found
make[4]: *** [fix-header.o] Error 127
make[3]: *** [stage3_build] Error 2
make[2]: *** [quickstrap] Error 2
make[1]: *** [all-gcc] Error 2
make: *** [bootstrap-lean] Error 2
### execution of /var/tmp/tmp.2.UBsR2J failed, exit code 2
Failed: compiling g77-3.4-20030827 failed

I've got the whole log of the compile and can send it privately if
anybody wants it.

2) openssl097 is out of date.  The current version is 0.9.7c but 10.2-gcc3
   has 0.9.7b.

This lead me to think of a way of leveraging the 10.2 *.info files
for the 10.2-gcc3 tree.

Given that there's now an rsync backend to downloading *.info files,
we could make use of symlinks to link most of the 10.2 files to the
10.2-gcc3 tree and have files in 10.2-gcc3 for those specific packages
that need special treatment for gcc 3.3.  This could be scripted to
create the symlinks, and look in the *.info files to see if there's
any mention of 3.1 or 3.3 to get an idea of what to do.

Best,
Blair

-- 
Blair Zajac [EMAIL PROTECTED]
Plots of your system's performance - http://www.orcaware.com/orca/


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] 10.2-gcc3 issues

2003-10-16 Thread Benjamin Reed
Blair Zajac wrote:

Dunno about g77, but...

I've got the whole log of the compile and can send it privately if
anybody wants it.
2) openssl097 is out of date.  The current version is 0.9.7c but 10.2-gcc3
   has 0.9.7b.
You just need to selfupdate, 0.9.7c is in 10.2-gcc3 now.  =)

This lead me to think of a way of leveraging the 10.2 *.info files
for the 10.2-gcc3 tree.
Given that there's now an rsync backend to downloading *.info files,
we could make use of symlinks to link most of the 10.2 files to the
10.2-gcc3 tree and have files in 10.2-gcc3 for those specific packages
that need special treatment for gcc 3.3.  This could be scripted to
create the symlinks, and look in the *.info files to see if there's
any mention of 3.1 or 3.3 to get an idea of what to do.
The info files are still developed using, and stored in, cvs, so we 
can't really do symlinks.  rsync is great for end-users, but for package 
developers CVS is still king, and would never be replaced, except maybe 
with another SCM.

--
Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/
gpg: 6401 D02A A35F 55E9 D7DD  71C5 52EF A366 D3F6 65FE
Standards are the industry's way of codifying obsolescence.


pgp0.pgp
Description: PGP signature


Re: [Fink-devel] 10.2-gcc3 issues

2003-10-16 Thread Blair Zajac
Benjamin Reed wrote:
 
 Blair Zajac wrote:
 
  This lead me to think of a way of leveraging the 10.2 *.info files
  for the 10.2-gcc3 tree.
 
  Given that there's now an rsync backend to downloading *.info files,
  we could make use of symlinks to link most of the 10.2 files to the
  10.2-gcc3 tree and have files in 10.2-gcc3 for those specific packages
  that need special treatment for gcc 3.3.  This could be scripted to
  create the symlinks, and look in the *.info files to see if there's
  any mention of 3.1 or 3.3 to get an idea of what to do.
 
 The info files are still developed using, and stored in, cvs, so we
 can't really do symlinks.  rsync is great for end-users, but for package
 developers CVS is still king, and would never be replaced, except maybe
 with another SCM.

Yes, unfortunately, I don't know of any SCMs that supports symlinks
for files.  Subversion does support symlinks for directories, so
we could put each .info file into its own directory and then share
that directory between trees.

Best,
Blair

-- 
Blair Zajac [EMAIL PROTECTED]
Plots of your system's performance - http://www.orcaware.com/orca/


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] 10.2-gcc3 issues

2003-10-16 Thread Martin Costabel
Blair Zajac wrote:

1) g77 is broken.  I'm getting this compile failure:
Compiles for me without problem.

sed -e s/TARGET_GETGROUPS_T/gid_t/ \
  deduced.h ../../gcc-3.4-20030827/gcc/sys-protos.h  tmp-fixtmp.c
mv tmp-fixtmp.c fixtmp.c
./xgcc -B./ -B/sw/powerpc-apple-darwin6.8.5/bin/ -isystem
What system are you running? Darwin 6.8.5? Is this some Panther beta?
[]
make[4]: stage2/xgcc: Command not found
Something must have gone wrong before that.
[]
I've got the whole log of the compile and can send it privately if
anybody wants it.
I can compare it to my log if you compress it and send it to me.

--
Martin


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] [CROSSPOST] Thank you for your continued support Fink Community - DNS for finkmirrors.net

2003-10-16 Thread Darian Lanx
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
Hello community.

Thanks to the guys at xname.org (Xavier Beaudouin) and  Joe Laffay from 
LAFFEY Computer Imaging in St Louis finkmirros.net has already 5 
independent DNS Server to make this domain as fault tolerant as possible.

I do not think, that the limit is reached though. If you wish to join 
the club and provide a slave DNS for that domain, please email me with 
the following info

FQDN of the server which will answer DNS Requests and the IP from where 
the AXFR/NXFR/IXFR requests will come from. The Master server is:

n1.uptime.at or 62.116.87.11

All of you that use Bind will receive notifies as this server sends them 
out. Those of you who can understand BIND zone transfers but must 
initiate them manually are on the safe end when you pull every 6 hours.

Thank you once more and please do join in. Our mirror infrastructure and 
a lot of Fink User will depend on a working DNS for this domain in the 
future.

Thanks once more

- -d

PS: If you want special arrangements like TSIG or DNSSEC we can arrange 
those as well.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (Darwin)

iD8DBQE/jtu5iW/Ta/pxHPQRA7+kAKCMnbNmFEmpBoXkLJrWQWG12xd4fgCgo9iY
qMQnCWJtOTbCoh4DFmXy/4M=
=pW5u
-END PGP SIGNATURE-


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel