|
|
| Author |
Message |
|
| seb at erix.ericsson.se |
Posted: Wed Dec 09, 1998 3:53 pm |
|
|
|
Guest
|
Ruslan Shevchenko <Ruslan_at_Shevchenko.Kiev.UA> writes:
>
> looks like erlang-47.4.0.base.tar.gz is incomplete.
>
> i. e. in process of installing I receive:
>
> creating ../system/erl_interface/src/i386-unknown-freebsd3.0/Makefile
> mkdir: ../../tools/devtools/pxw/pxw/i386-unknown-freebsd3.0: No such
> file or directory
>
> and really, directory tools/devtools is missing.
Sorry about the confusing error messages. As you say there is
something missing, but that is on purpose. We wanted to break down the
release in smaller pieces, but our build system still thinks that it
all comes together in one piece. We are working on fixing this!
> The platform is freebsd 3.0, but I think this is not important here.
I don't think so, but further down in the output it seems something
actually did go wrong:
> gcc -DUSE_MATHERR=3D1 -DNO_SA_LEN=3D1 -DHAVE_WRITEV=3D1 -DHAVE_UIO_H=3D1 =
> -DHAVE_FINITE=3D1 -DHAVE_DIRENT_H=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_WAIT_=
...
> known-freebsd3.0/gzio.o -c -I/usr/home/rssh/erlang/erlang-47.4.0/erts/sys=
> tem/emulator/zlib /usr/home/rssh/erlang/erlang-47.4.0/erts/system/emulato=
> r/drv/gzio.c
> In file included from /usr/home/rssh/erlang/erlang-47.4.0/erts/system/emu=
> lator/sys.unix/driver_int.h:30,
> from /usr/home/rssh/erlang/erlang-47.4.0/erts/system/emu=
> lator/runtime/driver.h:30,
> from /usr/home/rssh/erlang/erlang-47.4.0/erts/system/emu=
> lator/drv/gzio.c:29:
> /usr/include/sys/uio.h:88: parse error before `readv'
> /usr/include/sys/uio.h:88: warning: data definition has no type or storag=
Wow, long output... :-)
Which seems to be the real cause of the error. The fix is to edit the
file erts/system/emulator/sys.unix/driver_int.h and add
#include <sys/types.h>
just before the inclusion of sys/uio.h. Thanks for trying it out!
-- Sebastian
Post generated using Mail2Forum (http://m2f.sourceforge.net) |
|
|
| Back to top |
|
| Ruslan at Shevchenko.Kiev |
Posted: Wed Dec 09, 1998 4:49 pm |
|
|
|
Guest
|
Sebastian Strollo wrote:
> Ruslan Shevchenko <Ruslan_at_Shevchenko.Kiev.UA> writes:
> >
> > looks like erlang-47.4.0.base.tar.gz is incomplete.
> >
> > i. e. in process of installing I receive:
> >
> > creating ../system/erl_interface/src/i386-unknown-freebsd3.0/Makefile
> > mkdir: ../../tools/devtools/pxw/pxw/i386-unknown-freebsd3.0: No such
> > file or directory
> >
> > and really, directory tools/devtools is missing.
>
> Sorry about the confusing error messages. As you say there is
> something missing, but that is on purpose. We wanted to break down the
> release in smaller pieces, but our build system still thinks that it
> all comes together in one piece. We are working on fixing this!
>
Thanks.
>
> > The platform is freebsd 3.0, but I think this is not important here.
>
> I don't think so, but further down in the output it seems something
> actually did go wrong:
> > gcc -DUSE_MATHERR=3D1 -DNO_SA_LEN=3D1 -DHAVE_WRITEV=3D1 -DHAVE_UIO_H=3D1 =
> > -DHAVE_FINITE=3D1 -DHAVE_DIRENT_H=3D1 -DSTDC_HEADERS=3D1 -DHAVE_SYS_WAIT_=
> ...
> > known-freebsd3.0/gzio.o -c -I/usr/home/rssh/erlang/erlang-47.4.0/erts/sys=
> > tem/emulator/zlib /usr/home/rssh/erlang/erlang-47.4.0/erts/system/emulato=
> > r/drv/gzio.c
> > In file included from /usr/home/rssh/erlang/erlang-47.4.0/erts/system/emu=
> > lator/sys.unix/driver_int.h:30,
> > from /usr/home/rssh/erlang/erlang-47.4.0/erts/system/emu=
> > lator/runtime/driver.h:30,
> > from /usr/home/rssh/erlang/erlang-47.4.0/erts/system/emu=
> > lator/drv/gzio.c:29:
> > /usr/include/sys/uio.h:88: parse error before `readv'
> > /usr/include/sys/uio.h:88: warning: data definition has no type or storag=
>
> Wow, long output...
>
> Which seems to be the real cause of the error. The fix is to edit the
> file erts/system/emulator/sys.unix/driver_int.h and add
>
> #include <sys/types.h>
>
> just before the inclusion of sys/uio.h. Thanks for trying it out!
>
;)
>
> -- Sebastian
Post generated using Mail2Forum (http://m2f.sourceforge.net) |
|
|
| Back to top |
|
| Ruslan at Shevchenko.Kiev |
Posted: Wed Dec 09, 1998 4:53 pm |
|
|
|
Guest
|
>
My previous message was send by error before I finished writing ;(
about FreeBSD <sys/uio.h>
-- I just posted bug-report misc/9033 and think that it will be
corrected in -current during next few days)
Post generated using Mail2Forum (http://m2f.sourceforge.net) |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|