Menu

#3 Oslib and RH 8.0

open-postponed
None
5
2003-05-13
2003-03-14
Anonymous
No

Hi Luca,

here is a small problem I had using one of the latest
version of oslib...

The bug was originally reported by Tomas Lenvall on RH
8.0, and it is probably an OSLib problem (should be a
small thing)

bye

PJ
pj@sssup.it

make[1]: Entering directory `/home/pj/shark/kernel'
../config/lib.mk:34: deps: No such file or directory
gcc -Wimplicit-function-declaration -Wall -I../include
-I../oslib -D__LINUX__
-O -finline-functions -fno-builtin -nostdinc -M
activate.c assert.c blkact.c
cancel.c conditio.c event.c exchand.c grpcreat.c jet.c
join.c kern.c keys.c
kill.c init.c int_sem.c mem.c mqueue.c mutex.c
nanoslp.c panic.c printk.c
perror.c pthread.c iqueue.c signal.c time.c tpreempt.c
trace.c tskmsg.c > deps
In file included from ../oslib/ll/ll.h:45,
from activate.c:52:
../oslib/ll/i386/mem.h:307:17: warning: multi-line
string literals are deprecated
In file included from ../oslib/ll/i386/string.h:27,
from ../oslib/ll/string.h:26,
from assert.c:48:
../oslib/ll/i386/mem.h:307:17: warning: multi-line
string literals are deprecated
In file included from ../oslib/ll/ll.h:45,
from blkact.c:55:
../oslib/ll/i386/mem.h:307:17: warning: multi-line
string literals are deprecated
In file included from ../oslib/ll/ll.h:45,
from cancel.c:55:
../oslib/ll/i386/mem.h:307:17: warning: multi-line
string literals are deprecated
[...]
make[1]: Leaving directory `/home/pj/shark/kernel'
make[1]: Entering directory `/home/pj/shark/kernel'
[...]
gcc -Wimplicit-function-declaration -Wall -I../include
-I../oslib -D__LINUX__
-O -finline-functions -fno-builtin -nostdinc -o
assert.o -c assert.c
In file included from ../oslib/ll/i386/string.h:27,
from ../oslib/ll/string.h:26,
from assert.c:48:
../oslib/ll/i386/mem.h:307:17: warning: multi-line
string literals are deprecated
[...]
grpcreat.c: In function `task_create':
grpcreat.c:366: `va_start' used in function with fixed args
make[1]: *** [grpcreat.o] Error 1
make[1]: Leaving directory `/home/pj/shark/kernel'
make: *** [install] Error 2
[pj@tlv-lt shark]$ gcc -v
Reading specs from
/usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr
--mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared
--enable-threads=posix
--disable-checking --host=i386-redhat-linux
--with-system-zlib --enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
[pj@tlv-lt shark]$

Discussion

  • Nobody/Anonymous

    Logged In: NO

    This issue is also a bug into the Retis lab Bugzilla server
    on lancelot.sssup.it, bug 82

     
  • Luca Abeni

    Luca Abeni - 2003-05-13

    Logged In: YES
    user_id=98577

    A patch that possibly fix the bug has been posted... I am
    waiting for feedback before committing it

     
  • Luca Abeni

    Luca Abeni - 2003-05-13
    • assigned_to: nobody --> lucabe
    • status: open --> open-postponed
     

Log in to post a comment.