Re: [Fink-devel] Re: Changes in cssed-filebrowser-plugin

2006-04-25 Thread Michèle Garoche


Le 26 avr. 2006 à 03:56, Daniel E. Macks a écrit :


Michèle Garoche <[EMAIL PROTECTED]> said:


I've just seen your change made in the plugin.

["your" refers to drm]


Could you please tell me which error occurs on Intel architecture for
this plugin?


gcc  -g -O2  -L/sw/lib -o filebrowser.so -shared -fPICS  
filebrowser_so-interface.o filebrowser_so-callbacks.o  
filebrowser_so-filebrowser.o -L/sw/lib -L/usr/X11R6/lib -lgtk- 
x11-2.0 -lgdk-x11-2.0 -lXrandr -lXinerama -lXext -lXcursor - 
latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lXrender - 
lpangox-1.0 -lX11 -lpangoft2-1.0 -lfontconfig -lfreetype - 
lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv

i686-apple-darwin8-gcc-4.0.1: unrecognized option '-shared'
/usr/bin/ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libintl.dylib(localcharset.o) definition of _locale_charset
/sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
/usr/bin/ld: Undefined symbols:
_main
_cssed_plugin_error_message
_cssed_plugin_open_file
_cssed_plugin_add_page_with_widget_to_sidebar
collect2: ld returned 1 exit status

I think your perl pattern match is broken in PatchScript.

  perl -pi.bak -e 's|powerpc-apple-darwin*\)|*-apple-darwin*\)|'  
configure.in


"*" is treated as a quantifier on the preceeding "n" wildcard, not as
a literal asterisk character: the match fails, so no substitution is
performed. To get what you want, you probably want

  perl -pi.bak -e 's|powerpc-apple-darwin\*\)|*-apple-darwin*\)|'  
configure.in


And /me can confirm that this change does enable building on i386.
Yes, thanks. I've just committed the change some minutes ago (well  
two changes because the first one was wrong).



Amicalement,
Michèle






---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: Changes in cssed-filebrowser-plugin

2006-04-25 Thread Daniel E. Macks
Michèle Garoche <[EMAIL PROTECTED]> said:
>
> I've just seen your change made in the plugin.
["your" refers to drm]

> Could you please tell me which error occurs on Intel architecture for
> this plugin?

gcc  -g -O2  -L/sw/lib -o filebrowser.so -shared -fPICS 
filebrowser_so-interface.o filebrowser_so-callbacks.o 
filebrowser_so-filebrowser.o -L/sw/lib -L/usr/X11R6/lib -lgtk-x11-2.0 
-lgdk-x11-2.0 -lXrandr -lXinerama -lXext -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 
-lpangoxft-1.0 -lXft -lXrender -lpangox-1.0 -lX11 -lpangoft2-1.0 -lfontconfig 
-lfreetype -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl 
-liconv   
i686-apple-darwin8-gcc-4.0.1: unrecognized option '-shared'
/usr/bin/ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libintl.dylib(localcharset.o) definition of _locale_charset
/sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
/usr/bin/ld: Undefined symbols:
_main
_cssed_plugin_error_message
_cssed_plugin_open_file
_cssed_plugin_add_page_with_widget_to_sidebar
collect2: ld returned 1 exit status

I think your perl pattern match is broken in PatchScript.

  perl -pi.bak -e 's|powerpc-apple-darwin*\)|*-apple-darwin*\)|' configure.in

"*" is treated as a quantifier on the preceeding "n" wildcard, not as
a literal asterisk character: the match fails, so no substitution is
performed. To get what you want, you probably want

  perl -pi.bak -e 's|powerpc-apple-darwin\*\)|*-apple-darwin*\)|' configure.in

And /me can confirm that this change does enable building on i386.

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] RFC: Choosing mirror by DNS LOC.

2006-04-25 Thread Chris Zubrzycki

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On Apr 25, 2006, at 12:44 PM, Kyle Moffett wrote:


On Apr 25, 2006, at 03:08:59, David H. wrote:
The question is, is there a fairly simply way to determine routing  
information and calculating a sane path in a reasonable time?


Traceroute?  Ping?  Some combination of the two?  Have the user  
specify country (and maybe state/province), then look up a list of  
adjacent/nearby states/countries, then run a traceroute and ping on  
that list of mirrors.  Take some combination of most rapid response  
time and shortest route (which are going to be equivalent in 99% of  
the cases) and use that to select a mirror.


Debian has an app called apt-spy, might be interesting idea to start  
with...


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


ICBM Address: 39.795906N -75.056029W


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

iEYEARECAAYFAkROlMMACgkQ+/mCMqKrwHCPrgCeL7a2j+UhxsxrUgHTBL57apWA
vXMAoKwTWZHerN5C9I0eQmqKU8tlXZo4
=uB9S
-END PGP SIGNATURE-


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] RFC: Choosing mirror by DNS LOC.

2006-04-25 Thread Kyle Moffett

On Apr 25, 2006, at 03:08:59, David H. wrote:
The question is, is there a fairly simply way to determine routing  
information and calculating a sane path in a reasonable time?


Traceroute?  Ping?  Some combination of the two?  Have the user  
specify country (and maybe state/province), then look up a list of  
adjacent/nearby states/countries, then run a traceroute and ping on  
that list of mirrors.  Take some combination of most rapid response  
time and shortest route (which are going to be equivalent in 99% of  
the cases) and use that to select a mirror.


Cheers,
Kyle Moffett



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] RFC: Choosing mirror by DNS LOC.

2006-04-25 Thread David H.

Chris Zubrzycki wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On Apr 24, 2006, at 4:50 AM, David H. wrote:


Hello fans.

For a long time it has been known that the algorithm we choose your 
"closest" mirror by, might not be the best one. Here is a new idea and 
I  hope you will leave you comments for me.


Well, it sounds neat, but wouldn't it be better to use the closest 
according to the route the packets take, rather than the line distance 
on a map? You might be connected to the same backbone as a large mirror, 
but it could be farther geographically.




Well, at least for the major cities line distance would most likely be a 
secure expression
to how well the connectivity is. I know this is true for most bigger 
cities. The question is, is there a fairly simply way to determine 
routing information and calculating a sane path in a reasonable time? 
The geolocation calculation is easily done. Of course I would only need 
to run routes like this:


1.) Only look for mirrors in my own country if none are present take 
neighbouring countires if none a present escalate further
2.) If I have a mirror in my country only use my state if not, escalate 
up to all states.


That seems like a rather complicated traveling salesman/shortest path 
problem in the evolving :)


So, ideas?
The geolocation idea would also be, that you may participate in a 
service I will call Finkalicer. Which will show the Fink users all over 
the planet as a KML overlay for Finka and Earthwind.


-d



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel