[Fink-devel] Re: [Fink-users] New 10.2-gcc3.3 Packages?

2005-07-07 Thread Alexander K. Hansen
On Jul 7, 2005, at 9:49 AM, Dan Sommers wrote:Hi,I must be the only one here still running fink on Jaguar, so I haverecently "borrowed" some info/patch files from the 10.3 tree onSourceForge, copied them to my /sw/fink/dists/local tree, and installedthem, and they seem to work.  Specifically, I have installed msmtp-ssl,pysqlite, and rubber this way.Is anyone else at all interested?  If so, what's the best way to goabout it?  Should I just submit the packages anyway with SourceForge'spackage tracker, or would that just be clutter now that the rest of theworld has moved on to Tiger?Thanks,Dan-- Dan SommersI'll forward this on to fink-devel, but since 10.2-gcc3.3 has been given "end of life" status, I'm not sure what should happen here.  -- Alexander Hansen Fink Documentarian [Day Job] Levitated Dipole Experiment http://psfcwww2.psfc.mit.edu/ldx/  

Re: [Fink-devel] Re: [Fink-users] New 10.2-gcc3.3 Packages?

2005-07-07 Thread Dave Vasilevsky


On Jul 7, 2005, at 9:49 AM, Dan Sommers wrote:

I must be the only one here still running fink on Jaguar, so I have
recently "borrowed" some info/patch files from the 10.3 tree on
SourceForge, copied them to my /sw/fink/dists/local tree, and  
installed
them, and they seem to work.  Specifically, I have installed msmtp- 
ssl,

pysqlite, and rubber this way.

Is anyone else at all interested?  If so, what's the best way to go
about it?  Should I just submit the packages anyway with SourceForge's
package tracker, or would that just be clutter now that the rest of  
the

world has moved on to Tiger


No, don't submit via the tracker, it's crowded enough without  
unsupported packages.


If you want to put together a fink-legacy team to take care of old  
trees, that's fine with me, as long as it involves at least one Fink  
committer so we can ensure some level of quality. That's just my  
position though, I have no idea what everyone else thinks.


Dave


PGP.sig
Description: This is a digitally signed message part


[Fink-devel] eterm-0.9.2-6

2005-07-07 Thread Mike Corcoran

I get an error when compiling eterm under 10.4.1:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include -no-cpp-precomp - 
DDARWIN -mdynamic-no-pic -I/sw/include -I/usr/X11R6/include -I/sw/ 
include -I/usr/X11R6/include -g -O2 -c utmp.c  -fno-common -DPIC - 
o .libs/utmp.lo

utmp.c: In function 'add_utmp_entry':
utmp.c:99: error: storage size of 'utmp2' isn't known
utmp.c:139: error: 'struct utmpx' has no member named 'ut_name'
utmp.c:139: error: 'struct utmpx' has no member named 'ut_name'
utmp.c:145: error: 'struct utmpx' has no member named 'ut_session'
utmp.c:146: error: 'struct utmpx' has no member named 'ut_xtime'
utmp.c:163: error: 'WTMPX_FILE' undeclared (first use in this function)
utmp.c:163: error: (Each undeclared identifier is reported only once
utmp.c:163: error: for each function it appears in.)
utmp.c: In function 'remove_utmp_entry':
utmp.c:174: error: storage size of 'utmp' isn't known
utmp.c:184: warning: comparison between pointer and integer
utmp.c:191: error: 'WTMPX_FILE' undeclared (first use in this function)
make[2]: *** [utmp.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Failed: compiling eterm-0.9.2-6 failed


--
Package manager version: 0.23.10
Distribution version: 0.8.0
Mac OS X version: 10.4.1
December 2001 Developer Tools
gcc version: 8
make version: 3.80
Feedback Courtesy of FinkCommander

***
Dr. Michael F. Corcoran
Universities Space Research Association
Goddard Space Flight Center
Greenbelt, MD 20771
301-286-5576 (office)
301-286-1684 (fax)
[EMAIL PROTECTED]
http://lheawww.gsfc.nasa.gov/users/corcoran/bio.html
***




---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar

___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] eterm-0.9.2-6

2005-07-07 Thread Chris Zubrzycki

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Jul 7, 2005, at 2:58 PM, Mike Corcoran wrote:


I get an error when compiling eterm under 10.4.1:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include -no-cpp-precomp - 
DDARWIN -mdynamic-no-pic -I/sw/include -I/usr/X11R6/include -I/sw/ 
include -I/usr/X11R6/include -g -O2 -c utmp.c  -fno-common -DPIC - 
o .libs/utmp.lo

utmp.c: In function 'add_utmp_entry':
utmp.c:99: error: storage size of 'utmp2' isn't known
utmp.c:139: error: 'struct utmpx' has no member named 'ut_name'
utmp.c:139: error: 'struct utmpx' has no member named 'ut_name'
utmp.c:145: error: 'struct utmpx' has no member named 'ut_session'
utmp.c:146: error: 'struct utmpx' has no member named 'ut_xtime'
utmp.c:163: error: 'WTMPX_FILE' undeclared (first use in this  
function)

utmp.c:163: error: (Each undeclared identifier is reported only once
utmp.c:163: error: for each function it appears in.)
utmp.c: In function 'remove_utmp_entry':
utmp.c:174: error: storage size of 'utmp' isn't known
utmp.c:184: warning: comparison between pointer and integer
utmp.c:191: error: 'WTMPX_FILE' undeclared (first use in this  
function)

make[2]: *** [utmp.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Failed: compiling eterm-0.9.2-6 failed


This is the same error that aterm has. New aterm maybe builds, not sure.

- -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

Everyone who comes in here wants three things:
(1) They want it quick.
(2) They want it good.
(3) They want it cheap.
I tell 'em to pick two and call me back.
-- sign on the back wall of a small printing company


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (Darwin)
Comment: Please sign reply-http://www.gnupg.org

iEYEARECAAYFAkLNviQACgkQ+/mCMqKrwHDOxwCgoxSygJRtOrEKecpLPKqkTsNi
rsoAn2hp0y3SDEjHgGBWAFOgo740QQBd
=0vrQ
-END PGP SIGNATURE-


---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar

___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel