./clbuild install weblocks failure

7 views
Skip to first unread message

Michael Bykov

unread,
Oct 2, 2009, 3:33:38 PM10/2/09
to webl...@googlegroups.com
Hi,

$ ./clbuild install weblocks cl-prevalence
....
UPDATE wget fare-matcher
Copying patches, to get lazy repository hit ctrl-C...
Finished getting.
gzip: stdin: unexpected end of file
tar: Child returned status 1
No changes!

UPDATE wget fare-utils
Copying patches, to get lazy repository hit ctrl-C...
Finished getting.
gzip: stdin: unexpected end of file
tar: Child returned status 1
No changes!
...

All other packages were installed correct.

So I can not load the demo. What can be done to fix this problem?

Michael

nunb

unread,
Oct 3, 2009, 2:48:59 AM10/3/09
to weblocks

Michael Bykov

unread,
Oct 3, 2009, 9:37:19 AM10/3/09
to webl...@googlegroups.com
2009/10/3 nunb <nandan....@gmail.com>:

Thank you!

Please help me with new problems:

First - installation as described at
http://weblocks.viridian-project.de/installation:

* (asdf:oos 'asdf:load-op 'weblocks-demo)
................

; registering #<SYSTEM :FARE-MATCHER {AD942B9}> as FARE-MATCHER
; loading system definition from
; /home/michael/LISP/clbuild/systems/fare-utils.asd into #<PACKAGE "ASDF0">
; registering #<SYSTEM :FARE-UTILS {AECA179}> as FARE-UTILS
; loading system definition from /home/michael/LISP/clbuild/systems/cl-fad.asd
; into #<PACKAGE "ASDF0">
; registering #<SYSTEM #:CL-FAD {B025DB1}> as CL-FAD

debugger invoked on a ASDF:MISSING-DEPENDENCY in thread #<THREAD
"initial thread" RUNNING {A8E1C81}>:
component :SB-POSIX not found, required by #<SYSTEM "cl-fad" {B025DB1}>

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY] Retry loading component :SB-POSIX.
1: [ABORT] Exit debugger, returning to top level.

((LABELS ASDF::DO-ONE-DEP) ASDF:COMPILE-OP :SB-POSIX NIL)
0] 0

debugger invoked on a ASDF:MISSING-DEPENDENCY in thread #<THREAD
"initial thread" RUNNING {A8E1C81}>:
component :SB-POSIX not found, required by #<SYSTEM "cl-fad" {B025DB1}>

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY] Retry loading component :SB-POSIX.
1: [ABORT] Exit debugger, returning to top level.

((LABELS ASDF::DO-ONE-DEP) ASDF:COMPILE-OP :SB-POSIX NIL)
0]
0

debugger invoked on a ASDF:MISSING-DEPENDENCY in thread #<THREAD
"initial thread" RUNNING {A8E1C81}>:
component :SB-POSIX not found, required by #<SYSTEM "cl-fad" {B025DB1}>

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY] Retry loading component :SB-POSIX.
1: [ABORT] Exit debugger, returning to top level.

((LABELS ASDF::DO-ONE-DEP) ASDF:COMPILE-OP :SB-POSIX NIL)
0]


./clbuild install cl-fad
UPDATE darcs pull cl-fad
Pulling from "http://common-lisp.net/~loliveira/ediware/cl-fad"...
No remote changes to pull in!
update complete
327 system definition files registered

so cl-fad is ok.

sbcl version is
This is SBCL 1.0.30

Second problem - installation with

bash install-weblocks.sh ~/Lisp/wblks
Sucessfully created wblks project...

./script/server
..........

Project root: ./script/../
DELETING old wblks fasl
This is SBCL 1.0.30, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.

debugger invoked on a SB-INT:EXTENSION-FAILURE in thread #<THREAD
"initial thread" RUNNING {A8E1A71}>:
Don't know how to REQUIRE SB-POSIX.
See also:
The SBCL Manual, Variable *MODULE-PROVIDER-FUNCTIONS*
The SBCL Manual, Function REQUIRE

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
0: [CONTINUE] Ignore error and continue processing userinit file
"/home/michael/Lisp/wblks/./script/..//wblks.sbclrc".
1: [ABORT ] Skip rest of userinit file
"/home/michael/Lisp/wblks/./script/..//wblks.sbclrc".
2: Skip to toplevel READ/EVAL/PRINT loop.
3: [QUIT ] Quit SBCL (calling #'QUIT, killing the process).

(SB-IMPL::REQUIRE-ERROR "Don't know how to ~S ~A.")[:EXTERNAL]
0]


M.

Leslie P. Polzer

unread,
Oct 3, 2009, 10:39:53 AM10/3/09
to webl...@googlegroups.com

Michael Bykov wrote:

> * (asdf:oos 'asdf:load-op 'weblocks-demo)
> ................
>
> ; registering #<SYSTEM :FARE-MATCHER {AD942B9}> as FARE-MATCHER
> ; loading system definition from
> ; /home/michael/LISP/clbuild/systems/fare-utils.asd into #<PACKAGE "ASDF0">
> ; registering #<SYSTEM :FARE-UTILS {AECA179}> as FARE-UTILS
> ; loading system definition from /home/michael/LISP/clbuild/systems/cl-fad.asd
> ; into #<PACKAGE "ASDF0">
> ; registering #<SYSTEM #:CL-FAD {B025DB1}> as CL-FAD
>
> debugger invoked on a ASDF:MISSING-DEPENDENCY in thread #<THREAD
> "initial thread" RUNNING {A8E1C81}>:
> component :SB-POSIX not found, required by #<SYSTEM "cl-fad" {B025DB1}>

This looks like a problem with your SBCL setup.

What's the value of your asdf:*central-registry* at the time of the error?

How did you install SBCL?

Leslie

Michael Bykov

unread,
Oct 3, 2009, 10:55:22 AM10/3/09
to webl...@googlegroups.com
2009/10/3 Leslie P. Polzer <s...@viridian-project.de>:

I removed my system sbcl (it was compiled without threads)

apt-get remove sbcl

then download sbcl source, have created file
customize-target-features.lisp with standard content:

(lambda (features)
(flet ((enable (x)
(pushnew x features))
(disable (x)
(setf features (remove x features))))
;; Threading support, available only on x86/x86-64 Linux, x86 Solaris
;; and x86 Mac OS X (experimental).
(enable :sb-thread)))

and run "sh make.sh" from user and "sh install.sh" from root. If I am
not mistaken, there was no error message at all during compilation
time.

Sorry, but I don't know how look at value asdf:*central-registry* ?

M.

Leslie P. Polzer

unread,
Oct 3, 2009, 11:01:18 AM10/3/09
to webl...@googlegroups.com

Michael Bykov wrote:

> Sorry, but I don't know how look at value asdf:*central-registry* ?

Just type it at the debugger prompt when you get the error.

Leslie

Michael Bykov

unread,
Oct 3, 2009, 11:13:58 AM10/3/09
to webl...@googlegroups.com
2009/10/3 Leslie P. Polzer <s...@viridian-project.de>:
>
>

it seems it does not know about this function:


(asdf:*central-registry*)

; in: LAMBDA NIL
; (ASDF:*CENTRAL-REGISTRY*)
;
; caught STYLE-WARNING:
; undefined function: ASDF:*CENTRAL-REGISTRY*
;
; compilation unit finished
; Undefined function:
; ASDF:*CENTRAL-REGISTRY*
; caught 1 STYLE-WARNING condition

debugger invoked on a UNDEFINED-FUNCTION in thread #<THREAD "initial
thread" RUNNING {A8E1A61}>:
The function ASDF:*CENTRAL-REGISTRY* is undefined.

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):

