Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#35254 closed defect (invalid)

mesa: Detected a problem with your development environment. Please work around it by executing

Reported by: timski.sansom@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc:
Port: mesa

Description (last modified by ryandesign (Ryan Carsten Schmidt))

hi there i have tried to install wine on to my mac os x 10.6.8 and i keep on getting this error

Error: Detected a problem with your development environment.  Please work around it by executing:
Error: sudo ln -s libXplugin.1.dylib /usr/lib/libXplugin.dylib
Error: org.macports.configure for port mesa returned: missing libXplugin.dylib
Error: Failed to install mesa
Please see the log file for port mesa for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_mesa/mesa/main.log
Error: The following dependencies were not installed: mesa xorg-libXxf86vm xorg-xf86vidmodeproto
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port wine failed

i ran the option

sudo port -v clean mesa
sudo port -v install mesa 

and still i get this error

--->  Computing dependencies for mesa.
--->  Fetching archive for mesa
--->  mesa-8.0.3_0+python27.darwin_10.i386.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
--->  Attempting to fetch mesa-8.0.3_0+python27.darwin_10.i386.tbz2 from http://packages.macports.org/mesa
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
--->  Fetching distfiles for mesa
--->  Verifying checksum(s) for mesa
--->  Checksumming MesaLib-8.0.3.tar.bz2
--->  Extracting mesa
--->  Extracting MesaLib-8.0.3.tar.bz2
--->  Configuring mesa
Error: Detected a problem with your development environment.  Please work around it by executing:
Error: sudo ln -s libXplugin.1.dylib /usr/lib/libXplugin.dylib
Error: org.macports.configure for port mesa returned: missing libXplugin.dylib
Warning: targets not executed for mesa: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
Please see the log file for port mesa for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_mesa/mesa/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port mesa failed

so i am unable to install wine :-(
any help would be appreciated thanks guys

Change History (9)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: wine removed
Milestone: MacPorts 2.1.2
Owner: changed from macports-tickets@… to jeremyhu@…
Port: mesa added; wine removed
Summary: error on install of wnemesa: Detected a problem with your development environment. Please work around it by executing

Please remember to use WikiFormatting, to preview before submitting, to use the actual affected port name in the Summary and Port fields, and to Cc the maintainer of that port.

comment:2 in reply to:  description Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed

Replying to timski.sansom@…:

Error: Detected a problem with your development environment.  Please work around it by executing:
Error: sudo ln -s libXplugin.1.dylib /usr/lib/libXplugin.dylib

Please run the above command to fix the problem.

comment:3 Changed 12 years ago by timski.sansom@…

Resolution: invalid
Status: closedreopened

hi there thanks for the advice first of all i ran the

sudo ln -s libXplugin.1.dylib /usr/lib/libXplugin.dylib

and tried to install my windows app via wine using the following command,

$ wine PacketTracer533_setup_no_tutorials.exe

and i got this back

-bash: wine: command not found

so obviously wine did not install correctly :-( so i can not install any of my windows apps ( i have already installed tested xcode and X11) but nothing launches i assume that x11 should launch when i executed that command but nothing :-(

comment:4 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: invalid
Status: reopenedclosed

You seem to not have installed wine.

comment:5 in reply to:  4 Changed 12 years ago by timski.sansom@…

Replying to jeremyhu@…:

You seem to not have installed wine.

right i found out what the problem was /usr/lib/libXplugin.dylib was missing of my system so i used pacifist to put it back from os x 10.6.7 disk image i have, and tested x11 so that worked fine i am now trying wine again... that went in much better this time :-)

comment:6 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Why did you use pacifist? Did you replace anything else? We gave you the explicit command that you needed to run to fix the problem. There was no need to use pacifist ;)

If you installed anything other than that one symbolic link, please grab the 10.6.8 Combo Update and install it to fix anything you may have clobbered.

comment:7 Changed 12 years ago by timski.sansom@…

i ran the command and nothing changed i was still getting the error so i tried to launch X11 and it kept on failing, s i contacted apple and their advice was to either reinstall or copy the missing file from the os x disk with pacifist, after that x11 worked again so i am currently downloading and installing the combo i will restart and see if that fixes the issues i am getting

thanks for all your advice ;-)

comment:8 in reply to:  7 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Replying to timski.sansom@…:

i ran the command and nothing changed i was still getting the error

What error? This one?

Error: Detected a problem with your development environment.  Please work around it by executing:
Error: sudo ln -s libXplugin.1.dylib /usr/lib/libXplugin.dylib

That command will clearly fix that error.

Did you mean this error?

-bash: wine: command not found

That's because you haven't installed wine yet.

so i tried to launch X11 and it kept on failing

This is the first time you've mentioned any problem about X11. What is the issue with launching X11?

so i contacted apple and their advice was to either reinstall or copy the missing file from the os x disk with pacifist

That's general advice, but I'm the maintainer of X11 at Apple, so you can probably trust my advise over anyone you talk to at AppleCare ;) If you have any X11 issues, I suggest you ask on the x11-users mailing list.

, after that x11 worked again so i am currently downloading and installing the combo i will restart and see if that fixes the issues i am getting

Sounds good. That should fix anything that may have been inadvertently downgraded when you used pacifist.

thanks for all your advice ;-)

comment:9 Changed 12 years ago by timski.sansom@…

sorry i only noticed it when i tried to run the wine application, so i thought i wonder if x11 is working correctly and when i went to unities and ran that it kept on crashing on me possibly the issue in the first instance, hence why i have had to copy that file over and reinstall the 10.6.8 combo which i have now done. I have tested the app again and still its failing when i try to run it i did notice how ever that when i run the cd ~/.wine/drive_c/Program\ Files/ Merl1n:Program Files Timski$ ls Cisco Packet Tracer 5.3.3 Internet Explorer Common Files Merl1n:Program Files Timski$ cd Cisco Packet Tracer 5.3.3 -bash: cd: Cisco: No such file or directory Merl1n:Program Files Timski$

i can't change directory but i ran the show all files command and i can see the .exe i need is in .wine/bin/PacketTracer.exe

i have posted to the mailing list and i am now awaiting post replies

;-)

Note: See TracTickets for help on using tickets.