Hello,

 lablgtk2-2.14.2-1 now works for me too. Thank you for the update.

 This said, now it seems the unison packages itself has problem installing
though (error message copied at the end of this email).

Alex, here are the results of the command you asked for on the faulty
machine. I do not have access to the macBook right now.

Cheers.

SB.


### start  of info ≥≥≥

[imac-de-sbiner:/] sbiner% fink -V | head -n3
Package manager version: 0.30.1
Distribution version: selfupdate-rsync Thu Jun 30 10:53:40 2011, 10.6, i386
Trees: local/main stable/main stable/crypto unstable/main unstable/crypto
[imac-de-sbiner:/] sbiner% xcodebuild -version
2011-06-30 11:00:56.383 xcodebuild[7161:807] Error loading
/Developer/Library/Xcode/Plug-ins/XdesignCompilerPlugin.xcplugin/Contents/MacOS/XdesignCompilerPlugin:
 
dlopen(/Developer/Library/Xcode/Plug-ins/XdesignCompilerPlugin.xcplugin/Contents/MacOS/XdesignCompilerPlugin,
265): no suitable image found.  Did find:

/Developer/Library/Xcode/Plug-ins/XdesignCompilerPlugin.xcplugin/Contents/MacOS/XdesignCompilerPlugin:
no matching architecture in universal wrapper
2011-06-30 11:00:56.384 xcodebuild[7161:807] WARNING: Failed to load plugin
at: /Developer/Library/Xcode/Plug-ins/XdesignCompilerPlugin.xcplugin,
skipping.  Could not load bundle.
2011-06-30 11:00:56.525 xcodebuild[7161:807] WARNING: Failed to load plugin
at: /Developer/Library/Xcode/Plug-ins/XdesignCompilerPlugin.xcplugin,
skipping.  Could not load bundle.
2011-06-30 11:00:56.525 xcodebuild[7161:807] WARNING: Failed to load plugin
at: /Developer/Library/Xcode/Plug-ins/XdesignCompilerPlugin.xcplugin,
skipping.  Could not load bundle.
2011-06-30 11:00:56.525 xcodebuild[7161:807] WARNING: Failed to load plugin
at: /Developer/Library/Xcode/Plug-ins/XdesignCompilerPlugin.xcplugin,
skipping.  Could not load bundle.
2011-06-30 11:00:56.526 xcodebuild[7161:807] WARNING: Failed to load plugin
at: /Developer/Library/Xcode/Plug-ins/XdesignCompilerPlugin.xcplugin,
skipping.  Could not load bundle.
2011-06-30 11:00:56.526 xcodebuild[7161:807] WARNING: Failed to load plugin
at: /Developer/Library/Xcode/Plug-ins/XdesignCompilerPlugin.xcplugin,
skipping.  Could not load bundle.
2011-06-30 11:00:56.526 xcodebuild[7161:807] WARNING: Failed to load plugin
at: /Developer/Library/Xcode/Plug-ins/XdesignCompilerPlugin.xcplugin,
skipping.  Could not load bundle.
Xcode 3.2.6
Component versions: DevToolsCore-1809.0; DevToolsSupport-1806.0
BuildVersion: 10M2518
[imac-de-sbiner:/] sbiner% fink list ocaml
Information about 10367 packages read in 0 seconds.
 i   ocaml                      3.12.0-2            Latest implementation of
Caml dialect of ML
     ocaml-bitstring            2.0.0-2             Bitstrings and bitstring
matching for OCaml
     ocaml-findlib              1.2.3-1             Ocaml library management
system
     ocaml-lib                  1.5.1-2             Standard library for
OCaml
     ocaml-menhir               20080912-1          LR(1) parser generator
for OCaml
     ocaml-pcre                 6.0.1-1             Perl-style regular
expressions for OCaml
     ocamlgraph                 1.1-1               Graph library for OCaml
     ocamlnet                   2.2.9-1             Implements protocols for
network programming




### start of error log from unison

