Re: [Fink-users] Emacs 25: gnuplot mode still missing

2016-10-12 Thread Ingo Thies
On 12.10.2016 23:22, Alexander Hansen wrote:
> 
>> On Oct 12, 2016, at 12:32, Ingo Thies  wrote:
>>
>> Hi all,
>>
>> after installing the most recent Emacs I hoped to get the gnuplot-mode
>> back. However, it still complains about missing gnuplot-mode file. I
>> remember that gnuplot-mode vanished about the time when gnuplot was
>> updated to version 5.0 (January 2015).
>>
>> If gnuplot support has been dropped from Fink, is there a way to
>> manually install the missing file?
>>
>> Best wishes,
>>
>> Ingo
>> -- 
>> ==
>> Ingo Thies, PhD
>> AIfA/HISKP
>> University of Bonn
>> Auf dem Huegel 71, D-53121 Bonn, Germany
>> Tel : +49 (0)228 73-3659
>> Mail: ith...@astro.uni-bonn.de
>>
> 
> I think I see what’s going on here.  Gnuplot upstream changed what they 
> provide:
> 
> find /sw/src/fink.build/gnuplot-4.6.7-3/ -name *.el
> /sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/docs/doc2texi.el
> /sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/docs/gnuplot-eldoc.el
> /sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/lisp/dot.el
> /sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/lisp/gnuplot-gui.el
> /sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/lisp/gnuplot.el
> 
> find /sw/src/fink.build/gnuplot-wxcocoa-qtmac-5.0.5-1/ -name *.el
> /sw/src/fink.build/gnuplot-wxcocoa-qtmac-5.0.5-1//gnuplot-5.0.5/docs/doc2texi.el
> /sw/src/fink.build/gnuplot-wxcocoa-qtmac-5.0.5-1//gnuplot-5.0.5/docs/gnuplot-eldoc.el
> 
> I don’t see a configure option about building it, either, so the best option 
> might be just to remove it altogether.

You mean, abandon gnuplot mode completely? Or do you mean this as an
option to force a rebuild?


Best wishes,

Ingo
-- 
==
Ingo Thies, PhD
AIfA/HISKP
University of Bonn
Auf dem Huegel 71, D-53121 Bonn, Germany
Tel : +49 (0)228 73-3659
Mail: ith...@astro.uni-bonn.de

--
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:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Emacs 25: gnuplot mode still missing

2016-10-12 Thread Alexander Hansen

> On Oct 12, 2016, at 13:22, Peter Dyballa  wrote:
> 
> 
> Am 12.10.2016 um 21:32 schrieb Ingo Thies:
> 
>> If gnuplot support has been dropped from Fink, is there a way to
>> manually install the missing file?
> 
> Try to get
> 
> /sw/etc/emacs/site-start.d/50gnuplot.el
> /sw/share/emacs/site-lisp/gnuplot-mode/gnuplot-eldoc.el
> /sw/share/emacs/site-lisp/gnuplot-mode/gnuplot-gui.el
> /sw/share/emacs/site-lisp/gnuplot-mode/gnuplot.el
> 
> from a Time Machine backup or the old DEB files!
> 
> --
> Mit friedvollen Grüßen
> 
>  Pete
> 
> _oo o   o
>   _<< \\_/\_,   \\_ \\_/\_,
>  (*)/(*) (*)   (*) (*) `-(*)
> 
> 
> --
> 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:
> http://news.gmane.org/gmane.os.macosx.fink.user
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-users

That won’t work by itself (and gnuplot-4.6.7 is available as a normal Fink 
install if you want to try).  You’d also need to run the emacs integration 
script:

/sw/lib/emacsen-common/emacs-package-install gnuplot

No guarantees whether that would even work.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
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:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Emacs 25: gnuplot mode still missing

2016-10-12 Thread Alexander Hansen

> On Oct 12, 2016, at 12:32, Ingo Thies  wrote:
> 
> Hi all,
> 
> after installing the most recent Emacs I hoped to get the gnuplot-mode
> back. However, it still complains about missing gnuplot-mode file. I
> remember that gnuplot-mode vanished about the time when gnuplot was
> updated to version 5.0 (January 2015).
> 
> If gnuplot support has been dropped from Fink, is there a way to
> manually install the missing file?
> 
> Best wishes,
> 
> Ingo
> -- 
> ==
> Ingo Thies, PhD
> AIfA/HISKP
> University of Bonn
> Auf dem Huegel 71, D-53121 Bonn, Germany
> Tel : +49 (0)228 73-3659
> Mail: ith...@astro.uni-bonn.de
> 

I think I see what’s going on here.  Gnuplot upstream changed what they provide:

find /sw/src/fink.build/gnuplot-4.6.7-3/ -name *.el
/sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/docs/doc2texi.el
/sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/docs/gnuplot-eldoc.el
/sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/lisp/dot.el
/sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/lisp/gnuplot-gui.el
/sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/lisp/gnuplot.el

find /sw/src/fink.build/gnuplot-wxcocoa-qtmac-5.0.5-1/ -name *.el
/sw/src/fink.build/gnuplot-wxcocoa-qtmac-5.0.5-1//gnuplot-5.0.5/docs/doc2texi.el
/sw/src/fink.build/gnuplot-wxcocoa-qtmac-5.0.5-1//gnuplot-5.0.5/docs/gnuplot-eldoc.el

I don’t see a configure option about building it, either, so the best option 
might be just to remove it altogether.








--
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:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Emacs 25: gnuplot mode still missing

2016-10-12 Thread Peter Dyballa

Am 12.10.2016 um 21:32 schrieb Ingo Thies:

> If gnuplot support has been dropped from Fink, is there a way to
> manually install the missing file?

Try to get

/sw/etc/emacs/site-start.d/50gnuplot.el
/sw/share/emacs/site-lisp/gnuplot-mode/gnuplot-eldoc.el
/sw/share/emacs/site-lisp/gnuplot-mode/gnuplot-gui.el
/sw/share/emacs/site-lisp/gnuplot-mode/gnuplot.el

from a Time Machine backup or the old DEB files!

--
Mit friedvollen Grüßen

  Pete

 _oo o   o
   _<< \\_/\_,   \\_ \\_/\_,
  (*)/(*) (*)   (*) (*) `-(*)


