#309 closed defect (fixed)

Solaris: libmisc/shell.c doesn't build

Reported by: Ralf Corsepius Owned by: Joel Sherrill
Priority: low Milestone: 2
Component: unspecified Version: unknown
Severity: major Keywords:
Cc: bugs@…, ralf.corsepius@… Blocked By:
Blocking:

Description

gcc --pipe -B../../../../lib/ -B../../../../posix/lib/
-specs bsp_specs -qrtems -DPACKAGE_NAME=\"rtems-c-src-libmisc\"
-DPACKAGE_TARNAME=\"rtems-c-src-libmisc\" -DPACKAGE_VERSION=\"ss-20021111\"
-DPACKAGE_STRING=\"rtems-c-src-libmisc\ ss-20021111\" -DPACKAGE_BUGREPORT=\"rtems-bugs@…\"
-DEXTENSIONS -Dsolaris2 -O2 -g -Wall -o o-optimize/shell.o -c ../../../../../rtems/c/src/libmisc/shell/shell.c
../../../../../rtems/c/src/libmisc/shell/shell.c: In function `shell_shell':
../../../../../rtems/c/src/libmisc/shell/shell.c:546: invalid lvalue in assignment
../../../../../rtems/c/src/libmisc/shell/shell.c:565: invalid lvalue in assignment
../../../../../rtems/c/src/libmisc/shell/shell.c:570: invalid lvalue in assignment
gmake[4]: * [o-optimize/shell.o] Error 1
gmake[4]: Leaving directory `/rfs/faw/users/corsepiu/src/rtems/build/c/posix/libmisc/shell'

All errors above refer to assignments to stdin|stdout|stderr. Under most Unix OSes std* are not assignable.

Release:
RTEMS-CVS

Environment:
Solaris 2.7 unix/posix

How-To-Repeat:
./configure

[Currently requires additional patches]

Change History (2)

comment:1 Changed on 11/14/02 at 11:27:06 by Ralf Corsepius

Status: assignedclosed

State-Changed-From-To: open->closed
State-Changed-Why: Fix commited.

comment:2 Changed on 10/10/17 at 06:35:44 by Sebastian Huber

Component: miscunspecified
Note: See TracTickets for help on using tickets.