[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fink-beginners
Subject:    Re: [Fink-beginners] build issue with giflib on 10.6 was Re: wine
From:       Joseph <joedvg () hotmail ! com>
Date:       2010-11-18 14:54:11
Message-ID: SNT105-W64E0B5439D13704730BB87DA390 () phx ! gbl
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hello!

I uninstalled X11 using the following commands in Terminal:

sudo rm -rf /usr/X11R6
sudo rm -rf /etc/X11
sudo rm -rf /Applications/X11.app

I then re-installed X11 from the Snow Leopard Installation DVD by clicking "Optional \
Installs" > "Optional Installs.mpkg" and then selecting X11 from the list of optional \
installs. Installation was successful.

However, when I type "fink install wine" I get the following message:

"Information about 4329 packages read in 2 seconds.

fink needs help picking an alternative to satisfy a virtual dependency. The
candidates:

(1)    lynx: Console based web browser
(2)    links: Lynx-like text WWW browser with tables
(3)    w3m: Text-mode WWW browser with tables/frames
(4)    elinks: Development version of Links text WWW browser

Pick one: [1] 
Can't resolve dependency "libming1-dev" for package "graphviz-2.26.3-2" (no
matching packages/versions found)
Exiting with failure."

I was, however, able to successfully install gedit via fink yesterday, which I was \
unable to do before. (I didn't write down the exact error message I had been getting \
-- sorry.)

For your information:

fink -V | head -n 2
Package manager version: 0.29.15
Distribution version: selfupdate-rsync Thu Nov 18 15:39:26 2010, 10.6, i386

file /usr/X11R6/lib/libX11.dylib
/usr/X11R6/lib/libX11.dylib: Mach-O universal binary with 3 architectures
/usr/X11R6/lib/libX11.dylib (for architecture x86_64):    Mach-O 64-bit dynamically \
                linked shared library x86_64
/usr/X11R6/lib/libX11.dylib (for architecture i386):    Mach-O dynamically linked \
                shared library i386
/usr/X11R6/lib/libX11.dylib (for architecture ppc7400):    Mach-O dynamically linked \
shared library ppc

file -L /usr/X11R6/lib/libX11.dylib
/usr/X11R6/lib/libX11.dylib: Mach-O universal binary with 3 architectures
/usr/X11R6/lib/libX11.dylib (for architecture x86_64):    Mach-O 64-bit dynamically \
                linked shared library x86_64
/usr/X11R6/lib/libX11.dylib (for architecture i386):    Mach-O dynamically linked \
                shared library i386
/usr/X11R6/lib/libX11.dylib (for architecture ppc7400):    Mach-O dynamically linked \
shared library ppc

Thank you for any assistance!!!


> Date: Tue, 16 Nov 2010 18:10:33 -0500
> From: alexanderk.hansen@gmail.com
> To: joedvg@hotmail.com
> CC: fink-beginners@lists.sourceforge.net
> Subject: Re: [Fink-beginners] build issue with giflib on 10.6 was Re: wine \
> dependency "libming1-dev" for package "graphviz-2.26.3-2" failure 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 11/16/10 1:28 PM, Joseph wrote:
> > Thank you very much for your help!
> > 
> > (I feel I should add that I was previously using MacPorts but
> > uninstalled it after reading about conflicts with Fink.)
> > 
> > > 1) The output of "fink list -v | head -n 2" so that we can tell whether
> > > you're on 32-bit or 64-bit Fink.
> > 
> > Unknown option: v
> > Failed: fink list: unknown option
> > Type 'fink list --help' for more information.
> 
> D'oh!  I botched that one.  It should have been:
> 
> fink -V | head -n 2 ; but I can now infer that you're using 32-bit Fink.
> 
> > 
> > > 2) The full line of the build output just before the errors started to
> > > show up. Don't post the whole output yet. This helps us see if you're
> > > linking to non-Fink stuff.
> > 
> > I hope this is what you are looking for.
> > 
> > creating gifrotat
> 
> <snip>
> 
> > gcc -I/usr/X11R6/include -g -O2 -Wall -o .libs/gif2x11
> > gif2x11-gif2x11.o  ../lib/.libs/libgif.dylib -L/usr/X11R6/lib
> > ../lib/libgetarg.a -lX11
> > 
> 
> The errors start immediately thereafter?
> 
> > > 3) The results of running "file /usr/X11R6/lib/libX11.dylib" and "file
> > > - -L /usr/X11R6/lib/libX11.dylib".
> > 
> > "file /usr/X11R6/lib/libX11.dylib" output:
> > 
> > /usr/X11R6/lib/libX11.dylib: Mach-O 64-bit dynamically linked shared
> > library x86_64
> > 
> > "file- -L /usr/X11R6/lib/libX11.dylib" output:
> > 
> > -bash: file-: command not found
> > 
> 
> Ooops.  I introduced one too many dashes there.
> 
> No matter.  I get the following:
> 
> $ /usr/bin/file /usr/X11R6/lib/libX11.dylib
> /usr/X11R6/lib/libX11.dylib: Mach-O universal binary with 3 architectures
> /usr/X11R6/lib/libX11.dylib (for architecture x86_64):	Mach-O 64-bit
> dynamically linked shared library x86_64
> /usr/X11R6/lib/libX11.dylib (for architecture i386):	Mach-O dynamically
> linked shared library i386
> /usr/X11R6/lib/libX11.dylib (for architecture ppc7400):	Mach-O
> dynamically linked shared library ppc
> 
> > P.s.
> > > (Don't use "sudo" before "fink"; the "fink" command will sudo for
> > > itself, and doing it manually may change environment variables)
> > 
> > Duly noted!
> > 
> 
> So the problem is that your libX11 is only 64-bit rather than universal,
> which isn't a normal state of affairs, and so a 32-bit Fink setup can't
> link against it.
> 
> You probably should try reinstalling X11 (X11User.pkg) from your Snow
> Leopard media.  Otherwise, you could switch to a 64-bit Fink setup.  If
> you go that route,
> http://finkers.wordpress.com/2009/08/31/starting-anew/ has helpful
> information on how to minimize the annoyance.
> - -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> 
> iEYEARECAAYFAkzjD2kACgkQB8UpO3rKjQ+KJwCeLDDRyvMYKID4Gzub3Kv8mA8v
> W34Anik7Tr9xxcRv0GDRc6Tp2PhlKK5B
> =IrkX
> -----END PGP SIGNATURE-----
 		 	   		  


[Attachment #5 (text/html)]

<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hello!<br><br>I uninstalled X11 using the following commands in Terminal:<br><br>sudo \
rm -rf /usr/X11R6<br>sudo rm -rf /etc/X11<br>sudo rm -rf \
/Applications/X11.app<br><br>I then re-installed X11 from the Snow Leopard \
Installation DVD by clicking "Optional Installs" &gt; "Optional Installs.mpkg" and \
then selecting X11 from the list of optional installs. Installation was \
successful.<br><br>However, when I type "fink install wine" I get the following \
message:<br><br>"Information about 4329 packages read in 2 seconds.<br><br>fink needs \
help picking an alternative to satisfy a virtual dependency. \
The<br>candidates:<br><br>(1)&nbsp;&nbsp;&nbsp; lynx: Console based web \
browser<br>(2)&nbsp;&nbsp;&nbsp; links: Lynx-like text WWW browser with \
tables<br>(3)&nbsp;&nbsp;&nbsp; w3m: Text-mode WWW browser with \
tables/frames<br>(4)&nbsp;&nbsp;&nbsp; elinks: Development version of Links text WWW \
browser<br><br>Pick one: [1] <br>Can't resolve dependency "libming1-dev" for package \
"graphviz-2.26.3-2" (no<br>matching packages/versions found)<br>Exiting with \
failure."<br><br>I was, however, able to successfully install gedit via fink \
yesterday, which I was unable to do before. (I didn't write down the exact error \
message I had been getting -- sorry.)<br><br>For your information:<br><br>fink -V | \
head -n 2<br>Package manager version: 0.29.15<br>Distribution version: \
selfupdate-rsync Thu Nov 18 15:39:26 2010, 10.6, i386<br><br>file \
/usr/X11R6/lib/libX11.dylib<br>/usr/X11R6/lib/libX11.dylib: Mach-O universal binary \
with 3 architectures<br>/usr/X11R6/lib/libX11.dylib (for architecture \
x86_64):&nbsp;&nbsp;&nbsp; Mach-O 64-bit dynamically linked shared library \
x86_64<br>/usr/X11R6/lib/libX11.dylib (for architecture i386):&nbsp;&nbsp;&nbsp; \
Mach-O dynamically linked shared library i386<br>/usr/X11R6/lib/libX11.dylib (for \
architecture ppc7400):&nbsp;&nbsp;&nbsp; Mach-O dynamically linked shared library \
ppc<br><br>file -L /usr/X11R6/lib/libX11.dylib<br>/usr/X11R6/lib/libX11.dylib: Mach-O \
universal binary with 3 architectures<br>/usr/X11R6/lib/libX11.dylib (for \
architecture x86_64):&nbsp;&nbsp;&nbsp; Mach-O 64-bit dynamically linked shared \
library x86_64<br>/usr/X11R6/lib/libX11.dylib (for architecture \
i386):&nbsp;&nbsp;&nbsp; Mach-O dynamically linked shared library \
i386<br>/usr/X11R6/lib/libX11.dylib (for architecture ppc7400):&nbsp;&nbsp;&nbsp; \
Mach-O dynamically linked shared library ppc<br><br>Thank you for any \
assistance!!!<br><br><br>&gt; Date: Tue, 16 Nov 2010 18:10:33 -0500<br>&gt; From: \
alexanderk.hansen@gmail.com<br>&gt; To: joedvg@hotmail.com<br>&gt; CC: \
fink-beginners@lists.sourceforge.net<br>&gt; Subject: Re: [Fink-beginners] build \
issue with giflib on 10.6 was Re: wine dependency "libming1-dev" for package \
"graphviz-2.26.3-2" failure<br>&gt; <br>&gt; -----BEGIN PGP SIGNED \
MESSAGE-----<br>&gt; Hash: SHA1<br>&gt; <br>&gt; On 11/16/10 1:28 PM, Joseph \
wrote:<br>&gt; &gt; Thank you very much for your help!<br>&gt; &gt; <br>&gt; &gt; (I \
feel I should add that I was previously using MacPorts but<br>&gt; &gt; uninstalled \
it after reading about conflicts with Fink.)<br>&gt; &gt; <br>&gt; &gt;&gt; 1) The \
output of "fink list -v | head -n 2" so that we can tell whether<br>&gt; &gt;&gt; \
you're on 32-bit or 64-bit Fink.<br>&gt; &gt; <br>&gt; &gt; Unknown option: v<br>&gt; \
&gt; Failed: fink list: unknown option<br>&gt; &gt; Type 'fink list --help' for more \
information.<br>&gt; <br>&gt; D'oh!  I botched that one.  It should have \
been:<br>&gt; <br>&gt; fink -V | head -n 2 ; but I can now infer that you're using \
32-bit Fink.<br>&gt; <br>&gt; &gt; <br>&gt; &gt;&gt; 2) The full line of the build \
output just before the errors started to<br>&gt; &gt;&gt; show up. Don't post the \
whole output yet. This helps us see if you're<br>&gt; &gt;&gt; linking to non-Fink \
stuff.<br>&gt; &gt; <br>&gt; &gt; I hope this is what you are looking for.<br>&gt; \
&gt; <br>&gt; &gt; creating gifrotat<br>&gt; <br>&gt; &lt;snip&gt;<br>&gt; <br>&gt; \
&gt; gcc -I/usr/X11R6/include -g -O2 -Wall -o .libs/gif2x11<br>&gt; &gt; \
gif2x11-gif2x11.o  ../lib/.libs/libgif.dylib -L/usr/X11R6/lib<br>&gt; &gt; \
../lib/libgetarg.a -lX11<br>&gt; &gt; <br>&gt; <br>&gt; The errors start immediately \
thereafter?<br>&gt; <br>&gt; &gt;&gt; 3) The results of running "file \
/usr/X11R6/lib/libX11.dylib" and "file<br>&gt; &gt;&gt; - -L \
/usr/X11R6/lib/libX11.dylib".<br>&gt; &gt; <br>&gt; &gt; "file \
/usr/X11R6/lib/libX11.dylib" output:<br>&gt; &gt; <br>&gt; &gt; \
/usr/X11R6/lib/libX11.dylib: Mach-O 64-bit dynamically linked shared<br>&gt; &gt; \
library x86_64<br>&gt; &gt; <br>&gt; &gt; "file- -L /usr/X11R6/lib/libX11.dylib" \
output:<br>&gt; &gt; <br>&gt; &gt; -bash: file-: command not found<br>&gt; &gt; \
<br>&gt; <br>&gt; Ooops.  I introduced one too many dashes there.<br>&gt; <br>&gt; No \
matter.  I get the following:<br>&gt; <br>&gt; $ /usr/bin/file \
/usr/X11R6/lib/libX11.dylib<br>&gt; /usr/X11R6/lib/libX11.dylib: Mach-O universal \
binary with 3 architectures<br>&gt; /usr/X11R6/lib/libX11.dylib (for architecture \
x86_64):	Mach-O 64-bit<br>&gt; dynamically linked shared library x86_64<br>&gt; \
/usr/X11R6/lib/libX11.dylib (for architecture i386):	Mach-O dynamically<br>&gt; \
linked shared library i386<br>&gt; /usr/X11R6/lib/libX11.dylib (for architecture \
ppc7400):	Mach-O<br>&gt; dynamically linked shared library ppc<br>&gt; <br>&gt; &gt; \
P.s.<br>&gt; &gt;&gt; (Don't use "sudo" before "fink"; the "fink" command will sudo \
for<br>&gt; &gt;&gt; itself, and doing it manually may change environment \
variables)<br>&gt; &gt; <br>&gt; &gt; Duly noted!<br>&gt; &gt; <br>&gt; <br>&gt; So \
the problem is that your libX11 is only 64-bit rather than universal,<br>&gt; which \
isn't a normal state of affairs, and so a 32-bit Fink setup can't<br>&gt; link \
against it.<br>&gt; <br>&gt; You probably should try reinstalling X11 (X11User.pkg) \
from your Snow<br>&gt; Leopard media.  Otherwise, you could switch to a 64-bit Fink \
setup.  If<br>&gt; you go that route,<br>&gt; \
http://finkers.wordpress.com/2009/08/31/starting-anew/ has helpful<br>&gt; \
information on how to minimize the annoyance.<br>&gt; - -- <br>&gt; Alexander Hansen, \
Ph.D.<br>&gt; Fink User Liaison<br>&gt; -----BEGIN PGP SIGNATURE-----<br>&gt; \
Version: GnuPG v1.4.11 (Darwin)<br>&gt; Comment: Using GnuPG with Mozilla - \
http://enigmail.mozdev.org/<br>&gt; <br>&gt; \
iEYEARECAAYFAkzjD2kACgkQB8UpO3rKjQ+KJwCeLDDRyvMYKID4Gzub3Kv8mA8v<br>&gt; \
W34Anik7Tr9xxcRv0GDRc6Tp2PhlKK5B<br>&gt; =IrkX<br>&gt; -----END PGP \
SIGNATURE-----<br> 		 	   		  </body> </html>



------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev

_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.beginners

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic