Opened 15 years ago

Last modified 15 years ago

#19521 closed defect

python2.6-2.6.2 wrong port upgraded (gperf) — at Version 1

Reported by: paulymer@… Owned by: blb@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: upgrade Cc: mcalhoun@…
Port: python26

Description (last modified by blb@…)

I am trying to upgrade my python installation. First I tried:

$ sudo port install python2.6

but I unknowingly had a python2.6 installed already. So I tried:

  $ sudo port upgrade python26
Password:
--->  Fetching gperf
--->  Attempting to fetch gperf-3.0.4.tar.gz from http://distfiles.macports.org/gperf
--->  Verifying checksum(s) for gperf
--->  Extracting gperf
--->  Configuring gperf
--->  Building gperf
--->  Staging gperf into destroot
--->  Deactivating gperf @3.0.3_0
--->  Installing gperf @3.0.4_0
--->  Activating gperf @3.0.4_0
--->  Cleaning gperf
--->  Fetching openssl
--->  Attempting to fetch openssl-0.9.8k.tar.gz from http://distfiles.macports.org/openssl
--->  Verifying checksum(s) for openssl
--->  Extracting openssl
--->  Applying patches to openssl
--->  Configuring openssl
--->  Building openssl
--->  Staging openssl into destroot
--->  Deactivating openssl @0.9.8j_0
--->  Installing openssl @0.9.8k_0
--->  Activating openssl @0.9.8k_0
--->  Cleaning openssl
--->  Fetching xorg-xproto
--- snip ---

As can be seen, gperf was installed instead of python2.6 upgraded...

Change History (1)

comment:1 Changed 15 years ago by blb@…

Cc: mcalhoun@… added
Description: modified (diff)
Keywords: python2.6 removed
Owner: changed from macports-tickets@… to blb@…
Port: python26 added; python2.6 removed

python26 has several dependencies, one of which is gettext which then pulls in libiconv and that needs gperf, hence installing it. After your snip, did it eventually get to installing the python26 port?

Note: See TracTickets for help on using tickets.