GNU bug report logs -
#2185
23.0.90; Configure doesn't find librsvg2 on debian
Previous Next
Reported by: "Kim F. Storm" <storm <at> cua.dk>
Date: Tue, 3 Feb 2009 13:05:05 UTC
Severity: normal
Done: Sven Joachim <svenjoac <at> gmx.de>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2185 in the body.
You can then email your comments to 2185 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2185
; Package
emacs
.
(Tue, 03 Feb 2009 13:05:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Kim F. Storm" <storm <at> cua.dk>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 03 Feb 2009 13:05:06 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
The configure script doesn't find the SVG library that is installed on
my Debian system.
I have these files in /usr/lib:
librsvg-2.so.2 and librsvg-2.so.2.14.4
But there is no pkg-config entry for it, so configure doesn't find it.
This may very well be a problem with the way Debian distributes
librsvg2 - but isn't there some other way configure can check for
the existence of this library?
In GNU Emacs 23.0.90.1 (i686-pc-linux-gnu, GTK+ Version 2.8.20)
of 2009-02-02 on kfs-lx
Windowing system distributor `The X.Org Foundation', version 11.0.70101000
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: en_DK.UTF-8
value of $XMODIFIERS: nil
locale-coding-system: utf-8-unix
default-enable-multibyte-characters: t
Major mode: Fundamental
Minor modes in effect:
tooltip-mode: t
tool-bar-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
blink-cursor-mode: t
global-auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <menu-bar> <help-menu>
<send-emacs-bug-report>
Recent messages:
or information about GNU Emacs and the GNU system, type C-h C-a.
Reply sent
to
Sven Joachim <svenjoac <at> gmx.de>
:
You have taken responsibility.
(Tue, 03 Feb 2009 13:45:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Kim F. Storm" <storm <at> cua.dk>
:
bug acknowledged by developer.
(Tue, 03 Feb 2009 13:45:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 2185-done <at> emacsbugs.donarmstrong.com (full text, mbox):
On 2009-02-03 13:58 +0100, Kim F. Storm wrote:
> The configure script doesn't find the SVG library that is installed on
> my Debian system.
>
> I have these files in /usr/lib:
> librsvg-2.so.2 and librsvg-2.so.2.14.4
And apparently missing librsvg-2.so, yes? That symlink is in the
librsvg2-dev package.
> But there is no pkg-config entry for it, so configure doesn't find it.
The pkg-config entry is in the librsvg2-dev package as well.
> This may very well be a problem with the way Debian distributes
> librsvg2 - but isn't there some other way configure can check for
> the existence of this library?
Without the necessary header files you cannot build applications against
it anyway.
Sven
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2185
; Package
emacs
.
(Tue, 03 Feb 2009 13:50:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Romain Francoise <romain <at> orebokech.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 03 Feb 2009 13:50:02 GMT)
Full text and
rfc822 format available.
Message #15 received at 2185 <at> emacsbugs.donarmstrong.com (full text, mbox):
Hi Kim,
"Kim F. Storm" <storm <at> cua.dk> writes:
> The configure script doesn't find the SVG library that is installed on
> my Debian system.
> I have these files in /usr/lib:
> librsvg-2.so.2 and librsvg-2.so.2.14.4
> But there is no pkg-config entry for it, so configure doesn't find it.
Do you have the librsvg2-dev package installed?
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2185
; Package
emacs
.
(Tue, 03 Feb 2009 14:05:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jason Rumney <jasonr <at> gnu.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 03 Feb 2009 14:05:03 GMT)
Full text and
rfc822 format available.
Message #20 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Kim F. Storm wrote:
> The configure script doesn't find the SVG library that is installed on
> my Debian system.
>
> I have these files in /usr/lib:
> librsvg-2.so.2 and librsvg-2.so.2.14.4
>
> But there is no pkg-config entry for it, so configure doesn't find it.
>
> This may very well be a problem with the way Debian distributes
> librsvg2 - but isn't there some other way configure can check for
> the existence of this library?
>
Silly question, but do you have the development package for librsvg
installed?
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2185
; Package
emacs
.
(Tue, 03 Feb 2009 14:05:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jason Rumney <jasonr <at> gnu.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 03 Feb 2009 14:05:05 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Tue, 03 Mar 2009 15:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 16 years and 195 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.