Opened 15 years ago
Closed 15 years ago
#23428 closed defect (fixed)
Transmission-x11 missing dependency on intltool
Reported by: | web@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | transmission-x11 |
Description (last modified by jmroot (Joshua Root))
I ran "install transmission-x11 -gtk -aqua"
---> Configuring transmission-x11 ... checking for intltool >= 0.40.0... ./configure: line 20461: intltool-update: command not found ... configure: error: Your intltool is too old. You need intltool 0.40.0 or later.
installing intltool and retrying worked
Change History (3)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Description: | modified (diff) |
---|---|
Summary: | Transmission-x11 depends on intltool → Transmission-x11 missing dependency on intltool |
comment:2 Changed 15 years ago by rb@…
comment:3 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
r66347. Thanks for discovering that.
Note: See
TracTickets for help on using
tickets.
Seconded.
The port transmission-x11 is missing dependency on intltool.
"port install transmission-x11" failed with this message
checking for intltool >= 0.40.0... ./configure: line 1: intltool-update: command not found
"which intltool-update" revealed I don't have it. "port installed intltool" revealed it was not installed.
I did "port install intltool" and repeated "port install transmission-x11" and configure got further.
"port deps transmission-x11" does not list intltool.
I therefore believe there is a missing dependency.