Run of fresh-snapshots for sngrep
Try this locally package):
debcheckout sngrep
cd sngrep
DEB_UPDATE_CHANGELOG=auto deb-new-upstream --snapshot --refresh-patches
1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 |
make[3]: *** [Makefile:807: sngrep-util.o] Error 1
make[3]: *** [Makefile:709: sngrep-option.o] Error 1
curses/ui_call_list.c:35:10: fatal error: option.h: No such file or directory
35 | #include "option.h"
| ^~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:891: curses/sngrep-ui_call_list.o] Error 1
curses/ui_manager.c:35:10: fatal error: setting.h: No such file or directory
35 | #include "setting.h"
| ^~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:877: curses/sngrep-ui_manager.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:362: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
|