Bug #11
closeddmake: Fatal error: Don't know how to make target `pics/mbftowc.o'
100%
Description
changeset: 12783:f95354c46591
tag: tip
user: Garrett D'Amore <garrett@nexenta.com>
date: Fri Jul 30 10:12:12 2010 -0700
summary: 5 Add support for usbace,1215 to zyd
$ cc -V
cc: Sun C 5.10 SunOS_i386 2009/06/03
usage: cc [ options] files. Use 'cc -flags' for details
$ CC -V
CC: Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
Usage: CC [ options ] files. Use 'CC -flags' for details
$ ld -V
ld: Software Generation Utilities - Solaris Link Editors: 5.11-1.1713
$ uname -srv
SunOS 5.11 snv_134
$ gcc --version
gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
NIGHTLY_OPTIONS=-FnCDlmprt
$ VERSION='illumos_144' dmake libc.so.1/local_code/illumos/usr/src/tools/proto/root_i386-nd/opt/onbld/bin/i386/cw
-D_EXTENSIONS__ -I/local_code/illumos/proto/root_i386/usr/include -o genassym /local_code/illumos/usr/src/lib/libc/i386/genassym.c
+ /opt/SUNWspro/bin/cc -I../i386/inc -I/local_code/illumos/usr/src/lib/libc/inc -D__EXTENSIONS__ -I/local_code/illumos/proto/root_i386/usr/include -o genassym /local_code/illumos/usr/src/lib/libc/i386/genassym.c
/local_code/illumos/usr/src/tools/proto/root_i386-nd/opt/onbld/bin/genoffsets -s /local_code/illumos/usr/src/tools/proto/root_i386-nd/opt/onbld/bin/i386/ctfstabs -r /local_code/illumos/usr/src/tools/proto/root_i386-nd/opt/onbld/bin/i386/ctfconvert /local_code/illumos/usr/src/tools/proto/root_i386-nd/opt/onbld/bin/i386/cw -cc -_noecho -W0,-xdbggen=no%usedonly -_gcc=-fno-dwarf2-indirect-strings -O -K pic -xspace -Xa -xildoff -errtags=yes -errwarn=%all -erroff=E_EMPTY_TRANSLATION_UNIT -erroff=E_STATEMENT_NOT_REACHED -xc99=%all -W0,-xglobalstatic -v -g -xc99=%all -W0,-noglobal -_gcc=-fno-dwarf2-indirect-strings -xdebugformat=stabs -xinline= -xstrconst -g -xc99=%all -W0,-noglobal -_gcc=-fno-dwarf2-indirect-strings -xdebugformat=stabs -D_REENTRANT -Di386 -DTHREAD_DEBUG -I../i386/inc -I/local_code/illumos/usr/src/lib/libc/inc -DTEXT_DOMAIN=\"SUNW_OST_OSLIB\" -D_TS_ERRNO -I/local_code/illumos/proto/root_i386/usr/include -D_RETAIN_OLD_SYSCALLS -DPIC -D_REENTRANT -I. </local_code/illumos/usr/src/lib/libc/i386/offsets.in >assym.h
./genassym >>assym.h
build1 -
/usr/ccs/bin/as
dmake: Fatal error: Don't know how to make target `pics/mbftowc.o'
Current working directory /local_code/illumos/usr/src/lib/libc/i386
Waiting for 1 job to finish
build1 -
/usr/ccs/bin/as -K pic -P -D__STDC__ -D_ASM -D_REENTRANT -Di386 -DTHREAD_DEBUG -I../i386/inc -I/local_code/illumos/usr/src/lib/libc/inc -DTEXT_DOMAIN=\"SUNW_OST_OSLIB\" -D_TS_ERRNO -I/local_code/illumos/proto/root_i386/usr/include -D_RETAIN_OLD_SYSCALLS -DPIC -D_REENTRANT -I. ../i386/gen/setjmp.s -o pics/setjmp.o
$ cd ..
$ dmake install
/local_code/illumos/usr/src/lib/libc/i386
dmake: Fatal error: Don't know how to make target `pics/mbftowc.o'
Current working directory /local_code/illumos/usr/src/lib/libc/i386
- Error code 1
The following command caused the error:
cd i386; pwd; VERSION='illumos_144' dmake libc.so.1
dmake: Fatal error: Command failed for target `i386/libc.so.1'
Current working directory /local_code/illumos/usr/src/lib/libc
Updated by Piotr Jasiukajtis about 13 years ago
- Status changed from New to Closed
- Assignee set to Garrett D'Amore
- % Done changed from 0 to 100
Fixed in:
changeset: 12784:1c17fa7de7ee
tag: tip
user: Garrett D'Amore <garrett@nexenta.com>
date: Fri Jul 30 21:32:33 2010 -0700
summary: 2 We need a fully open libc (no libc_i18n) (fix build)