Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#40967 closed defect (invalid)

Error: Dependency 'glib2' not found.

Reported by: calvinxakru@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: glib2

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

MacPorts 2.2.1
$ sudo port install mc
--->  Computing dependencies for mc
Error: Dependency 'glib2' not found.
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port mc failed

Change History (6)

comment:1 Changed 10 years ago by calvinxakru@…

MacBook-Pro-user:~ user$ sudo port selfupdate
--->  Updating MacPorts base sources using rsync
MacPorts base version 2.2.1 installed,
MacPorts base version 2.2.1 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
MacBook-Pro-user:~ user $ sudo port install mc
--->  Computing dependencies for mc
Error: Dependency 'glib2' not found.
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port mc failed

MacBook-Pro-user:~ user $ uname -a
Darwin MacBook-Pro-user.local 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64
Last edited 10 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

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

Description: modified (diff)
Keywords: glib2 removed
Owner: changed from macports-tickets@… to ryandesign@…
Port: glib2 added

Don't know how to explain that. The glib2 port obviously exists. What's the output of "sudo port -v selfupdate"? Do you have a local ports tree that might be masking the official glib2 somehow?

comment:3 Changed 10 years ago by calvinxakru@…

all fine, thanks. Sorry, i have installed clean system (Maverick). At first i have installed Xcode, but not accepted "License agreement". And glib2 is a first package from dependencies. It is a great work (macports). THNX

comment:4 Changed 10 years ago by calvinxakru@…

sudo port -v selfupdate
Password:
--->  Updating MacPorts base sources using rsync
receiving file list ... done
base.tar

sent 13396 bytes  received 10350 bytes  5276.89 bytes/sec
total size is 4925440  speedup is 207.42
receiving file list ... done
base.tar.rmd160

sent 64 bytes  received 635 bytes  199.71 bytes/sec
total size is 512  speedup is 0.73
MacPorts base version 2.2.1 installed,
MacPorts base version 2.2.1 downloaded.
--->  Updating the ports tree
Synchronizing local ports tree from rsync://rsync.macports.org/release/tarballs/ports.tar
receiving file list ... done
ports.tar

sent 53265 bytes  received 112 bytes  11861.56 bytes/sec
total size is 57702400  speedup is 1081.03
receiving file list ... done
ports.tar.rmd160

sent 64 bytes  received 117 bytes  51.71 bytes/sec
total size is 512  speedup is 2.83
Creating port index in /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports
Failed to parse file aqua/FScript/Portfile: can't set "compiler.blacklist": 
You have not agreed to the Xcode license agreements, please run 'xcodebuild -license' (for user-level acceptance) or 'sudo xcodebuild -license' (for system-wide acceptance) from within a Terminal window to review and agree to the Xcode license agreements.
child process exited abnormally
....... etc

After accepting license i saw, and all fine

Adding subport php55-calendar
Adding subport php55-curl
Adding subport php55-dba
Adding subport php55-enchant
Adding subport php55-exif
Adding subport php55-ftp
Adding subport php55-gd
Adding subport php55-gettext
Adding subport php55-gmp
Adding subport php55-iconv
Adding subport php55-imap
Adding subport php55-intl
Adding subport php55-ldap
Adding subport php55-mbstring
Adding subport php55-mcrypt
Adding subport php55-mssql
Adding subport php55-mysql
Adding subport php55-odbc
Adding subport php55-opcache
Adding subport php55-openssl
Adding subport php55-oracle
Adding subport php55-pcntl
Adding subport php55-posix
Adding subport php55-postgresql
Adding subport php55-pspell
Adding subport php55-snmp
Adding subport php55-soap
Adding subport php55-sockets
Adding subport php55-sqlite
Adding subport php55-tidy
Adding subport php55-wddx
Adding subport php55-xmlrpc
Adding subport php55-xsl
Adding subport php55-zip
............. etc
Total number of ports parsed:	203 
Ports successfully parsed:	203 
Ports failed:			0 
Up-to-date ports skipped:	17562

--->  MacPorts base is already the latest version

The ports tree has been updated. To upgrade your installed ports, you should run
  port upgrade outdated
Last edited 10 years ago by calvinxakru@… (previous) (diff)

comment:5 Changed 10 years ago by mf2k (Frank Schima)

Resolution: invalid
Status: newclosed

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

I've changed the compiler_blacklist_versions-1.0 portgroup in r112784 so that failure to agree to the Xcode license agreement will no longer cause ports to disappear from the portindex.

Note: See TracTickets for help on using tickets.