Re: [Fink-users] ScummVM misses dependency

2017-03-30 Thread Daniel E. Macks
David Lowe  said:
> $ scummvm
> dyld: Library not loaded: /sw/lib/fluidsynth1/lib/libfluidsynth.1.dylib

Still? What version/revision of scummvm? At the time of your previous
report, fink had 1.7.0-1. I pushed out revision -2 that added a
dependency that I thought would fix it (but I didn't test it).

dan


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Root5 udate error

2017-01-23 Thread Daniel E. Macks
Alexander Hansen  said:
>
>> On Jan 22, 2017, at 03:06, Luigi Ernesto Zanotti  
>> wrote:
>> 
>> since a week, when I run "update-all' I get the follwing sequence of 
>> errors while updating Root5.
> 
> I see this, too.  For a bit more context:
>
> g++ -O2 -m64 -pipe -W -Wall -Woverloaded-virtual -fsigned-char -fno-common 
> -Iinclude -DR__HAVE_CONFIG  -I/sw/include -DG__REGEXP -DG__UNIX 
> -DG__SHAREDLIB -DG__ROOT -DG__REDIRECTIO -DG__OSFDLL -DG__STD_EXCEPTION
> -DG__HAVE_CONFIG -DG__NOMAKEINFO -DG__CINTBODY  
> -I/sw/src/fink.build/root5-5.34.36-3/root/cint/cint/inc 
> -I/sw/src/fink.build/root5-5.34.36-3/root/cint/cint/src 
> -I/sw/src/fink.build/root5-5.34.36-3/root/cint/cint/src/dict -pthread 
> -Icint/cint/lib/gcc4strm -Wno-strict-aliasing -I. -o 
> cint/cint/src/dict/gcc4strm.o -c cint/cint/src/dict/gcc4strm.cxx
>
>> In file included from cint/cint/src/dict/gcc4strm.cxx:7:
>> In file included from 
>> /sw/src/fink.build/root5-5.34.36-3/root/cint/cint/src/dict/gcc4strm.h:30:
>> cint/cint/lib/gcc4strm/iostrm.h:85:17: error: no type named 
>> '__streambuf_type' in
>>   'std::__1::basic_ostream'
>> static ostream::__streambuf_type *G__store_cout;
>>~^
>
>
>
>> ---
>> Distribution version: selfupdate-cvs Fri Jan 20 13:24:45 2017, 10.12, x86_64
>> Xcode.app: 8.2.1
>> Xcode command-line tools: 8.2.0.0.1.1480973914
>
> Maybe something changed in Xcode such that this doesn’t work anymore?

It just successfully built for for me on 10.11 (xcode.app 8.1, xcode
CLI 8.2.0.0.1.1480973914). No gcc4strm objects were compiled, so maybe
it's an xcode difference? Smells like c++ compatibility.

dan
-- 
Daniel Macks
dm...@snetspace.org


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

[Fink-users] xrootd4 4.5.0-1 build-fail (python detection)

2017-01-23 Thread Daniel E. Macks
On 10.11, if python27 is installed, it is detected by cmake:

-- Found PythonLibs: /usr/lib/libpython2.7.dylib (found suitable version 
"2.7.10", minimum required is "2.4") 
-- Found PythonInterp: /sw/bin/python2.7 (found suitable version "2.7.13", 
minimum required is "2.4") 
[...]
-- Python support:yes

and then the build fails:

Undefined symbols for architecture x86_64:
  "EnvInitializer::EnvInitializer()", referenced from:
  __GLOBAL__sub_I_PyXRootDCopyProcess.cc in PyXRootDCopyProcess.o
  "EnvInitializer::~EnvInitializer()", referenced from:
  __GLOBAL__sub_I_PyXRootDCopyProcess.cc in PyXRootDCopyProcess.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'g++' failed with exit status 1
make[2]: *** [bindings/python/CMakeFiles/python_target.dir/build.make:62: 
bindings/python/python_bindings] Error 1
make[1]: *** [CMakeFiles/Makefile2:2493: 
bindings/python/CMakeFiles/python_target.dir/all] Error 2

If python27 is not installed, not detected, and the build process
completes. There is no python dependency, so either the use of it
needs to be disabled or the build with it detected needs to be fixed.
For example, adding to the cmake invocation:

-DENABLE_PYTHON=no \

disables it. It looks like there are python bindings built for
external use (rather than internal python programming), so using
python might require having python-version variants?

dan

--
Daniel Macks
dma...@netspace.org


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] texinfo update fails

2016-11-24 Thread Daniel E. Macks
James Howse  said:
> The update for texinfo is failing with the following tail for the error 
> messages.  Any idea what is causing the problem?
>
> sudo -u fink-bld [ENV] sh -c /tmp/fink.Dh44w
> cp fink/install-info.triggers 
> /opt/fink/src/fink.build/root-install-info-6.3-207/opt/fink/../DEBIAN/triggers
> cp: 
> /opt/fink/src/fink.build/root-install-info-6.3-207/opt/fink/../DEBIAN/triggers:
>  No such file or directory
> ### execution of cp failed, exit code 1

TheSin and I just debugged this (cause: invalid assumption that %p is
single-level) and he committed the fix. A "fink selfupdate" will get
you the adjusted package as soon as the selfupdate servers sync.

dan

--
Daniel Macks
dma...@netspace.org


--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem building ocrad in fink

2016-11-15 Thread Daniel E. Macks
Alexander Hansen  said:
>> On Oct 31, 2016, at 09:53, Robert Wohlhueter  
>> wrote:
>>
>> Running fink under MacOS 10.11.6 (El Capitan), I get the error
> messages copied below (just what I take to be the relevant part of the
> full "fink install ocrad" output).  This error persists after a
> successful "fink self-update", "fink update-all", and whether fink
> configuration is set to 1 or 2 simultaneous builds (mine is a 2-core
> cpu).
>>
>> I have no clue as towhat the "std::abs" problem is, Does anyone?
>>
>> g++  -Wall -W -O2 -c -o page_image.o page_image.cc
>> track.cc:46:21: error: no member named 'abs' in namespace 'std'
>>   10 * std::abs( r1.bottom() - r2.bottom() ) <= mean_height )
>>~^
>> track.cc:48:32: error: no member named 'abs' in namespace 'std'
>> Failed: phase compiling: ocrad-0.21-1 failed
>
> As an additional bit of information: what command-line tools version are
> you on ('fink list -t xcode` is an easy way to get that)?

Reproduced on my 10.11. There's a new upstream, which builds for
me. Feel free to give it a try...

http://fink.cvs.sourceforge.net/viewvc/fink/experimental/dmacks/finkinfo/ocrad.info

dan

--
Daniel Macks
dma...@netspace.org


--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: blt-2.4z-162 failed

2016-11-14 Thread Daniel E. Macks
Alexander Hansen  said:
>
>> On Nov 14, 2016, at 08:31, William G. Scott  wrote:
>> 
>> BTW, BLT still compiles fine on my 10.11.6 machine at work.  I haven’t had a 
>> chance to test on anything with 10.12 and my home internet has been down 
>> since the orange coup.
>> 
>> William G. Scott
>> Director, Program in Biochemistry and Molecular Biology
>> Professor, Department of Chemistry and Biochemistry
>> and The Center for the Molecular Biology of RNA
>> University of California at Santa Cruz
>> Santa Cruz, California 95064
>> USA
>> 
>> http://scottlab.ucsc.edu
>
> I got the same error on 10.12:
>
> gcc -Wall -O3 -fno-common -Wall -fno-strict-aliasing 
> -I/sw/include/tcltk-private/tk8.6/generic 
> -I/sw/include/tcltk-private/tk8.6/unix   -I. -I.  -I/sw/include 
> -I/usr/X11/include  -o bltwish \
>   -DTCLLIBPATH=\"/sw/lib/tcl8.6\" \
>   ./bltUnixMain.c libBLT.a -L/sw/lib -ltk8.6 -ltcl8.6 -lX11 
> -ljpeg -lm   
> ld: library not found for -lX11
>
> Even though I’m fully provisioned with convenience symlinks:
>
> Fionna-4:finkinfo hansen$ ls -l /usr
> total 16
> lrwxr-xr-x 1 root  wheel  8 Nov  1 08:28 X11 -> /opt/X11
> lrwxr-xr-x 1 root  wheel  8 Nov  1 08:28 X11R6 -> /opt/X11
>
> During the configure phase I show:  
>
> checking for X... libraries , headers /usr/X11/include
>
> and config.log has 
>
> configure:2964: gcc -E -I/sw/include conftest.c >/dev/null 2>conftest.out
> In file included from configure:2960:
> /sw/include/X11/Intrinsic.h:53:10: fatal error: 'X11/Xlib.h' file not found
> #include
> ^
> 1 error generated.
>
> It turns out that Fink’s libxt package was the culprit here for me.  By 
> removing that the build was able to proceed.  We’re going to be phasing libXt 
> (non-flat) out since it didn’t behave as we had hoped, but currently either 
> libxt or libxt-flat will trigger this.

It's a bug in autoconf2.13 (!) that has always given rare/sporatic
fails that we could never track down, but now our libxt made the fail
more likely and more reproducible. I just committed a patch to blt to
fix the bug.

dan

--
Daniel Macks
dma...@netspace.org


--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Getting this error when installing pymol-py26

2011-09-04 Thread Daniel E. Macks
1.2r2-2 is what was in stable. I suspect the problem is that the
user has an unexpected/nonstandard patch command somewhere that
cannot handle a certain syntax in the pymol-py.patch file. Or else the
syntax requires an enhanced patch that many of us have via some
other package that is often installed? I pushed the current unstable
pymol to stable (it's 1.4-7, which does not use the .patch syntax that
the questioner's error noted). The stable tree gets little love and
even fewer bugfixes, unstable is where things are more up-to-date and
working well.

dan

William G. Scott wgsc...@ucsc.edu said:
 Hi Frank:

 It looks like you have an old version.  1.4 is what is current
 (rev. 8 for 10.7 and rev. 4 for the rest).
 http://pdb.finkproject.org/pdb/package.php/pymol-py27

 I probably need to update all of them to 1.4-8 for consistency, but
 1.4-4 should compile ok.

 I'm not sure what is going wrong with the patch in your case, but
 hopefully the simple fix is to update.

 Bill

 On Sep 1, 2011, at 11:12 AM, fchan wrote:

 Hello,
 I'm running Mac OS 10.6.8 with the current updates on a MacBook Pro 
 and I got this error when I try to install pymol using fink:
 
 [ -r /sw/fink/dists/stable/main/finkinfo/sci/pymol-py.patch ]
 sed 's|@FINKPREFIX@|/sw|g'  
 /sw/fink/dists/stable/main/finkinfo/sci/pymol-py.patch | sed 
 's|python2.X|python2.6|g' | sed 's|pymol-py2X|pymol-py26|g' | patch 
 -p1
 patch:  rejecting file name with .. component: 
 ../pynmr_0.37f_src/pmg_tk/startup/pynmr/Crmsd.i
 ### execution of sed failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-pymol-py26-1.2r2-2
 (Reading database ... 40168 files and directories currently installed.)
 Removing fink-buildlock-pymol-py26-1.2r2-2 ...
 Failed: phase patching: pymol-py26-1.2r2-2 failed
 
 
 What could be causing this failure in sed.
 
 Thank you,
 Frank Chan

-- 
Daniel Macks
dma...@netspace.org


--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fwd: bundle-kde4-ssl-x11 fails on gwenview

2011-06-14 Thread Daniel E. Macks
Alexander Hansen alexanderk.han...@gmail.com said:
 On 6/3/11 2:38 PM, Richard Miles wrote:
 Begin forwarded message:
 
 *From: *Richard Miles r.godzi...@comcast.net
 mailto:r.godzi...@comcast.net
 *Date: *May 31, 2011 7:43:49 PM PDT
 *To: *fink users fink-users@lists.sourceforge.net
 mailto:fink-users@lists.sourceforge.net
 *Subject: **[Fink-users] bundle-kde4-ssl-x11 fails on gwenview*

 I am on a snow leopard using 32bit fink. The Subject package fails.

snip

 Quoting myself from two days ago:

 
 It looks like KDE-4.4.1 doesn't build with Qt-4.7.3 .  The maintainer is
 working on an update.
 

 I probably should have added to KDE4.

 In general, if a selfupdate doesn't change anything, then you can
 probably assume that whatever package is having problems hasn't been
 fixed yet.  Thus, we don't need yet another copy of the build
 output--the lists are archived.



Give kdegraphics4-x11-4.4.1-3 a try (just committed to unstable).

dan

-- 
Daniel Macks
dma...@netspace.org


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] kmail compilation failed

2010-11-02 Thread Daniel E. Macks
Alexander Hansen alexanderk.han...@gmail.com said:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 10/19/10 3:22 PM, Christof Wolf wrote:
 On Tuesday 19 October 2010, Alexander Hansen wrote:
 Since KDE3.5.10 is going to move to stable soon, and it has been fixed
 not to have this problem, you can either wait until that move happens;
 or, if you really can't wait, I recommend making a local modification of
 kdepim3 and replacing all instances of pilot-link10 with
 pilot-link09.  Check out
 
 Alexander,
 
 How soon is soon? :-) 2 weeks, 2 month ...
 
 thanks
 christof

 As was said earlier in the thread, the plan is for later this week.

Which lagged because apple gave us a new gift:( But anyway, now it's
migrated.

dan

-- 
Daniel Macks
dma...@netspace.org


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: kdesdk3-3.5.10-3 failed

2010-08-26 Thread Daniel E. Macks
Dominique Dhumieres domi...@lps.ens.fr said:
 Dan,

 I see the following:

 [ibook-dhum] /Users/dominiq% nm 
 /sw/src/fink.build/kdesdk3-3.5.10-3/kdesdk-3.5.10/kbabel/commonui/.libs/context.o
  | grep KParts
  U __ZN6KParts12ReadOnlyPart10openStreamERK7QStringRK4KURL
  U __ZN6KParts12ReadOnlyPart11closeStreamEv

 Note that I have updated to kdesdk3-3.5.10-3 without any problem
 on ppc/10.5.

I just committed something to fix it. Probably anyway. I don't have a
system that demonstrates the failure--please let me know.

dan

-- 
Daniel Macks
dma...@netspace.org


--
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Upgrade of kdeedu4-mac-base fails

2010-08-19 Thread Daniel E. Macks
Jean-Fran?ois Mertens j...@core.ucl.ac.be said:

 On 17 Aug 2010, at 17:45, Daniel E. Macks wrote:

 Built fine for me on 10.6/i386 case-insensitive. Those libs were not
 listed in the original packaging, which caused problems when they
 later appeared during the build. So now they aren't appearing? Sounds
 like there's an unspecified dependency that causes it to only get
 built if [something] is detected.

 bash-4.0# otool -L /sw/opt/kde4/x11/lib/libavogadro-kalzium.0.dylib
 /sw/opt/kde4/x11/lib/libavogadro-kalzium.0.dylib:
   /sw/opt/kde4/x11/lib/libavogadro-kalzium.0.dylib (compatibility  
 version 0.0.0, current version 0.9.3)
   /sw/lib/libopenbabel.3.dylib (compatibility version 4.0.0, current  
 version 4.3.0)
   /sw/lib/qt4-x11/lib/libQtOpenGL.4.dylib (compatibility version 4.6.0,  
 current version 4.6.2)
   /sw/lib/qt4-x11/lib/libQtGui.4.dylib (compatibility version 4.6.0,  
 current version 4.6.2)
   /sw/lib/qt4-x11/lib/libQtCore.4.dylib (compatibility version 4.6.0,  
 current version 4.6.2)
   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current  
 version 111.1.5)
   /usr/X11/lib/libGLU.1.dylib (compatibility version 1.3.0, current  
 version 1.3.0)
   /usr/X11/lib/libGL.1.dylib (compatibility version 1.2.0, current  
 version 1.2.0)
   /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current  
 version 7.4.0)
   /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current  
 version 1.0.0)
 yielding

 bash-4.0# otool_deps kalzium4-x11
 kdeedu4-x11-base-shlibs, kdelibs4-x11-shlibs, libopenbabel3-shlibs,  
 qt4-x11-core-shlibs, qt4-x11-gui-shlibs
 bash-4.0# fink dumpinfo -fdepends  kalzium4-x11
 Information about 10836 packages read in 1 seconds.
 depends: ocaml, kdeedu4-x11-base (= 4.4.1-2)

 so libopenbabel3-shlibs is not even among the recursive deps.

 And also not among the builddeps

Fix committed.

dan

-- 
Daniel Macks
dma...@netspace.org


--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] autogen-5.10-2 self-test failure (gperf problem)

2010-08-19 Thread Daniel E. Macks
But fails self-tests (10.6/i386):


* * * * LOG ENTRY 2 * * * *
cd /sw/build.build/autogen-5.10-2/autogen-5.10/build/agen5/test/testdir
gperf --version  /dev/null 21 || die no gperf program
test -z ${gpdir}  {
  gpdir=`mktemp -d ./.gperf.XX` 2/dev/null
  test -z ${gpdir}  gpdir=.gperf.$$
  test -d ${gpdir} || mkdir ${gpdir} || die cannot mkdir ${gpdir}
}
cd ${gpdir} || die cannot cd into ${gpdir}
gpdir=`pwd`
gperf_gperf=${gpdir}/gperf

( cat - '_EOF_'
%{
#include stdio.h
%}
struct gperf_index { char const * name; int const idx; };
%%
_EOF_

  idx=1
  while read f
  do echo ${f}, ${idx}
 idx=`expr ${idx} + 1`
  done - _EOLIST_
[...]
exec 2 gperf.log
gperf --language=ANSI-C -H gperf_hash -N gperf_find --null-strings \
  -C -E -I -t gperf.gperf  gperf-temp.c || \
   die gperf failed on ${gpdir}/gperf.gperf
  `cat gperf.log`
egrep -v '^_*inline$' gperf-temp.c  gperf.c
export CFLAGS=-g
${MAKE-make} gperf 12
test $? -eq 0 -a -x ${gperf_gperf} || \
  die could not build gperf program
  `cat gperf.log`
exec 28
echo
echo ShElL-OuTpUt-HaS-bEeN-cOmPlEtEd - 2
Killing AutoGen:  gperf failed on 
/sw/build.build/autogen-5.10-2/autogen-5.10/build/agen5/test/testdir/.gperf.lrb2PE/gperf.gperf
  gperf: unrecognized option `--null-strings'
Usage: gperf 
[-cCdDef[num]FinitializersGhHhashnameiinitIjkkeysKkeynamelLlanguagenNfunction
 nameorssizeSswitchestTvWwordlistnameZclass name7] [input-file]
Try `gperf --help' for more information.
AutoGen aborting on signal 15 (Terminated) in state EMITTING
processing template gperf.tpl
on line 4
   for function EXPR (12)
../../../agen5/test/gperf.test: line 81: 56368 Abort trap  ${AGexe} 
--trace=server-shell ${testname}.def
+ failure AutoGen failed
+ local 'PS4=fail'
fail:
failcd /sw/build.build/autogen-5.10-2/autogen-5.10/build/agen5/test/testdir
failtest -d ../FAILURES
failmkdir ../FAILURES
failset +x
FAILURE: AutoGen failed
FAIL: gperf.test


I have fink's gperf-2.7.2-1012 installed, which does not seem to know
the --null-strings option. Apple's 10.6 gperf (GNU gperf 3.0.3) does
and removing fink's allows self-test to succeed. So the self-test
suite needs to be patched to use /usr/bin/gperf instead of relying on
PATH.

dan
-- 
Daniel Macks
dma...@netspace.org


--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] EMBOSS update - new dependencies?

2010-08-19 Thread Daniel E. Macks
Alexander Hansen alexanderk.han...@gmail.com said:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 8/10/10 5:37 PM, Daniel E. Macks wrote:
 Alexander Hansen alexanderk.han...@gmail.com said:
snip


 Question: when (or more importantly, why) did EMBOSS suddenly require the 
 installation of (all of) 263 dependencies, including what appears to be 
 all of GNOME?

 The all-of-gnome thing probably came from gnuplot.  You can use
 gnuplot-nogtk to avoid that.
 
 Also the latest (as of -101) emboss package relies on external
 (separate packages) of several things that used to be internal. In
 particular, plplot is a huge library that is no longer build within
 emboss itself. The plplot packaging is itself using lots of gnome
 things that emboss doesn't need. To quote a note in the emboss
 packaging file:
 
   # plplot's -nognome varianting is a disaster (adding/removing can
   # change who if anyone supplies various headers and libs).
 
 It's fixable (tease apart the non-gnome stuff into a clean independent
 package set) but not yet fixed. The plplot that comes with emboss is
 its own packaging disaster that's *not* fixable and had led to all
 sorts of other breakage in the previous packaging of the emboss suite.
 So until I finish cleaning up plplot, users of plplot (i.e., you, if
 you update emboss) are stuck getting gnome stuff.
 
 If the previous emboss you had installed (I assume you had it, because
 update-all saw it was present-and-old) was working fine, there's no
 urgency to updating it. The changes are *just* to the packaging
 layout: shifting lots of things to external and solving lots of binary
 compatibility problems in its included libraries. Updates to plplot,
 which should trim out most of the gnome stuff, will probably take
 another week or so.
 
 plplot builds against octave, so it brings that into the mix, too.

Not any more. New slim plplot (no gnome, octave, tcltk, gcc4.x), and
emboss updated to use it.

Of course, I don't actually *use* any of this--all I know is that
it compiled and the programs ran without crashing up until the point
of requiring me to give them any data or commands.

dan
-- 
Daniel Macks
dma...@netspace.org


--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] CPU-specific tuning in Fink Source Distributions

2010-08-18 Thread Daniel E. Macks
Jean-Fran?ois Mertens j...@core.ucl.ac.be said:

 On 18 Aug 2010, at 18:42, David R. Morrison wrote:

 There is one exception to this that I'm aware of: the gmp package  
 does cpu-specific optimization at compile time.  But the cpu- 
 specific optimizations tend to be upward-compatible, so if you  
 compile this package on your least-capable machine, it should run on  
 the others.

 atlas and its deps are another exception, the whole purpose
 of the pkg being to tune things to the specific CPU at hand.
 And I've probably noticed a couple of other exceptions,
 from glancing when they were building _ not sure this was
 more than mere tuning... Anyway, there should be very few.

Debian is trying to hash out how to handle this exact issue in their
distro...they apparently had had libatlas-CPU1 libatlas-CPU2 etc and
even that didn't give maximal optimization for each system. They're
currently toying with either minimal-optimization for everyone, or a
stub library that triggers an actual local compile from sources with
autodetection of appropriate optimization (or tells users to do so via
normal package-manager tools). Feel free to visit Subject: Atlas
proposal on debian-devel and debian-science-maintainers (both hosted
at lists.alioth.debian.org).

dan

-- 
Daniel Macks
dma...@netspace.org


--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Upgrade of kdeedu4-mac-base fails

2010-08-17 Thread Daniel E. Macks
Alexander Hansen alexanderk.han...@gmail.com said:
 On 8/17/10 11:19 AM, James Howse wrote:
  I am using an Intel mac running leopard 10.5.8 and xcode 3.1.4.  While 
 upgrading to
 kdeedu4-mac-base 4.4.1-2 the build fails with the following error.  Any 
 suggestions for a fix?
 Thanks,
 James
 
 /usr/bin/install -d -m 755
 /opt/fink/src/fink.build/root-kalzium4-mac-4.4.1-2/opt/fink/opt/kde4/mac/lib
 /bin/mv
 /opt/fink/src/fink.build/root-kdeedu4-mac-4.4.1-2/opt/fink/opt/kde4/mac/lib/libavogadro-kalzium.0*.dylib
 /opt/fink/src/fink.build/root-kalzium4-mac-4.4.1-2/opt/fink/opt/kde4/mac/lib/
 mv: rename
 /opt/fink/src/fink.build/root-kdeedu4-mac-4.4.1-2/opt/fink/opt/kde4/mac/lib/libavogadro-kalzium.0*.dylib
 to
 /opt/fink/src/fink.build/root-kalzium4-mac-4.4.1-2/opt/fink/opt/kde4/mac/lib/libavogadro-kalzium.0*.dylib:
 No such file or directory
 ### execution of /bin/mv failed, exit code 1
 Removing runtime build-lock...
 Removing build-lock package...
 /opt/fink/bin/dpkg-lockwait -r fink-buildlock-kdeedu4-mac-4.4.1-2
 (Reading database ... 261086 files and directories currently installed.)
 Removing fink-buildlock-kdeedu4-mac-4.4.1-2 ...
 Failed: phase installing: kalzium4-mac-4.4.1-2 failed

 mv failed is often a _symptom_ of an issue earlier in the build which
 caused a file not to be built--and the error could potentially involve
 some other part of the package:

 http://www.finkproject.org/faq/comp-general.php?phpLang=en#mv-failed

 .

 Unless there's a case sensitivity problem:  you would have to be on a
 case-sensitive filesystem, and there would be some differently-cased
 variant of the missing file within
 /opt/fink/src/fink.build/root-kdeedu4-mac-4.4.1-2/opt/fink/opt/kde4/mac/lib/
 .

 Or a typo, if there is a differently-spelled library within that
 directory, or if the library got built but mislaid somewhere else in the
 build directory.

 In any case you're going to want to check your build log, and possibly use

 find /opt/fink/src/fink.build/kdeedu4-mac-4.4.1-2 -name
 libavogadro-kalzium.*
 find /opt/fink/src/fink.build/root-kdeedu4-mac-4.4.1-2 -name
 libavogadro-kalzium.*
 find /opt/fink/src/fink.build/root-kalzium4-mac-4.4.1-2 -name
 libavogadro-kalzium.*

Built fine for me on 10.6/i386 case-insensitive. Those libs were not
listed in the original packaging, which caused problems when they
later appeared during the build. So now they aren't appearing? Sounds
like there's an unspecified dependency that causes it to only get
built if [something] is detected.

dan

-- 
Daniel Macks
dma...@netspace.org


--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] EMBOSS update - new dependencies?

2010-08-10 Thread Daniel E. Macks
Alexander Hansen alexanderk.han...@gmail.com said:
 On 8/10/10 2:30 PM, Scott R. Santos wrote:
 
 The following package will be installed or updated:
  emboss
 The following 263 additional packages will be installed:
  app-defaults appleotffonts applesystemfonts aquaterm aquaterm-dev 
 aquaterm-shlibs atk1 atk1-shlibs audiofile audiofile-bin audiofile-shlibs 
 autoconf avahi avahi-dev bison cairo cairo-shlibs cloog cloog-shlibs cmake
  compress-raw-bzip2-pm5100 compress-raw-zlib-pm5100 crypt-ssleay-pm5100 
 cyrus-sasl2-dev cyrus-sasl2-shlibs daemonic dbus dbus-dev dbus-glib1.2-dev 
 dbus-glib1.2-shlibs dbus-shlibs dbus1.3-dev dbus1.3-shlibs
  default-icon-theme docbook-dsssl-nwalsh docbook-dtd docbook-utils 
 docbook-xsl doxygen emboss-libajax6-shlibs emboss-libnucleus6-shlibs esound 
 esound-bin esound-common esound-shlibs fftw3 fftw3-shlibs
  fink-obsolete-packages flex-devel fondu freeglut freeglut-shlibs gcc44 
 gcc44-compiler gcc44-shlibs gconf2 gconf2-dev gconf2-shlibs getoptbin 
 glib2-dev glib2-shlibs glitz glitz-shlibs glpk-dev glpk-shlibs gmp gmp-shlibs
  gnome-base gnome-common gnome-doc-utils gnome-icon-theme gnome-keyring-dev 
 gnome-keyring-shlibs gnome-mime-data gnome-vfs2-unified 
 gnome-vfs2-unified-dev gnome-vfs2-unified-shlibs gnuplot 
 gst-plugins-base-0.10
  gst-plugins-base-0.10-dev gst-plugins-base-0.10-shlibs gstreamer-0.10 
 gstreamer-0.10-dev gstreamer-0.10-shlibs gtk+2 gtk+2-dev gtk+2-shlibs 
 gtk-doc hdf5 hdf5-bin hdf5-shlibs help2man-perl588 html-parser-pm5100
  html-tagset-pm icon-naming-utils intltool40 io-compress-pm5100 jadetex 
 lasi-dev lasi-shlibs libart2 libart2-shlibs libavahi-client3-shlibs 
 libavahi-common3-shlibs libavahi-core6-shlibs libavahi-glib1-dev
  libavahi-glib1-shlibs libbonobo2 libbonobo2-dev libbonobo2-shlibs 
 libbonoboui2-dev libbonoboui2-shlibs libcdparanoia0-dev 
 libcdparanoia0-shlibs libcurl4 libdaemon libdaemon-shlibs libdatrie1 
 libdatrie1-shlibs libgcrypt
  libgcrypt-shlibs libgettext3-dev libglade2 libglade2-shlibs libgmpxx-shlibs 
 libgnome2 libgnome2-dev libgnome2-shlibs libgnomecanvas2 libgnomecanvas2-dev 
 libgnomecanvas2-shlibs libgnomecups-dev libgnomecups-shlibs
  libgnomeprint2.2-dev libgnomeprint2.2-shlibs libgnomeprintui2.2-dev 
 libgnomeprintui2.2-shlibs libgnomeui2-dev libgnomeui2-shlibs libgpg-error 
 libgpg-error-shlibs libidl2 libidl2-shlibs libidn libidn-shlibs libjasper.1
  libjasper.1-shlibs libjpeg8 libkpathsea4 libkpathsea4-shlibs liblzma-shlibs 
 libmpc2 libmpc2-shlibs libmpfr1 libmpfr1-shlibs libogg libogg-shlibs 
 liboil-0.3 liboil-0.3-shlibs libpng14 libpng14-shlibs librarian.08-shlibs
  libtasn1-3 libtasn1-3-shlibs libthai libthai-dev libthai-shlibs 
 libtheora0-shlibs libtiff libtiff-bin libtiff-shlibs libtool14 
 libtool14-shlibs libvorbis0-shlibs libwww libwww-bin libwww-pm5100 
 libwww-shlibs libxml2
  libxml2-bin libxml2-py26 libxml2-shlibs libxslt libxslt-bin libxslt-shlibs 
 locale-gettext-pm588 make mysql-unified-dev mysql-unified-shlibs nkf ocaml 
 octave openjade openldap24-dev openldap24-shlibs openmotif3
  openmotif3-shlibs opensp4 opensp4-dev opensp4-shlibs orbit2 orbit2-dev 
 orbit2-shlibs pango1-xft2-ft219 pango1-xft2-ft219-dev 
 pango1-xft2-ft219-shlibs passwd pdflib6 pdflib6-shlibs perl588-core pixman 
 pixman-shlibs
  plotutils plotutils-dev plotutils-shlibs plplot-dev plplot-shlibs 
 postgresql84 postgresql84-dev postgresql84-shlibs ppl ppl-shlibs ptex-base 
 ptex-texmf ptexenc ptexenc-shlibs python26 python26-shlibs pyxml-py26 qhull
  rarian rarian-compat sdl sdl-shlibs sed sgml-entities-iso8879 sgmls-pm 
 shared-mime-info suitesparse swig szip szip-shlibs t1lib5-nox 
 t1lib5-nox-shlibs t1lib5-x11 t1lib5-x11-shlibs texlive-base texlive-texmf 
 uri-pm5100
  wxgtk2.8 wxgtk2.8-shlibs xdg-base xfontpath xft2-dev xft2-shlibs xinitrc 
 xmkmf xml-namespacesupport-pm xml-parser-pm5100 xml-sax-expat-pm5100 
 xml-sax-pm5100 xml-simple-pm5100 xz
 Do you want to continue? [Y/n] n
 
 This is an EMBOSS update:
 
 (i)  emboss   6.3.1-101  
Molecular Biology Open Software Suite
 
 on:
 
 Darwin 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; 
 root:xnu-1504.7.4~1/RELEASE_I386 i386 i386
 
 Question: when (or more importantly, why) did EMBOSS suddenly require the 
 installation of (all of) 263 dependencies, including what appears to be all 
 of GNOME?

 The all-of-gnome thing probably came from gnuplot.  You can use
 gnuplot-nogtk to avoid that.

Also the latest (as of -101) emboss package relies on external
(separate packages) of several things that used to be internal. In
particular, plplot is a huge library that is no longer build within
emboss itself. The plplot packaging is itself using lots of gnome
things that emboss doesn't need. To quote a note in the emboss
packaging file:

  # plplot's -nognome varianting is a disaster (adding/removing can
  # change who if anyone supplies various headers and libs).

It's fixable (tease apart 

Re: [Fink-users] compiling libgdiplus 2.6.4-1 on mac os x snow lepoard

2010-08-03 Thread Daniel E. Macks
de...@gmx.de de...@gmx.de said:
 On 2010-26-07 10:14 PM, de...@gmx.de wrote:
 hello community,
 compiling libgdiplus 2.6.4-1 on mac os x snow lepoard is not working for me.

 help would be greatly appreciated.
 best regard
 chris

 -I/sw/lib/glib-2.0/include -I/sw/include/cairo -I/sw/include/freetype2
 -I/sw/include -I/usr/X11R6/include -I/usr/X11/include -I/usr/X11/include
 -I/sw/include/freetype2 -I/sw/include -I/usr/X11/include -I/sw/include
 -Wall -Wno-unused -Wno-format -I/sw/include -g -O2 -pthread -c
 pngcodec.c  -fno-common -DPIC -o .libs/pngcodec.o
 pngcodec.c: In function 'gdip_load_png_image_from_file_or_stream':
 pngcodec.c:351: error: 'png_info' has no member named 'trans_alpha'
 make[2]: *** [pngcodec.lo] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 ### execution of make failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-libgdiplus-2.6.4-1
 (Reading database ... 120747 files and directories currently installed.)
 Removing fink-buildlock-libgdiplus-2.6.4-1 ...
 Failed: phase compiling: libgdiplus-2.6.4-1 failed


I'm not sure whether the package should depend on libpng14 instead of
libpng3 or if it needs some flag magic to ensure picking up Fink's
libpng rather than X11's, so I'll cc the maintainer.

 hello,
 i am curious: what would you say is the expected response time of the 
 maintainer?
 do i have other options to get the library to compile?

Fixed in 2.6.4-2, which should be propagating to your selfupdate
server over the next few hours.

dan

-- 
Daniel Macks
dma...@netspace.org


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] windowmaker buld fonts error

2010-08-03 Thread Daniel E. Macks
Alexander Hansen alexanderk.han...@gmail.com said:
 On 8/3/10 5:23 PM, Richard Miles wrote:
 I had not installed fc-ghostscript-fonts. I did that and it fails here:
 gcc -DHAVE_CONFIG_H -I. -I. -I../src -I../wrlib -I../WINGs -I/sw/include
   -DLOCALEDIR=\/sw/lib/locale\  -fno-strict-aliasing -g -O2 -c
 FontSimple.c
 FontSimple.c:26:35: error: fontconfig/fontconfig.h: No such file or
 directory

snip

 It also happens on 10.5.  Fontconfig2 has a private path for its headers
 (due to recent changes, possibly):

 /sw/lib/fontconfig2/include/fontconfig
 /sw/lib/fontconfig2/include/fontconfig/fcfreetype.h
 /sw/lib/fontconfig2/include/fontconfig/fcprivate.h
 /sw/lib/fontconfig2/include/fontconfig/fontconfig.h

 so its headers aren't being found.

It also may have worked on certain platforms where X11 supplies the
appropriate fontconfig pieces differently, or was previously picking
up a missing BuildDepends package. But anyway, the minimum fix for
me (10.6/i386) is explicitly passing the (correctly detected) flags:

  perl -pi -e 's/(AM_CPPFLAGS.*)/\1 \...@xftflags\@/' WPrefs.app/Makefile.in

to enable it to compile completely. Now then, it's still doing some
(we have now learned) risky mixing of x11 and fink libraries. For
less likely to have random runtime crash due to binary
incompatibility, want to make more sure it uses fink stuff
consistently whenever available. Toss this into ConfigureParams:

  
PKG_CONFIG_PATH=%p/lib/fontconfig2/lib/pkgconfig:%p/lib/xft2/lib/pkgconfig:$PKG_CONFIG_PATH

and *don't* do NoSetCPPFLAGS:true. That allows clean use of
dependencies on the fontconfig2 and freetype219 library packages.

It's still picking x11's libpng library and fink's libpng headers (!),
I assume because of SetLDFLAGS:-L/usr/X11R6/lib. Not sure what that
flag is supposed to fix, but need something different.

Finally, the windowmaker-shlibs .deb doesn't pass validation (wrong
Shlibs field).

dan

-- 
Daniel Macks
dma...@netspace.org


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] build error in emacs23

2010-07-21 Thread Daniel E. Macks
Daniel E. Macks dma...@netspace.org said:
 Jean-Fran?ois Mertens j...@core.ucl.ac.be said:
 I get the following error:

 gcc  -prebind -Xlinker -headerpad -Xlinker 690 -L/sw/lib/pango-ft219/ 
 lib -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib -L/usr/X11R6/ 
 lib -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o menu.o  
 xmenu.o window.o charset.o coding.o category.o ccl.o character.o  
 chartab.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o  
 xrdb.o fontset.o xsmfns.o fringe.o image.o gtkutil.o dbusbind.o  
 emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o  
 insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o  
 casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o  
 data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o  
 print.o lread.o syntax.o unexmacosx.o bytecode.o process.o  
 callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o  
 intervals.o textprop.o composite.o md5.oxfont.o ftfont.o  
 xftfont.o ftxfont.o terminfo.o lastfile.o -L/sw/lib -L/usr/X11/ 
 lib  -L/usr/X11R6/lib -L/sw/lib -L/sw/lib/fontconfig2/lib -lgtk- 
 x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 - 
 lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype - 
 lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lpthread - 
 lSM -lICE -ltiff -ljpeg -lpng -lz -lm -lgif -lXpm -lX11 -L/sw/lib/ 
 fontconfig2/lib -L/sw/lib -L/usr/X11/lib -lXft -lXrender - 
 lfontconfig -lfreetype -lX11  -L/sw/lib -lrsvg-2 -lgdk_pixbuf-2.0 - 
 lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -L/sw/lib - 
 ldbus-1 -lpthread -lncurses  -L/sw/lib -Wl,-framework,CoreServices - 
 Wl,-framework,ApplicationServices -lz -lotf -lfreetype
 Undefined symbols:
   _png_check_sig, referenced from:
   _png_load in image.o
   _png_load in image.o

 -lpng is on the link command; so this is because of incorrect flag- 
 ordering
 _  -L/usr/X11R6/lib coming before -L%p/lib . Indeed,
 %p/lib/libpng.dylib does define  _png_check_sig , while (with X11 2.5.1)
 /usr/X11/lib/libpng.dylib does not.

 Adding -L%p/lib at the end of the SetLDFLAGS is a quick hack around..
 (also, on systems where /usr/X11/lib/libpng.dylib would contain the  
 symbol,
 this prevents incorrect linking.)

 emacs23 is next on my list of cleanup for current gnome standards,
 with fink-package-precedence, hopefully in the next day or so.

Give revision -201 a try.

dan

-- 
Daniel Macks
dma...@netspace.org


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] kstars fails to compile on OS 10.6.4 Intel Mac

2010-07-21 Thread Daniel E. Macks
Jean-Baptiste Marquette marqu...@iap.fr said:
 Dear fink gurus,

 Here is the tail of trace for the install of kstars :

 g++-4.2 -dynamiclib -single_module  -o 
 ./libkdeedu/kdeeducore/.libs/libkdeeducore.1.2.0.dylib  
 ./libkdeedu/kdeeducore/.libs/keduvocdata.o  -L/sw/lib/python2.4/config 
 -L/sw/lib/flex/lib -L/sw/lib/freetype219/lib -L/sw/lib/system-openssl/lib 
 -L/sw/lib -L/sw/lib/qt3/lib -L/usr/X11/lib /sw/lib/libkdecore.dylib 
 -L/usr/X11R6/lib  -Wl,-dead_strip_dylibs -install_name  
 /sw/lib/libkdeeducore.1.dylib -Wl,-compatibility_version -Wl,4 
 -Wl,-current_version -Wl,4.0
 ld: warning: directory '/sw/lib/python2.4/config' following -L not found
 Undefined symbols:
   QString::null, referenced from:
   __ZN7QString4nullE$non_lazy_ptr in keduvocdata.o
  (maybe you meant: __ZN7QString4nullE$non_lazy_ptr)

I just committed a fix for this (easily reproduced it in unstable,
fixed so it Builds For Me). Selfupdate in a few hours and see if it
builds for you.

dan


-- 
Daniel Macks
dma...@netspace.org


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem Installing emacs23-nox 23.1-106

2010-07-19 Thread Daniel E. Macks
Sean Lake odysseus9...@gmail.com said:
 Hello all:

 Just doing a routine update on fink --version
 Package manager version: 0.29.13
 Distribution version: selfupdate-rsync Sun Jul 18 20:37:39 2010, 10.6, x86_64

 And I run into this error message in the install step:

 Unpacking replacement emacs23-nox ...
 Setting up emacs23-nox (23.1-106) ...
[...]
 chown: /sw/var/games/emacs23-nox: No such file or directory
 /sw/bin/dpkg: error processing emacs23-nox (--install):
  subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
  emacs23-nox
 ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
 Failed: can't install package emacs23-nox-23.1-106

Oops, my bad. Fix committed. Look for revision -107 available from
selfupdate within an hour or two.

dan

-- 
Daniel Macks
dma...@netspace.org


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] build error in emacs23

2010-07-19 Thread Daniel E. Macks
Jean-Fran?ois Mertens j...@core.ucl.ac.be said:
 I get the following error:

 gcc  -prebind -Xlinker -headerpad -Xlinker 690 -L/sw/lib/pango-ft219/ 
 lib -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib -L/usr/X11R6/ 
 lib -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o menu.o  
 xmenu.o window.o charset.o coding.o category.o ccl.o character.o  
 chartab.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o  
 xrdb.o fontset.o xsmfns.o fringe.o image.o gtkutil.o dbusbind.o  
 emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o  
 insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o  
 casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o  
 data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o  
 print.o lread.o syntax.o unexmacosx.o bytecode.o process.o  
 callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o  
 intervals.o textprop.o composite.o md5.oxfont.o ftfont.o  
 xftfont.o ftxfont.o terminfo.o lastfile.o -L/sw/lib -L/usr/X11/ 
 lib  -L/usr/X11R6/lib -L/sw/lib -L/sw/lib/fontconfig2/lib -lgtk- 
 x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 - 
 lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype - 
 lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -lpthread - 
 lSM -lICE -ltiff -ljpeg -lpng -lz -lm -lgif -lXpm -lX11 -L/sw/lib/ 
 fontconfig2/lib -L/sw/lib -L/usr/X11/lib -lXft -lXrender - 
 lfontconfig -lfreetype -lX11  -L/sw/lib -lrsvg-2 -lgdk_pixbuf-2.0 - 
 lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -L/sw/lib - 
 ldbus-1 -lpthread -lncurses  -L/sw/lib -Wl,-framework,CoreServices - 
 Wl,-framework,ApplicationServices -lz -lotf -lfreetype
 Undefined symbols:
   _png_check_sig, referenced from:
   _png_load in image.o
   _png_load in image.o

 -lpng is on the link command; so this is because of incorrect flag- 
 ordering
 _  -L/usr/X11R6/lib coming before -L%p/lib . Indeed,
 %p/lib/libpng.dylib does define  _png_check_sig , while (with X11 2.5.1)
 /usr/X11/lib/libpng.dylib does not.

 Adding -L%p/lib at the end of the SetLDFLAGS is a quick hack around..
 (also, on systems where /usr/X11/lib/libpng.dylib would contain the  
 symbol,
 this prevents incorrect linking.)

emacs23 is next on my list of cleanup for current gnome standards,
with fink-package-precedence, hopefully in the next day or so.

dan

-- 
Daniel Macks
dma...@netspace.org


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] about updating to python 2.7

2010-07-15 Thread Daniel E. Macks
Alexander Hansen alexanderk.han...@gmail.com said:
 There's another option to consider which involves not a whole lot of
 work for you.  Once you find your list of packages that you'd like to
 have -py27 variants for that don't currently have them, you can edit
 the package description as a superuser (you can see which file needs
 to be edited by running 'fink dumpinfo -finfofile packagename', making
 sure to include the -py26) and add 2.7 to the available python
 versions in the Type: python field.  Then try to build the package,
 and if it works, email the maintainer to let them know that their
 package can be trivially updated for 2.7.  If it doesn't work, also
 email the maintainer to let them know.

Two quick notes: 1) You don't usually need to be superuser to edit the
package description (.info) files. 2) python2.7 landed in fink a
week ago, I don't think anyone with the exception of the maintainer
himself has even had a chance to work on adding -py27 variants to
their pythonmod packages. We'd love the help!

dan

-- 
Daniel Macks
dma...@netspace.org
http://www.netspace.org/~dmacks


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] building coreutils fails on Mac OS 10.6.4, fink 0.29.13-51

2010-07-04 Thread Daniel E. Macks
Robert Wyatt chupacerv...@gmail.com said:
 Joe Corneli wrote:
 sudo fink install coreutils

 Making check in stty
 make  check-TESTS
 PASS: row-col-1
 stty: standard input: unable to perform all requested operations
 stty: standard input: unable to perform all requested operations
 FAIL: basic-1

 Hmm, I can't reproduce the error with my 64-bit machine:

 New package: 
 dists/unstable/main/binary-darwin-x86_64/utils/coreutils-default_6.9-3_darwin-x86_64.deb
 New package: 
 dists/unstable/main/binary-darwin-x86_64/utils/coreutils_6.9-3_darwin-x86_64.deb
 New package: 
 dists/unstable/main/binary-darwin-x86_64/utils/fileutils_6.9-3_darwin-x86_64.deb
 New package: 
 dists/unstable/main/binary-darwin-x86_64/utils/shellutils_6.9-3_darwin-x86_64.deb
 New package: 
 dists/unstable/main/binary-darwin-x86_64/utils/textutils_6.9-3_darwin-x86_64.deb

 ...
 Making check in stty
 make  check-TESTS
 PASS: row-col-1
 PASS: basic-1

Since it's a test that sounds like it involves the terminal, might be
difference in how fink is being run. Joe says he does sudo fink,
which is in general *not* recommended (fink will sudo itself when
necessary, in a way that may preserve certain env variables that
'sudo' tends to destroy). Robert, not using fink commander, right? Are
you using -l (automatic logging of output), or using fink in a shell
pipeline/redirection of terminal?

dan

-- 
Daniel Macks
dma...@netspace.org
http://www.netspace.org/~dmacks


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: kdeutils3-3.5.10-3 failed

2010-06-27 Thread Daniel E. Macks
Dominique Dhumieres domi...@lps.ens.fr said:
 On ppc 10.5.8 updating to kdeutils3-3.5.10-3 failed with
 the now usual miising symbols.

I just committed a fix.

dan

-- 
Daniel Macks
dma...@netspace.org
http://www.netspace.org/~dmacks


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Can't Compile Webkit-1.0.2

2009-10-11 Thread Daniel E. Macks
Daniel Macks dma...@netspace.org said:
 On Thu, Oct 08, 2009 at 07:03:30PM +, Michael Fitzgerald wrote:
  On Thu, Jul 23, 2009 at 01:39:01PM -0400, drjl...@netonecom.net wrote:
 
   On MacOS X 10.4.11(PPC):
  
   /sw/bin/msgmerge --update de.po webkit-1.0.2.pot
   /sw/bin/msgmerge: error while opening webkit-1.0.2.pot for reading: No
   such file or directory
   make[1]: *** [WebKit/gtk/po/de.po] Error 1
   make: *** [all] Error 2
   ### execution of /var/tmp/tmp.3.n4hWuL failed, exit code 2
 
  What version-revision of the package? Latest unstable (1.1.10-2)
  builds fine on my 10.4/ppc machine. Do you have any -j or other flags
  in MAKEFLAGS or other nonstandard shell env variables?
 
 I am also having this problem, on OSX 10.4.11/intel.  I am trying to
 compile webkit-1.0.2-1.1.10-3 and am getting the same error.  I have
 no non-standard shell env variables.

 A user sent me a possible fix; I'm testing it now...

1.1.10-5 was just committed to solve this.

dan

-- 
Daniel Macks
dma...@netspace.org
http://www.netspace.org/~dmacks



--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnome-terminal version 2.26.2-2 fails to build under snow leapord

2009-10-08 Thread Daniel E. Macks
Eric Keiter erke...@sandia.gov said:
 Daniel Macks dmacks at netspace.org writes:
 Also, what version of gnome-doc-utils do you have installed?

 I have gnome-doc-utils 0.18.0-3 installed.

Confirmed the problem on my 10.4 machine, and that it's related to
this new version of g-d-u (downgrading cleared the error for me). Your
fink should have an older version available as well: 'fink install
gnome-doc-utils-0.16.1' and then gnome-terminal should be able to
build.

I'll try to look at g-d-u today to see if 0.18 is stricter/doesn't
cope gracefully with a deficiency in a gnome-terminal file or if g-d-u
actually does have a bug.

dan

-- 
Daniel Macks
dma...@netspace.org
http://www.netspace.org/~dmacks



--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] pkgs don't install despite virtual requirements

2009-09-15 Thread Daniel E. Macks
Ed Clark eclar...@hotmail.com said:

 two observations about 'fink-virtual-pkgs' output from my system :

 - the 'system-pkgconfig-*' records appear potentially odd, would you say there
 is a chance these records could be screwing up the apt-get/dpkg parser and
 leading leading to broken dependency dependency resolution ?

Just to chime in with one specific answer here:
 Package: system-pkgconfig-gimpprint
 Status: install ok installed
 Version: @gimpprint_vers...@-1

That weird Version is a bug in OS X 10.4 that should not have any
effect. I think packages only look for the presence of s-p-g rather
than doing a is it at least SOMEVERSION? test.

dan

-- 
Daniel Macks
dma...@netspace.org
http://www.netspace.org/~dmacks



--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] arts fails to build

2009-07-31 Thread Daniel E. Macks
Monic Polynomial moni...@gmx.com said:
 On 01/06/2009, at 12:49, Martin Costabel wrote:
 On the u-tokyo fink build system, the build failure of the arts  
 package
 prevents all kde packages from even attempting to be built. The  
 failure  is

  ./build-helper.sh cvs   arts 1.5.10 2 make -f admin/ 
 Makefile.common cvs
 # Unable to find aclocal!!
 Warning: Dummy script /usr/bin/automake-1.6 invoked
 *** AUTOMAKE NOT FOUND!.
 *** KDE requires automake 1.6.1 or newer
 make: *** [cvs] Error 1
 arts-1.5.10-2 cvs failed!

 I cannot reproduce this, I get at this point

 *** YOU'RE USING UNSERMAKE.
 *** GOOD LUCK!! :)

 I also don't know why they have /usr/bin/automake-1.6, but this does
 look like a missing build dependency.

 I don't know why but the Todai Fink Team has installed dummy scripts  
 for some programs in their build machines. I hadn't seen this automake  
 one yet, but I've noticed that /usr/bin/xcodebuild is one of them,  
 which makes several packages fail to build.

At one point I had rationalized to myself why they did this, but now I
can't really for the general case. Anyway, kde-admin seems to use
first automake in PATH, which picks /usr/bin because there is no
automake1.x BuildDepends. Given it was found, kde-admin sanely tries
to use it and assumes it will behave as it should if it came from
apple (and fink is pretty clear about the expection of apple stuff
being as-distributed-by-apple). One quick solution (I think) would be
to add a BDep to make sure there *is* a fink automake available. A
more solid solution would have kde-admin be adjusted to use fink's
autotools explicitly (which forces maintainers to add BDep) rather
than relying on shaky PATH searching.