0: [ABORT ] Reduce debugger level (to debug level 1).
1: [CONTINUE] Ignore error and continue processing userinit file
"/home/michael/Lisp/wblks/script/..//wblks.sbclrc".
2: Skip rest of userinit file
"/home/michael/Lisp/wblks/script/..//wblks.sbclrc".
3: Skip to toplevel READ/EVAL/PRINT loop.
4: [QUIT ] Quit SBCL (calling #'QUIT, killing the process).

("bogus stack frame")
0[2]


M.

Leslie P. Polzer

unread,
Oct 3, 2009, 12:18:39 PM10/3/09
to webl...@googlegroups.com
On Sat, Oct 03, 2009 at 07:13:58PM +0400, Michael Bykov wrote:

> it seems it does not know about this function:

It's not a function, it's a variable. Type it without the parens.

Michael Bykov

unread,
Oct 3, 2009, 12:30:09 PM10/3/09
to webl...@googlegroups.com
2009/10/3 Leslie P. Polzer <s...@viridian-project.de>:
>
> On Sat, Oct 03, 2009 at 07:13:58PM +0400, Michael Bykov wrote:
>
>> it seems it does not know about this function:
>
> It's not a function, it's a variable. Type it without the parens.

Leslie, Then you for your help!

asdf:*central-registry*

#<SB-DI::BOGUS-DEBUG-FUN "bogus stack frame"> has no debug variable information.
0[2] (asdf:*central-registry*)

#<SB-DI::BOGUS-DEBUG-FUN "bogus stack frame"> has no debug variable information.
0[2] quit

M.

Leslie P. Polzer

unread,
Oct 3, 2009, 12:47:27 PM10/3/09
to webl...@googlegroups.com

Try typing it at the first debugger level. Either restart the whole thing
or use the ABORT restart on this level to get to debugger level 0 (the prompt
should be 0] there).

Leslie

nunb

unread,
Oct 3, 2009, 4:52:29 PM10/3/09
to weblocks
At a unix shell:

1. type sbcl
2. When you get the CL-USER(1): prompt type asdf::*central-registry*

This is the result on my system:

CL-USER(1): asdf::*central-registry*

(#P"/Users/Nandan/nb/clbuild/systems/" #P"/home/nb/clbuild/systems/"
(MERGE-PATHNAMES ".sbcl/systems/" (USER-HOMEDIR-PATHNAME))
(LET ((ASDF::HOME (POSIX-GETENV "SBCL_HOME")))
(WHEN (AND ASDF::HOME (NOT (STRING= ASDF::HOME "")))
(MERGE-PATHNAMES "site-systems/" (TRUENAME ASDF::HOME))))
*DEFAULT-PATHNAME-DEFAULTS*)
CL-USER(2):


Then, type the following in sequence:

1. (require 'asdf)
2. (require 'asdf-install)
3. (asdf-install::install 'sb-posix)



Results:

*DEFAULT-PATHNAME-DEFAULTS*)
CL-USER(2): (require 'asdf)

NIL
CL-USER(3): (require 'asdf-install)

("ASDF-INSTALL")
CL-USER(4): (asdf-install::install 'sb-posix)
Install where?
1) System-wide install:
System in /opt/local/lib/sbcl/site-systems/
Files in /opt/local/lib/sbcl/site/
2) Personal installation:
System in /Users/Nandan/.sbcl/systems/
Files in /Users/Nandan/.sbcl/site/
-->

Usually I select 2, the personal installation. You will have to ignore
the GPG key or somehow obtain it. (Google GPG key and asdf install for
an explanation).


Normally clbuild handles dependencies, installing cl-fad through
clbuild should have, ideally, installed sb-posix.

But it appears that clbuild does not know about sb-posix, witness

[~/nb/clbuild] tallinn: ./clbuild install sb-posix
warning: no dependencies for sb-posix found
Error: cannot download unknown project sb-posix
Sat Oct 03 [~/nb/clbuild] tallinn:



Lastly, what system are you on (Debian, Gentoo etc.) and how did you
install sbcl (through apt-get, rpm, or clbuild?).


nunb

unread,
Oct 3, 2009, 4:56:44 PM10/3/09
to weblocks
Just to be more clear: quit everything before trying those steps. And
a handy tip for the debugger is CTRL-D will get you out if pressed
repeatedly (though you'll lose valuable info that might help you crack
the problem, but which can be confusing to newbies (was to me!)).

It seems you are one step away from getting to the weblocks demo, that
is, fixing the missing sb-posix library.

Also, the result of *features* at the REPL should contain at least
threads. Here is mine, you can see :SB-THREAD -- weblocks requires
threads to perform, though it'll run (and carp) without threads.

CL-USER(1): *features*

(:SB-BSD-SOCKETS-ADDRINFO :ASDF :ANSI-CL :COMMON-LISP :SBCL :SB-
DOC :SB-TEST
:SB-LDB :SB-THREAD :SB-LUTEX :SB-PACKAGE-LOCKS :SB-UNICODE :SB-EVAL
:SB-SOURCE-LOCATIONS :IEEE-FLOATING-POINT :DARWIN :X86 :UNIX :MACH-
O :BSD
:DARWIN :MACH-EXCEPTION-HANDLER :SB-LUTEX
:RESTORE-FS-SEGMENT-REGISTER-FROM-TLS :GENCGC :STACK-GROWS-DOWNWARD-
NOT-UPWARD
:C-STACK-IS-CONTROL-STACK :COMPARE-AND-SWAP-VOPS :UNWIND-TO-FRAME-AND-
CALL-VOP
:RAW-INSTANCE-INIT-VOPS :STACK-ALLOCATABLE-CLOSURES :ALIEN-CALLBACKS
:CYCLE-COUNTER :LINKAGE-TABLE :OS-PROVIDES-DLOPEN :OS-PROVIDES-DLADDR
:OS-PROVIDES-PUTWC :OS-PROVIDES-BLKSIZE-T :OS-PROVIDES-SUSECONDS-T)
CL-USER(2):

Leslie P. Polzer

unread,
Oct 4, 2009, 3:02:48 AM10/4/09
to weblocks
SB-POSIX comes with SBCL, it is part of the contrib/ directory.

As such it need not and can not be installed by ASDF-INSTALL, clbuild
or other library managers.

Leslie

nunb

unread,
Oct 5, 2009, 3:01:53 AM10/5/09
to weblocks
If I'd proceeded with the install I'd have found that out. Sorry!

Michael Bykov

unread,
Oct 5, 2009, 9:05:01 AM10/5/09
to webl...@googlegroups.com
2009/10/5 nunb <nandan....@gmail.com>:

>
> If I'd proceeded with the install I'd have found that out. Sorry!
>

I have tried to install sbcl (1.0.30 and 1.0.31 also) from scratch
once more. It print at the very end both times:

WARNING! Some of the contrib modules did not build successfully or pass
their self-tests. Failed contribs:"
asdf-install
sb-bsd-sockets
sb-posix
sb-simple-streams
Command exited with non-zero status 1

During compilation process there were two warnings:


; SYS:SRC;CODE;RUN-PROGRAM.FASL.NEWEST written
; compilation finished in 0:00:00.388

debugger invoked on a UNDEFINED-ALIEN-ERROR in thread #<THREAD
"initial thread" RUNNING {A8C4049}>:
Undefined alien: "waitpid"

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):

0: [ABORT] Exit debugger, returning to top level.

(FOREIGN-SYMBOL-ADDRESS "waitpid" #<unused argument>)
0]

....

STYLE-WARNING: #<REDEFINITION-WITH-DEFUN {B97D3B1}>
STYLE-WARNING: redefining DESCRIBE-OBJECT in DEFGENERIC

debugger invoked on a UNDEFINED-ALIEN-ERROR in thread #<THREAD
"initial thread" RUNNING {A8C4049}>:
Undefined alien: "waitpid"

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):

0: [ABORT] Exit debugger, returning to top level.

(FOREIGN-SYMBOL-ADDRESS "waitpid" #<unused argument>)
0]

I have installed that partly-compiled sbcl, type sbcl and get prompt (*),
* *features*

(:ANSI-CL :COMMON-LISP :SBCL :SB-DOC :SB-TEST :SB-LDB :SB-PACKAGE-LOCKS
:SB-UNICODE :SB-EVAL :SB-SOURCE-LOCATIONS :IEEE-FLOATING-POINT :X86 :UNIX :ELF
:LINUX :LARGEFILE :GENCGC :STACK-GROWS-DOWNWARD-NOT-UPWARD
:C-STACK-IS-CONTROL-STACK :COMPARE-AND-SWAP-VOPS :UNWIND-TO-FRAME-AND-CALL-VOP
:RAW-INSTANCE-INIT-VOPS :STACK-ALLOCATABLE-CLOSURES :STACK-ALLOCATABLE-VECTORS
:STACK-ALLOCATABLE-LISTS :STACK-ALLOCATABLE-FIXED-OBJECTS :ALIEN-CALLBACKS
:CYCLE-COUNTER :INLINE-CONSTANTS :LINKAGE-TABLE :OS-PROVIDES-PUTWC
:OS-PROVIDES-SUSECONDS-T)
*

* (require 'asdf)

("ASDF")
* (require 'asdf-install)

debugger invoked on a SB-INT:EXTENSION-FAILURE:
Don't know how to REQUIRE ASDF-INSTALL.


Google don't know about that problem.

M.

Leslie P. Polzer

unread,
Oct 5, 2009, 9:27:39 AM10/5/09
to webl...@googlegroups.com

Michael Bykov wrote:

> I have tried to install sbcl (1.0.30 and 1.0.31 also) from scratch
> once more. It print at the very end both times:
>
> WARNING! Some of the contrib modules did not build successfully or pass
> their self-tests. Failed contribs:"
> asdf-install
> sb-bsd-sockets
> sb-posix
> sb-simple-streams
> Command exited with non-zero status 1

This is a problem with SBCL. You need to write to their mailing list
sbcl...@lists.sf.net to solve this.

Leslie

nunb

unread,
Oct 6, 2009, 7:39:55 AM10/6/09
to weblocks

You will probably find a solution by talking to the sbcl folks.
However, I can't resist another shot, as I think your situation may
have a simpler solution :-)

> I removed my system sbcl (it was compiled without threads)
>
> apt-get remove sbcl

So you're using Debian or derivative. The first sbcl you installed
*did not* have threads. Then you tried to compile an sbcl with
threads, with the lambda below.

> then download sbcl source, have created file
> customize-target-features.lisp with standard content:
>
>     (lambda (features)
>       (flet ((enable (x)
>                (pushnew x features))
>              (disable (x)
>                (setf features (remove x features))))
>         ;; Threading support, available only on x86/x86-64 Linux, x86 Solaris
>         ;; and x86 Mac OS X (experimental).
>         (enable :sb-thread)))
>

AFAIK, you do not need to do this since you are already on a well-
supported platform (linux) .. and it may have affected things?

> and run "sh make.sh" from user and "sh install.sh" from root. If I am
> not mistaken, there was no error message at all during compilation
> time.

To successfully build sbcl you need an existing well-tested lisp
(afaik).

My advice would be to just delete anything you've already installed,
and download the *binary version* of sbcl, unzip it, and run
install.sh -- everything should be fine.

Binary versions available here: http://www.sbcl.org/platform-table.html

What type of linux are you on?

Tomasz Lipski

unread,
Oct 6, 2009, 7:53:22 AM10/6/09
to webl...@googlegroups.com
> I removed my system sbcl (it was compiled without threads)
>
> apt-get remove sbcl
>
> then download sbcl source, have created file
> customize-target-features.lisp with standard content:
>
>    (lambda (features)
>      (flet ((enable (x)
>               (pushnew x features))
>             (disable (x)
>               (setf features (remove x features))))
>        ;; Threading support, available only on x86/x86-64 Linux, x86 Solaris
>        ;; and x86 Mac OS X (experimental).
>        (enable :sb-thread)))
>
> and run "sh make.sh" from user and "sh install.sh" from root. If I am
> not mistaken, there was no error message at all during compilation
> time.

Hi,

Am I missing something or shouldn't you just install sbcl as in
Weblocks installation manual
(http://weblocks.viridian-project.de/installation):

./clbuild compile-implementation sbcl

(and of course you have to run ./clbuild lisp to access compiled sbcl)

version 1.0.31.1 seems to work fine when installed in such manner.

Best regards,

Tomek Lipski

Leslie P. Polzer

unread,
Oct 6, 2009, 8:59:27 AM10/6/09
to webl...@googlegroups.com

>>         (enable :sb-thread)))
>>
>
> AFAIK, you do not need to do this since you are already on a well-
> supported platform (linux) ..

Threads still need to be enabled explicitly even on Linux.


> My advice would be to just delete anything you've already installed,
> and download the *binary version* of sbcl, unzip it, and run
> install.sh -- everything should be fine.
>
> Binary versions available here: http://www.sbcl.org/platform-table.html

I think those are single-threaded builds too, unfortunately...

Leslie

Michael Bykov

unread,
Oct 6, 2009, 1:23:31 PM10/6/09
to webl...@googlegroups.com
2009/10/6 Leslie P. Polzer <s...@viridian-project.de>:

Yes, now I've got the same result, alas...

M.

Venkat Manakkal

unread,
Oct 6, 2009, 3:10:20 PM10/6/09
to webl...@googlegroups.com
I have, in the past, compiled sbcl with threads by hand, it is no problem doing
this unless you are low on ram.

I have 1.0.31.0.debian - it has threads. I am running Debian Sid on this box.

~$ sbcl
This is SBCL 1.0.31.0.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* (apropos 'threads)

THREADS
THREADS_
:INTERACTIVE-THREADS (bound)
:INTERACTIVE-THREADS-QUEUE (bound)
:THREADS (bound)
SB-THREAD::*ALL-THREADS* (bound)
SB-THREAD::*ALL-THREADS-LOCK* (bound)
SB-THREAD::INTERACTIVE-THREADS
SB-THREAD::INTERACTIVE-THREADS-QUEUE
SB-THREAD:LIST-ALL-THREADS (fbound)
SB-THREAD::SESSION-INTERACTIVE-THREADS (fbound)
SB-THREAD::SESSION-INTERACTIVE-THREADS-QUEUE (fbound)
SB-THREAD::SESSION-THREADS (fbound)
SB-THREAD::THREADS
SB-THREAD::WITH-ALL-THREADS-LOCK (fbound)
*

Are you sure you did not have threads on in the binary?

I just installed via clbuild:

$ clbuild install sbcl
$ clbuild compile-implementation sbcl

$ clbuild lisp
This is SBCL 1.0.31.29, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* (apropos 'threads)

THREADS
:INTERACTIVE-THREADS (bound)
:INTERACTIVE-THREADS-QUEUE (bound)
:THREADS (bound)
SB-THREAD::*ALL-THREADS* (bound)
SB-THREAD::*ALL-THREADS-LOCK* (bound)
SB-THREAD::INTERACTIVE-THREADS
SB-THREAD::INTERACTIVE-THREADS-QUEUE
SB-THREAD:LIST-ALL-THREADS (fbound)
SB-THREAD::SESSION-INTERACTIVE-THREADS (fbound)
SB-THREAD::SESSION-INTERACTIVE-THREADS-QUEUE (fbound)
SB-THREAD::SESSION-THREADS (fbound)
SB-THREAD::THREADS
SB-THREAD::WITH-ALL-THREADS-LOCK (fbound)
*

Both run my weblocks-stable that I pulled earlier. If I get some time (!) I'd
like to get some welocks code written in the next few days. Has anyone made
available a reasonably complex application in weblocks that includes login and
users? A CMS perhaps?

Cheers,

---Venkat.

Leslie P. Polzer

unread,
Oct 6, 2009, 3:24:20 PM10/6/09
to webl...@googlegroups.com

Venkat Manakkal wrote:

> Both run my weblocks-stable that I pulled earlier. If I get some time (!) I'd
> like to get some welocks code written in the next few days. Has anyone made
> available a reasonably complex application in weblocks that includes login and
> users? A CMS perhaps?

A lot of people have built complex applications with Weblocks so far, but I don't
think anybody wrote a generic CMS yet.

Leslie

Reply all
Reply to author
Forward
0 new messages