List Info

Thread: Server compilation problem




Server compilation problem
user name
2006-08-24 08:47:23
hi,
Basically, i have server compilation problems, when trying
to build

# build -u -c -y -m SERVER_11_1 -P helix-server-plus
servinstplus
> 11 of 72 modules failed



build.out says:

Build System (V2.4)
time: Wed Aug 23 17:21:26 2006
outfile: build.out
branch: SERVER_11_1
platform: linux-2.2-libc6-i586
distribution/archive from: linux-2.2-libc6-i386
build Type: debug
build options: debug
profile:
/home/bytestroop/HelixRibosome/build/umakepf/helix-server-pl
us
cvs revision: SERVER_11_1
copy target: debug
clean mode
update mode
non-interactive mode
target(s): servinstplus
$Id: umake.py,v 1.59 2006/08/22 00:23:57 ping Exp $
C Compiler: gcc
Using built-in specs.
Target: i486-linux-gnu
Configured 
with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang
--prefix=/usr --enable-shared --with-system-zlib -
Thread model: posix
gcc version 4.1.2 20060729 (prerelease) (Debian 4.1.1-10)

C++ Compiler: g++
Using built-in specs.
Target: i486-linux-gnu
Configured 
with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang
--prefix=/usr --enable-shared --with-system-zlib -
Thread model: posix
gcc version 4.1.2 20060729 (prerelease) (Debian 4.1.1-10)

#######################################
First error in server/common/util:


trace.c:203:17: error: bfd.h: No such file or directory
trace.c:204:1: warning: "__USE_GNU" redefined
In file included from /usr/include/stdio.h:28,
                 from trace.c:200:
/usr/include/features.h:258:1: warning: this is the location
of the previous 
definition
trace.c: In function 'get_trace_from_context':
trace.c:308: warning: passing argument 2 of 'find' makes
integer from pointer 
without a cast
trace.c:323: warning: control reaches end of non-void
function
make: *** [dbg/obj/trace.o] Error 1
Time used: 5.12 seconds
ERROR: UNIXCompile(server/common/util) ERROR: Make failed.

--- Build System Error ------------------------------------
Make failed.
-----------------------------------------------------------

all further errors complain about the same thing:

--snip--

make: *** No rule to make target 
`../../../server/common/util/dbg/servutillib.a', needed by 
`dbg/slicensepln.so'.  Stop.
Time used: 0.61 seconds
ERROR: UNIXCompile(server/license/slicensepln) ERROR: Make
failed.

--- Build System Error ------------------------------------
Make failed.
-----------------------------------------------------------
the missing "servutillib.a" causes all further
hickups. 

- Is this an known issue?
- the missing "bfd.h" seems to result in the
following problems 
in /server/common/util.
- What would be a workaround to be able compiling a helix
server with 
additional mpeg1-2 and eventually also wav dataformat
support?  



etc.
 
-- 
it-department
state and university library of denmark
universitetsparken
dk - 8000 aarhus c
------------------
phone: (+45) 89462003

_______________________________________________
Helix-server-dev mailing list
Helix-server-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-server-dev
Server compilation problem
user name
2006-08-24 18:12:49
stephan drescher wrote:
> hi,
> Basically, i have server compilation problems, when
trying to build
> 
> # build -u -c -y -m SERVER_11_1 -P helix-server-plus
servinstplus

> platform: linux-2.2-libc6-i586

You are using an incorrect SYSTEM_ID. You need to use an
appropriate
system ID for a server build on your platform as specified
in the server
build guide
https://helix-server.helixcommunity.org/2005/devd
ocs/quickstart

In this case, you should be using linux-2.6-glibc23-i686


Jamie


_______________________________________________
Helix-server-dev mailing list
Helix-server-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-server-dev
Server compilation problem
user name
2006-08-25 09:16:22
Thanks Jamie,
This did the trick. i checked the compilation for the nodist
and the plus 
version, both worked out fine.

-Stephan
 
On Thursday 24 August 2006 20:12, you wrote:
> stephan drescher wrote:
> > hi,
> > Basically, i have server compilation problems,
when trying to build
> >
> > # build -u -c -y -m SERVER_11_1 -P
helix-server-plus servinstplus
> >
> > platform: linux-2.2-libc6-i586
>
> You are using an incorrect SYSTEM_ID. You need to use
an appropriate
> system ID for a server build on your platform as
specified in the server
> build guide
> https://helix-server.helixcommunity.org/2005/devd
ocs/quickstart
>
> In this case, you should be using
linux-2.6-glibc23-i686
>
>
> Jamie

-- 
it-department
state and university library of denmark
universitetsparken
dk - 8000 aarhus c
------------------
phone: (+45) 89462003

_______________________________________________
Helix-server-dev mailing list
Helix-server-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-server-dev
Server compilation problem
user name
2006-08-25 09:16:22
Thanks Jamie,
This did the trick. i checked the compilation for the nodist
and the plus 
version, both worked out fine.

-Stephan
 
On Thursday 24 August 2006 20:12, you wrote:
> stephan drescher wrote:
> > hi,
> > Basically, i have server compilation problems,
when trying to build
> >
> > # build -u -c -y -m SERVER_11_1 -P
helix-server-plus servinstplus
> >
> > platform: linux-2.2-libc6-i586
>
> You are using an incorrect SYSTEM_ID. You need to use
an appropriate
> system ID for a server build on your platform as
specified in the server
> build guide
> https://helix-server.helixcommunity.org/2005/devd
ocs/quickstart
>
> In this case, you should be using
linux-2.6-glibc23-i686
>
>
> Jamie

-- 
it-department
state and university library of denmark
universitetsparken
dk - 8000 aarhus c
------------------
phone: (+45) 89462003

_______________________________________________
Helix-server-dev mailing list
Helix-server-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinf
o/helix-server-dev
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )