=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for fl_logbook-2.5nb2 c++ `fltk-config --cxxflags` -Isrc/ -Wno-deprecated -c src/fl_logbook.cpp In file included from src/fl_logbook.cpp:25: src/support.h:1:9: warning: 'SUPPORT_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] #ifndef SUPPORT_H ^~~~~~~~~ src/support.h:2:9: note: 'SUPPORT_h' is defined here; did you mean 'SUPPORT_H'? #define SUPPORT_h ^~~~~~~~~ SUPPORT_H 1 warning generated. c++ `fltk-config --cxxflags` -Isrc/ -Wno-deprecated -c src/lgbook.cpp src/lgbook.cpp:160:69: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] { Fl_DateInput* o = inpDate = new Fl_DateInput(5, 43, 85, 21, "Date"); ^ src/lgbook.cpp:222:78: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] { Fl_DateInput* o = inpQSLrcvddate = new Fl_DateInput(379, 78, 85, 21, "QSL-rcvd"); ^ src/lgbook.cpp:245:78: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] { Fl_DateInput* o = inpQSLsentdate = new Fl_DateInput(465, 78, 85, 21, "QSL-sent"); ^ 3 warnings generated. c++ `fltk-config --cxxflags` -Isrc/ -Wno-deprecated -c src/qso_db.cpp c++ `fltk-config --cxxflags` -Isrc/ -Wno-deprecated -c src/combo.cxx src/combo.cxx:106:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] " 12 12 3 1", ^ src/combo.cxx:108:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ". c #000000", ^ src/combo.cxx:109:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "d c none", ^ src/combo.cxx:110:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "e c #ffffff", ^ src/combo.cxx:112:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "dddddddddddd", ^ src/combo.cxx:113:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "dddddddddddd", ^ src/combo.cxx:114:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "dddddddddddd", ^ src/combo.cxx:115:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "............", ^ src/combo.cxx:116:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "d..........d", ^ src/combo.cxx:117:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "dd........dd", ^ src/combo.cxx:118:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "ddd......ddd", ^ src/combo.cxx:119:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "dddd....dddd", ^ src/combo.cxx:120:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "ddddd..ddddd", ^ src/combo.cxx:121:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "dddddddddddd", ^ src/combo.cxx:122:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "dddddddddddd", ^ src/combo.cxx:123:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "dddddddddddd", ^ src/combo.cxx:213:16: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses] if (listtype & FL_COMBO_UNIQUE == FL_COMBO_UNIQUE) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/combo.cxx:213:16: note: place parentheses around the '==' expression to silence this warning if (listtype & FL_COMBO_UNIQUE == FL_COMBO_UNIQUE) { ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/combo.cxx:213:16: note: place parentheses around the & expression to evaluate it first if (listtype & FL_COMBO_UNIQUE == FL_COMBO_UNIQUE) { ~~~~~~~~~^~~~~~~~~~~~~~~~~ src/combo.cxx:214:18: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses] if (listtype & FL_COMBO_UNIQUE_NOCASE == FL_COMBO_UNIQUE_NOCASE) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/combo.cxx:214:18: note: place parentheses around the '==' expression to silence this warning if (listtype & FL_COMBO_UNIQUE_NOCASE == FL_COMBO_UNIQUE_NOCASE) { ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/combo.cxx:214:18: note: place parentheses around the & expression to evaluate it first if (listtype & FL_COMBO_UNIQUE_NOCASE == FL_COMBO_UNIQUE_NOCASE) { ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 18 warnings generated. c++ `fltk-config --cxxflags` -Isrc/ -Wno-deprecated -c src/adif_io.cpp src/adif_io.cpp:11:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"ADDRESS", 40}, // 0 - contacted stations mailing address ^ src/adif_io.cpp:12:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"AGE", 3}, // 1 - contacted operators age in years ^ src/adif_io.cpp:13:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"ARRL_SECT", 12}, // 2 - contacted stations ARRL section ^ src/adif_io.cpp:14:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"BAND", 6}, // 3 - QSO band ^ src/adif_io.cpp:15:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"CALL", 10}, // 4 - contacted stations CALLSIGN ^ src/adif_io.cpp:16:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"CNTY", 20}, // 5 - secondary political subdivision, ie: STATE ^ src/adif_io.cpp:17:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"COMMENT", 80}, // 6 - comment field for QSO ^ src/adif_io.cpp:18:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"CONT", 10}, // 7 - contacted stations continent ^ src/adif_io.cpp:19:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"CONTEST_ID", 6}, // 8 - QSO contest identifier ^ src/adif_io.cpp:20:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"COUNTRY", 20}, // 9 - contacted stations DXCC entity name ^ src/adif_io.cpp:21:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"CQZ", 8}, // 10 - contacted stations CQ Zone ^ src/adif_io.cpp:22:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"DXCC", 8}, // 11 - contacted stations Country Code ^ src/adif_io.cpp:23:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"FREQ", 10}, // 12 - QSO frequency in Mhz ^ src/adif_io.cpp:24:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"GRIDSQUARE", 6}, // 13 - contacted stations Maidenhead Grid Square ^ src/adif_io.cpp:25:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"MODE", 8}, // 14 - QSO mode ^ src/adif_io.cpp:26:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"NAME", 18}, // 15 - contacted operators NAME ^ src/adif_io.cpp:27:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"NOTES", 80}, // 16 - QSO notes ^ src/adif_io.cpp:28:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"QSLRDATE", 8}, // 17 - QSL received date ^ src/adif_io.cpp:29:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"QSLSDATE", 8}, // 18 - QSL sent date ^ src/adif_io.cpp:30:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"QSL_RCVD", 1}, // 19 - QSL received status ^ src/adif_io.cpp:31:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"QSL_SENT", 1}, // 20 - QSL sent status ^ src/adif_io.cpp:32:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"QSO_DATE", 8}, // 21 - QSO data ^ src/adif_io.cpp:33:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"QTH", 30}, // 22 - contacted stations city ^ src/adif_io.cpp:34:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"RST_RCVD", 3}, // 23 - received signal report ^ src/adif_io.cpp:35:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"RST_SENT", 3}, // 24 - sent signal report ^ src/adif_io.cpp:36:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"STATE", 2}, // 25 - contacted stations STATE ^ src/adif_io.cpp:37:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"STX", 8}, // 26 - QSO transmitted serial number ^ src/adif_io.cpp:38:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"TIME_OFF", 4}, // 27 - HHMM or HHMMSS in UTC ^ src/adif_io.cpp:39:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"TIME_ON", 4}, // 28 - HHMM or HHMMSS in UTC ^ src/adif_io.cpp:40:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] {"TX_PWR", 4} // 29 - power transmitted by this station ^ src/adif_io.cpp:131:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] char *ADIFHEADER = "\ ^ 31 warnings generated. c++ `fltk-config --cxxflags` -Isrc/ -Wno-deprecated -c src/multipsklog.cpp src/multipsklog.cpp:210:23: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf (pskFile, header); ^~~~~~ 1 warning generated. c++ `fltk-config --cxxflags` -Isrc/ -Wno-deprecated -c src/support.cpp In file included from src/support.cpp:5: src/support.h:1:9: warning: 'SUPPORT_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] #ifndef SUPPORT_H ^~~~~~~~~ src/support.h:2:9: note: 'SUPPORT_h' is defined here; did you mean 'SUPPORT_H'? #define SUPPORT_h ^~~~~~~~~ SUPPORT_H 1 warning generated. c++ `fltk-config --cxxflags` -Isrc/ -Wno-deprecated -c src/calendar.cxx src/calendar.cxx:455:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] " 14 14 3 1", ^ src/calendar.cxx:457:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ". c #000000", ^ src/calendar.cxx:458:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "d c none", ^ src/calendar.cxx:459:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "e c #ffffff", ^ src/calendar.cxx:461:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "dddddddddddddd", ^ src/calendar.cxx:462:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ".............d", ^ src/calendar.cxx:463:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ".eeeeeeeeeee.d", ^ src/calendar.cxx:464:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ".............d", ^ src/calendar.cxx:465:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ".e.e.e.e.e.e.d", ^ src/calendar.cxx:466:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ".............d", ^ src/calendar.cxx:467:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ".e.e.e.e.e.e.d", ^ src/calendar.cxx:468:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ".............d", ^ src/calendar.cxx:469:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ".e.e.e.e.e.e.d", ^ src/calendar.cxx:470:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ".............d", ^ src/calendar.cxx:471:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ".e.e.e.e.e.e.d", ^ src/calendar.cxx:472:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ".............d", ^ src/calendar.cxx:473:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] ".e.e.e.e.e.e.d", ^ src/calendar.cxx:474:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "dddddddddddddd", ^ 18 warnings generated. c++ `fltk-config --cxxflags` -Isrc/ -Wno-deprecated -c src/date.cxx c++ `fltk-config --cxxflags` -Isrc/ -Wno-deprecated -c src/table.cxx src/table.cxx:1237:27: warning: '&&' within '||' [-Wlogical-op-parentheses] if ((selected > -1) && (when() & TABLE_WHEN_DCLICK) || ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ src/table.cxx:1237:27: note: place parentheses around the '&&' expression to silence this warning if ((selected > -1) && (when() & TABLE_WHEN_DCLICK) || ^ ( ) 1 warning generated. c++ `fltk-config --cxxflags` -Isrc/ -Wno-deprecated -c src/fileio.cpp In file included from src/fileio.cpp:10: src/support.h:1:9: warning: 'SUPPORT_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] #ifndef SUPPORT_H ^~~~~~~~~ src/support.h:2:9: note: 'SUPPORT_h' is defined here; did you mean 'SUPPORT_H'? #define SUPPORT_h ^~~~~~~~~ SUPPORT_H 1 warning generated. c++ `fltk-config --cxxflags` -Isrc/ -Wno-deprecated -c src/ipcdata.cpp src/ipcdata.cpp:57:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "jan","feb","mar","apr","may","jun", ^ src/ipcdata.cpp:57:8: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "jan","feb","mar","apr","may","jun", ^ src/ipcdata.cpp:57:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "jan","feb","mar","apr","may","jun", ^ src/ipcdata.cpp:57:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "jan","feb","mar","apr","may","jun", ^ src/ipcdata.cpp:57:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "jan","feb","mar","apr","may","jun", ^ src/ipcdata.cpp:57:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "jan","feb","mar","apr","may","jun", ^ src/ipcdata.cpp:58:2: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "jul","aug","sep","oct","nov","dec"}; ^ src/ipcdata.cpp:58:8: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "jul","aug","sep","oct","nov","dec"}; ^ src/ipcdata.cpp:58:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "jul","aug","sep","oct","nov","dec"}; ^ src/ipcdata.cpp:58:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "jul","aug","sep","oct","nov","dec"}; ^ src/ipcdata.cpp:58:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "jul","aug","sep","oct","nov","dec"}; ^ src/ipcdata.cpp:58:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] "jul","aug","sep","oct","nov","dec"}; ^ 12 warnings generated. c++ `fltk-config --cxxflags` -Isrc/ -Wno-deprecated \ fl_logbook.o lgbook.o qso_db.o combo.o \ adif_io.o multipsklog.o support.o \ calendar.o date.o table.o fileio.o ipcdata.o \ -o fl_logbook `fltk-config --ldflags` ipcdata.o: In function `setup_ipc_data()': src/ipcdata.cpp:(.text+0x16): undefined reference to `msgget' ipcdata.o: In function `get_ipc_data(void*)': src/ipcdata.cpp:(.text+0x7f): undefined reference to `msgrcv' clang: error: linker command failed with exit code 1 (use -v to see invocation) makefile:56: recipe for target 'fl_logbook' failed gmake: *** [fl_logbook] Error 1 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/ham/fl_logbook *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/ham/fl_logbook