dan

-- 
Daniel Macks
dma...@netspace.org
http://www.netspace.org/~dmacks



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] sqlite3-3.6.13-1 self-test fails

2009-05-07 Thread Daniel E. Macks
Daniel Macks dma...@netspace.org said:
 10.4/ppc, building in -m mode with --build-as-nobody, self-test fails:

 Failures on these tests: nan-4.14 nan-4.15 nan-4.16 nan-4.17

Looks like a known PPC issue. I added a link to the upstream bug to
sqlite3.info

dan

-- 
Daniel Macks
dma...@netspace.org
http://www.netspace.org/~dmacks



--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problems compiling linuxdcpp

2008-11-30 Thread Daniel E. Macks
Martin Costabel [EMAIL PROTECTED] said:
 Martin Costabel wrote:
 []
 more input. Maybe this scons thing does not work with python26; I'll 
 test further.

 This is now confirmed. The scons system has in 
 /sw/lib/scons-1.0.1/SCons/Environment.py a horribly complicated Append() 
 function for constructing compiler flags, and this does not work with 
 python-2.6. Thus the package needs a

 BuildConflicts: python

 fink remove python let the build proceed until it crashed with the

Sounds like problem is with scons (and likely to plague other packages
that use it). Could you check if patching first line of /sw/bin/scons:

-#! /usr/bin/env python
+#!/usr/bin/python

allows this thing to build with python (= 1:2.6) installed?

dan

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Can't Build aquaterm-1.0.1-3 (OS 10.4.11)

2008-09-03 Thread Daniel E. Macks
Alexander Hansen [EMAIL PROTECTED] said:
 Jonathan Levi, M.D. wrote:
 Can anyone help?

 Setting up fink-buildlock-aquaterm-1.0.1-3 (2008.08.29-11.12.32) ...
 gzip -dc /sw/src/aquaterm_src.1.0.1.tar.gz | /sw/bin/tar -xf - 
 --no-same-owner --no-same-permissions
 echo nothing to do here, everything is done in the installscript
 nothing to do here, everything is done in the installscript
 /bin/rm -rf /sw/src/fink.build/root-aquaterm-1.0.1-3
 /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/sw
 /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/DEBIAN
 /usr/sbin/chown -R root:admin /sw/src/fink.build/root-aquaterm-1.0.1-3
 /var/tmp/tmp.1.D9nqTF
 ++ test powerpc = powerpc
 ++ echo ppc
 + xcodebuild install -target AquaTerm -configuration Deployment 
 DSTROOT=/sw/src/fink.build/root-aquaterm-1.0.1-3 
 INSTALL_PATH=/sw/Applications 
 DYLIB_INSTALL_NAME_BASE=/sw/Library/Frameworks 
 GCC_PREPROCESSOR_DEFINITIONS=AQT_APP ARCHS=ppc
 === BUILDING NATIVE TARGET AQTFwk WITH CONFIGURATION Deployment ===

 Checking Dependencies...
 SDK package /Developer/SDKs/MacOSX10.4u.sdk does not exist
 error: There is no SDK at specified SDKROOT path 
 '/Developer/SDKs/MacOSX10.4u.sdk'
 ** BUILD FAILED **

 TIA, Jonathan

   
 The error message suggests that you're missing the Mac OS 10.4 Universal
 SDK from Xcode.  See if fink list -t system-sdk shows the virtual
 package corresponding to this SDK, system-sdk-10.4-universal, as
 installed or not.

 We probably ought to add this as a BuildDepend.  It looks like this is
 needed on 10.5 as well, though for my test, in which I renamed
 /Developer/SDKs/MacOSX10.4u.sdk to something else, the package silently
 misbuilt instead of failing at configure time. 

It appears that the SDK is only needed if one is on 10.5 and is trying
to build a binary that would be portable back to 10.4 machines and/or
would be a fat binary. Fink doesn't support either of those two
things. I committed an updated aquaterm-1.0.1-4 (test-built on 10.4
and 10.5 thanks akh!) that does not appear to need the 10.4u SDK.

dan

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failure to install plplot-5.8.0

2008-08-22 Thread Daniel E. Macks
Daniel Macks [EMAIL PROTECTED] said:
 On Fri, Aug 22, 2008 at 02:20:12PM -0400, Alexander Hansen wrote:
 On Aug 22, 2008, at 11:05 AM, Robert Varner wrote:
  On Thu, Aug 21, 2008 at 03:43:56PM -0400, Robert Varner wrote:
  The package plplot-58-1010 fails to install during a source  
  build.  The
  error is below.  The target machine is OS X 10.5.4 on Intel.  Does
  anyone have an idea how I might work around this?
 
 
  ==Small excerpt from the build  
  log==
  usr/sbin/chown -R root:admin /sw/src/fink.build/root-plplot- 
  dev-5.8.0-1010
  Use of uninitialized value in list assignment at /sw/lib/perl5/ 
  Fink/PkgVersion.pm line 4963, STDIN line 1.
  mkdir -p /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/share/ 
  doc; ln -s plplot-shlibs /sw/src/fink.build/root-plplot- 
  dev-5.8.0-1010/sw/share/doc/plplot-dev
  Use of uninitialized value in list assignment at /sw/lib/perl5/ 
  Fink/PkgVersion.pm line 4963, STDIN line 1.
  /usr/bin/install -d -m 755 /sw/src/fink.build/root-plplot- 
  dev-5.8.0-1010/sw/bin
  /bin/mv /sw/src/fink.build/root-plplot-5.8.0-1010/sw/bin/plplot- 
  config /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/bin/
  /bin/mv /sw/src/fink.build/root-plplot-5.8.0-1010/sw/bin/ 
  plplot_libtool /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/bin/
  /usr/bin/install -d -m 755 /sw/src/fink.build/root-plplot- 
  dev-5.8.0-1010/sw
  /bin/mv /sw/src/fink.build/root-plplot-5.8.0-1010/sw/include /sw/ 
  src/fink.build/root-plplot-dev-5.8.0-1010/sw/
  /usr/bin/install -d -m 755 /sw/src/fink.build/root-plplot- 
  dev-5.8.0-1010/sw/lib
  /bin/mv /sw/src/fink.build/root-plplot-5.8.0-1010/sw/lib/*. 
  {a,la,dylib} /sw/src/fink.build/root-plplot-dev-5.8.0-1010/sw/lib/
  /usr/bin/install -d -m 755 /sw/src/fink.build/root-plplot- 
  dev-5.8.0-1010/sw/lib/python2.5/site-packages
  /bin/mv /sw/src/fink.build/root-plplot-5.8.0-1010/sw/lib/python2.5/ 
  site-packages/*.{a,la} /sw/src/fink.build/root-plplot- 
  dev-5.8.0-1010/sw/lib/python2.5/site-packages/
  mv: rename /sw/src/fink.build/root-plplot-5.8.0-1010/sw/lib/ 
  python2.5/site-packages/*.a to /sw/src/fink.build/root-plplot- 
  dev-5.8.0-1010/sw/lib/python2.5/site-packages/*.a: No such file or  
  directory
  mv: rename /sw/src/fink.build/root-plplot-5.8.0-1010/sw/lib/ 
  python2.5/site-packages/*.la to /sw/src/fink.build/root-plplot- 
  dev-5.8.0-1010/sw/lib/python2.5/site-packages/*.la: No such file  
  or directory
  ### execution of /bin/mv failed, exit code 1
 
 Aha!  Based on this result I tried rebuilding plplot without the fink  
 python package installed.  That failed.  But when I installed  
 python it worked.  That appears to be an appropriate workaround at  
 any rate, pending the fix.

 Yup...I'm on it. There are also some dep problems, will try to get it
 cleaned up in a few hours.

Should be fixed in plplot-5.8.0-1011

dan

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



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] kxmleditor run-time problems

2008-06-24 Thread Daniel E. Macks
Alexander K. Hansen [EMAIL PROTECTED] said:
 On 7/10/06, Steven Martin [EMAIL PROTECTED] wrote:

 I recently tried to install the latest (unstable) version of
 kxmleditor (1.1.4-1025).
 It compiles and builds fine but I get the following run-time error
 when starting:

 kdecore (KLibLoader): WARNING: KLibrary: dlsym(0x1113c0,
 init_libkxmleditorpart): symbol not found
 kdecore (KLibLoader): WARNING: The library libkxmleditorpart does not
 offer an init_libkxmleditorpart function.
 kxmleditor: FATAL: KXMLEditorShell::KXMLEditorShell no libkxmleditorpart 
 found
 KCrash: crashing... crashRecursionCounter = 2
 KCrash: Application Name = kxmleditor path = unknown pid = 23628

 I am using the latest version of FINK (0.8.1) on a Tiger machine (10.4.7)
 I also installed the latest version of kdebase3.

 Same here (PowerPC).  I tried to rebuild kxmleditor, but that didn't help.

kxmleditor-1.1.4-1029 was still broken for me on 10.4/powerpc, I
committed reivison 1030 that seems to work.

dan

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



-
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-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] listing packages nothing depends on?

2008-02-21 Thread Daniel E. Macks
Lars Eggert [EMAIL PROTECTED] said:
 Hi,

 is there a way to list those installed packages that no other  
 installed package depends on?

I think 'fink list --dotty' will give a list of all dependencies, so
you could cut that apart to find all depended-on packages and grep
them out of the 'fink list' list of all packages. I don't know if
--dotty is Depends or BuildDepends (or if that's controllable), but at
worst, just gotta hack a line or two in Engine.pm to use both fields
together.

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 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] X 10.5 fink unable to install xml-sax-pm588-0.15-2

2007-11-24 Thread Daniel E. Macks
Sean Lake [EMAIL PROTECTED] said:
 Martin Costabel wrote:
 Christopher Swingley wrote:
 Sean,

 * Sean Lake [EMAIL PROTECTED] [2007-Nov-23 20:51 AKST]:
 update-perl588-sax-parsers: adding Perl SAX parser module info file 
 of XML::SAX::PurePerl...
 Can't locate object method save_parsers_debian via package 
 XML::SAX at /sw/sbin/update-perl588-sax-parsers line 97.

 I had the same problem earlier today.  I believe the problem is that
 Perl is using the module that now comes with Leopard, which doesn't have
 the save_parsers_debian method in it.
 
 This doesn't seem to be systematic, though. For me, xml-sax-pm588 
 installs without error on 10.5.
 

 Is there, perhaps, a missing dependency then? Did you build install from 
 a clean slate fink install?

I just committed xml-sax-pm* 0.15-3 that seems to solve the
problem. There was a bug in the update-perl588-sax-parsers script that
failed to add fink's perl-modules libraries properly to the library
search path. *If* one had the path set already, the proper module
would be found anyway, but if not, then the mis-setting of it would
leave Apple's version detected instead.

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-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] unable to compile showimg due to autoconf version error

2007-10-14 Thread Daniel E. Macks
Alexander K. Hansen [EMAIL PROTECTED] said:
 Hamster wrote:
 On 09/09/2007, Benjamin Reed [EMAIL PROTECTED] wrote:
   
 it looks like showimg needs to be patched to understand gnu autoconf
 2.6x; recent kde admin/ directories already support this.

 The maintainer should be able to update it pretty easily to use a new
 admin dir and it should work fine.

 I don't mean to sound rude or ungrateful or anything,  but it's now a
 month later and showimg still doesn't compile because of that autoconf
 version problem.

 I'm doing a presentation soon and was hoping to use showimg as part of it.

 You would need to edit Fink's package description file (whose location
 you can find via fink dumpinfo -finfofile showimg) and modify it to use
 a current KDE admindir.

 The maintainer (who was indeed cc'ed on the initial reply to your
 message) has had a health crisis in the interval, and updating packages
 was kind of at the bottom of the queue until recently. 

 Is there an alternative you could use if we can't get it updated quickly?

I updated fink's showimg package to (I think!) fix this build problem.

dan

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



-
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-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] obsolete glib2?

2007-03-01 Thread Daniel E. Macks
Daniel Macks [EMAIL PROTECTED] said:
 On Thu, Mar 01, 2007 at 08:58:35PM +0100, Claus Atzenbeck wrote:
 Hi all,
 
 I experienced a strange behavior: cleanup --all wants to remove glib2.
 I am surprised that it is supposed to be removed, since many packages
 depend on it. Here is what I see:
 
 ~~
 $ fink cleanup --all
 [...]
 The following 1 obsolete package(s) will be removed:
glib2  2.12.9-1  Handy library of utility functions
 
 /sw/bin/dpkg-lockwait --purge glib2
 dpkg: Abhangigkeitsproblem verhindert das Loschen von glib2:
  pango1-xft2 hangt ab von glib2 (= 2.6.6-).
 [lots more]

 Due to a reorganization of the glib2* package set, the glib2 package
 itself no longer contains any files--there is no (longer:) any reason
 for any package to need or want it. However, some packages have not
 yet been adjusted by their maintainers for this new glib2* layout. You
 are seeing a symptom of those un-adjusted packages...no harm in having
 an empty package installed. For more information, see:

   http://wiki.finkproject.org/index.php/Fink:Packaging:Obsolete_Packages

 and (I think) 'fink info glib2'.

Note that this is the result of a *change* to the package layout, not
just a belated observation that glib2 has never had anything in it. So
one has to update the dependencies _to require the version that has
the new layout_, not just change the package-name listed in the
dependency.

dan

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



-
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.phpp=sourceforgeCID=DEVDEV
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Wireshark availability for 10.3.x? (was Re: Spread the word.)

2006-08-21 Thread Daniel E. Macks
John Courcoul [EMAIL PROTECTED] said:

 Following up on Wireshark, will there be a backport of that project
 for 10.3/Panther users? If so, is there any timeframe for its
 availability?

 According to the package tracker off the main Fink homepage, it is
 currently only available on the 10.4/Unstable/Source tree. I don't
 have a problem with Source, but I haven't had a chance to upgrade to
 Tiger yet.

Max finished fixing some bugs in the wireshark (and wireshark-ssl)
packages on 10.4, and I just committed them to 10.3 after verifying
that they build and seem to run.

Please let us know how they work for you.

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=lnkkid=120709bid=263057dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] inkscape SVG problems

2006-07-18 Thread Daniel E. Macks
Jens Noeckel [EMAIL PROTECTED] said:
 some more feedback on inkscape:

 I had mentioned earlier that there's a problem concerning gradients  
 in svg images created by inkscape not showing up properly in Adobe  
 Illustrator. However, this only happens when the gradient also  
 affects the alpha channel. If I keep the opacity at 100% across the  
 gradient, then Illustrator seems to reproduce the gradient OK.  
 Moreover, it seems that sodipodi has no trouble with the alpha  
 channel. So I guess I shouldn't call this a bug in inkscape - it may  
 be a bug in Illuatrator.

 However, I still see one problem with inkscape:
 When I open some file in inkscape and choose the menu item Effects   
 Fretboard Designer, and any submenu from within there, I get the  
 following Error message:

 The inkex.py module requires PyXML. Please download the latest  
 version from http://pyxml.sourceforge.net/.

 When building inkscape, I had pyxml-py24 installed. I now installed  
 the py23 version but it didn't help (haven't rebuilt inkscape yet,  
 though).

I'm pretty sure it's a runtime issue, nothing to do with inkscape's
build. What version (if any) of the python package do you have
installed?  I'm thinking you have none (though you have a python2.4,
and if that's true, that installing python version 1:2.4 or higher
could solve the problem.

dan

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



-
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.phpp=sourceforgeCID=DEVDEV
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Can anyone build gdl-0.8.11-1006 in 10.4 (PPC)?

2006-06-27 Thread Daniel E. Macks
sebastien masson [EMAIL PROTECTED] said:
 Martin Costabel costabel at wanadoo.fr writes:
 
 I am getting the same error; maintainer CCed.
 Could be a xcode-2.3 bug (or feature), probably not easy to fix.

 I get exactly the same error... any news???

Package is busted on 10.3 as well, but for a different reason:

basic_fun.cpp:1731: error: `isfinite' undeclared (first use this function)
basic_fun.cpp:1731: error: (Each undeclared identifier is reported only once
   for each function it appears in.)

That's apparently a gcc3.3 buglet, but don't know how to solve it
successfully.

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=lnkkid=120709bid=263057dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] rosegarden build problems

2006-06-22 Thread Daniel E. Macks
Bill Huey [EMAIL PROTECTED] said:
 rosegardentransport.cpp:22:29: rosegardenlabel.h: No such file or
 directory
 make[3]: *** [rosegardentransport.o] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 ### execution of make failed, exit code 2
 Removing build lock...
 /sw/bin/dpkg-lockwait -r fink-buildlock-rosegarden-4-0.9.9-2
 (Reading database ... 67185 files and directories currently installed.)
 Removing fink-buildlock-rosegarden-4-0.9.9-2 ...
 Failed: phase compiling: rosegarden-4-0.9.9-2 failed

That package was removed from the 10.4 distro as being unbuildable. I
just talked to the Maintainer who confirmed it's not gonna be fixed
soon, so I guess it's gotta be removed from 10.4-transitional as well.
Sorry:(

dan

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



All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: gtk2-pm581

2006-04-05 Thread Daniel E. Macks
Is fixed now in gtk2-pm581-1.120-2 (on 10.3 and 10.4-transitional) and
-1002 (on 10.4). Propagation likely delayed as cvs.sf struggles back
from the dead...

dan

Daniel Macks [EMAIL PROTECTED] said:
 Sounds like it. At the moment, developer CVS access is disabled due to
 a SourceForge hardware failure. When they fix their problem, we can
 easily fix ours...

 dan

 On Thu, Mar 30, 2006 at 06:52:38PM -0600, Robert T Wyatt wrote:
 In the 10.3 tree, I believe gtk2-pm581 needs its versioned dependency on 
 glib-pm581 bumped (builds fine after updating glib-pm581 -- maintainer 
 cc'd):
 
 from dumpinfo:
 depends: perl581-core, xml-parser-pm581, xml-writer-pm, glib2-shlibs, 
 libgettext3-shlibs, libiconv, x11, gtk+2-shlibs, atk1-shlibs, 
 pango1-xft2-shlibs, glib-pm581 (= 1.104-1)
 
 
 from build failure:
 
 Checking if your kit is complete...
 Looks good
 MakeMaker FATAL: prerequisites not found (Glib 1.120)
 
Please install these modules first and rerun 'perl 
 Makefile.PL'.
 ### execution of /usr/bin/perl5.8.1 failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-gtk2-pm581-1.120-1
 (Reading database ... 301859 files and directories currently installed.)
 Removing fink-buildlock-gtk2-pm581-1.120-1 ...
 Failed: phase compiling: gtk2-pm581-1.120-1 failed
 
 Before reporting any errors, please run fink selfupdate and
 try again.  If you continue to have issues, please check to see if the
 FAQ on fink's website solves the problem.  If not, ask on the fink-users
 or fink-beginners mailing lists.  As a last resort, you can try e-mailing
 the maintainer directly:
 
 Hisashi T Fujinaka [EMAIL PROTECTED]
 
 
 $ fink list glib
 Information about 5790 packages read in 8 seconds.
  i   glib 1.2.10-18 
 Common C routines used by Gtk+ and other libs
 (i)  glib-pm581   1.120-1 
 Glib:: perl module (bindings for glib2)
  glib-pm586   1.120-1 
 Glib:: perl module (bindings for glib2)
  i   glib-shlibs  1.2.10-18 
 Common C routines used by Gtk+ and other libs
  i   glib22.8.6-1 
 Handy library of utility functions
  i   glib2-dev2.8.6-1 
 Handy library of utility functions
  i   glib2-shlibs 2.8.6-1 
 Handy library of utility functions
  glibmm2.42.6.1-1 
 C++ interface for the gtk+2 library
  glibmm2.4-dev2.6.1-1 
 C++ interface for the gtk+2 library
  glibmm2.4-shlibs 2.6.1-1 
 C++ interface for the gtk+2 library
  i   glibwww  0.2-15 
 Set of register/unregister functions
  i   glibwww-shlibs   0.2-15 
 Set of register/unregister functions
  taglib   1.4-11 
 Audio meta-data library
  taglib-shlibs1.4-11
 
 
 
 ---
 This SF.Net email is sponsored by xPML, a groundbreaking scripting language
 that extends applications into web and mobile media. Attend the live webcast
 and join the prime developer group breaking into this new coding territory!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
 ___
 Fink-users mailing list
 Fink-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/fink-users

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



 ---
 This SF.Net email is sponsored by xPML, a groundbreaking scripting language
 that extends applications into web and mobile media. Attend the live webcast
 and join the prime developer group breaking into this new coding territory!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642


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




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: error installing qcad-2.0.1.3-1-2

2006-02-06 Thread Daniel E. Macks
Martin Costabel [EMAIL PROTECTED] said:
 Markus Kamp wrote:
 Hi, folks
 
 I've tried to install qcad-2.0.1.3-1-2 (on Tiger, XCode 2.2) and got the 
 following error...
 Does someone know what to do about it?

 Yes, see the thread from last May:
http://www.mail-archive.com/fink-users@lists.sourceforge.net/msg18959.html
 Unfortunately, this package doesn't seem to be actively maintained nowadays.

I see there's a new version (2.0.5.0-1) available. So the first
approach for someone who wants to solve this would be to upgrade the
fink pacakage.

dan

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




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: openexr chokes on itself

2006-01-23 Thread Daniel E. Macks
Martin Costabel [EMAIL PROTECTED] said:
 Building the recently updated openexr-1.2.2-21 in 
 10.4-transitional/unstable doesn't build, because it tries to link to 
 its old installed version:

 /bin/sh ../libtool --mode=link g++-3.3 -pipe  -g -O2 -Wno-long-double 
 -L/sw/lib -o exrheader -L../Iex -L../Half -L../Imath -L../IlmImf 
 -lIlmImf -lImath -lHalf -lIex -lz main.o
 mkdir .libs
 g++-3.3 -pipe -g -O2 -Wno-long-double -o exrheader main.o 
 -Wl,-bind_at_load  -L/sw/lib 
 -L/sw/src/fink.build/openexr-1.2.2-21/OpenEXR-1.2.2/Iex 
 -L/sw/src/fink.build/openexr-1.2.2-21/OpenEXR-1.2.2/Half 
 -L/sw/src/fink.build/openexr-1.2.2-21/OpenEXR-1.2.2/Imath 
 -L/sw/src/fink.build/openexr-1.2.2-21/OpenEXR-1.2.2/IlmImf 
 /sw/lib/libIlmImf.a /sw/lib/libImath.a /sw/lib/libHalf.a 
 /sw/lib/libIex.a -lz
 ld: Undefined symbols:
 __ZN3Imf8TimeCodeC1ERKS0_
 __ZNK3Imf7KeyCode10perfOffsetEv
 [many more undef'ed symbols]
 make[1]: *** [exrheader] Error 1
 make: *** [all-recursive] Error 1
 ### execution of make failed, exit code 2
 Failed: phase compiling: openexr-1.2.2-21 failed

Fixed.

dan

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




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: oaf on 10.4

2006-01-18 Thread Daniel E. Macks
Robert T Wyatt [EMAIL PROTECTED] said:
 I think I've seen this error before, but I have to take off to play 
 music with the boys. I'll check the archives when I get home later to 
 see if I can find previous mention of this, but in the meantime on 
 10.4.4 with Xcode2.2 and fink 24.99.cvs I have:

 checking host system type... powerpc-apple-darwin8.4.0
 checking for gcc... gcc
 checking for C compiler default output... a.out
 checking whether the C compiler works... configure: error: cannot run C 
 compiled programs.
 If you meant to cross compile, use `--host'.
 ### execution of ./configure failed, exit code 1
 Failed: phase compiling: oaf-0.6.10-37 failed

Yup, I accidentally copied part of the 10.3 .info file into the 10.4
one:( Should be all fixed now...check that oaf.info contains only one
SetLIBS line that is not commented out.

dan

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




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Install 10.2 package on 10.3

2005-12-27 Thread Daniel E. Macks
Alan Robinson [EMAIL PROTECTED] said:
 I have Mac OS X 10.3 installed, and would like to install the ncbitools 
 package,
 which is only available under 10.2 unstable.  Is it possible to do this?

Also, there are much newer versions available from its website. There
appears to be an upgraded version in the submissions queue, flagged
Awaiting Update from Submitter for over a yaer now:(

https://sourceforge.net/tracker/?group_id=17203atid=414256func=detailaid=1018428

dan

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




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Install 10.2 package on 10.3

2005-12-27 Thread Daniel E. Macks
Alexander K. Hansen [EMAIL PROTECTED] said:
 On 12/27/05, Alan Robinson [EMAIL PROTECTED] wrote:

 I have Mac OS X 10.3 installed, and would like to install the
 ncbitools package, which is only available under 10.2 unstable.  Is
 it possible to do this?

 You can try it--you'd want to copy the package's .info and .patch file
 (if present) from 10.2/unstable/main/finkinfo/sci to
 10.3/local/main/finkinfo.

 If it works, let us know and somebody can see about adding it to 10.3
 (and maybe 10.4).

Builds for me and the included demo script works, so I just uploaded
it to the 10.3 distro. Will maybe take a few hours to propagate to the
selfupdate server mirrors.

dan

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




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: [NOTsolved] error processing shared-mime-info

2005-11-29 Thread Daniel E. Macks
Martin Costabel [EMAIL PROTECTED] said:
 Andreas Dittrich wrote:
 []
 there you go:
 http://www.informatik.hu-berlin.de/~dittrich/shared-mime-info.txt

  From this it is clear that the bug is in the distcc package (maintainer 
 CCed):

A new distcc package was just released (2.18.3-4 I think) that should
fix this bug. Please delete the shared-mime-info.info file you have
been editing (otherwise when fink selfudates, it will not ever be able
to update that file) and see if you can 'fink rebuild' it after you
selfupdate and update your distcc package if you still use it.

dan

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




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Fink selfupdate installs 10.3 not 10.4 on Tiger and reports version 0.7.2

2005-08-13 Thread Daniel E. Macks
David Abernethy [EMAIL PROTECTED] said:
 Hi
 I'm running Tiger 10.4.2 on an ibook and had upgraded from 10.3.  I  
 had a working fink installation from 10.3 and followed the  
 suggestions on the fink homepage to update.
 First I tried fink selfupdate, got the error message about GCC v4.0 so
 ran the /Developer/Tools/uninstall-devtools.pl script and did a basic  
 install of the XCode 2.0 tools from the Tiger upgrade DVD and rebooted.
 Ran fink selfupdate, and noticed it was installing 10.3 but let it run

 fink -V reports
 Package manager version: 0.23.8
 Distribution version: 0.7.2

 - shouldn't this be 0.8, and the base package file presumably 10.4

 There is no particular problem with deleting /sw but is there a  
 quicker fix?

Did running /sw/lib/fink/postinstall.pl, as mentioned on the homepage
in the paragraph beginning Users upgrading to 10.4 help?

dan

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




---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: gnome-app menu problem

2005-08-11 Thread Daniel E. Macks
Stan Sanderson [EMAIL PROTECTED] said:
 OS 10.3.9, xFree86, unstable branch, all updates current  , normal Fink 
 install.

 Problem: the contents of my Gnome 2.6 Applications menu have 
 disappeared. Clicking on Applications simply highlights the word; no 
 drop-down menu appears.

 The Actions menu works. I can use it to Run Application, calling 
 them as in command line. I can also use the actions menu to start 
 gnome-terminal and run applications directly. So far as I can tell, the 
 applications I have tried are running normally.

 I do not know when the problem first occured, but believe it was within 
 the past week.

 I would be grateful for suggestions as to how to proceed. I have tried 
 trashing my local preferences.

I *think* this is due to a change in how GNOME arranged their menu
packages. Starting in GNOME2.10 (approximately) they have a
gnome-menus package that provides the basic menus and infrastructure
for other menus. This package implements the same standards that KDE
does, and so it now conflicts with our kde packages: it installs files
with the same names, but different contents:( As well, there are
environment variables that affect this desktop standard that no fink
packages seem to implement or handle consistently. We're working on
it, but we don't really understand it, so we have not added
gnome-menus to fink yet. You could regain your old menus by reverting
to a lower version of [some package], but I dunno which one.

dan

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




---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: matplotlib-0.83.1 build failure

2005-07-28 Thread Daniel E. Macks
Derek Homeier [EMAIL PROTECTED] said:

 I found I had matplotlib-py2*_0.80-1 still installed on my PB,
 though the .debs were gone (did not expect that fink cleanup would
 remove the .deb of a package that is currently installed, and I
 don't think it should!).

I don't think so either.

I rewrote 'fink cleanup' for the future fink-0.25, and just patched it
to preserve the .deb for *all* installed packages, not just those that
have their .info file present.

dan

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




---
SF.Net email is Sponsored by the Better Software Conference  EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: selfupdate-cvs broken

2005-07-25 Thread Daniel E. Macks
Richard C. Cobbe [EMAIL PROTECTED] said:
 OS X 10.4.2
 XCode 2.0
 Package manager version: 0.23.10
 Distribution version: 0.8.0.rsync

 Fresh fink installation on a fresh 10.4 installation.  I'm tracking
 stable, but I need to install msmtp and a couple of other packages that
 are only available in unstable.  Unfortunately, selfupdate-cvs isn't
 working right now:

The first item in the SourceForge Site Status, is linked from the
SF.net Resources sidebar of all http://sourceforge.net pages, notes:

  As of 2005-07-27 anonymous access to CVS for projects starting with
  l, s, f, b, r, k is currently offline.

dan

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




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: selfupdate-cvs broken

2005-07-25 Thread Daniel E. Macks
Richard C. Cobbe [EMAIL PROTECTED] said:

 Right; I normally use rsync, but I don't want to switch my entire
 installation over to the unstable tree, so I don't have much choice.

Choice of selfupdate method is orthogonal to use of unstable vs stable.

dan

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




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: glib2-2.6.4-103 Bus Error

2005-06-30 Thread Daniel E. Macks
I just upgraded fink's glib2 package to 2.6.5. A quick read of the
ChangeLog didn't reveal anything that seemed relevant to the bug at
hand, but I don't understand the bug, and no reason to debug an
outdated version.

dan

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




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Which e-mail client to use?

2005-06-02 Thread Daniel E. Macks
Richard Cobbe [EMAIL PROTECTED] said:
 On Thu, Jun 02, 2005 at 12:10:44PM +0400, Clemence Magnien wrote:
 
 The problem with mutt is, it downloads the messages' headers every
 time it is launched, which on a dial-up connection takes a very long
 time.

 I believe that more recent versions of Mutt support caching of IMAP
 headers, so you may want to give them a look.  These versions aren't in
 Fink, so you'd have to build them yourself, but that shouldn't be that
 hard.

Clemence, I see you already found comp.mail.mutt:) If you get a newer
version of mutt compiled, please (try to) contact the maintainer of
fink's package so we can update it (of he's AWOL, you can take over as
maintainer and submit a new pkg yourself).

dan

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




---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: pdftex.cfg missing

2005-04-04 Thread Daniel E. Macks
Alexander K. Hansen [EMAIL PROTECTED] said:

 This is the one instance where having UseBinaryDist on can be a 
 problem:  if you've deleted a local .deb file and fink gets a little 
 confused.
 (I've experienced this one for myself)

Is this due to the apt list getting out-of-sync with reality (solved
by fink scanpackages)?

dan

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




---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: pdftex.cfg missing

2005-04-04 Thread Daniel E. Macks
Alexander K. Hansen [EMAIL PROTECTED] said:

 This is the one instance where having UseBinaryDist on can be a 
 problem:  if you've deleted a local .deb file and fink gets a little 
 confused.
 (I've experienced this one for myself)

Is this due to the apt list getting out-of-sync with reality (solved
by fink scanpackages)?

dan

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




---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: How correctly finish interruped deb package build?

2005-01-04 Thread Daniel E. Macks
David M.Wood [EMAIL PROTECTED] said:

 I've had some problems lately with cc1 crashing during lengthy builds
 of fink packages.  [The CrashReporter window opens.]  To my surprise, I 
 have found that a 'make all' in the src directory will often complete.

I've seen this happen...no pattern, and retrying the whole build
process usually does not crash there (though sometimes at another
point). It's Apple's compiler, so please file a bug report with them.

dan

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




---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: compiling soqt21-1.2.0-1

2004-12-09 Thread Daniel E. Macks
Kurt Schwehr [EMAIL PROTECTED] said:
 Hmmm... fileutils has been causing trouble for a
 number of packages that I maintain (e.g. tclx).

The /sw/bin/install from Fink's fileutils pkg has different
commandline options than the /usr/bin/install that comes with OS
X. And as you notice, install finds Fink's if it is present. So if
you really want OS X's regardless of whether Fink's is exists, just
call it by its full path: /usr/bin/install instead of just install.
Doesn't even require a revision bump!

dan

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




---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: More on compress-zlib-pm581 (or pm584)

2004-12-08 Thread Daniel E. Macks
Jonathan Levi MD [EMAIL PROTECTED] said:
[...]
 make test
 PERL_DL_NONLAZY=1 /sw/bin/perl5.8.4 -MExtUtils::Command::MM -e 
 test_harness(0, 'blib/lib', 'blib/arch') t/*.t
[...]
 Failed TestStat Wstat Total Fail  Failed  List of Failed
 ---
 t/01version.t 11 100.00%  1
 t/02zlib.t  2391   0.42%  1
 t/04encoding.t   151   6.67%  1
 t/05gzsetp.t 111   9.09%  1
 t/06gzdopen.t231   4.35%  1

The test appears to be a sanity check of the libz library version. The
failure indicates a mismatch between the header and code.

The module compiles and links its own libz code, but some file from a
zlib in another location on your system is leaking into the build
process. Do you have a /usr/local present? Do you have fink's zlib
package installed?

dan

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




---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: inkscape 0.39-1 unstable - URI - make test - failed?

2004-11-14 Thread Daniel E. Macks
Marcus Hauer [EMAIL PROTECTED] said:
 
 the error looks like this:
 
 t/sipok
 t/split..ok
 t/storable...ok
 t/urn-isbn...skipped
  all skipped: Needs the Business::ISBN module installed
 t/urn-oidok
 Failed 1/30 test scripts, 96.67% okay. 2/447 subtests failed, 99.55%  
 okay.
 Failed Test   Stat Wstat Total Fail  Failed  List of Failed
  
 ---
 t/heuristic.t   152  13.33%  6-7
 1 test skipped.
 make: *** [test_dynamic] Error 45
 ### execution of make failed, exit code 2

Actually the error is a few lines before that (ok and skipped
aren't errors). Probably t/heuristic #6?

 Failed: compiling uri-pm581-1.30-11 failed

1.33-1 has been in 10.3/unstable for a while. It's supposed to fix
this problem. I just patched 1.33-1 with an even better fix...you can
recognize the presence of this patch by seeing this:

  t/heuristic..ok  
  1/15 skipped: because it is not unreliable

Alternatively, you can disconnect your network while building this
pkg; this particular broken test will always pass if there is no
network connection.

dan

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




---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: CART

2004-10-01 Thread Daniel E. Macks
payam [EMAIL PROTECTED] said:
 
 This is off topic, but I can't think of anywhere else to turn. I can't find 
 any Classification and Regression Trees (CART) software as part of the fink 
 distribution. Does anyone know if such a package is distributed through 
 fink? If no, then can anyone recommend a package that can be compiled and 
 run on Panther? 

Searching google for:
  classification and regression trees os x
gives a couple of hits. Fink has R (the r-base package).

dan

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




---
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-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: fink selfupdate fails

2004-10-01 Thread Daniel E. Macks
Niklas Saers [EMAIL PROTECTED] said:
 When trying to update fink, I get the following error. Any suggestions 
 on how I should go about to solve this?
 
 # fink selfupdate
[...]
 cvs -q -z3 update -d -P
 *** malloc: vm_allocate(size=2684354560) failed (error code=3)
 *** malloc[4026]: error: Can't allocate region
 cvs [update aborted]: can not reallocate 2684354560 bytes
 ### execution of cvs failed, exit code 1
 Failed: Updating using CVS failed. Check the error messages above.

I've seen scattered reports of this problem. Is it consistent, or does
cvs only fail in this manner sometimes? For some people, installing
the fink cvs package (instead of relying on Apple's cvs) solves it.

But more fundamentally, is there a reason you're using CVS at all?
Unless you have a reason to use CVS, rsync is preferred. See:
  http://fink.sourceforge.net/faq/mirrors.php

dan

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




---
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-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: passwd-20040809-1

2004-09-18 Thread Daniel E. Macks
Hanspeter Niederstrasser [EMAIL PROTECTED] said:
 I needed to install passwd because gdk-pixbuf indirectly depends on
 it and I noticed that several users being installed already existed
 on my 10.3.5 G5.  These are lp, postfix, eppc, qtss, cyrus, and
 mailman.

Also appserver.

 I didn't add them to my system, so they must be part of the stock install

I see them also on my 10.3.5 that has never had Fink and was not an
upgrade from 10.2. The users we add have the same UID as on the base
system.

Note that file ownership within a .deb is stored as numerical ID.

 Should those entries be removed from the 10.3 passwd?  

Probably. 

 Also, since adding users can be potentially nasty if a uid collision
 occurs, would it make sense to splitoff each new user and have them
 depend on something like passwd-common? This way there is more
 granular control as to what users are added by individual packages.

Yes. That's one of many possible improvements and replacements for our
current hacked-together approach that have been discussed, but nobody
has acted upon any of them lately:( See also the Feature Requests
tracker #642075.

dan

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




---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Upgrade ImageMagick Version?

2004-09-10 Thread Daniel E. Macks
Jonathan Levi MD [EMAIL PROTECTED] said:
 
 I'd really like to suggest upgrading our imagemagick pagkages from 
 the 5.5.1-23 and 5.5.6-23 in our respective stable and unstable 
 trees. ImageMagick itself is currently offering 6.0.6-2 Stable, 
 6.0.7 Beta at its web site. I've built 6.0.6-2 myself and have been 
 using it for a week (admittedly, only the convert application) 
 without problems. Why not at least put 6.0.6-2 Stable in our 
 unstable tree?

I see 10.3/unstable just got upgraded to 6.0.7-1.

Regarding our stable tree, we need positive feedback about a package
before we move it to stable. So if you find a package in unstable that
works well but is not in stable, please tell the maintainer or let us
know on fink-devel.

dan

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




---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Building and installation directory.

2004-09-01 Thread Daniel E. Macks
I wonder if, in general, 'python setup.py install --prefix=%i'
is the wrong idiom for the case where one wants to install in a
temp location and then copy to the actual runtime location later.

Looking at the output of 'python2.2 setup.py --help install', I see:
  --prefixinstallation prefix
  --root  install everything relative to this alternate root
  directory

I just tried 'python setup.py install --root=%d' and wound up with
files in %d%p, and the messages embedded in those .pyc contain the
string %p, not %d%p (where before with --prefix=%i, they contained
%i).

dan

Andrea Riciputi [EMAIL PROTECTED] said:
 I's exactly what I'm looking for! But I've not found any mention in 
 Python docs about how I can tell distutils to pass that argument to 
 compile_dir(). Any hints?
 
 On 30 Aug 2004, at 20:57, Daniel Macks wrote:
 
 That's caused by using compileall.compile_dir() with only one
 argument. See /sw/lib/python2.3/compileall.py for details.

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




---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Fink selfupdate trouble

2004-08-09 Thread Daniel E. Macks
Sean Gies [EMAIL PROTECTED] said:
 
 I've been having a little trouble updating fink.  Does anyone have any  
 ideas what's wrong?
 
 [EMAIL PROTECTED]:~ fink selfupdate-rsync
[...]
 I will now run the rsync command to retrieve the latest package  
 descriptions.
[...]
 Reading package info...
 No package name in  
 /sw/fink/dists/stable/main/finkinfo/libs/perlmods/xml-node-pm.info

That is because the fink you are currently running it too old to
recognize that .info file. But that's okay because you are also
downloading and installing newer fink that will be able to handle it.

[...]
 The following package will be installed or updated:
   fink
 curl -f -L -O http://distfiles.master.finkmirrors.net/fink-0.20.6.tar.gz
[...]
 ./Command/chowname.dubious
  Test returned status 0 (wstat 11, 0xb)
 ./Command/failure..dubious
  Test returned status 0 (wstat 11, 0xb)

http://sourceforge.net/mailarchive/forum.php?thread_id=4806806forum_id=3200

dan

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




---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: libicu30?

2004-08-08 Thread Daniel E. Macks
Kevin Burnett [EMAIL PROTECTED] said:
 This week I tried to do a fink update-all, and fink tried to install a 
 package libicu30 which apparently doesn't exist on any of the fink 
 mirrors.
 
 I looked through the archives and saw that someone else had a similar 
 problem back in June, but couldn't find any solution there.
 
 Does anyone know what is going on with it?

I switched libicu30 to using a better server. It's now available both
from this new default server and from the finkmirrors pool. Please
update your package descriptions and see if you can download it
successfully.

dan


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




---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: some packages won't update

2004-07-26 Thread Daniel E. Macks
Joe Heafner [EMAIL PROTECTED] said:
 I'm using the latest version of Fink (distribution 0.7.0.cvs, package  
 manager 0.20.5) under OS 10.3.4. I have only installed packages from  
 source, not from binary and I don't use FinkCommander. I have  
 selfupdate set to cvs. The problem I'm having is that some packages  
 won't update to the latest versions in unstable. I have previously  
 enabled the unstable tree. The web site shows fink 0.20.6-1 as the  
 latest version in unstable, but doing fink selfupdate-cvs doesn't  
 seem to install that version as evidenced by fink list -i. I want the  
 latest python23 packages. Running fink list -i shows version  
 1:2.3.3-23 but the web shite shows version 2.3.4-1 as the latest. It  
 just won't install for me. When I run fink update-all I get No  
 packages to install. When I initially installed the python23 packages,  
 I followed the instructions here:
 
 http://www.uvm.edu/~kchu/?Page=VPython/ 
 BuildingVPython.htmlSM=miscsubmenu.html

That's pretty out-dated. The packages he talks about copying are
already in 10.3/stable; installing the python package is a much
safer way of getting the bin/python link than making it manually;
vpython is already available as a fink package (visual-py23) that
knows how to arrange all its dependencies correctly.

 and everything worked perfectly. I was subsequently able to update with  
 no problems. Now, I'm having problems with certain packages. Am I doing  
 something wrong?

Manually edited files may block fink's selfupdate mechanism from
downloading newer versions of those files. Try deleting the ones you
copied.

dan

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




---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: building Gramps1.0.4

2004-07-15 Thread Daniel E. Macks
Timothy Gregg [EMAIL PROTECTED] said:
 Hi List,
 I am trying to evaluate whether or not Gramps will import my GEDCOM 
 files.  Fink's current unstable version (1.0.3) hangs when trying to 
 import my files (known bug in this version).  Until a package for the 
 1.0.4 build can make it into Fink, I would like to try (blindly) to 
 build it manually using the dependancies already installed by Fink.  I 
 read the FAQ8.3--great, but during configure, it comes back with:
 
 /Users/tmgregg/unixSource/gramps-1.0.4./configure
[snip]
 checking for python... /sw/bin/python
 checking for python version... 2.3
 checking for python platform... darwin
 checking for python script directory... 
 ${prefix}/lib/python2.3/site-packages
 checking for python extension module directory... 
 ${exec_prefix}/lib/python2.3/site-packages
[snip]
 checking Python bindings for GNOME... configure: error:
  The python bindings for GNOME 2.0 (gnome-python2) could not be 
 found.

[snip fink output showing that gnome-python2-py23-2.0.0-11 and
python/python23/python23-shlibs/python23-socket-1:2.3.3-23 installed]

 Is there a step I missed in making a non-Fink build aware of this?  It 
 seems to know about /sw/bin, /sw/lib etc.  Is gnome-python2-py23 
 somewhere else that is not looking?

You can check the config.log file in the directory where you did
'./configure' to see exactly what test program was run and exactly how
it failed. That might give a clue as to what's wrong.

Given that there is already a fink package for some nearby version of
this thing, that package description is probably an excellent starting
point. For 10.3/gramps-1.0.3, that would be:
  /sw/fink/dists/unstable/main/finkinfo/database/gramps.info
and the gramps.patch in that same location. Use that as a guide while
watching what happens when fink builds the package. There may be some
patches and/or env vars and/or configure flags needed to customize for
OS X and/or fink's library locations.

One approach would be to modify that .info file (or a copy of it; make
sure it has the extension .info). Start by assuming 1.0.4 will go
exactly like 1.0.3, then make changes to fix whatever new issues
arise.

Have you contacted the package maintainer? Maybe he's already working
on the new version. Or if not and you get it done, he could put yours
in fink.

dan

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




---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Fink and proxy

2004-07-12 Thread Daniel E. Macks
Julien Salort [EMAIL PROTECTED] said:
 Sebastian Flothow [EMAIL PROTECTED] wrote:
 
 Try appending the port, e.g.:
 ProxyHTTP: http://192.168.1.9:80
 or whatever the port is for your proxy (likely values would be 80, 8080
 and 3128).
 
 Right.
 It now works. Thanks for your help.
 
 However, curl doesn't prompt me for logging in the proxy.
 Maybe I'll try the wget method too...

You can pass username and password info in the proxy URL. I think this
is the syntax for the proxy:

  http://[EMAIL PROTECTED]@server:port

Last I knew (NB: my info is 1 year old), if the URL had username but
no password, curl would prompt for the pw if one was needed, but if
the URL had not even a username, it would not prompt for anything. I
don't know if fink's usage of curl (or wget or other mechanisms)
handles this interaction at all though.

dan

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




---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: can't create temporary directory /tmp/cvs-serv31747

2004-07-06 Thread Daniel E. Macks
Daniel Macks [EMAIL PROTECTED] said:
 On Mon, Jul 05, 2004 at 05:21:59PM -0700, William Scott wrote:
 
 I'm getting the
   can't create temporary directory /tmp/cvs-serv31747
 error on a colleague's machine too.  New install.  /tmp has the 
 canonical permissions.
 
 This *appears* to be a server-side error (i.e., trouble creating this
 directory on cvs.sf.net, not on the local machine).
 It only occurs for anon-CVS access (not fink-developer/sf-user login).
 There are already SF Support Requests open on this issue.

...and they report they have fixed it.

dan

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




---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] How fix-apple-x11 is supposed to work?

2004-07-01 Thread Daniel E. Macks
[EMAIL PROTECTED] (Dominique Dhumieres) said:
 I had my attention attracted by the advertising of fix-apple-x11:
[...]
  Maintainer: Univ. of Tokyo Educational Computing System Tutors [EMAIL PROTECTED]
 
 So far the only visible result I have seen is the following error:
 
 % source .login
 tcsh: DYLD_LIBRARY_PATH: Undefined variable.

For problems with a specific package, often contacting the Maintainer
is the first thing to try (I am cc'ing them). At first glance, it
appears the package has installed a profile.d script that tries to add
data to an environment variable, but forget to consider that not
everyone has that variable already set.

OTOH, setting DYLD_LIBRARY_PATH is known to cause several problems in
general (Maintainer: search the fink-devel and #fink archives or ask
there for more info), so maybe there is a more fundamental problem
with this package.

dan

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




---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Problems upgrading/compiling, as usual

2004-04-29 Thread Daniel E. Macks


Duncan Galloway [EMAIL PROTECTED] said:
 Subject: Problems upgrading/compiling, as usual

That's probably not the best way to get help...

I ran fink selfupdate OK and then went on to fink update-all, but I 
 keep getting this error:
 
 gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK  
 -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include 
 -I/usr/X11R6/include -I/sw/include  -g -O2  -I/usr/X11R6/include   
 -o objects/mbyte.o mbyte.c
 mbyte.c: In function `mb_init':
 mbyte.c:532: error: conflicting types for `_Xmblen'
 /usr/X11R6/include/X11/Xlib.h:99: error: previous declaration of 
 `_Xmblen'
 mbyte.c:532: warning: extern declaration of `_Xmblen' doesn't match 
 global one
 make: *** [objects/mbyte.o] Error 1
 ### execution of (cd failed, exit code 2
 Failed: compiling vim-6.1-16 failed

That problem has been reported before, and I haven't seen mention of a
fix for the fink package for that version of vim (though Google finds
many discussions about this error on many platforms).

 Any tips?

OTOH, I see there is a newer vim version in 10.3/unstable that has
slightly different dependencies. Perhaps give it a try?

I just replaced my XFree86 by following the instructions on 
 the webpage and then doing fink install xfree86. Why is it I can 
 *never* keep this up to date without running into bugs like this?? 
 Here's my setup:
 
 OS X v.10.3.3
  fink --version
 Package manager version: 0.20.0
 Distribution version: 0.7.0.cvs
 
 (this is a bit weird, because I thought I ran fink selfupdate-rsync, 
 and then when it went to selfupdate, it used rsync commands...?)

That field appears to relate to the distribution of Fink itself, not
the way fink acquires package descriptions. The setting for the update
method is visible as the SelfUpdateMethod field of /sw/etc/fink.conf.

dan

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




---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: personal time tracker ?

2004-04-28 Thread Daniel E. Macks
Lloyd Budd [EMAIL PROTECTED] said:
 Hi ,
 
 I am a bit suprised that GnoTime http://gttr.sourceforge.net/ has not 
 been 'fink'ed .

Just so you know, you can request new packages:
  https://sourceforge.net/tracker/?func=browsegroup_id=17203atid=371315

But on closer inspection, there is already a request for GnoTime:
  https://sourceforge.net/tracker/?group_id=17203atid=371315func=detailaid=751085

In which someone reports successful compilation.

dan

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




---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Help Converting DICOM File into a Movie?

2004-03-24 Thread Daniel E. Macks
Jonathan Levi, M.D. [EMAIL PROTECTED] said:
 I have a number of DICOM medical files, which are in the form of 
 multi-frame cine loops. I want to play them back on my Mac, but I 
 don't know any Mac application that can read them.

Googling (dicom mac quicktime) gave me these seemingly-useful hits:

  http://www.mactech.com/news/archivedisplay.mgi?id=01908599
  http://www.apple.com/downloads/macosx/math_science/jboxviewdicomviewer.html

There was a discussion about reading DICOM format on Apple's SciTech
mailing list several months ago. Browse or use their search engine:

  http://www.lists.apple.com/mailman/listinfo/scitech

dan

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




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Tip: proxy passwords with curl

2004-03-11 Thread Daniel E. Macks
The curl that comes with OS X 10.3 appears not to support username and
password in the http_proxy environment variable. That means if a user
(correctly) specifies http://user:[EMAIL PROTECTED]:port when fink tries
to fetch a tarball curl will report an error that implies it is using
the username as the proxy-host. Curl in /usr/bin/curl is 7.10.2 and
there's a note in the ChangeLog

  Fixed in 7.10.6: Changes:
* libcurl supports name and password in proxy environment variables 

so I think one has to upgrade to fink's curl (7.11.0) in order to get
the needed functionality. Gotta either change DownloadMethod (provided
the other ones work) or manual download of the needed file(s) (which
can be seen from watching curl fail:)

dan

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




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: but mozilla-dev only allows things to BuildDepend on it ?

2004-03-11 Thread Daniel E. Macks
Lloyd Budd [EMAIL PROTECTED] said:
 
 WARNING: The package mozilla Depends on mozilla-dev,
   but mozilla-dev only allows things to BuildDepend on it.

You as a fink user can safely ignore any and all of these BuildDepends
violation warnings. They are only meaningful to and fixable (and only
sometimes!) by the maintainers of the package(s) noted. If you want to
tell someone about it, email those maintainers (as listed in fink
desc mozilla for example, or on the fink website package database
pages).

dan

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




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users