[Fink-devel] GObject introspection

2010-04-26 Thread Alexey Zakhlestin
Hi.

Is anyone working on gobject introspection?
Seems like a lot of libraries need it these days (and even more will need it 
soon).

I can create packages for these, but if it's in someones queue already I can 
wait :)

I need introspection support enabled for libgda (libgda 4.0.8 added 
introspection support) and am going to use it for creating midgard-project 
packages, which depend on libgda.


-- 
Alexey Zakhlestin
http://www.milkfarmsoft.com/






smime.p7s
Description: S/MIME cryptographic signature
--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

[Fink-devel] libgda3 vs libgda4 (conflict)

2009-06-29 Thread Alexey Zakhlestin
Both gnome/libgda.info and gnome/libgda-3.1.5.info provide "libgda" package.
Something should be done to distinguish those.

-- 
Alexey Zakhlestin
http://www.milkfarmsoft.com/

--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] SDL on Mac OS X

2008-05-05 Thread Alexey Zakhlestin
Warnings are relatively harmless (those are really just memory, leaks,
no memory corruptions). Usually, such warnings happen when you create
the new thread, use objective-c memory-allocations on it, but do not
create Autorelease Pool for that thread

and segfault should be rtaced with gdb, I guess. That's something more
serious (but not related to warnings)

On 5/5/08, Schindler Karl-Michael
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
>  SDL is used in the program Ultrastar.
>
>  on macosx 10.5 and fpc 2.3.1 sdl_init leads to a large number of
>  warnings.
>
>  This is the line with sdl_init:
>
>  SDL_Init(SDL_INIT_VIDEO or SDL_INIT_TIMER);
>
>  This is the part of the output:
>
>  2008-05-05 01:17:26.689 UltraStar[22982:807] ***
>  _NSAutoreleaseNoPool(): Object 0x121f0d0 of class NSCFNumber
>  autoreleased with no pool in place - just leaking
>  Stack: (0x9609d12f 0x95fa9ec2 0x9577ede1 0x92059b78 0x920584f9
>  0x92068736 0x957db1aa 0x957d93b0 0x957d90f5 0x957d8aa4 0x957d85e3
>  0x957d65df 0x4dbc96 0x4d1d0b 0x4a5f70 0x4a5fa7 0x55977 0x2540 0x1cbc5
>  0x250b 0x2439)
>  2008-05-05 01:17:26.691 UltraStar[22982:807] ***
>  _NSAutoreleaseNoPool(): Object 0x121f550 of class NSCFNumber
>  autoreleased with no pool in place - just leaking
>  Stack: (0x9609d12f 0x95fa9ec2 0x9577ee19 0x92059b78 0x920584f9
>  0x92068736 0x957db1aa 0x957d93b0 0x957d90f5 0x957d8aa4 0x957d85e3
>  0x957d65df 0x4dbc96 0x4d1d0b 0x4a5f70 0x4a5fa7 0x55977 0x2540 0x1cbc5
>  0x250b 0x2439)
>
>  and about 50 more.
>
>  the program continues.
>
>  later this line
>
>  screen := SDL_SetVideoMode(W, H, (Depth+1) * 16, SDL_OPENGL or
>  SDL_RESIZABLE)
>
>  gives similar output:
>
>  2008-05-05 01:17:27.301 UltraStar[22982:807] ***
>  _NSAutoreleaseNoPool(): Object 0x12520c0 of class
>  NSMutableParagraphStyle autoreleased with no pool in place - just
>  leaking
>  Stack: (0x9609d12f 0x95fa9ec2 0x9578cf64 0x92059b78 0x92059a4c
>  0x920584f9 0x92068996 0x9578ff52 0x9578fa7a 0x9578f4fe 0x4deb2f
>  0x4dc2ac 0x4d204e 0x51322 0x50dc1 0x55f90 0x2540 0x1cbc5 0x250b 0x2439)
>  2008-05-05 01:17:27.302 UltraStar[22982:807] ***
>  _NSAutoreleaseNoPool(): Object 0x12525b0 of class NSCFDictionary
>  autoreleased with no pool in place - just leaking
>  Stack: (0x9609d12f 0x95fa9ec2 0x91b98e5c 0x9578cfa8 0x92059b78
>  0x92059a4c 0x920584f9 0x92068996 0x9578ff52 0x9578fa7a 0x9578f4fe
>  0x4deb2f 0x4dc2ac 0x4d204e 0x51322 0x50dc1 0x55f90 0x2540 0x1cbc5
>  0x250b 0x2439)
>
>  going on until the final crash:
>
>  2008-05-05 01:17:27.342 UltraStar[22982:807] ***
>  _NSAutoreleaseNoPool(): Object 0x1256e30 of class NSCFData
>  autoreleased with no pool in place - just leaking
>  Stack: (0x9609d12f 0x95fa9ec2 0x95fbe2a5 0x95fbde81 0x91b9c1e2
>  0x9205d0fb 0x95874b81 0x95790683 0x9578fb41 0x9578f4fe 0x4deb2f
>  0x4dc2ac 0x4d204e 0x51322 0x50dc1 0x55f90 0x2540 0x1cbc5 0x250b 0x2439)
>  2008-05-05 01:17:27.343 UltraStar[22982:807] *** Terminating app due
>  to uncaught exception 'NSInternalInconsistencyException', reason:
>  'Error (1002) creating CGSWindow'
>  2008-05-05 01:17:27.344 UltraStar[22982:807] Stack: (
>  2444870219,
>  2449854715,
>  2444869675,
>  2444869738,
>  2508676964,
>  2508671815,
>  2507736707,
>  2507733825,
>  250773,
>  5106479,
>  5096108,
>  5054542,
>  332578,
>  331201,
>  352144,
>  9536,
>  117701,
>  9483,
>  9273
>  )
>  Trace/BPT trap
>
>  Any help or hints - Michael Schindler aka mischi.
>
>
>
>
>  -
>  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>  Don't miss this year's exciting event. There's still time to save $100.
>  Use priority code J8TL2D2.
>  
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>  ___
>  Fink-devel mailing list
>  Fink-devel@lists.sourceforge.net
>  http://news.gmane.org/gmane.os.apple.fink.devel
>


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] xffm, pangocairo dependency problem

2008-04-30 Thread Alexey Zakhlestin
*** The required package libxfcegui4-1.0 was not found on your system.
*** Please install libxfcegui4-1.0 (atleast version 4.2.0) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
### execution of /var/tmp/tmp.1.iTS9jE failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-xffm-4.2.3-1003
(Чтение базы данных ... 98098 файлов и каталогов установлено на текущий момент.)
Удаляется пакет fink-buildlock-xffm-4.2.3-1003 ...
Failed: phase compiling: xffm-4.2.3-1003 failed


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

[Fink-devel] libgtop2-dev (pangocairo branch)

2008-04-25 Thread Alexey Zakhlestin
Failed: phase installing: libgtop2-dev-2.6.0-1009 failed

line which causes failure:
/bin/mv /sw/src/fink.build/root-libgtop2-2.6.0-1009/sw/share/gtk-doc
/sw/src/fink.build/root-libgtop2-dev-2.6.0-1009/sw/share/
mv: rename /sw/src/fink.build/root-libgtop2-2.6.0-1009/sw/share/gtk-doc
to /sw/src/fink.build/root-libgtop2-dev-2.6.0-1009/sw/share/gtk-doc:
No such file or directory
### execution of /bin/mv failed, exit code 1


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Fink packaging update: pangocairo ready for testing

2008-04-24 Thread Alexey Zakhlestin
problem #1:

fink can't download "gtk\+2.0_2.12.8-1.diff.gz" file. all mirrors
return error-404

On Thu, Apr 24, 2008 at 8:20 AM, Daniel Macks <[EMAIL PROTECTED]> wrote:
> Fink will be deploying the long-awaited gnome upgrade, often called
>  "pangocairo" soon. One or more of your packages has been changed as
>  part of this project, and we'd welcome your help testing these
>  changes. At a minimum, you will need to be aware of them, because
>  these changes will need to be retained when you submit new versions of
>  these packages.
>
>  For more information about what is being done, why, and how you can be
>  involved, please see:
>
>   http://wiki.finkproject.org/index.php/Fink:pangocairo_testing
>
>  Thanks,
>  dan
>
>  --
>  Daniel Macks
>  [EMAIL PROTECTED]
>  http://www.netspace.org/~dmacks
>
>
>  -
>  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>  Don't miss this year's exciting event. There's still time to save $100.
>  Use priority code J8TL2D2.
>  
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>  ___
>  Fink-devel mailing list
>  Fink-devel@lists.sourceforge.net
>  http://news.gmane.org/gmane.os.apple.fink.devel
>



-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Fink packaging update: pangocairo ready for testing

2008-04-24 Thread Alexey Zakhlestin
Hurray!

updating to pangocairo-branch now :)

On Thu, Apr 24, 2008 at 8:20 AM, Daniel Macks <[EMAIL PROTECTED]> wrote:
> Fink will be deploying the long-awaited gnome upgrade, often called
>  "pangocairo" soon. One or more of your packages has been changed as
>  part of this project, and we'd welcome your help testing these
>  changes. At a minimum, you will need to be aware of them, because
>  these changes will need to be retained when you submit new versions of
>  these packages.
>
>  For more information about what is being done, why, and how you can be
>  involved, please see:
>
>   http://wiki.finkproject.org/index.php/Fink:pangocairo_testing
>
>  Thanks,
>  dan
>
>  --
>  Daniel Macks
>  [EMAIL PROTECTED]
>  http://www.netspace.org/~dmacks
>
>
>  -
>  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>  Don't miss this year's exciting event. There's still time to save $100.
>  Use priority code J8TL2D2.
>  
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>  ___
>  Fink-devel mailing list
>  Fink-devel@lists.sourceforge.net
>  http://news.gmane.org/gmane.os.apple.fink.devel
>



-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] test llvm-gcc42 packaging

2007-12-28 Thread Alexey Zakhlestin
On 12/28/07, Jack Howarth <[EMAIL PROTECTED]> wrote:
> Alexey,
>I am currently installing both llvm and llvm-gcc-4.2 but
> I am not sure if the first is really required. Hopefully
> the gfortran support will improve over the next few months.
> Here is the comment I got on its current status...
>
> http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-December/011963.html

aha…

I asked, because I use llvm for building clang and llvmdc projects…

http://clang.llvm.org/
http://www.dsource.org/projects/llvmdc

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Re: [Fink-devel] test llvm-gcc42 packaging

2007-12-28 Thread Alexey Zakhlestin
Cool!

Did you package llvm libraries/headers separately? Or is it just
strictly gcc-oriented package? (sorry, didn't have time to look at it)

On 12/28/07, Jack Howarth <[EMAIL PROTECTED]> wrote:
>   In case anyone is interested, I posted test
> packaging for a llvm-gcc42 package on fink
> tracking based on a current svn pull for
> llvm and llvm-gcc42 branch. The gcc and g++
> compilers should be in good shape but the
> gfortran compiler still needs some work.
> Jack
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Fink-devel mailing list
> Fink-devel@lists.sourceforge.net
> http://news.gmane.org/gmane.os.apple.fink.devel
>


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] native GTK+

2007-12-24 Thread Alexey Zakhlestin
On 12/24/07, TheSin <[EMAIL PROTECTED]> wrote:
> well i'm not sure what version of GTK+OSX, I just built 0.7 for intel
> 10.5 which took me about an hour and lots of little code changes, then
> I built gq, and it displays but nothing works, so unless there is a
> newer version I think it's useless.

>From what I understood, one should just build using normal 2.12 distribution

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] native GTK+

2007-12-24 Thread Alexey Zakhlestin
On 12/24/07, Alexander Hansen <[EMAIL PROTECTED]> wrote:
> > independent set of libraries: yes but gtk-apps should be easily
> > linked against both, shouldn't they? :)
> >
>
> If you mean "both" in the sense of "separate Aqua and X11 packages",
> then possibly--the details depend on what the package wants.

I mean majority of small-to-medium tools which use only gtk+ and glib stuff.
Of course, there are some which directly depend on X11, and I
understand that it's not possible to change them

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] native GTK+

2007-12-24 Thread Alexey Zakhlestin
On 12/24/07, Daniel Macks <[EMAIL PROTECTED]> wrote:
> On Mon, Dec 24, 2007 at 01:27:54AM +0300, Alexey Zakhlestin wrote:
> > Sounds like good news!
> >
> > http://developer.imendio.com/node/184
>
> Yes. Native GTK has long been doable actually, and patches to bugs in
> that arena (the Quartz back-end of gtk and related libs) are quite
> well received upstream, suggesting that this is an important target
> platform (at least to some of the devels:) there.
>
> At one time, there was a fork of some of fink's package collection
> that was adjusted to use native aqua gtk. Note that this will always
> be completely independent set of libraries (a whole parallel gtk
> world), incompatible and not mix'n'match or drop-in replacement for
> the exiting x11-based gnome world.

independent set of libraries: yes
but gtk-apps should be easily linked against both, shouldn't they? :)

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] native GTK+

2007-12-23 Thread Alexey Zakhlestin
Sounds like good news!

http://developer.imendio.com/node/184

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] sourceforge fink bug tracker

2007-12-20 Thread Alexey Zakhlestin
On 12/20/07, Benjamin Reed <[EMAIL PROTECTED]> wrote:
> I think more than anything, the biggest reason is that most of us
> despise the SF tracker interface.  =)
>
> We use it if forced to, but don't go out of our way to do so.

Will it be difficult to setup some another bugtracker?
All bugtrackers are bad, but not as bad as sourceforge's ;)

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] when Xcode 3.0 gcc 4.2 arrives...

2007-12-11 Thread Alexey Zakhlestin
sounds reasonable.
most packages should just work with 4.2
but complicated ones will need patches

I think support for 4.2 in fink should be enabled as early as
possible, so that "beta testers of 4.2" could report issues

On 12/11/07, Jack Howarth <[EMAIL PROTECTED]> wrote:
>Has anyone started to consider how we should handle
> the release of the gcc 4.2 compilers for Xcode 3.0 once
> they are out of the Preview stage? I am wondering if we
> might modify fink to detect the installation of the
> Apple gcc 4.2 compilers and default over to them unless
> the package used a flag in the info file to prevent this
> behavior. How does that sound?
> Jack
>
> -
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ___
> Fink-devel mailing list
> Fink-devel@lists.sourceforge.net
> http://news.gmane.org/gmane.os.apple.fink.devel
>


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] new pdb (hopefully) ready for testing

