* guile-www install.
@ 2009-11-27 0:53 R. Clayton
2009-11-27 1:13 ` Antonio P. P. Almeida
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: R. Clayton @ 2009-11-27 0:53 UTC (permalink / raw)
To: guile-user
I installed guile on a debian testing system:
$ dpkg -l guile*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
un guile <none> (no description available)
ii guile-1.8 1.8.7+1-2 The GNU extension language and Scheme interp
ii guile-1.8-doc 1.8.7+1-2 Documentation for Guile 1.8
un guile-1.8-doc- <none> (no description available)
ii guile-1.8-libs 1.8.7+1-2 Main Guile libraries
$
and then I wanted to install guile-www 2.26 (the latest, I believe), but ran
into this:
ul pwd
/usr/local/src/guile-www-2.26
$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for guile... /usr/bin/guile
checking for guile-config... no
configure: error: guile-config required but not found
$
Peeking ahead in configure, it seems it will also die when it looks for
guile-tools.
$ locate guile-config
$ locate guile-tools
$
This suggests that something is out of whack, but I don't know (apart from the
obvious) what it might be. What's the explanation, and the fix?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: guile-www install.
2009-11-27 0:53 guile-www install R. Clayton
@ 2009-11-27 1:13 ` Antonio P. P. Almeida
2009-11-27 1:20 ` Antonio P. P. Almeida
2009-11-27 1:20 ` Antonio P. P. Almeida
2 siblings, 0 replies; 4+ messages in thread
From: Antonio P. P. Almeida @ 2009-11-27 1:13 UTC (permalink / raw)
To: rvclayton; +Cc: guile-user
You must install the guile-1.8-dev package.
If don't have the deb-file pkg installed, I suggest you do. It gives
you a way to search all package contents in the pkg cache, meaning
installed and non installed packages.
deb-file search -x "guile-config$" gives:
guile-1.6-dev: /usr/bin/guile-config
guile-1.8-dev: /usr/bin/guile-config
Regards,
--- appa
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: guile-www install.
2009-11-27 0:53 guile-www install R. Clayton
2009-11-27 1:13 ` Antonio P. P. Almeida
@ 2009-11-27 1:20 ` Antonio P. P. Almeida
2009-11-27 1:20 ` Antonio P. P. Almeida
2 siblings, 0 replies; 4+ messages in thread
From: Antonio P. P. Almeida @ 2009-11-27 1:20 UTC (permalink / raw)
To: rvclayton; +Cc: guile-user
Oops my alias have betrayed me. It's not deb-file but rather apt-file.
I have this alias, alias deb-file='apt-file search', hence my mess up.
--- appa
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: guile-www install.
2009-11-27 0:53 guile-www install R. Clayton
2009-11-27 1:13 ` Antonio P. P. Almeida
2009-11-27 1:20 ` Antonio P. P. Almeida
@ 2009-11-27 1:20 ` Antonio P. P. Almeida
2 siblings, 0 replies; 4+ messages in thread
From: Antonio P. P. Almeida @ 2009-11-27 1:20 UTC (permalink / raw)
To: rvclayton; +Cc: guile-user
Oops my alias have betrayed me. It's not deb-file but rather apt-file.
I have this alias, alias deb-file='apt-file search', hence my mess up.
--- appa
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-11-27 1:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-27 0:53 guile-www install R. Clayton
2009-11-27 1:13 ` Antonio P. P. Almeida
2009-11-27 1:20 ` Antonio P. P. Almeida
2009-11-27 1:20 ` Antonio P. P. Almeida
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).