Re: [Fink-users] GUI - start?

2015-06-11 Thread Sunil Shah
Per Michael Grant's comments in the octave bug report, this is a
non-compliant (illegal) C11++ construct in octave code (but happens to work
in gcc and MSVC).  We can not ask Apple to fix it.  Octave community needs
fix the illegal construct.



On Wed, Jun 10, 2015 at 4:10 PM, Alexander Hansen 
alexanderk.han...@gmail.com wrote:


 On Jun 10, 2015, at 16:05, Sunil Shah ssha...@gmail.com wrote:

 Is there a link to the clang syntax bug(s) in the Octave / fink forums?


 Ben sent me this, and I’ll cc our mailing list

 http://savannah.gnu.org/bugs/?41178

 If Apple needs to address the bug, has any one filed a bug report to
 Apple?  Apple's Xcode 7 (pre-release) did fix some bugs.


 I haven’t.  My Mac development time has recently been more devoted to
 updating the fink code than on the packages that I’m the listed maintainer
 for.



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


--
___
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] GUI - start?

2015-06-10 Thread Ben Abbott
 On Jun 9, 2015, at 11:11 PM, Sunil Shah ssha...@gmail.com wrote:
 
 On Tue, Jun 9, 2015 at 7:00 PM, Alexander Hansen alexanderk.han...@gmail.com 
 mailto:alexanderk.han...@gmail.com wrote:
 
  On Jun 9, 2015, at 18:48, Sunil Shah ssha...@gmail.com 
  mailto:ssha...@gmail.com wrote:
 
  I should have been careful in my statement about what worked for me.
 
  I am trying to understand the problem you referred to about octave 4.0.0 
  not building on clang++.
 
  I have been quite impressed with the  performance of Octave code on Mac OSX 
  using fink.  My tests used octave382-atlas-qtmac  3.8.2-6.  It has also 
  been quite reliable.
 
  The fact that the code works much faster on four year old hardware with a 
  lot fewer cpu cores and even after using the latest Ubuntu tools / 
  libraries on the high end Intel machines on EC2 is remarkable.
 
  Apple does claim that its Accelerate framework is much faster than standard 
  BLAS / ATLAS. A lot of the improvements were part of 10.9 / 10.10 update 
  (see WWDC 2013-2014 videos).  I will check if the default octave performs 
  faster than the octave-atlas version.
 
  Now, as you imply in your last email,  if the default octave variant uses 
  clang already, what is the issue with octave 4.0.0 and clang++? Or is it a 
  new issue in octave 4.0.0 in moving from 3.8.2?
 
 
 
 Almost everything in Fink uses clang/clang++ to build on 10.7 and later.  I 
 don’t happen to have a transcript handy, but it’s a new issue in moving from 
 3.8.2, and the issue is that Apple’s clang doesn’t like some of the source 
 code and thus Octave can’t be built.
 —
 
 I suppose it does not help that Apple is moving over to Metal from OpenGL.
 
 Do the offending modules have to do with OpenGL? 

No. The problem is with clang syntax. It is possible to overcome by patching 
Octave (beyond my skill set) or by fixing the clang compiler bug(s) on Apple’s 
end.

OpenGL is the basis for Octave’s native graphics. My understanding is that both 
Metal and OpenGL support will coexist. So Metal shouldn’t be a problem for 
Octave.

Ben

--
___
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] GUI - start?

2015-06-10 Thread Sunil Shah
I suppose it does not help that Apple is moving over to Metal from OpenGL.

Do the offending modules have to do with OpenGL?