--
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:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Emacs 25: gnuplot mode still missing

2016-10-12 Thread Ingo Thies
Hi all,

after installing the most recent Emacs I hoped to get the gnuplot-mode
back. However, it still complains about missing gnuplot-mode file. I
remember that gnuplot-mode vanished about the time when gnuplot was
updated to version 5.0 (January 2015).

If gnuplot support has been dropped from Fink, is there a way to
manually install the missing file?

Best wishes,

Ingo
-- 
==
Ingo Thies, PhD
AIfA/HISKP
University of Bonn
Auf dem Huegel 71, D-53121 Bonn, Germany
Tel : +49 (0)228 73-3659
Mail: ith...@astro.uni-bonn.de

--
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:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] wxwidgets: 'type_traits' file not found

2016-10-12 Thread Ingo Thies
Thanks!

Best wishes,

Ingo
-- 
==
Ingo Thies, PhD
AIfA/HISKP
University of Bonn
Auf dem Huegel 71, D-53121 Bonn, Germany
Tel : +49 (0)228 73-3659
Mail: ith...@astro.uni-bonn.de

Am 12.10.16 um 20:19 schrieb Alexander Hansen:
> 
>> On Oct 12, 2016, at 09:38, Ingo Thies > > wrote:
>>
>> Thanks. However, this time I get the error message
>>
>> Can't resolve dependency "libimagequant0-shlibs libcerf1-shlibs" for
>> package "gnuplot-5.0.5-1" (no matching packages/versions found)
>> Exiting with failure.
>>
>> although I have both shlibs installed (just checked!). Maybe there is
>> still some dependency missing?
>>
> 
> No, there was a comma missing ( and libimagequant0-shlibs wasn’t really
> supposed to be there).  I just fixed that.
> 
>> I finally succeeded installing the development version from Sourceforge
>> by disabling wx on configure distribution. However, I don't know which
>> other problems thi type_traits issue may cause.
>>
>> Best wishes,
>>
>> Ingo
>> -- 
>> ==
>> Ingo Thies, PhD
>> AIfA/HISKP
>> University of Bonn
>> Auf dem Huegel 71, D-53121 Bonn, Germany
>> Tel : +49 (0)228 73-3659
>> Mail: ith...@astro.uni-bonn.de 
>>
> 
> 

--
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:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] wxwidgets: 'type_traits' file not found

2016-10-12 Thread Alexander Hansen

> On Oct 12, 2016, at 09:38, Ingo Thies  wrote:
> 
> Thanks. However, this time I get the error message
> 
> Can't resolve dependency "libimagequant0-shlibs libcerf1-shlibs" for
> package "gnuplot-5.0.5-1" (no matching packages/versions found)
> Exiting with failure.
> 
> although I have both shlibs installed (just checked!). Maybe there is
> still some dependency missing?
> 

No, there was a comma missing ( and libimagequant0-shlibs wasn’t really 
supposed to be there).  I just fixed that.

> I finally succeeded installing the development version from Sourceforge
> by disabling wx on configure distribution. However, I don't know which
> other problems thi type_traits issue may cause.
> 
> Best wishes,
> 
> Ingo
> -- 
> ==
> Ingo Thies, PhD
> AIfA/HISKP
> University of Bonn
> Auf dem Huegel 71, D-53121 Bonn, Germany
> Tel : +49 (0)228 73-3659
> Mail: ith...@astro.uni-bonn.de 
> 


--
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:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] wxwidgets: 'type_traits' file not found

2016-10-12 Thread Ingo Thies
Thanks. However, this time I get the error message

Can't resolve dependency "libimagequant0-shlibs libcerf1-shlibs" for
package "gnuplot-5.0.5-1" (no matching packages/versions found)
Exiting with failure.

although I have both shlibs installed (just checked!). Maybe there is
still some dependency missing?

I finally succeeded installing the development version from Sourceforge
by disabling wx on configure distribution. However, I don't know which
other problems thi type_traits issue may cause.

Best wishes,

Ingo
-- 
==
Ingo Thies, PhD
AIfA/HISKP
University of Bonn
Auf dem Huegel 71, D-53121 Bonn, Germany
Tel : +49 (0)228 73-3659
Mail: ith...@astro.uni-bonn.de

Am 12.10.16 um 18:25 schrieb Alexander Hansen:
> 
>> On Oct 12, 2016, at 06:44, Ingo Thies  wrote:
>>
>> Hi all,
>>
>> I tried to compile gnuplot 5.05 from the sources retrieved directly from
>> Sourceforge. However, the make failed with the error message
>>
>> /sw/include/wx-3.0/wx/strvararg.h:25:14: fatal error: 'type_traits' file
>> not found
>>#include 
>>
>> I googled and found that the wxwidgets need to be rebuild. However,
>> re-installing didn't solve the problem.
>>
>> Any hints?
>>
>> Best wishes,
>>
>> Ingo
>> -- 
>> ==
>> Ingo Thies, PhD
>> AIfA/HISKP
>> University of Bonn
>> Auf dem Huegel 71, D-53121 Bonn, Germany
>> Tel : +49 (0)228 73-3659
>> Mail: ith...@astro.uni-bonn.de
>>
> 
> Do a selfupdate.  I just updated gnuplot.
> 



--
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:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] wxwidgets: 'type_traits' file not found

2016-10-12 Thread Alexander Hansen

> On Oct 12, 2016, at 06:44, Ingo Thies  wrote:
> 
> Hi all,
> 
> I tried to compile gnuplot 5.05 from the sources retrieved directly from
> Sourceforge. However, the make failed with the error message
> 
> /sw/include/wx-3.0/wx/strvararg.h:25:14: fatal error: 'type_traits' file
> not found
>#include 
> 
> I googled and found that the wxwidgets need to be rebuild. However,
> re-installing didn't solve the problem.
> 
> Any hints?
> 
> Best wishes,
> 
> Ingo
> -- 
> ==
> Ingo Thies, PhD
> AIfA/HISKP
> University of Bonn
> Auf dem Huegel 71, D-53121 Bonn, Germany
> Tel : +49 (0)228 73-3659
> Mail: ith...@astro.uni-bonn.de
> 

Do a selfupdate.  I just updated gnuplot.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
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:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Missing dependencies in gd3-shlibs was Re: Gnuplot didn't work after libgd update

2016-10-12 Thread Alexander Hansen

> On Oct 12, 2016, at 09:11, Alexander Hansen  
> wrote:
> 
>> 
>> On Oct 12, 2016, at 06:03, Ingo Thies  wrote:
>> 
>> Hi all,
>> 
>> after today's update of some library (must have been libgd of something
>> like that) gnuplot refuses to work. I get the following error message:
>> 
>> dyld: Library not loaded: /sw/lib/libimagequant.0.dylib
>> Referenced from: /sw/lib/libgd.3.dylib
>> Reason: image not found
>> /sw/bin/gnuplot: line 6: 37533 Trace/BPT trap: 5   /sw/bin/gnuplotx "$@"
>> 
>> Re-installing gnuplot didn't help.
>> 
>> Thanks for any advice!
>> 
>> Best wishes,
>> 
>> Ingo
>> -- 
>> ==
>> Ingo Thies, PhD
>> AIfA/HISKP
>> University of Bonn
>> Auf dem Huegel 71, D-53121 Bonn, Germany
>> Tel : +49 (0)228 73-3659
>> Mail: ith...@astro.uni-bonn.de
>> 
> 
> If by “reinstall” you mean “fink reinstall”, that does precisely nothing to 
> change the build.  That’s only good for restoring damaged/missing files and 
> re-running the installation-related scripts.
> 
> The problem isn’t with gnuplot—it doesn’t seem to care one way or the other 
> about libimagequant.  Installing libimagequant0-shlibs will give you the 
> missing file:
> 
> http://pdb.finkproject.org/pdb/filefind.php?search=imagequant&match_type=contains&dist_name=default&architecture=any&tree=any&submit=Search
>  
> 
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison

gd3-shlibs and gd3-bin both appear to need to have Depends: imagequant0-shlibs 
added.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison

--
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:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Gnuplot didn't work after libgd update

2016-10-12 Thread Alexander Hansen

> On Oct 12, 2016, at 06:03, Ingo Thies  wrote:
> 
> Hi all,
> 
> after today's update of some library (must have been libgd of something
> like that) gnuplot refuses to work. I get the following error message:
> 
> dyld: Library not loaded: /sw/lib/libimagequant.0.dylib
>  Referenced from: /sw/lib/libgd.3.dylib
>  Reason: image not found
> /sw/bin/gnuplot: line 6: 37533 Trace/BPT trap: 5   /sw/bin/gnuplotx "$@"
> 
> Re-installing gnuplot didn't help.
> 
> Thanks for any advice!
> 
> Best wishes,
> 
> Ingo
> -- 
> ==
> Ingo Thies, PhD
> AIfA/HISKP
> University of Bonn
> Auf dem Huegel 71, D-53121 Bonn, Germany
> Tel : +49 (0)228 73-3659
> Mail: ith...@astro.uni-bonn.de
> 

If by “reinstall” you mean “fink reinstall”, that does precisely nothing to 
change the build.  That’s only good for restoring damaged/missing files and 
re-running the installation-related scripts.

The problem isn’t with gnuplot—it doesn’t seem to care one way or the other 
about libimagequant.  Installing libimagequant0-shlibs will give you the 
missing file:

http://pdb.finkproject.org/pdb/filefind.php?search=imagequant&match_type=contains&dist_name=default&architecture=any&tree=any&submit=Search

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
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:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] wxwidgets: 'type_traits' file not found

2016-10-12 Thread Alexander Hansen

> On Oct 12, 2016, at 06:44, Ingo Thies  wrote:
> 
> Hi all,
> 
> I tried to compile gnuplot 5.05 from the sources retrieved directly from
> Sourceforge. However, the make failed with the error message
> 
> /sw/include/wx-3.0/wx/strvararg.h:25:14: fatal error: 'type_traits' file
> not found
>#include 
> 
> I googled and found that the wxwidgets need to be rebuild. However,
> re-installing didn't solve the problem.
> 
> Any hints?
> 
> Best wishes,
> 
> Ingo
> -- 
> ==
> Ingo Thies, PhD
> AIfA/HISKP
> University of Bonn
> Auf dem Huegel 71, D-53121 Bonn, Germany
> Tel : +49 (0)228 73-3659
> Mail: ith...@astro.uni-bonn.de


If you used “fink reinstall …” that will do literally nothing to change the 
build.  That just restores files from the .deb archive and runs 
installation-related scripts.

If you used “fink rebuild …” without changing the build options (or at least 
installing different packages, though ideally that shouldn’t matter), then that 
will also do nothing to change your build, because Fink intentionally tries to 
build the same way every time.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
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:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Gnuplot didn't work after libgd update

2016-10-12 Thread Ingo Thies
Hi all,

after today's update of some library (must have been libgd of something
like that) gnuplot refuses to work. I get the following error message:

dyld: Library not loaded: /sw/lib/libimagequant.0.dylib
  Referenced from: /sw/lib/libgd.3.dylib
  Reason: image not found
/sw/bin/gnuplot: line 6: 37533 Trace/BPT trap: 5   /sw/bin/gnuplotx "$@"

Re-installing gnuplot didn't help.

Thanks for any advice!

Best wishes,

Ingo
-- 
==
Ingo Thies, PhD
AIfA/HISKP
University of Bonn
Auf dem Huegel 71, D-53121 Bonn, Germany
Tel : +49 (0)228 73-3659
Mail: ith...@astro.uni-bonn.de


--
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:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] wxwidgets: 'type_traits' file not found

2016-10-12 Thread Ingo Thies
Hi all,

I tried to compile gnuplot 5.05 from the sources retrieved directly from
Sourceforge. However, the make failed with the error message

/sw/include/wx-3.0/wx/strvararg.h:25:14: fatal error: 'type_traits' file
not found
#include 

I googled and found that the wxwidgets need to be rebuild. However,
re-installing didn't solve the problem.

Any hints?

Best wishes,

Ingo
-- 
==
Ingo Thies, PhD
AIfA/HISKP
University of Bonn
Auf dem Huegel 71, D-53121 Bonn, Germany
Tel : +49 (0)228 73-3659
Mail: ith...@astro.uni-bonn.de

--
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:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users