jetti777Ltd / mochiweb

Automatically exported from code.google.com/p/mochiweb
Other
0 stars 0 forks source link

make fails #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. svn checkout http://mochiweb.googlecode.com/svn/trunk/ mochiweb
2. cd mochiweb
3. make

What is the expected output? What do you see instead?

[snip]
erl -noshell -run edoc file mochiweb_request.erl -run init stop
{"init terminating in
do_boot",{badarg,[{packages,split_1,2},{packages,first,1},{packages,strip_last,1
},{edoc_extract,source,4},{edoc,read,2},{edoc,file,2},{init,start_it,1},{init,st
art_em,1}]}}

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
make[1]: *** [../doc/mochiweb_request.html] Error 1
make[1]: Leaving directory `/home/trens/tmp/mochiweb/src'
make: *** [all] Error 2

What version of the product are you using? On what operating system?

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION="Ubuntu 7.10"

$ erl -version
Erlang (ASYNC_THREADS) (BEAM) emulator version 5.5.5

$ svn info
Path: .
URL: http://mochiweb.googlecode.com/svn/trunk
Repository Root: http://mochiweb.googlecode.com/svn
Repository UUID: 583d1f64-3c3e-0410-8459-0f15fcd77d59
Revision: 64
Node Kind: directory
Schedule: normal
Last Changed Author: matthew.dempsky
Last Changed Rev: 64
Last Changed Date: 2008-03-28 17:17:03 +0100 (Fri, 28 Mar 2008)

Original issue reported on code.google.com by tre...@gmail.com on 7 Apr 2008 at 7:13

Attachments:

GoogleCodeExporter commented 8 years ago
This is a known issue.  R11B-5's edoc package doesn't handle parameterized 
modules correctly.

Original comment by matthew....@gmail.com on 7 Apr 2008 at 7:15

GoogleCodeExporter commented 8 years ago
More history at 
http://groups.google.com/group/mochiweb/browse_thread/thread/bcb535faa455f543

Original comment by matthew....@gmail.com on 7 Apr 2008 at 7:17