macports in 32 bit on snow leopard ?
Johannes Behr
johannes.behr at igd.fraunhofer.de
Wed Feb 17 10:00:23 PST 2010
So I uninstalled macports all together and started from scratch
1) installed macports pkgs
2) build_arch to i386 in macports.conf
3) "port install" all package i need
Should this work ?
regards
johannes
> thanks
> johannes
>
> On 17 Feb 2010, at 13:26, Scott C. Kennedy wrote:
>
>> You can do the following to uninstall/re-install all ports...
>>
>> 1: port installed > installed_ports
>> 2: port uninstall -f installed
>> 3: for PORT_TO_INSTALL in `awk '{print $1}' installed_ports`; do port
>> install $PORT_TO_INSTALL ; done
>> 4: port installed > new_installed_ports
>> 5: diff installed_ports new_installed_ports
>>
>> Step #1, saves a list of what you have already
>> Step #2, does a forced un-install of your ports, there will be errors
>> and complaints as you remove things that are dependencies on others, but
>> you'll remove everything in the end.
>> Step #3, does a loop for the things you had installed, and does another
>> compile of them
>> Step #4, saves a new list of the ports you just installed.
>> Step #5 compares the two lists, to see if something is missing.
>>
>> But, I'm still not sure, that you need to do this.
>>
>> Scott
>>
>> On 2/17/10 3:52 AM, Johannes Behr wrote:
>>> On 17 Feb 2010, at 12:43, Ryan Schmidt wrote:
>>>
>>>
>>>> On Feb 17, 2010, at 05:39, Johannes Behr wrote:
>>>>
>>>>
>>>> If that's the way you want to go, I would recommend you uninstall all ports. Then change build_arch and reinstall the ports you need. However:
>>>>
>>> How do I uninstall all ports ?
>>>
>>>
>>
>
> --
> Dr. Johannes Behr
> Leiter Projektbereich VR
>
> Fraunhofer-Institut für Graphische Datenverarbeitung IGD
> Fraunhoferstr. 5 | 64283 Darmstadt | Germany
> Tel +49 6151 155-510 | Fax +49 6151 155-196
> johannes.behr at igd.fraunhofer.de | www.igd.fraunhofer.de
>
> _______________________________________________
> macports-users mailing list
> macports-users at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
--
Dr. Johannes Behr
Leiter Projektbereich VR
Fraunhofer-Institut für Graphische Datenverarbeitung IGD
Fraunhoferstr. 5 | 64283 Darmstadt | Germany
Tel +49 6151 155-510 | Fax +49 6151 155-196
johannes.behr at igd.fraunhofer.de | www.igd.fraunhofer.de
More information about the macports-users
mailing list