On Tue, Jun 9, 2015 at 7:00 PM, Alexander Hansen 
alexanderk.han...@gmail.com wrote:


  On Jun 9, 2015, at 18:48, Sunil Shah ssha...@gmail.com wrote:
 
  I should have been careful in my statement about what worked for me.
 
  I am trying to understand the problem you referred to about octave 4.0.0
 not building on clang++.
 
  I have been quite impressed with the  performance of Octave code on Mac
 OSX using fink.  My tests used octave382-atlas-qtmac  3.8.2-6.  It has also
 been quite reliable.
 
  The fact that the code works much faster on four year old hardware with
 a lot fewer cpu cores and even after using the latest Ubuntu tools /
 libraries on the high end Intel machines on EC2 is remarkable.
 
  Apple does claim that its Accelerate framework is much faster than
 standard BLAS / ATLAS. A lot of the improvements were part of 10.9 / 10.10
 update (see WWDC 2013-2014 videos).  I will check if the default octave
 performs faster than the octave-atlas version.
 
  Now, as you imply in your last email,  if the default octave variant
 uses clang already, what is the issue with octave 4.0.0 and clang++? Or is
 it a new issue in octave 4.0.0 in moving from 3.8.2?
 
 

 Almost everything in Fink uses clang/clang++ to build on 10.7 and later.
 I don’t happen to have a transcript handy, but it’s a new issue in moving
 from 3.8.2, and the issue is that Apple’s clang doesn’t like some of the
 source code and thus Octave can’t be built.
 --
 Alexander Hansen, Ph.D.
 Fink User Liaison


--
___
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] GUI - start?

2015-06-10 Thread Alexander Hansen

 On Jun 10, 2015, at 16:05, Sunil Shah ssha...@gmail.com wrote:
 
 Is there a link to the clang syntax bug(s) in the Octave / fink forums?  
 

Ben sent me this, and I’ll cc our mailing list

http://savannah.gnu.org/bugs/?41178 http://savannah.gnu.org/bugs/?41178
 If Apple needs to address the bug, has any one filed a bug report to Apple?  
 Apple's Xcode 7 (pre-release) did fix some bugs.  
 

I haven’t.  My Mac development time has recently been more devoted to updating 
the fink code than on the packages that I’m the listed maintainer for.



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

--
___
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] GUI - start?

2015-06-10 Thread Ben Abbott
 On Jun 10, 2015, at 9:35 PM, Sunil Shah ssha...@gmail.com wrote:
 
 On Wed, Jun 10, 2015 at 4:10 PM, Alexander Hansen 
 alexanderk.han...@gmail.com mailto:alexanderk.han...@gmail.com wrote:
 
 On Jun 10, 2015, at 16:05, Sunil Shah ssha...@gmail.com 
 mailto:ssha...@gmail.com wrote:
 
 Is there a link to the clang syntax bug(s) in the Octave / fink forums?  
 
 Ben sent me this, and I’ll cc our mailing list
 
 http://savannah.gnu.org/bugs/?41178 http://savannah.gnu.org/bugs/?41178
 If Apple needs to address the bug, has any one filed a bug report to Apple?  
 Apple's Xcode 7 (pre-release) did fix some bugs.
 
 I haven’t.  My Mac development time has recently been more devoted to 
 updating the fink code than on the packages that I’m the listed maintainer 
 for.
 
 Per Michael Grant's comments in the octave bug report, this is a 
 non-compliant (illegal) C11++ construct in octave code (but happens to work 
 in gcc and MSVC).  We can not ask Apple to fix it.  Octave community needs 
 fix the illegal construct.

As the majority of Octave’s development community works with gcc  clang on 
Linux, and are able to build Octave without. So, there is little motive for 
Octave’s developers to fix the problem. I am not proficient in clang/c++ but am 
willing to contribute to fixing Octave’s source code. I have no problem 
arranging for testing of patches and converting patches to the necessary 
mercurial changesets and ultimately pushing the changes. I may also be able to 
assist in fixing the syntax issues, but will need clear instructions with some 
illustrative examples.

If anyone is interested in fixing the incompatibilities between Octave and 
Apple’s clang let me know. I can provide instructions on how to set up your own 
personal archive and instructions on how to build Octave 3.8.2. That should be 
sufficient to allow individuals to attempt to compile Octave 4.0 and start 
fixing the clang non-compliant code.

Ben--
___
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] GUI - start?

2015-06-09 Thread Alexander Hansen

 On Jun 9, 2015, at 16:31, Ben Abbott bpabb...@mac.com wrote:
 
 On Jun 9, 2015, at 7:06 PM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 On Jun 9, 2015, at 16:02, Sunil Shah ssha...@gmail.com wrote:
 
 Hi Alexander,  
 
 What is the plan to get octave 4.0. on fink? 
 
 Thanks,
 
 Sunil
 
 
 The last thing I heard was that it wouldn’t build with clang on 10.9 and 
 10.10, so that was “None”.
 
 
 Alex,
 
 I don’t think the Octave development community is as proficient in building 
 apps using clang on 10.9 as *you* ;-)
 
 Any chance you’ll take a look?
 
 Ben

