You are not logged in.
So I'm trying to build shutter since IMO, it's the best linux screen capture software I've ever found. My other laptop built it without issue (also Arch 64-bit). However, this one keeps failing:
Install or build missing dependencies for perl-goo-canvas:
resolving dependencies...
looking for inter-conflicts...
Targets (1): goocanvas1-1.0.0-1
Total Installed Size: 1.78 MiB
Proceed with installation? [Y/n]
(1/1) checking package integrity [#######################] 100%
(1/1) loading package files [#######################] 100%
(1/1) checking for file conflicts [#######################] 100%
(1/1) checking available disk space [#######################] 100%
(1/1) installing goocanvas1 [#######################] 100%
==> Making package: perl-goo-canvas 0.06-2 (Tue May 22 18:18:43 MST 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Downloading Goo-Canvas-0.06.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 103k 100 103k 0 0 98712 0 0:00:01 0:00:01 --:--:-- 376k
==> Validating source files with md5sums...
Goo-Canvas-0.06.tar.gz ... Passed
==> Extracting Sources...
-> Extracting Goo-Canvas-0.06.tar.gz with bsdtar
==> Starting build()...
sh: pkg-config: command not found
at Makefile.PL line 52
*** can not find package goocanvas
*** check that it is properly installed and available in PKG_CONFIG_PATH
at Makefile.PL line 52
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build perl-goo-canvas.
==> Restart building perl-goo-canvas ? [y/N]As you can see, it installs the goocanvas1 package successfully, then procedes to not see it installed. Anyone have any ideas how I can fix this?
Last edited by tlmiller (2012-05-23 02:20:05)
Offline
Install pkg-config following the first error.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Thanks much!! Once I saw that it was part of the base-devel meta package I realized I must never have installed that (could have sworn I had, but apparently not so much), fixed all my issues. MUCHAS GRACIAS!!
Offline