Koen van der Drift wrote:
[]
> exile:sci koen$ cvs diff plplot.info
> [EMAIL PROTECTED]'s password:
I still would like to see
cvs stat plplot.info
There were and are quite a few different versions of this on CVS that
all have the same version-revision. BTW, you *are* talking about plplot
-5.
David Fang wrote:
>>> The package update I'm working on:
>>> http://sourceforge.net/tracker/index.php?func=detail&aid=1926383&group_id=17203&atid=414256
>>>
>>> The error message:
>>> Error: package contains a dylib with no corresponding Shlibs entry
>>> (/sw/lib/magic/tcl/exttosim.dylib -> exttosi
>> So it looks like we only get a simple filename, no full path.
>> What corrective action should be taken?
>> I only need this to work as a private shared library for this package.
>
>
> What I had to do to quiet the validator in a more recent related
> problem was include:
> install_name_tool -id
On 27 Mar 2008, at 03:39, Jean-François Mertens wrote:
>
> On 27 Mar 2008, at 03:30, Koen van der Drift wrote:
>>
>> On Mar 26, 2008, at 10:23 PM, Jean-François Mertens wrote:
>>
>>> What does "echo -n A" yield on your system ?
>>
>> exile:~ koen$ echo -n A
>> Aexile:~ koen$ echo -n A
>
> too bad
On 27 Mar 2008, at 03:30, Koen van der Drift wrote:
>
> On Mar 26, 2008, at 10:23 PM, Jean-François Mertens wrote:
>
>> What does "echo -n A" yield on your system ?
>
> exile:~ koen$ echo -n A
> Aexile:~ koen$ echo -n A
too bad .. going to sleep.
JF
-
On Mar 26, 2008, at 10:23 PM, Jean-François Mertens wrote:
> What does "echo -n A" yield on your system ?
exile:~ koen$ echo -n A
Aexile:~ koen$ echo -n A
- Koen.
-
Check out the new SourceForge.net Marketplace.
It's the b
I see a lot of "echo -n" in the part of the configure script I
mentioned..
What does "echo -n A" yield on your system ?
JF
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
j
On Mar 26, 2008, at 9:57 PM, Jean-François Mertens wrote:
>
> On 27 Mar 2008, at 01:21, Koen van der Drift wrote:
>>
>> On Mar 26, 2008, at 12:14 PM, Jean-François Mertens wrote:
>>
>>> Right, wx's cflags are missing from the libtool command (in
>>> particular -I/sw/include/wx-2.8).
>>> Is it rea
On Mar 26, 2008, at 9:01 PM, David Fang wrote:
>>> The package update I'm working on:
>>> http://sourceforge.net/tracker/index.php?func=detail&aid=1926383&group_id=17203&atid=414256
>>>
>>> The error message:
>>> Error: package contains a dylib with no corresponding Shlibs entry
>>> (/sw/lib/magi
On 27 Mar 2008, at 01:21, Koen van der Drift wrote:
>
> On Mar 26, 2008, at 12:14 PM, Jean-François Mertens wrote:
>
>> Right, wx's cflags are missing from the libtool command (in
>> particular -I/sw/include/wx-2.8).
>> Is it really fink's info file you are using for plplot ?? I get
>> there ins
>> The package update I'm working on:
>> http://sourceforge.net/tracker/index.php?func=detail&aid=1926383&group_id=17203&atid=414256
>>
>> The error message:
>> Error: package contains a dylib with no corresponding Shlibs entry
>> (/sw/lib/magic/tcl/exttosim.dylib -> exttosim.dylib 0.0.0)
>>
On Mar 26, 2008, at 12:14 PM, Jean-François Mertens wrote:
> Right, wx's cflags are missing from the libtool command (in
> particular -I/sw/include/wx-2.8).
> Is it really fink's info file you are using for plplot ?? I get
> there instead a command starting without "if " :
Yeah, I checked my l
On Wed, Mar 26, 2008 at 02:21:29PM -0400, David Fang wrote:
> > On Jan 13, 2008, at 8:09 PM, Daniel Johnson wrote:
> >
> >> It doesn't actually check if private libraries are specified. So that's
> >> two
> >> private-shlibs bugs. :)
> >
> > The whitespace bug is fixed in HEAD now, but the deb fi
I wouldn't imagine so. One reason we use dynamic libraries is that
updates, as long as they're compatible with the prior version,
automatically get used--no rebuild needed. If they're not compatible,
then that's another matter.
Juan M. Courcoul wrote:
> After a MAJOR version change like this,
After a MAJOR version change like this, is there any benefit in recompiling all
source (i.e., pick up new libraries & optimizations, etc.), performance or
security-wise?
On Wednesday, March 26, 2008, at 01:44PM, "Randal L. Schwartz" <[EMAIL
PROTECTED]> wrote:
>> "Alexander" == Alexander Ha
> "Alexander" == Alexander Hansen <[EMAIL PROTECTED]> writes:
Alexander> If you're on 0.8.1, then do a final "fink selfupdate" with rsync or
Alexander> cvs updating under OS 10.4 to insure you're on fink-0.27.10,
Alexander> install OS 10.5, and then do "fink reinstall fink ; fink
Alexander> se
Randal L. Schwartz wrote:
> I'm finally about to cut over from 10.4 to 10.5. What will this do
> to my fink install? Do I need to recompile everything? Do I need
> to reinstall? Will it be relatively trivial? Transparent?
>
>
It's relatively straightforward, as long as you're on the 0.8.1
I'm finally about to cut over from 10.4 to 10.5. What will this do
to my fink install? Do I need to recompile everything? Do I need
to reinstall? Will it be relatively trivial? Transparent?
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> ht
Hello,
I know that this problem was submitted to the user list but i can't
find the solution. I can't compil PHP5 on my Intel iMac Alu running
OSX 10.5.2 ang get the following result:
...
/bin/sh /sw/src/fink.build/php5-5.1.4-122/php-5.1.4/apache-build/
libtool --silent --preserve-dup-deps --m
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I've got an update to gnuplot in my experimental directory:
http://www.finkdeveloper.net/svn/users/akh/experimental/
Essentially, generation of the PDF documentation and other items in the
build that need LaTeX are moved to the gnuplot-pdfdocs pack
> On Jan 13, 2008, at 8:09 PM, Daniel Johnson wrote:
>
>> It doesn't actually check if private libraries are specified. So that's two
>> private-shlibs bugs. :)
>
> The whitespace bug is fixed in HEAD now, but the deb file validator is still
> having problems. I think this patch might fix it:
Hi
I was doing a fink install in maintainer mode to test a new package,
and one of the dependencies that got built was
libtheora0-1.0-0.alpha5.1001. It will not install in maintainer mode,
failing with:
Validating .deb dir /sw/src/fink.build/root-libtheora0-
shlibs-1.0-0.alpha5.1001...
Error:
I was doing a fink install in maintainer mode to test a new package,
and one of the dependencies that got built was gstreamer-0.10.
gstreamer-0.10-0.10.12-1021 will not install in maintainer mode,
failing with:
Validating .deb dir /sw/src/fink.build/root-gstreamer-0.10-
shlibs-0.10.12-1021
On 26 Mar 2008, at 16:26, Koen van der Drift wrote:
>> Here ya go :)
>
> ...
> if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
> -I. -I.. -I../include -I../include -I../include -I/sw/lib/
> freetype219/include/freetype2 -I/sw/include/glib-2.0 -I/sw/lib/
> glib-2.0/include
>On 26 Mar 2008, at 14:56, Koen van der Drift wrote:
>> Hi,
>>
>> On my system plplot fails to build because it is unable to find the
>> wx headers (wx.h). According to one of the plplot developers,
>> running wx-config should tell where the headers are:
>>
>> exile:wx koen$ wx-config --cflags
On 26 Mar 2008, at 14:56, Koen van der Drift wrote:
> Hi,
>
> On my system plplot fails to build because it is unable to find the
> wx headers (wx.h). According to one of the plplot developers,
> running wx-config should tell where the headers are:
>
> exile:wx koen$ wx-config --cflags
> -I/us
Hi,
On my system plplot fails to build because it is unable to find the wx headers
(wx.h). According to one of the plplot developers, running wx-config should
tell where the headers are:
exile:wx koen$ wx-config --cflags
-I/usr/lib/wx/include/mac-unicode-debug-2.8 -I/usr/include/wx-2.8
-D_FILE
27 matches
Mail list logo