#32228 closed defect (duplicate)
installing sshfs fails due to missing dependency to glib/gthread
Reported by: | obensonne@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | sshfs, glib | Cc: | |
Port: | sshfs |
Description
Installing sshfs fails:
$ sudo port install -d sshfs ---> Computing dependencies for sshfs ---> Configuring sshfs Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details) Log for sshfs is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_fuse_sshfs/sshfs/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
The referenced log file reports this:
... :info:configure checking pkg-config is at least version 0.9.0... yes :info:configure checking for SSHFS... ./configure: line 3753: 64918 Abort trap: 6 ( $PKG_CONFIG --exists --print-errors "fuse >= 2.3 glib-2.0 gthread-2.0" ) 2>&5 :info:configure ./configure: line 3770: 64919 Abort trap: 6 ( $PKG_CONFIG --exists --print-errors "fuse >= 2.3 glib-2.0 gthread-2.0" ) 2>&5 :info:configure no :info:configure configure: error: Package requirements (fuse >= 2.3 glib-2.0 gthread-2.0) were not met: :info:configure :info:configure :info:configure (process:64922): GLib-ERROR (recursed) **: The thread system is not yet initialized. :info:configure :info:configure Consider adjusting the PKG_CONFIG_PATH environment variable if you :info:configure installed software in a non-standard prefix. :info:configure :info:configure Alternatively, you may set the environment variables SSHFS_CFLAGS :info:configure and SSHFS_LIBS to avoid the need to call pkg-config. :info:configure See the pkg-config man page for more details. :info:configure shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_fuse_sshfs/sshfs/work/sshfs-fuse-2.3" && ./configure --prefix=/opt/local " returned error 1 :error:configure Target org.macports.configure returned: configure failure: shell command failed (see log for details) :debug:configure Backtrace: configure failure: shell command failed (see log for details) while executing "$procedure $targetname" :info:configure Warning: the following items did not execute (for sshfs): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install :notice:configure Log for sshfs is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_fuse_sshfs/sshfs/main.log
Yesterday installing sshfs failed due to issue #32185. After a sudo port selfupdate
this morning, this issue appears to be fixed but now the above dumped error occurs.
Change History (2)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #32227.