Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guildhall installing old packages #19

Open
ijp opened this issue Oct 4, 2013 · 0 comments
Open

guildhall installing old packages #19

ijp opened this issue Oct 4, 2013 · 0 comments

Comments

@ijp
Copy link
Owner

ijp commented Oct 4, 2013

Old versions of wak-common are getting installed, which causes some pains, because it contains .sls packages

reported by b4283 and mark_weaver on freenodes guile channel

mhw:~$ guild update
;;; note: source file /usr/bin/guild
;;;       newer than compiled /home/mhw/.cache/guile/ccache/2.0-LE-4-2.0/usr/bin/guild.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /usr/bin/guild
;;; compiled /home/mhw/.cache/guile/ccache/2.0-LE-4-2.0/usr/bin/guild.go
unpacking dorodango-support (0) ...
Setting up dorodango-support (0) ...
Fetching http://shift-reset.com/doro/available.scm
loading available information for repository `shift-reset'

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
mhw:~$ GUILE_WARN_DEPRECATED=detailed guild update
Fetching http://shift-reset.com/doro/available.scm
The #:extra-headers argument to http-get has been renamed to #:headers. 
Please update your code.
loading available information for repository `shift-reset'
mhw:~$ guild list-packages --all
n bloom-filter               0.1                 Bloom Filter in Scheme
n clf                        0.1                 Common Log Format Parser
i dorodango-support          0                   
n fectors                    0.1.1               Functional Vectors in Scheme
n guile-lib                  0.2.2               a down-scaled, limited-scope CPAN for Guile
n industria                  0-2010.8.25-2       Göran Weinholt's library collection
n json                       0.1.1               JSON parser/writer for Guile
n minikanren                 0.1                 A relational programming extension to Scheme
n pfds                       0.2                 Purely Functional Data Structures
n rbtree                     0.0.1               red black trees
n scss                       0.4.2               Scheme CSS
n sdom                       0.5.1               Scheme DOM
n srfi                       0-2011.2.28-4       portable SRFI collection
n syntax-parse               0.1                 syntax-parse port
n wak-common                 0.1.1               common infrastructure for the Wak ports
n wak-fmt                    0.7-2               formatting combinator library
n wak-foof-loop              0-2010.4.27-2       extensible looping library
n wak-irregex                0.8.1-2             portable regular expressions
n wak-parscheme              0-2009.5.29-2       parser combinator library
n wak-prometheus             2-2                 prototype-based message-passing object system
n wak-riastreams             0-2007.6.8-2        lazy streams
n wak-ssax                   5.1-2               functional XML parsing framework
n wak-syn-param              0-2010.4.27-2       operators with extended parameter syntax
n wak-trc-testing            0-2009.9.5-2        simple testing facility
n xmlrpc                     0.1.1               XMLRPC implementation for Guile
mhw:~$ guild install wak-irregex wak-fmt industria pfds rbtree scss srfi
The following NEW packages will be installed:
  industria pfds rbtree scss sdom{a} srfi wak-common{a} wak-fmt
  wak-foof-loop{a} wak-irregex wak-riastreams{a} wak-syn-param{a}
  wak-trc-testing{a}
Do you want to continue? [Y/n] 
Fetching http://shift-reset.com/doro/scss_0.4.2.zip
unpacking scss (0.4.2) ...
Fetching http://shift-reset.com/doro/sdom_0.5.1.zip
unpacking sdom (0.5.1) ...
Fetching http://shift-reset.com/doro/srfi_0-2011.2.28-4.zip
unpacking srfi (0-2011.2.28-4) ...
Fetching http://shift-reset.com/doro/wak-syn-param_0-2010.4.27-1.zip
unpacking wak-syn-param (0-2010.4.27-1) ...
Fetching http://shift-reset.com/doro/wak-foof-loop_0-2010.4.27-1.zip
unpacking wak-foof-loop (0-2010.4.27-1) ...
Fetching http://shift-reset.com/doro/rbtree_0.0.1.zip
unpacking rbtree (0.0.1) ...
Fetching http://shift-reset.com/doro/industria_0-2010.8.25-2.zip
unpacking industria (0-2010.8.25-2) ...
Fetching http://shift-reset.com/doro/wak-fmt_0.7-2.zip
unpacking wak-fmt (0.7-2) ...
Fetching http://shift-reset.com/doro/wak-irregex_0.8.1-2.zip
unpacking wak-irregex (0.8.1-2) ...
Fetching http://shift-reset.com/doro/wak-trc-testing_0-2009.9.5-2.zip
unpacking wak-trc-testing (0-2009.9.5-2) ...
Fetching http://shift-reset.com/doro/wak-common_0.1.0.zip
unpacking wak-common (0.1.0) ...
Fetching http://shift-reset.com/doro/pfds_0.2.zip
unpacking pfds (0.2) ...
Fetching http://shift-reset.com/doro/wak-riastreams_0-2007.6.8-1.zip
unpacking wak-riastreams (0-2007.6.8-1) ...
Setting up wak-common (0.1.0) ...
Setting up srfi (0-2011.2.28-4) ...
Setting up industria (0-2010.8.25-2) ...
Setting up wak-riastreams (0-2007.6.8-1) ...
Setting up wak-syn-param (0-2010.4.27-1) ...
Setting up wak-foof-loop (0-2010.4.27-1) ...
Setting up wak-fmt (0.7-2) ...
Setting up wak-trc-testing (0-2009.9.5-2) ...
Setting up rbtree (0.0.1) ...
Setting up wak-irregex (0.8.1-2) ...
Setting up sdom (0.5.1) ...
Setting up pfds (0.2) ...
Setting up scss (0.4.2) ...

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
mhw:~$ cd .local/share/guile/site/2.0/
mhw:~/.local/share/guile/site/2.0$ find . -name \*.sls
./wak/syn-param.sls
./wak/private/let-optionals.sls
./wak/private/include/compat.mosh.sls
./wak/private/include/helper.sls
./wak/private/include/compat.guile.sls
./wak/private/include/filesys.sls
./wak/private/include/utils.sls
./wak/private/include/compat.ikarus.sls
./wak/private/include/compat.mzscheme.sls
./wak/private/define-values.sls
./wak/private/include.sls
./wak/riastreams.sls
./wak/foof-loop/nested.sls
./wak/foof-loop.sls
mhw:~/.local/share/guile/site/2.0$ cd
mhw:~$ GUILE_LOAD_PATH=...:/home/mhw/.local/share/guile/site/2.0 guile
GNU Guile 2.0.9.92-d3606
Copyright (C) 1995-2013 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> %load-path
$1 = ("/home/mhw/guile-modules" "/usr/share/guile/2.0" "/usr/share/guile/site/2.0" "/usr/share/guile/site" "/usr/share/guile" "/home/mhw/.local/share/guile/site/2.0")
scheme@(guile-user)> ,use (wak irregex)
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/mhw/.local/share/guile/site/2.0/wak/irregex.scm
;;; WARNING: compilation of /home/mhw/.local/share/guile/site/2.0/wak/irregex.scm failed:
;;; ERROR: no code for module (wak private include)
While executing meta-command:
ERROR: no code for module (wak private include)
scheme@(guile-user)> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant