Hi Hanspeter,

I followed your advice about forcing the machine to use the same version of the 
package on 10.8 as is used on 10.7. This did make the installation start, but 
the compilation didn't succeed.

But it wasn't graphviz that didn't build (not even sure if the installation 
ever got that far), but mysql-unified. Another dependency of root5.

The compilation errors seem like actual problems in the code that GCC (or older 
versions of clang) would gloss over, but the new clang wouldn't. (GCC behaves a 
bit differently with implicitly "ranged" variables in classes than clang does.)

In file included from Parser.cpp:19:
../../../../ndb/include/util/Parser.hpp:253:16: error: 'm_breakOnCmd' is a 
private member of 'ParserImpl'
  return impl->m_breakOnCmd;
               ^
../../../../ndb/include/util/Parser.hpp:152:8: note: declared private here
  bool m_breakOnCmd;
       ^
../../../../ndb/include/util/Parser.hpp:260:9: error: 'm_breakOnCmd' is a 
private member of 'ParserImpl'
  impl->m_breakOnCmd = v;
        ^
../../../../ndb/include/util/Parser.hpp:152:8: note: declared private here
  bool m_breakOnCmd;
       ^
../../../../ndb/include/util/Parser.hpp:267:16: error: 'm_breakOnEmpty' is a 
private member of 'ParserImpl'
  return impl->m_breakOnEmpty;
               ^
../../../../ndb/include/util/Parser.hpp:151:8: note: declared private here
  bool m_breakOnEmpty;
       ^
../../../../ndb/include/util/Parser.hpp:273:9: error: 'm_breakOnEmpty' is a 
private member of 'ParserImpl'
  impl->m_breakOnEmpty = v;
        ^
../../../../ndb/include/util/Parser.hpp:151:8: note: declared private here
  bool m_breakOnEmpty;
       ^
../../../../ndb/include/util/Parser.hpp:280:16: error: 'm_breakOnInvalidArg' is 
a private member of 'ParserImpl'
  return impl->m_breakOnInvalidArg;
               ^
../../../../ndb/include/util/Parser.hpp:153:8: note: declared private here
  bool m_breakOnInvalidArg;
       ^
../../../../ndb/include/util/Parser.hpp:287:9: error: 'm_breakOnInvalidArg' is 
a private member of 'ParserImpl'
  impl->m_breakOnInvalidArg = v;
        ^
../../../../ndb/include/util/Parser.hpp:153:8: note: declared private here
  bool m_breakOnInvalidArg;
       ^

So, I think the mysql package maintainer should also be contacted.

Cheers,
           Attila

On Jul 29, 2012, at 2:52 PM, Hanspeter Niederstrasser <f...@snaggledworks.com> 
wrote:

> On 7/29/2012 6:35 AM, Attila Krasznahorkay wrote:
>> Dear All,
>> 
>> I'm sure that this is just a small teething issue, but here it goes.
>> 
>> I decided to wipe out /sw on one of my computers when upgrading to Mountain 
>> Lion, as I had way too many things installed that I didn't use on that 
>> machine. The re-install from scratch worked reasonably well, I could install 
>> most of the packages that I wanted.
>> 
>> The only thing that I'm unable to install right now is root5. When I try to, 
>> I get the message that the "graphviz-dev" dependency can't be resolved. 
>> Indeed, if I look at that package, it has no version in the 10.8 branch at 
>> the moment.
>> 
>> http://pdb.finkproject.org/pdb/package.php/graphviz
>> http://pdb.finkproject.org/pdb/package.php/graphviz-dev
>> 
>> I don't know if it is intentional or not, but my guess is not.
> 
> It looks like graphviz got marked 10.7 only (10.7 and 10.8 share the same 
> source files) before 10.8 was on the horizon, so now that Mountain Lion is 
> out, graphviz is excluded by accident.  You can verify if our current 
> graphviz will work on 10.8 by copying the file 
> /sw/fink/dists/stable/main/finkinfo/graphics/graphviz.info to 
> /sw/fink/dists/local/main/finkinfo/ and then editing the copy so that the 
> "Distribution:" line near the top of the file includes "10.8" in the list.  
> Then try rebuilding root5.
> 
> Hanspeter
> 

-----------------------------------------------------
 Attila Krasznahorkay  attila.krasznahor...@cern.ch
 New York University      Phone: +41-22-76 77368
 The ATLAS Collaboration     Room: 32-S-A19
-----------------------------------------------------



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
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

Reply via email to