Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#42995 closed defect (invalid)

libproxy: Requested variants "+python27" do not match original selection "+python27+universal".

Reported by: bradleyross@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: dbevans (David B. Evans), ryandesign (Ryan Carsten Schmidt)
Port: libproxy

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

I was having a number of problems getting MySQL to install on Mavericks. I finally decided to uninstall everything and try loading from scratch. The first thing that I tried was to install gimp2. It failed and I think that the following may be part of the problem.

--->  Attempting to fetch gconf-3.2.6_0+x11.darwin_13.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/gconf
--->  Fetching distfiles for gconf
--->  Verifying checksums for gconf
--->  Extracting gconf
--->  Configuring gconf
--->  Building gconf
--->  Staging gconf into destroot
--->  Installing gconf @3.2.6_0+x11
--->  Activating gconf @3.2.6_0+x11
--->  Cleaning gconf
Error: Requested variants "+python27" do not match original selection "+python27+universal".
Please use the same variants again, perform 'port clean libproxy' or specify the force option (-f).
Error: Failed to install libproxy
Please see the log file for port libproxy for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_libproxy/libproxy/main.log

Attachments (2)

Gimp2Problem.txt (89.1 KB) - added by bradleyross@… 10 years ago.
CLI output while building gimp2
GimpMain.log (730 bytes) - added by bradleyross@… 10 years ago.
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_libproxy/libproxy/main.log

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by bradleyross@…

Attachment: Gimp2Problem.txt added

CLI output while building gimp2

Changed 10 years ago by bradleyross@…

Attachment: GimpMain.log added

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_libproxy/libproxy/main.log

comment:1 in reply to:  description Changed 10 years ago by bradleyross@…

I received the following error when I tried to install lib proxy with python27 but not universal. Perhaps something in the script should be changed from +python27 to +python27+universal?

BradleyRossMacBook:~ bradleyross$ sudo port install libproxy@0.4.11+python27
Error: Requested variants "+python27" do not match original selection "+python27+universal".
Please use the same variants again, perform 'port clean libproxy' or specify the force option (-f).
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port libproxy failed

Replying to bradleyross@…:

I was having a number of problems getting MySQL to install on Mavericks. I finally decided to uninstall everything and try loading from scratch. The first thing that I tried was to install gimp2. It failed and I think that the following may be part of the problem.

--->  Attempting to fetch gconf-3.2.6_0+x11.darwin_13.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/gconf
--->  Fetching distfiles for gconf
--->  Verifying checksums for gconf
--->  Extracting gconf
--->  Configuring gconf
--->  Building gconf
--->  Staging gconf into destroot
--->  Installing gconf @3.2.6_0+x11
--->  Activating gconf @3.2.6_0+x11
--->  Cleaning gconf
Error: Requested variants "+python27" do not match original selection "+python27+universal".
Please use the same variants again, perform 'port clean libproxy' or specify the force option (-f).
Error: Failed to install libproxy
Please see the log file for port libproxy for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_libproxy/libproxy/main.log
Last edited 10 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: devans@… ryandesign@… added
Description: modified (diff)
Port: libproxy added; gimp2 removed
Resolution: invalid
Status: newclosed
Summary: gimp2 unable to install on maverickslibproxy: Requested variants "+python27" do not match original selection "+python27+universal".

The error message already tells you how to resolve the problem: you must clean libproxy.

Note that "sudo port install libproxy@0.4.11+python27" is equivalent to "sudo port install libproxy +python27": it is not possible to specify a version (any version you specify will be ignored).

Note: See TracTickets for help on using tickets.