I can try, yeah.  I’ve got some potential avenues to investigate.  Now, if only 
there were more hours in the day… 

:-)


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

--
___
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] GUI - start?

2015-06-09 Thread Sunil Shah
Hi Alexander,

What is the plan to get octave 4.0. on fink?

Thanks,

Sunil

On Thu, Jun 4, 2015 at 5:54 PM, Alexander Hansen 
alexanderk.han...@gmail.com wrote:


 On Jun 4, 2015, at 16:28, Ben Abbott bpabb...@mac.com wrote:

  On Jun 3, 2015, at 10:53 PM, Alexander Hansen 
 alexanderk.han...@gmail.com wrote:
 
  This isn't specific to fltk13-aqua.  Updating any package with a
 PkgInfo file fails on Yosemite.
 
  While we work out a solution, the workaround would be to remove
 fltk13-aqua and then install it, since the issue only is triggered when
 upgrading.
 
  I can't add it to the FAQ because my computer is in the shop.
 
  Sent from my iPod
 
  After I also had trouble updating, I did as suggested …
 
 fink remove fltk13-aqua
 fink install fltk13-aqua
 
  That worked without complaint. Which surprised me as I have octave-3.8.2
 installed and show-deps indicates fltk13-aqua.
 
  Ben

 Fortunately fltk13-aqua is a build-time dependency, and so it can be
 removed freely--as long as you're not actively building something that
 needs it.
--
___
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] GUI - start?

2015-06-09 Thread Sunil Shah
Is octave 3.8.2 is the last official version for fink on the latest mac
osx?  Or, are you waiting for some other dependency to resolve the issue?

On Tue, Jun 9, 2015 at 4:06 PM, Alexander Hansen 
alexanderk.han...@gmail.com wrote:


  On Jun 9, 2015, at 16:02, Sunil Shah ssha...@gmail.com wrote:
 
  Hi Alexander,
 
  What is the plan to get octave 4.0. on fink?
 
  Thanks,
 
  Sunil
 

 The last thing I heard was that it wouldn’t build with clang on 10.9 and
 10.10, so that was “None”.

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


--
___
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] GUI - start?

2015-06-09 Thread Ben Abbott
 On Jun 9, 2015, at 7:06 PM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 On Jun 9, 2015, at 16:02, Sunil Shah ssha...@gmail.com wrote:
 
 Hi Alexander,  
 
 What is the plan to get octave 4.0. on fink? 
 
 Thanks,
 
 Sunil
 
 
 The last thing I heard was that it wouldn’t build with clang on 10.9 and 
 10.10, so that was “None”.
 

Alex,

I don’t think the Octave development community is as proficient in building 
apps using clang on 10.9 as *you* ;-)

Any chance you’ll take a look?

Ben



--
___
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] GUI - start?

2015-06-09 Thread Alexander Hansen

 On Jun 9, 2015, at 18:48, Sunil Shah ssha...@gmail.com wrote:
 
 I should have been careful in my statement about what worked for me.  
 
 I am trying to understand the problem you referred to about octave 4.0.0 not 
 building on clang++. 
 
 I have been quite impressed with the  performance of Octave code on Mac OSX 
 using fink.  My tests used octave382-atlas-qtmac  3.8.2-6.  It has also been 
 quite reliable.  
 
 The fact that the code works much faster on four year old hardware with a lot 
 fewer cpu cores and even after using the latest Ubuntu tools / libraries on 
 the high end Intel machines on EC2 is remarkable. 
 
 Apple does claim that its Accelerate framework is much faster than standard 
 BLAS / ATLAS. A lot of the improvements were part of 10.9 / 10.10 update (see 
 WWDC 2013-2014 videos).  I will check if the default octave performs faster 
 than the octave-atlas version.
 
 Now, as you imply in your last email,  if the default octave variant uses 
 clang already, what is the issue with octave 4.0.0 and clang++? Or is it a 
 new issue in octave 4.0.0 in moving from 3.8.2?
 
   

Almost everything in Fink uses clang/clang++ to build on 10.7 and later.  I 
don’t happen to have a transcript handy, but it’s a new issue in moving from 
3.8.2, and the issue is that Apple’s clang doesn’t like some of the source code 
and thus Octave can’t be built.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
___
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] GUI - start?

2015-06-09 Thread Alexander Hansen

 On Jun 9, 2015, at 17:44, Sunil Shah ssha...@gmail.com wrote:
 
 Octave 3.8.2.6 did build with the -dev version on OSX 10.10.3 (latest 
 production release) on fink 0.38.5 
 

There’s no -dev version.  -dev means “contains stuff used for development, but 
not needed at runtime”, like headers and the mkoctfile build tool.

 Most of my octave code runs faster on the octave 3.8.2.x  build on iMacs 
 (late 2011, 4 core intel) than on Octave 4.0.0  on Ubuntu 36 core fastest 
 Amazon AWS EC2 instance (c4.8xlarge with SSD and 60 GB RAM).

 If there is some way to use Clang and Apple's Accelerate framework (Apple 
 tuned BLAS / LAPACK/Vecor libs)  on Mac OSX, it may really work very well.  
 
 

That’s what the default “octave” variant uses, as opposed to octave-atlas or 
octave-ref, so that’s already been implemented for a very long time.  

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


--
___
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] GUI - start?

2015-06-09 Thread Sunil Shah
Octave 3.8.2.6 did build with the -dev version on OSX 10.10.3 (latest
production release) on fink 0.38.5

Most of my octave code runs faster on the octave 3.8.2.x  build on iMacs
(late 2011, 4 core intel) than on Octave 4.0.0  on Ubuntu 36 core fastest
Amazon AWS EC2 instance (c4.8xlarge with SSD and 60 GB RAM).

If there is some way to use Clang and Apple's Accelerate framework (Apple
tuned BLAS / LAPACK/Vecor libs)  on Mac OSX, it may really work very well.


On Tue, Jun 9, 2015 at 4:41 PM, Alexander Hansen 
alexanderk.han...@gmail.com wrote:


 On Jun 9, 2015, at 16:31, Ben Abbott bpabb...@mac.com wrote:

 On Jun 9, 2015, at 7:06 PM, Alexander Hansen alexanderk.han...@gmail.com
 wrote:

 On Jun 9, 2015, at 16:02, Sunil Shah ssha...@gmail.com wrote:

 Hi Alexander,

 What is the plan to get octave 4.0. on fink?

 Thanks,

 Sunil


 The last thing I heard was that it wouldn’t build with clang on 10.9 and
 10.10, so that was “None”.


 Alex,

 I don’t think the Octave development community is as proficient in
 building apps using clang on 10.9 as *you* ;-)

 Any chance you’ll take a look?

 Ben


 I can try, yeah.  I’ve got some potential avenues to investigate.  Now, if
 only there were more hours in the day…

 :-)


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


--
___
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] GUI - start?

2015-06-09 Thread Sunil Shah
I should have been careful in my statement about what worked for me.

I am trying to understand the problem you referred to about octave 4.0.0
not building on clang++.

I have been quite impressed with the  performance of Octave code on Mac OSX
using fink.  My tests used octave382-atlas-qtmac  3.8.2-6.  It has also
been quite reliable.

The fact that the code works much faster on four year old hardware with a
lot fewer cpu cores and even after using the latest Ubuntu tools /
libraries on the high end Intel machines on EC2 is remarkable.

Apple does claim that its Accelerate framework is much faster than standard
BLAS / ATLAS. A lot of the improvements were part of 10.9 / 10.10 update
(see WWDC 2013-2014 videos).  I will check if the default octave performs
faster than the octave-atlas version.

Now, as you imply in your last email,  if the default octave variant uses
clang already, what is the issue with octave 4.0.0 and clang++? Or is it a
new issue in octave 4.0.0 in moving from 3.8.2?





On Tue, Jun 9, 2015 at 5:57 PM, Alexander Hansen 
alexanderk.han...@gmail.com wrote:


  On Jun 9, 2015, at 17:44, Sunil Shah ssha...@gmail.com wrote:
 
  Octave 3.8.2.6 did build with the -dev version on OSX 10.10.3 (latest
 production release) on fink 0.38.5
 

 There’s no -dev version.  -dev means “contains stuff used for development,
 but not needed at runtime”, like headers and the mkoctfile build tool.

  Most of my octave code runs faster on the octave 3.8.2.x  build on iMacs
 (late 2011, 4 core intel) than on Octave 4.0.0  on Ubuntu 36 core fastest
 Amazon AWS EC2 instance (c4.8xlarge with SSD and 60 GB RAM).
 
  If there is some way to use Clang and Apple's Accelerate framework
 (Apple tuned BLAS / LAPACK/Vecor libs)  on Mac OSX, it may really work very
 well.
 
 

 That’s what the default “octave” variant uses, as opposed to octave-atlas
 or octave-ref, so that’s already been implemented for a very long time.

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


--
___
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] GUI - start?

2015-06-09 Thread Ben Abbott
 On Jun 9, 2015, at 9:48 PM, Sunil Shah ssha...@gmail.com wrote:
 
 Now, as you imply in your last email,  if the default octave variant uses 
 clang already, what is the issue with octave 4.0.0 and clang++? Or is it a 
 new issue in octave 4.0.0 in moving from 3.8.2?

Yes. The problem is that the 4.0.0 code isn’t compatible with Apple’s clang.

Ben--
___
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] GUI - start?

2015-06-04 Thread Alexander Hansen

On Jun 4, 2015, at 16:28, Ben Abbott bpabb...@mac.com wrote:

 On Jun 3, 2015, at 10:53 PM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 This isn't specific to fltk13-aqua.  Updating any package with a PkgInfo 
 file fails on Yosemite.
 
 While we work out a solution, the workaround would be to remove fltk13-aqua 
 and then install it, since the issue only is triggered when upgrading.
 
 I can't add it to the FAQ because my computer is in the shop.
 
 Sent from my iPod
 
 After I also had trouble updating, I did as suggested …
 
fink remove fltk13-aqua
fink install fltk13-aqua
 
 That worked without complaint. Which surprised me as I have octave-3.8.2 
 installed and show-deps indicates fltk13-aqua.
 
 Ben

Fortunately fltk13-aqua is a build-time dependency, and so it can be removed 
freely--as long as you're not actively building something that needs it.
--
___
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] GUI - start?

2015-06-04 Thread Ben Abbott
 On Jun 3, 2015, at 10:53 PM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 This isn't specific to fltk13-aqua.  Updating any package with a PkgInfo file 
 fails on Yosemite.
 
 While we work out a solution, the workaround would be to remove fltk13-aqua 
 and then install it, since the issue only is triggered when upgrading.
 
 I can't add it to the FAQ because my computer is in the shop.
 
 Sent from my iPod

After I also had trouble updating, I did as suggested …

fink remove fltk13-aqua
fink install fltk13-aqua

That worked without complaint. Which surprised me as I have octave-3.8.2 
installed and show-deps indicates fltk13-aqua.

Ben
--
___
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] GUI - start?

2015-06-03 Thread Alexander Hansen
This isn't specific to fltk13-aqua.  Updating any package with a PkgInfo file 
fails on Yosemite.

While we work out a solution, the workaround would be to remove fltk13-aqua and 
then install it, since the issue only is triggered when upgrading.

I can't add it to the FAQ because my computer is in the shop.

Sent from my iPod

 On Jun 3, 2015, at 19:09, Sunil Shah ssha...@gmail.com wrote:
 
 I updated fink to 0.38.5 and then issued
 
 fink update-all 
 
 At one point it asked me to do scanpackage and get apt-get install of a 
 couple of packages.
 
 Upon next fink update-all it failed with the following
 *
 Preparing to replace fltk13-aqua 1.3.3-2 (using 
 .../fltk13-aqua_1.3.3-3_darwin-x86_64.deb) ...
 
 Unpacking replacement fltk13-aqua ...
 
 /sw/bin/dpkg: error processing 
 /sw/fink/dists/stable/main/binary-darwin-x86_64/libs/fltk13-aqua_1.3.3-3_darwin-x86_64.deb
  (--install):
 
  unable to make backup link of `./sw/Applications/fluid.app/Contents/PkgInfo' 
 before installing new version: Operation not permitted
 
 /sw/bin/dpkg-deb: subprocess paste killed by signal (Broken pipe: 13)
 
 Preparing to replace fltk13-aqua-shlibs 1.3.3-2 (using 
 .../fltk13-aqua-shlibs_1.3.3-3_darwin-x86_64.deb) ...
 
 Unpacking replacement fltk13-aqua-shlibs ...
 
 Setting up fltk13-aqua-shlibs (1.3.3-3) ...
 
 
 
 Errors were encountered while processing:
 
  
 /sw/fink/dists/stable/main/binary-darwin-x86_64/libs/fltk13-aqua_1.3.3-3_darwin-x86_64.deb
 
 ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
 
 Updating the list of locally available binary packages.
 
 Scanning dists/stable/main/binary-darwin-x86_64
 
 New package: 
 dists/stable/main/binary-darwin-x86_64/libs/fltk13-aqua-shlibs_1.3.3-3_darwin-x86_64.deb
 
 New package: 
 dists/stable/main/binary-darwin-x86_64/libs/fltk13-aqua_1.3.3-3_darwin-x86_64.deb
 
 Downloading the indexes of available packages in the binary distribution.
 
 /sw/bin/apt-get-lockwait -q update
 
 Hit http://bindist.finkmirrors.net stable/main Packages
 
 Hit http://bindist.finkmirrors.net stable/main Release
 
 Hit http://bindist.finkmirrors.net stable/crypto Packages
 
 Hit http://bindist.finkmirrors.net stable/crypto Release
 
 Reading Package Lists...
 
 Building Dependency Tree...
 
 Failed: can't batch-install packages: 
 /sw/fink/dists/stable/main/binary-darwin-x86_64/libs/fltk13-aqua_1.3.3-3_darwin-x86_64.deb
  
 /sw/fink/dists/stable/main/binary-darwin-x86_64/libs/fltk13-aqua-shlibs_1.3.3-3_darwin-x86_64.deb
 
 
 
 What do you suggest I do?
 
 Thanks,
 
 Sunil
 
 
 On Fri, Dec 5, 2014 at 5:27 PM, Sunil Shah ssha...@gmail.com wrote:
 Never mind, I just had to get out of Xquartz and re-run.
 
 On Fri, Dec 5, 2014 at 5:25 PM, Sunil Shah ssha...@gmail.com wrote:
 I did manage to upgrade to fink 0.38.3 on OSX 10.10.1.
 
 I now have 
 
 fink list -i octave*
 ---
octave-atlas-qtmac3.8.2-4 MATLAB-like language for 
 computations
 
  p   octave-interpreter[virtual package]
 
  p   octave-interpreter-aqua   [virtual package]
 
  p   octave-interpreter-newat  [virtual package]
 
  p   octave-interpreter-qtmac  [virtual package]
 
  i   octave382-atlas-qtmac 3.8.2-4 MATLAB-like language for 
 computations
 
  i   octave382-atlas-qtmac-de  3.8.2-4 MATLAB-like language for 
 computations
 
  p   octave382-interpreter [virtual package]
 
  p   octave382-interpreter-aq  [virtual package]
 
  p   octave382-interpreter-ne  [virtual package]
 
  p   octave382-interpreter-qt  [virtual package] 
 
 
 
 In octave I do not see gnuplot under graphics_toolkit.  I only see fltk.
 
 fltk does not work under for force-gui
 
 How do I enable / install gnuplot in octave382?
 
 Thanks,
 
 Sunil
 
 
 On Fri, Dec 5, 2014 at 8:37 AM, Alexander Hansen 
 alexanderk.han...@gmail.com wrote:
 
 On Dec 5, 2014, at 8:35 AM, Sunil Shah ssha...@gmail.com wrote:
 
 When I do fink configure, it says 
 
 Fink does not yet support an official set of binary packages for your 
 current
 
 distribution.
 
 
 
 = Setting UseBinaryDist to 'false'
 
 
 
 Should I update fink first?
 
 
 
 Yes.  “fink selfupdate” first, then “fink configure
 
 -- 
 Alexander Hansen, Ph.D.
 Fink User Liaison
 
--
___
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