Skip to content

Instantly share code, notes, and snippets.

@danmcd
Created September 6, 2018 17:06
Show Gist options
  • Save danmcd/a60fa7a035aa6e3924906c8aa246aaf2 to your computer and use it in GitHub Desktop.
Save danmcd/a60fa7a035aa6e3924906c8aa246aaf2 to your computer and use it in GitHub Desktop.
smartos-build(projects/illumos)[0]% /opt/onbld/bin/bldenv illumos.sh
Build type is non-DEBUG
RELEASE is
VERSION is joyent_20180906T012657Z
RELEASE_DATE is September 2018
The top-level 'setup' target is available to build headers and tools.
Using /opt/local/bin/tcsh as shell.
WS-smartos-build-WS(projects/illumos)[0]% cd usr/src/cmd/cdrw
WS-smartos-build-WS(cmd/cdrw)[0]% dmake lint
/opt/SUNWspro/sunstudio12.1/bin/lint -I/opt/SUNWspro/prod/include/lint -axsm -um -DTEXT_DOMAIN=\"SUNW_OST_OSCMD\" -D_TS_ERRNO -I/home/danmcd/smartos-live/proto/usr/include -I/home/danmcd/smartos-live/proto.strap/usr/include -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDBUS_API_SUBJECT_TO_CHANGE -DDBUS_SYSTEMD_DIR=\"/etc/dbus-1/system.d\" -I/home/danmcd/smartos-live/proto.strap/usr/include/dbus-1.0 -I/home/danmcd/smartos-live/proto.strap/usr/lib/dbus-1.0/include -errtags=yes -s -erroff=E_PTRDIFF_OVERFLOW -erroff=E_ASSIGN_NARROW_CONV -U__PRAGMA_REDEFINE_EXTNAME -Xc99=%none -errsecurity=core -erroff=E_SEC_CREAT_WITHOUT_EXCL -erroff=E_SEC_FORBIDDEN_WARN_CREAT -erroff=E_ASSIGN_INT_TO_SMALL_INT -erroff=E_CAST_INT_CONST_TO_SMALL_INT -erroff=E_CAST_INT_TO_SMALL_INT -erroff=E_CAST_TO_PTR_FROM_INT -erroff=E_COMP_INT_WITH_LARGE_INT -erroff=E_INTEGRAL_CONST_EXP_EXPECTED -erroff=E_PASS_INT_TO_SMALL_INT -erroff=E_PTR_CONV_LOSES_BITS main.c mmc.c device.c transport.c util.c msgs.c misc_scsi.c dumpinfo.c toshiba.c bstream.c options.c trackio.c write_image.c blank.c write_audio.c dae.c copycd.c -L/home/danmcd/smartos-live/proto/lib -L/home/danmcd/smartos-live/proto/usr/lib -L/home/danmcd/smartos-live/proto.strap/usr/lib -L/home/danmcd/smartos-live/proto.strap/lib -lhal -lsecdb
main.c:
mmc.c:
device.c:
"/home/danmcd/smartos-live/proto/usr/include/sys/dkio.h", line 540: error: null dimension: dfl_exts (E_NULL_DIMENSION)
lint: errors in device.c; no output created
transport.c:
util.c:
msgs.c:
misc_scsi.c:
"/home/danmcd/smartos-live/proto/usr/include/sys/dkio.h", line 540: error: null dimension: dfl_exts (E_NULL_DIMENSION)
lint: errors in misc_scsi.c; no output created
dumpinfo.c:
toshiba.c:
bstream.c:
options.c:
trackio.c:
write_image.c:
blank.c:
write_audio.c:
dae.c:
copycd.c:
lint: pass2 not run - errors in device.c,misc_scsi.c
*** Error code 5
make: Fatal error: Command failed for target `lint_SRCS'
Current working directory /home/danmcd/smartos-live/projects/illumos/usr/src/cmd/cdrw
WS-smartos-build-WS(cmd/cdrw)[1]%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment