Opened 15 years ago
Closed 15 years ago
#19782 closed defect (fixed)
gnome/at-spi has libXtst dependency
Reported by: | jim@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | at-spi |
Description
I got an error when I was building at-spi 1.24-1; installing the xorg-libXtst port solved the problem. I'd expect it's a build-time dependency, but I'm inferring that from the nature of libXtst and not the actual code.
Config error output below:
---> Configuring at-spi Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_at-spi/work/at-spi-1.24.1" && ./configure --prefix=/opt/local --enable-static --enable-platform-gnome-2 --disable-xevie --with-x " returned error 1 Command output: checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /opt/local/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /opt/local/bin/msgfmt checking for xgettext... (cached) /opt/local/bin/xgettext checking for pkg-config... /opt/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether to build gtk-doc documentation... no checking for gtkdoc-check... /opt/local/bin/gtkdoc-check checking for X... libraries /usr/X11/lib, headers /usr/X11/include checking whether -R must be followed by a space... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for LIBSPI... yes checking for REGISTRYD... yes checking for TESTS... yes checking for ATK_BRIDGE... yes checking for LIBCSPI... yes checking for ORBIT... yes checking for XTestFakeKeyEvent in -lXtst... no configure: error: Couldn't find the Xtst library. Check config.log
Change History (2)
comment:1 Changed 15 years ago by dbevans (David B. Evans)
Owner: | changed from macports-tickets@… to devans@… |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Fix committed in r51571, thanks.