Bug 28771 - opendx server fails to start
Summary: opendx server fails to start
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-06 18:00 UTC by Yuri Khotyaintsev
Modified: 2002-11-03 15:23 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Khotyaintsev 2001-07-06 18:00:08 UTC
Unable to run dx-4.1.3 installed from the ports
[yuri@nest][~]# dx -script
Starting DX executive
Fatal error 'Cannot allocate priority ready queue.' at line ? in file /usr/src/lib/libc_r/uthread/uthread_init.c (errno = ?)
Abort (core dumped)
[yuri@nest][~]# dx -execonly
Starting DX executive
Fatal error 'Cannot allocate priority ready queue.' at line ? in file /usr/src/lib/libc_r/uthread/uthread_init.c (errno = ?)
Abort (core dumped)

dx -uionly works...
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2002-10-28 15:42:00 UTC
State Changed
From-To: open->feedback

Is this still a problem? 

I can't reproduce it with a recent STABLE and opendx version 4.2
Comment 2 Yuri Khotyaintsev 2002-10-29 11:58:21 UTC
It seems to work now.

The only comment I have is that compilation of port fails if Java is 
installed. As far as I understand javadx is not supposed to work on 
FreeBSD, so line

CONFIGURE_ARGS+= --without-javadx

should be added to port's Makefile.

/Yuri

Tilman Linneweh wrote:

> Synopsis: opendx server fails to start
>
> State-Changed-From-To: open->feedback
> State-Changed-By: arved
> State-Changed-When: Mon Oct 28 07:42:00 PST 2002
> State-Changed-Why:
> Is this still a problem?
>
> I can't reproduce it with a recent STABLE and opendx version 4.2
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=28771
>
-- 

Yuri Khotyaintsev

Swedish Institute of Space Physics,
Uppsala Division, Box 537, S-75121  Uppsala

http://www.cluster.irfu.se/yuri
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2002-10-29 15:43:03 UTC
Responsible Changed
From-To: freebsd-ports->arved

I'll handle this
Comment 4 Tilman Keskinoz freebsd_committer freebsd_triage 2002-11-03 15:22:43 UTC
State Changed
From-To: feedback->closed

I have added the CONFIGURE_ARGS, thanks!