Error: The implementation
/sw/src/fink.build/unison-2.27.57-1008/unison-2.10.2/update.ml
       does not match the interface update.cmi:
       Modules do not match:
         sig
           type key = Name.t
           type 'a t = 'a MyMap.Make(Name).t
           val empty : 'a t
           val is_empty : 'a t -> bool
           val add : key -> 'a -> 'a t -> 'a t
           val find : key -> 'a t -> 'a
           val findi : key -> 'a t -> key * 'a
           val remove : key -> 'a t -> 'a t
           val mem : key -> 'a t -> bool
           val iter : (key -> 'a -> unit) -> 'a t -> unit
           val map : ('a -> 'b) -> 'a t -> 'b t
           val mapi : (key -> 'a -> 'b) -> 'a t -> 'b t
           val mapii : (key -> 'a -> key * 'b) -> 'a t -> 'b t
           val fold : (key -> 'a -> 'b -> 'b) -> 'a t -> 'b -> 'b
           val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
           val equal : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool
           val validate : 'a t -> [ `Duplicate of key | `Invalid | `Ok ]
         end
       is not included in
         sig
           type key = Name.t
           type +'a t
           val empty : 'a t
           val is_empty : 'a t -> bool
           val mem : key -> 'a t -> bool
           val add : key -> 'a -> 'a t -> 'a t
           val singleton : key -> 'a -> 'a t
           val remove : key -> 'a t -> 'a t
           val merge :
             (key -> 'a option -> 'b option -> 'c option) ->
             'a t -> 'b t -> 'c t
           val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
           val equal : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool
           val iter : (key -> 'a -> unit) -> 'a t -> unit
           val fold : (key -> 'a -> 'b -> 'b) -> 'a t -> 'b -> 'b
           val for_all : (key -> 'a -> bool) -> 'a t -> bool
           val exists : (key -> 'a -> bool) -> 'a t -> bool
           val filter : (key -> 'a -> bool) -> 'a t -> 'a t
           val partition : (key -> 'a -> bool) -> 'a t -> 'a t * 'a t
           val cardinal : 'a t -> int
           val bindings : 'a t -> (key * 'a) list
           val min_binding : 'a t -> key * 'a
           val max_binding : 'a t -> key * 'a
           val choose : 'a t -> key * 'a
           val split : key -> 'a t -> 'a t * 'a option * 'a t
           val find : key -> 'a t -> 'a
           val map : ('a -> 'b) -> 'a t -> 'b t
           val mapi : (key -> 'a -> 'b) -> 'a t -> 'b t
         end
       The field `split' is required but not provided
       The field `choose' is required but not provided
       The field `max_binding' is required but not provided
       The field `min_binding' is required but not provided
       The field `bindings' is required but not provided
       The field `cardinal' is required but not provided
       The field `partition' is required but not provided
       The field `filter' is required but not provided
       The field `exists' is required but not provided
       The field `for_all' is required but not provided
       The field `merge' is required but not provided
       The field `singleton' is required but not provided
make: *** [update.cmx] Error 2
### execution of /var/tmp/tmp.2.QU9MG4 failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-unison-2.27.57-1008

On Thu, Jun 30, 2011 at 10:32 AM, Alexander Hansen <
[email protected]> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 6/30/11 10:15 AM, Corey Halpin wrote:
> >   I'm running 10.6.8, and just rebuilt my copy of lablgtk2 without a
> > problem.  But in doing so, I noticed that I had a newer version of the
> > package which I had somehow neglected to check in !
> >
> >   I've just remedied that, and lablgtk2 2.14.2-1, which I've just
> > verified will build on 10.6.8, will be pulled in by 'fink selfupdate'
> > shortly.
> >
> >   If you have problems with it, please save a full build log (fink
> > rebuild lablgtk2 2>&1 | tee build.log) and mail it to me.
> >
> > Best regards.
> >
> > ~crh
> >
>
> <snip>
>
> 2.14.2-1 works for me on 10.6.8/i386, 10.6.8/x86_64, and 10.5.8/powerpc.
>
> I can do 10.5/i386 and 10.4/powerpc, but that requires rebooting my
> machines and I'd rather not right now. :-)
> - --
> Alexander Hansen, Ph.D.
> Fink User Liaison
> http://finkakh.wordpress.com/
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk4MiQ4ACgkQB8UpO3rKjQ+/cQCdHH3zEEtw/cb2T8pE+o8Ejjq1
> d5kAnjhl589vxRti/J+nfpKXMsrSUKFx
> =sBhJ
> -----END PGP SIGNATURE-----
>



-- 
----------------------
Sébastien Biner
----------------------
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Fink-beginners mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to