#24933 closed defect (fixed)
pgAdmin3 @1.10.3_0 install failure
Reported by: | mirimiri66@… | Owned by: | jyrkiwahlstedt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | pgAdmin3 |
Description
I've got pgAdmin3 @1.10.2_0 installed and tried to update to pgAdmin3 @1.10.3_0 but get the following error. I've tried reinstalling wxWidgets but that didn't help.
$ sudo port -d -n install pgAdmin3 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/aqua/pgAdmin3 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/aqua/pgAdmin3 DEBUG: OS Platform: darwin DEBUG: OS Version: 9.8.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl DEBUG: 'universal_variant no' specified, so not adding the default universal variant DEBUG: Requested variant darwin is not provided by port pgAdmin3. DEBUG: Requested variant i386 is not provided by port pgAdmin3. DEBUG: Requested variant macosx is not provided by port pgAdmin3. DEBUG: Requested variant bash_completion is not provided by port pgAdmin3. ---> Computing dependencies for pgAdmin3 DEBUG: Searching for dependency: postgresql84 DEBUG: Found Dependency: receipt exists for postgresql84 DEBUG: Searching for dependency: wxWidgets DEBUG: Found Dependency: receipt exists for wxWidgets DEBUG: Searching for dependency: openssl DEBUG: Found Dependency: receipt exists for openssl DEBUG: Searching for dependency: libxml2 DEBUG: Found Dependency: receipt exists for libxml2 DEBUG: Searching for dependency: libxslt DEBUG: Found Dependency: receipt exists for libxslt DEBUG: Executing org.macports.main (pgAdmin3) DEBUG: Skipping completed org.macports.fetch (pgAdmin3) DEBUG: Skipping completed org.macports.checksum (pgAdmin3) DEBUG: Skipping completed org.macports.extract (pgAdmin3) DEBUG: Skipping completed org.macports.patch (pgAdmin3) ---> Configuring pgAdmin3 DEBUG: Using compiler 'Mac OS X gcc 4.0' DEBUG: Executing proc-pre-org.macports.configure-configure-0 Error: The file /opt/local/lib/libwx_macu_core-2.8.dylib does not exist, though it was Error: expected to have been provided by one of pgAdmin3's dependencies. Try Error: rebuilding the port that should have provided that file by running Error: Error: sudo port -n upgrade --force <portname> Error: Error: Target org.macports.configure returned: missing required file DEBUG: Backtrace: missing required file while executing "$pre $targetname" Warning: the following items did not execute (for pgAdmin3): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
Change History (3)
comment:1 Changed 14 years ago by mf2k (Frank Schima)
Cc: | jwa@… removed |
---|---|
Owner: | changed from macports-tickets@… to jwa@… |
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
r67779 doesn't fix the problem, it just changes who experiences it.
Before r67779, users experiencing the problem were those who had not used the +nonmonolithic variant of wxWidgets.
After r67779, users experiencing the problem are those who have used the +nonmonolithic variant of wxWidgets.
For archchecking purposes, we need to pick a library that's installed no matter what variant of wxWidgets is used. wxGL is a good choice, since the documentation says "Unlike all others, this library is not part of the monolithic library, it is always built as separate library." Fixed in r67784.
r67779