2007-12-06 Thread Alexey Zakhlestin
On 12/6/07, Benjamin Reed <[EMAIL PROTECTED]> wrote:
> Alexey Zakhlestin wrote:
> > three dots "..." gave me the same full resultset… :-/
>
> Out of curiosity, what would you *expect* it to give you?
>
> =)
>
> I mean, it's basically equivalent to an empty query in the context of
> full-text search.  It's not words, and not any part of a package name, etc.

I expected to get empty set :-)
except the case, when there is, actually, a package which has three
dots (or percent-sign, or underscore)

I want to be able to find all packages which have underscore or dash
in their names

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Re: [Fink-devel] new pdb (hopefully) ready for testing

2007-12-06 Thread Alexey Zakhlestin
hmm… do you have some alphanumeric filter there?

three dots "..." gave me the same full resultset… :-/

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Re: [Fink-devel] new pdb (hopefully) ready for testing

2007-12-06 Thread Alexey Zakhlestin
On 12/6/07, Benjamin Reed <[EMAIL PROTECTED]> wrote:
> Alexey Zakhlestin wrote:
> > I entered "%%%" in the search field — it returned me everything… I
> > guess it is not what is supposed to happen… because none of those
> > results actually had '%' in their name…
> >
> > % and _ symbols should be escaped by slashes before querying
>
> Considering it's not using sql, I'm kind of surprised that worked...

that's even funnier, yup ;)

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Re: [Fink-devel] new pdb (hopefully) ready for testing

2007-12-06 Thread Alexey Zakhlestin
I entered "%%%" in the search field — it returned me everything… I
guess it is not what is supposed to happen… because none of those
results actually had '%' in their name…

% and _ symbols should be escaped by slashes before querying

On 12/5/07, Benjamin Reed <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> There are still some load issues on the server, but I'd like to put out
> a request to see how things stand up to a little actual load from users.
>
> Please let me know if you hit any issues, or see something that doesn't
> look right.
>
> If you'd like to give it a shot, please check out:
>
>   http://ranger.users.finkproject.org/fink/pdb/
>
> If by the time you see this email it says it's down, that means the
> server couldn't take it, in which case, please *don't* let me know if
> you hit any issues.  ;)
>
> - --
> Benjamin Reed a.k.a. Ranger Rick
> Fink, KDE, and Mac OS X development
> http://www.racoonfink.com/
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.6 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFHVvxzUu+jZtP2Zf4RAh6MAJ9GVU+TBs/wjKpXfUfgwB6W4PjpbgCfeK1M
> MzJFTRp5nm7oLDGsjcZnFQI=
> =Loaz
> -END PGP SIGNATURE-
>
> -
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell.  From the desktop to the data center, Linux is going
> mainstream.  Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> _______
> Fink-devel mailing list
> Fink-devel@lists.sourceforge.net
> http://news.gmane.org/gmane.os.apple.fink.devel
>


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Re: [Fink-devel] scite, 10.5, iconv

2007-11-27 Thread Alexey Zakhlestin
iconv_* functions should be used as libiconv_* in 10.5

On 11/27/07, William Scott <[EMAIL PROTECTED]> wrote:
> scite fails to build on 10.5 (ppc G5) with the following:
>
> gcc -I ../../scintilla/include -I ../src -I../lua/include -DNDEBUG -
> Dunix -Os -W -Wall -pedantic -Os -DGTK -DSCI_LEXER -DPIXMAP_PATH=\"/sw/
> share/pixmaps\" -DSYSCONF_PATH=\"/sw/share/scite\" -I ../../scintilla/
> include -I ../src -I../lua/include -c ../lua/src/lib/*.c
> g++ `` -DGTK SciTEGTK.o FilePath.o SciTEBase.o SciTEBuffers.o
> SciTEIO.o Exporters.o MultiplexExtension.o DirectorExtension.o
> SciTEProps.o Utf8_16.o ../../scintilla/bin/scintilla.a LuaExtension.o
> IFaceTable.o lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o
> llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o
> ltable.o ltests.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o
> ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o loadlib.o -o ../bin/
> SciTE `pkg-config --libs gtk+-2.0 gthread-2.0`
> Undefined symbols:
>"_iconv_open", referenced from:
>SciTEGTK::ReadLocalisation()  in SciTEGTK.o
>"_iconv_close", referenced from:
>SciTEGTK::ReadLocalisation()  in SciTEGTK.o
>"_iconv", referenced from:
>SciTEGTK::ReadLocalisation()  in SciTEGTK.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make: *** [../bin/SciTE] Error 1
>
> despite all of the libiconv packages installed.
>
>
>
> William G. Scott
>
> contact info:  http://chemistry.ucsc.edu/~wgscott
>
>
>
>
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Fink-devel mailing list
> Fink-devel@lists.sourceforge.net
> http://news.gmane.org/gmane.os.apple.fink.devel
>


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Leopard, various porting-issues

2007-11-17 Thread Alexey Zakhlestin
On 11/17/07, Peter O'Gorman <[EMAIL PROTECTED]> wrote:
> Alexey Zakhlestin wrote:
> > On 11/17/07, Martin Costabel <[EMAIL PROTECTED]> wrote:
> >> As pogma explained in the thread "[Fink-devel] I need help with a2ps" 6
> >> days ago, using a very recent autoconf should solve this problem.
> >
> > The latest we have in fink is 2.60 and it is not "new enough"
>
> You'd need to grab autoconf from git for this to work.

I just thought, that having a patched version of autoconf in fink
would be quite useful, until official update arrives.

> I could not follow the link you posted, links brought up a page that
> said "Your search returned no results".
>
> gcc calls dsymutil when it creates an executable directly from a source
> file with debugging enabled. e.g.
>
> gcc -o foo -g foo.c
>
> This is so that debugging information will be available (with Xcode-3.0
> the default debugging format is dwarf).

thanks for the theory. always good to know the cause of changes. :)

>
> Some autoconf macros test for features using $CC $CFLAGS -o conftest
> conftest.c then rm conftest*, this usually results in a warning during
> configure, however really old autoconfs fail to detect the correct exe
> extension and instead of '' set it to '.dSYM', this causes some problems :)
>
> Perhaps php uses a custom test for exeext, because I thought this
> problem did not occur on newer autoconf releases. Anyway, the proper
> forum is probably either [EMAIL PROTECTED] or the php lists.

I guess, php-guys will just send me to autoconf-guys ;)

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Leopard, various porting-issues

2007-11-17 Thread Alexey Zakhlestin
On 11/17/07, Martin Costabel <[EMAIL PROTECTED]> wrote:
> As pogma explained in the thread "[Fink-devel] I need help with a2ps" 6
> days ago, using a very recent autoconf should solve this problem.

The latest we have in fink is 2.60 and it is not "new enough"

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] Leopard, various porting-issues

2007-11-17 Thread Alexey Zakhlestin
I tried to compile php-5.3 from sources (I regullary did it on tiger)
and had several unexpected results. I wonder if these were ever
documented

1) iconv_open and iconv_close are "private" on leopard, while public
functions are libiconv_open and libiconv_close
2) leopard's libtool (gcc?) sometimes creates "something.dSYM" bundle
istead of "something" binary which makes autoconf sad (see:
http://www.google.com/search?hl=en&safe=off&client=opera&rls=en&hs=c8y&q=+site:spteam-lists.blogspot.com+conftest.dSYM+autoconf+leopard)
3) the resulting binary of php was "php.dSYM" (no bundle this time,
just binary with suffix)

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] PDB web interface

2007-11-17 Thread Alexey Zakhlestin
Maybe it could be "optimized" to search only using "name" index?
without looking at description, etc.?
that should be fast

On 11/17/07, Daniel Macks <[EMAIL PROTECTED]> wrote:
> I've turned it off for now (browse.php and search.php return static
> text, editted directly on finch, back-end update script commented out
> in cron.d/pdb) We just don't have the power cap'n! Better to have the
> website itself and rsync and source-tarball masters working. Heck,
> even with the PDB search activated, it still wasn't "working".
>
> dan
>
> --
> Daniel Macks
> [EMAIL PROTECTED]
> http://www.netspace.org/~dmacks
>
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Fink-devel mailing list
> Fink-devel@lists.sourceforge.net
> http://news.gmane.org/gmane.os.apple.fink.devel
>


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] sparkle2

2007-10-13 Thread Alexey Zakhlestin
Looks like Sparkle2 will add some support for Fink.
Looks interesting

http://sparkle.andymatuschak.org/wiki/Sparkle2
http://sparkle.andymatuschak.org/wiki/Sparkle2/PackageManagers

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] ICU

2007-10-09 Thread Alexey Zakhlestin
I submitted ICU 3.8 package to tracker:
http://sourceforge.net/tracker/index.php?func=detail&aid=1810234&group_id=17203&atid=414256

On 9/10/07, Alexey Zakhlestin <[EMAIL PROTECTED]> wrote:
> I noticed, that fink has only outdated versions of ICU library (and
> 3.1/3.2 ones are not even ports in the true sense, as they use ICU
> from CoreFoundation).
>
> Is it intended (everyone should use what apple provides) or noone
> really needed the newer ones?
>
> I noticed, that the maintainer for all the available versions is
> Ranger Rick. Will it be difficult to add packages for newer versions?
> Specifically, I bumped into some software which requires 3.4
>
> --
> Alexey Zakhlestin
> http://blog.milkfarmsoft.com/
>


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] unison packages

2007-09-28 Thread Alexey Zakhlestin
I think, that I read, somewhere, that 2.27 is protocol-compatible with
2.13… (though I may be wrong)

On 9/28/07, Alexander Hansen <[EMAIL PROTECTED]> wrote:
>
> It is indeed still the case.  The existing unison package builds
> executables for 2.9.1, 2.10.2, and 2.13.16; I believe at the time most
> Linux distros included the first, the second was the upstream stable
> release, and the third was the upstream "beta".
>
> A simple way to update the unstable packaging would be just to _add_
> what is needed to build 2.27.x , though it would also be good to move
> from lablgtk to lablgtk2.


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] unison packages

2007-09-21 Thread Alexey Zakhlestin
I noticed, that unison-project now has a beta-version with some
noticable updates.

http://www.seas.upenn.edu/~bcpierce/unison//download/releases/beta/

Is it possible to move current (2.13.16) version to stable branch of
fink and update unstable to have 2.27.XX?

(cc'ed maintainer)

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] gcc42-4.2.2-1000 on fink tracker

2007-09-12 Thread Alexey Zakhlestin
Probably it won't be merged, but llvm-project already provides ways to
build the backend for the current gcc.

I actually tried it locally — it works. But, I guess, I am not the
right person to package the beast for fink

On 9/12/07, Jack Howarth <[EMAIL PROTECTED]> wrote:
> Alexey,
>The problem is that llvm is unlikely to be merged into
> gcc for 4.3 (and I'm not even sure it will make gcc 4.4).
> Actually a more interesting change slated for gcc 4.4
> is the replacement of the haifa scheduler. It is described
> in the gcc 2007 summit proceedings...
>
> https://ols2006.108.redhat.com/2007/GCC-Reprints/GCC2007-Proceedings.pdf
>
> in the section "Implementing an instruction scheduler for GCC:
> progress, caveats and evaluation". Apparently the haifa
> scheduler has some fundamental limitations that are not
> easily worked around and this new scheduler is supposed to
> be much better.
>      Jack
>
> On Wed, Sep 12, 2007 at 10:23:02AM +0400, Alexey Zakhlestin wrote:
> > Another interesting thing to test would be llvm-based gcc ;)
> >
> > --
> > Alexey Zakhlestin
> > http://blog.milkfarmsoft.com/
>


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] gcc42-4.2.2-1000 on fink tracker

2007-09-11 Thread Alexey Zakhlestin
Another interesting thing to test would be llvm-based gcc ;)

On 9/11/07, Jack Howarth <[EMAIL PROTECTED]> wrote:
>A release candidate of gcc 4.2.2 has been posted by
> the gcc maintainer. I have posted packaging for
> gcc42-4.2.2-1000 to the fink tracker using the RC
> tarball for gcc 4.2.2. The final release tarballs are
> slated for a week from now at which time I'll update
> the packaging to those.
>   Jack
> ps Once gcc 4.3 enters stage 3 I will likely maintain
> a snapshot on fink tracking for folks to test. Some
> interesting things will be in gcc 4.3. Specifically
> vectorization will be enabled by default at least for
> -O3 (and perhaps even for -O2). A lot of work is on
> going to expand this vectorization support in gcc 4.3.
>
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Fink-devel mailing list
> Fink-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fink-devel
>


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] ICU

2007-09-10 Thread Alexey Zakhlestin
I noticed, that fink has only outdated versions of ICU library (and
3.1/3.2 ones are not even ports in the true sense, as they use ICU
from CoreFoundation).

Is it intended (everyone should use what apple provides) or noone
really needed the newer ones?

I noticed, that the maintainer for all the available versions is
Ranger Rick. Will it be difficult to add packages for newer versions?
Specifically, I bumped into some software which requires 3.4

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] License field

2007-08-01 Thread Alexey Zakhlestin
well… as far as I understand, INRIA license is basically a "new BSD-license"
which is OSI-approved too

On 8/1/07, John Ridgway <[EMAIL PROTECTED]> wrote:
> Friends -
> I'm working on an update to the aspectj port, and I need advice on
> what to fill in for the License field.  The current value is OSI-
> Approved, which is probably incorrect.  AspectJ (TM) is distributed
> under the EPL, which is OSI-Approved, but it includes Third Party
> Content licensed under the Apache Software License (also OSI-
> Approved).  It also includes ASM v2.2.1, which is licensed by INRIA
> under the following conditions:
>
>
> Copyright (c) 2000-2005 INRIA, France Telecom
> All rights reserved.
>
> Redistribution and use in source and binary forms, with or without
> modification, are permitted provided that the following conditions
> are met:
>
> 1. Redistributions of source code must retain the above copyright
> notice, this list of conditions and the following disclaimer.
>
> 2. Redistributions in binary form must reproduce the above copyright
> notice, this list of conditions and the following disclaimer in the
> documentation and/or other materials provided with the distribution.
>
> 3. Neither the name of the copyright holders nor the names of its
> contributors may be used to endorse or promote products derived from
> this software without specific prior written permission.
>
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
> "AS IS"
> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
> THE
> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
> PURPOSE
> ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
> LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
> CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
> SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
> INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
> CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
> ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
> THE POSSIBILITY OF SUCH DAMAGE.
>
>
> What value should I use for the license field?
>
> Peace
> - John
>
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Fink-devel mailing list
> Fink-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fink-devel
>


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] To Alexey Zakhlestin

2007-04-20 Thread Alexey Zakhlestin
well… I would like to start with something not-too-difficult. And
looks like "monthly status update" blog is something I would be able
to cope with.

I am going to try to make a "pilot version" which will include events
of april. We will see if it will be difficult and if I succeed :)

I, myself, do not have enough time for really big tasks, but I would
be interested in developing infrastructure, which will make it easier
for others to step into process.

For me, Fink is the most important OS-X application. So, I am
definitely interested in it's development :-)

On 4/20/07, David H. <[EMAIL PROTECTED]> wrote:
> Dear Alexey.
>
> As you might have learned from the web-page I am the guy who used to
> do a lot of the PR and administrative work around getting Fink into
> the mass media. I say I used to, because I have not been doing it much
> over the last couple of months. There have been some significant
> changes in my life I had to cater for.
>
> However your desire to bring more concise information on a regular
> basis out to the user base is something I can only second. If you feel
> that you have enough desire to further go down that road, then I will
> make sure to do anything in my powers to support you from our side.
>
> There are various ways of going about what you were suggestion, the
> most common problem we have is content. All of the fink-core members
> and even people like myself are already very busy with the main issues
> surrounding fink and Fink as a project. We welcome any kind of help.
>
> This does not only extend to a possible re-design of the Fink
> web-site, better news coverage and a better integration of your user
> base (like users,finkproject.org) or better work on the local level.
>
> If you wan to get involved with the issues around having Fink
> operational as a project, please have a look at:
> http://wiki.finkproject.org/index.php/The_Fink_Wiki
> Fink Developer Network section
>
> Thank you
>
> dmalloc
> PR guy
>
> --
> Sent from gmail so do not trust this communication.
> Do not send me sensitive information here, ask for my none-gmail accounts.
>
> "Therefore the considerations of the intelligent always include both
> benefit and harm." - Sun Tzu
>


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Fwd: more pr?

2007-04-20 Thread Alexey Zakhlestin
oops… we accidently went away from the list…

-- Forwarded message --
From: Alexey Zakhlestin <[EMAIL PROTECTED]>
Date: Apr 20, 2007 4:37 PM
Subject: Re: [Fink-devel] more pr?
To: Benjamin Reed <[EMAIL PROTECTED]>


It's not as difficult as it sounds :)
Just a question of setting up the right environment. One needs to
aggregate mailing-lists with commits and just summarize it once in
some time.

Probably even I could do it… :)

p.s. one more idea: how about aggregating fink-related blogs somewhere
at finkproject.org? it will give more "alive" feeling to the site.
important: only "fink" category should be aggregated from blogs which
post about other things too


-- Forwarded message --
From: Benjamin Reed <[EMAIL PROTECTED]>
Date: Apr 20, 2007 4:40 PM
Subject: Re: [Fink-devel] more pr?
To: Alexey Zakhlestin <[EMAIL PROTECTED]>


yeah, I've got planet set up at planet.finkproject.org, but I need to
find more fink-related blogs.  :)


-- Forwarded message --
From: Alexey Zakhlestin <[EMAIL PROTECTED]>
Date: Apr 20, 2007 4:45 PM
Subject: Re: [Fink-devel] more pr?
To: Benjamin Reed <[EMAIL PROTECTED]>


$ host planet.finkproject.org
Host planet.finkproject.org not found: 3(NXDOMAIN)

you can add me ;)
http://blog.milkfarmsoft.com/?feed=rss2&cat=22

and, by the way, it's possible to place a "banner" at the main page telling
"Planet Fink is about to appear in the blogosphere!
do you blog about fink? let us know!"
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] more pr?

2007-04-18 Thread Alexey Zakhlestin
I think fink needs more news-coverage… Something like weekly
(monthly?) summary in blog would be nice.

To let people know about new versions of fink-tools, new packages,
packages which got orphaned, known quirks & solutions, etc.

I know two nice examples of such "digests":
http://devzone.zend.com/public/view/tag/Weekly_Summaries
http://sequence.complete.org/hwn

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Weird test failure in coreutils

2007-04-16 Thread Alexey Zakhlestin
Do you have the same filesystem type on all of your machines?

On 4/16/07, Martin Costabel <[EMAIL PROTECTED]> wrote:
> Building the new coreutils fails on two of my machines in the test phase:
>
> PASS: printf-hex
> pwd-long: at depth 29: No space left on device
> FAIL: pwd-long
>
> The error message is bogus: Both machines have several GB free on the
> partition. Also the inode usage is at less than 60%.
>
> I can repeat the failure with the following extract from the test
> program. This perl script creates nested subdirectories (256 deep with
> 31 char dir names). On two other machines (one ppc and one intel) where
> I tried this, there was no problem - except for getting rid of the
> directory afterwards ;-)
>
> On the two machines where I see the failure, I get
>
> % ./pwd-long-fail
> mkdir: at depth 30: No space left on device
>
> Here is the "pwd-long-fail" script if anyone wants to try:
>
> --
> #!/usr/bin/perl
> my $z = 'z' x 31;
> my $n = 256;
> my $i = 0;
> do
>{
>  mkdir $z, 0700
>or die "mkdir: at depth $i: $!\n";
>  chdir $z;
>}
> until (++$i == $n);
> 
>
> Has anyone seen such a failure before? Or should I file a bug with Apple?
>
> --
> Martin
>
>
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Fink-devel mailing list
> Fink-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fink-devel
>


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] ITK

2007-03-29 Thread Alexey Zakhlestin
I will try to compile it today… If it goes fine, I could even build a
one-time package for it, but, obviously, I am not the right person for
maintaining this thing, as I don't use it.

The best case, would be official support of the package from the
developer. Try contacting them to know if they are interested?


On 3/29/07, Don Paul <[EMAIL PROTECTED]> wrote:
> Has anyone tried to compile ITK for fink (http://www.itk.org/index.htm)?
> I'm not sure I'm up to such things!

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] dependencies weirdness

2007-03-27 Thread Alexey Zakhlestin
on IRC I was told:
RangerRick> Depends: is an implicit BuildDepends

that explains my situation.
But I doubt that is the way it should be.

On 3/27/07, Alexey Zakhlestin <[EMAIL PROTECTED]> wrote:
> I submitted the package for validation:
> http://sourceforge.net/tracker/index.php?func=detail&aid=1688512&group_id=17203&atid=414256
>
> works fine, but has one strange effect
>
> It has a bunch of splitoffs. one of those splitoffs has
>   Depends: %N, rrdtool
>
> that's the only place rrdtool is mentioned in the .info file
>
> now, I try the following:
> fink --build-as-nobody -m rebuild lighttpd
>
> and among the other things fink tells me:
> The package 'rrdtool' will be built and installed
>
> why?
> rrdtool is not in "BuildDepends". it is "Depends". it is needed only
> in runtime for one of the splitoffs. I thought it is supposed to be
> installed only if I install that splitoff
>
> do I misunderstand something?
>
> --
> Alexey Zakhlestin
> http://blog.milkfarmsoft.com/
>


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] dependencies weirdness

2007-03-27 Thread Alexey Zakhlestin
I submitted the package for validation:
http://sourceforge.net/tracker/index.php?func=detail&aid=1688512&group_id=17203&atid=414256

works fine, but has one strange effect

It has a bunch of splitoffs. one of those splitoffs has
  Depends: %N, rrdtool

that's the only place rrdtool is mentioned in the .info file

now, I try the following:
fink --build-as-nobody -m rebuild lighttpd

and among the other things fink tells me:
The package 'rrdtool' will be built and installed

why?
rrdtool is not in "BuildDepends". it is "Depends". it is needed only
in runtime for one of the splitoffs. I thought it is supposed to be
installed only if I install that splitoff

do I misunderstand something?

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] openssl packages

2007-03-23 Thread Alexey Zakhlestin
there are currently several openssl packages:
openssl* (which is 0.9.6, actually)
openssl097*
system-openssl-dev

I wonder why openssl package is left at an older version…
Which of these is preferred to be set as dependency?

p.s. actually, 0.9.8 branch is already out for some time…

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] php5

2007-03-23 Thread Alexey Zakhlestin
great :)
am waiting impatiently.


On 3/23/07, TheSin <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> yes I am, Dustin just filters the email, I just haven't had time to
> update it, but I will soon I hope.
> - ---
> TS
> http://southofheaven.org/
> Chaos is the beginning and end, try dealing with the rest.
>
> On 23-Mar-07, at 12:42 PM, Alexey Zakhlestin wrote:
>
> > Is anyone actually maintaining php5 packages?
> > They were not updated for quite some time already…
> >
> > I tried to contact Dustin Sias, but his email server is not available…
> >
> > --
> > Alexey Zakhlestin
> > http://blog.milkfarmsoft.com/
> > --
> > ---
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your
> > opinions on IT & business topics through brief surveys-and earn cash
> > http://www.techsay.com/default.php?
> > page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Fink-devel mailing list
> > Fink-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/fink-devel
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.6 (Darwin)
>
> iD8DBQFGBCKG6wPs8J05MxMRAmI2AKCLKGjj/SyGhsy5UAe8gHv3sk6B5wCfUp0E
> eQVHCHG+IJ7Smf1sOxiVtIY=
> =TqPP
> -END PGP SIGNATURE-
>



-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] php5

2007-03-23 Thread Alexey Zakhlestin
Is anyone actually maintaining php5 packages?
They were not updated for quite some time already…

I tried to contact Dustin Sias, but his email server is not available…

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel