Opened 17 months ago

Closed 17 months ago

Last modified 17 months ago

#66319 closed defect (invalid)

uninstalling qbs

Reported by: dbl001 (dbl) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.0
Keywords: Cc:
Port: qbs

Description

How do I uninstall 'qbs'?

% sudo port list qbs
qbs                            @1.23.0         devel/qbs
% sudo find /opt/ -name qbs -ls
(base) davidlaxer@x86_64-apple-darwin13 build % sudo port selfupdate
--->  Updating MacPorts base sources using rsync
MacPorts base version 2.8.0 installed,
MacPorts base version 2.8.0 downloaded.
--->  Updating the ports tree
--->  MacPorts base is already the latest version

The ports tree has been updated. To upgrade your installed ports, you should run
  port upgrade outdated
(base) davidlaxer@x86_64-apple-darwin13 build % sudo port upgrade outdated
--->  Computing dependencies for qbs
--->  Fetching archive for qbs
--->  Attempting to fetch qbs-1.23.0_0.darwin_22.x86_64.tbz2 from http://mirror.fcix.net/macports/packages/qbs
--->  Attempting to fetch qbs-1.23.0_0.darwin_22.x86_64.tbz2 from https://packages.macports.org/qbs
--->  Attempting to fetch qbs-1.23.0_0.darwin_22.x86_64.tbz2 from https://ywg.ca.packages.macports.org/mirror/macports/packages/qbs
--->  Fetching distfiles for qbs
--->  Attempting to fetch qbs-src-1.23.0.tar.gz from https://distfiles.macports.org/qbs
--->  Verifying checksums for qbs                                               
--->  Extracting qbs
--->  Applying patches to qbs
--->  Configuring qbs
Error: Failed to configure qbs: configure failure: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_qbs/qbs/main.log for details.
Error: Problem while installing qbs
Error: Follow https://guide.macports.org/#project.tickets if you believe there
is a bug.
(base) davidlaxer@x86_64-apple-darwin13 build % sudo port uninstall qbs
(base) davidlaxer@x86_64-apple-darwin13 build % sudo port list qbs
qbs                            @1.23.0         devel/qbs

Attachments (1)

main.log (15.5 KB) - added by dbl001 (dbl) 17 months ago.

Download all attachments as: .zip

Change History (4)

Changed 17 months ago by dbl001 (dbl)

Attachment: main.log added

comment:1 Changed 17 months ago by dbl001 (dbl)

This is related #66200.

comment:2 Changed 17 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed

You uninstall qbs by running sudo port uninstall qbs. The output above shows you ran that command and it did nothing, meaning qbs wasn't installed at that point.

You can recover the disk space used for the failed build attempt by running sudo port clean qbs.

port list qbs shows you what ports are in the database of ports that can be installed, not what ports are installed. See wiki:FAQ#portlist.

For any further questions about how to use MacPorts, please ask on the macports-users mailing list. The issue tracker is not for technical support.

comment:3 Changed 17 months ago by ryandesign (Ryan Carsten Schmidt)

Since MacPorts is trying to install qbs when you sudo port upgrade outdated, evidently some other port that you have installed wants to install qbs as a dependency.

Note: See TracTickets for help on using tickets.