hns - 日記自動生成システム - Version 2.19.9

  • 01/18() 木之本会議
  • 01/19() CQ Ham Radio
  • 01/25() Interface
  • 01/31(金) JAF 払込期限
  • 01/31(金) NTT 東 払込期日
  • 01/31(金) 法人調書・償却資産届出 提出期限
  • 02/01() atactl check
  • 02/05(水) 不燃ごみ
  • 02/08() 2000-2200 AP Sprint 20/40m
  • 02/08() 2100-2100 KCJ TopBand
  • 02/11(火) 0900-1500 関東 UHF
  • 02/15() 0900 ARRL CW
  • 02/15() 確定申告受付開始
  • 02/15() 確定申告受付開始
  • 02/15() 木之本会議
  • 403 JNUG 総会/BOF 2017/07/08 (土)
  • 402 用途別 Emacs ( C, LaTeX, 日本語 )
  • 380 cvsweb の移行
  • 370 tamago 辞書登録
  • 368 CROSS (cross/i386-mingw32, cross/powerpc-linux ) Framework --- binutils + gcc
  • 363 Wanderlust+HyperEstraier
  • 360 evbppc 用 patch / 玄箱
  • 335 /dev/battery is missing hack | libgcc_s_pic.a is missing | samba の -PIE 問題335 ntpd monitor
  • 325 tcode頁の更新
  • 322 software |hardware
  • 321 emacs-22 | IPv6
  • 320 bulk build (Mac OS X 10.4 and NetBSD/macppc)
  • 310 Wanderlust の Namazu の挙動
  • 290 WordPress 1.2 -> 1.5 migration
  • 220 Wanderlust で日本語題名の wl-summary-print-buffer
  • 215 NetBSD/ofppc
便利なツール
Emacs
らくらく 入門
rakuraku-emacs-cover

先月 2025年01月
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2025年01月15日(水) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]

#1 [none] 今更 advent calendar

2024/12 は、いろいろあって advent calendar のことを忘れていた。 NetBSD/pkgsrc の Q4 の締めがあるのも、忙しい理由の一つ。 (68 回 commit している)
SX2@makoto 07:38:03/250115(..pkgsrc/doc)% grep '\[mef' CHANGES-2024 |grep 2024-12  |wc
      68     408    3630

以前に書いた entry を探して見た で、この中で、2016 の話が僕には気に入っていて、いまでも同じことをしている。 それと pkgin の話をつなげて、僕の NetBSD install というのをもう一度書いておき たい気がしている など改良点が多い
それと、実は、今の僕には、この方法で install したものは update 出来ない、という課題があります。
(install image を差して boot しても raid 側に取られてしまう、という問題です)
もしかして、起動したまま sysinst すれば良いのかな ? なお、まとめ(?)を書いておくと
  1. chroot pbulk 環境を作る
  2. pbulk で、をれをれ binary package set を作る
  3. raid で NetBSD を install する
  4. pkgin を使って、作った binary package を一括 install
  5. その後も pkgin で package を管理
という話です
いま、試して見たが、たくさん error が出てしまった。
[121/121] installing config-set-2024.1011...
pkg_install warnings: 0, errors: 339
pkg_install error log can be found in /var/db/pkgin/pkg_install-err.log
reading local summary...
processing local summary...
これはこれで、何とかしなくては。


2025年01月12日() 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]

#1 [farmer] 金柑収穫

dateweight
12/312.8 kg
12/310.8 kg
01/042.3 kg
01/123.6 kg
---------
Total9.5 kg
2023-2024 には 20.5 kg も穫っている


2025年01月07日(火) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]

#2 sh: 1: not found

As if found at
sh: 1: not found
may be shown as an error message. This is probably because
In Makefile, there is one line shell script which lacks assignment and thus empty command ( as the first line). Then empty command not found

#1 [pkgsrc] sh: 1: not found

にあるように make とした時に、
sh: 1: not found
と出ることがある。これは (おそらく)
Makefile の中に、 一行 shell が書いてあって、 それを実行した時に、 1 行目に (何も代入されていないくて、空の) command があって、 「それがない」と言っているもの
と思われる


2025年01月02日(木) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]

#1 [pkgsrc] geography/R-s2

10.99.12:

         absl/time/internal/cctz/src/time_zone_format.cc:28
  ../src/absl/time/internal/cctz/include/cctz/time_zone.h:26
/usr/include/g++/string:40
/usr/include/g++/bits/char_traits.h:40
/usr/include/g++/bits/postypes.h:40:0
/usr/include/g++/cwchar:164:11:
view /usr/pkg/gcc12/include/c++/cwchar
    133 #if _GLIBCXX_USE_WCHAR_T
    134
    135 extern "C++"
    136 {
    137 namespace std _GLIBCXX_VISIBILITY(default)
    138 {
    139 _GLIBCXX_BEGIN_NAMESPACE_VERSION
    140
    141   using ::wint_t;
    142
    143   using ::btowc;
    144   using ::fgetwc;
    145   using ::fgetws;
    146   using ::fputwc;
    147   using ::fputws;
    148   using ::fwide;
    149   using ::fwprintf;
    150   using ::fwscanf;
    151   using ::getwc;
    152   using ::getwchar;
    153   using ::mbrlen;
    154   using ::mbrtowc;
    155   using ::mbsinit;
    156   using ::mbsrtowcs;
    157   using ::putwc;
    158   using ::putwchar;
    159 #ifndef _GLIBCXX_HAVE_BROKEN_VSWPRINTF
    160   using ::swprintf;
    161 #endif
    162   using ::swscanf;
    163   using ::ungetwc;
    164   using ::vfwprintf;
grep -nr vfwprintf /usr/pkg/gcc12
/usr/pkg/gcc12/lib/gcc/x86_64--netbsd/12.4.0/include-fixed/wchar.h:200:
   int vfwprintf(FILE * __restrict, const wchar_t * __restrict, __gnuc_va_list);
/usr/pkg/gcc12/lib/gcc/x86_64--netbsd/12.4.0/include-fixed/wchar.h:293:
   int vfwprintf_l(FILE * __restrict, locale_t,
view /usr/pkg/gcc12/lib/gcc/x86_64--netbsd/12.4.0/include-fixed/wchar.h
    271 #if defined(_NETBSD_SOURCE)
    272 __BEGIN_DECLS
      ...
    293 int vfwprintf_l(FILE * __restrict, locale_t,

on NetBSD/9.3:

thinkc-01@makoto 21:34:11/250102(~)% find /usr/pkg/gcc*/lib -name wchar.h -ls
2627551 28 -rw-r--r-- 1 root  wheel 12403 Jun 12  2024 /usr/pkg/gcc10-aux/lib/gcc/x86_64--netbsd/10.3.0/include-fixed/wchar.h
1417436 28 -rw-r--r-- 1 root  wheel 12403 Apr 27  2024 /usr/pkg/gcc10/lib/gcc/x86_64--netbsd/10.5.0/include-fixed/wchar.h
2331438 28 -rw-r--r-- 1 root  wheel 12403 Dec 11 23:27 /usr/pkg/gcc12/lib/gcc/x86_64--netbsd/12.4.0/include-fixed/wchar.h
2017321 28 -rw-r--r-- 1 root  wheel 12403 Dec 23 21:03 /usr/pkg/gcc14/lib/gcc/x86_64--netbsd/14.2.0/include-fixed/wchar.h
1370925 28 -rw-r--r-- 1 root  wheel 12403 Jun 11  2024 /usr/pkg/gcc7/lib/gcc/x86_64--netbsd/7.5.0/include-fixed/wchar.h
1920088 28 -rw-r--r-- 1 root  wheel 12403 Jun 11  2024 /usr/pkg/gcc8/lib/gcc/x86_64--netbsd/8.5.0/include-fixed/wchar.h
thinkc-01@makoto 21:34:34/250102(~)% md5 `find /usr/pkg/gcc*/lib -name wchar.h `
MD5 (/usr/pkg/gcc10-aux/lib/gcc/x86_64--netbsd/10.3.0/include-fixed/wchar.h) = afa3530e872d97f0012f9214a5314573
MD5 (/usr/pkg/gcc10/lib/gcc/x86_64--netbsd/10.5.0/include-fixed/wchar.h) = afa3530e872d97f0012f9214a5314573
MD5 (/usr/pkg/gcc12/lib/gcc/x86_64--netbsd/12.4.0/include-fixed/wchar.h) = afa3530e872d97f0012f9214a5314573
MD5 (/usr/pkg/gcc14/lib/gcc/x86_64--netbsd/14.2.0/include-fixed/wchar.h) = afa3530e872d97f0012f9214a5314573
MD5 (/usr/pkg/gcc7/lib/gcc/x86_64--netbsd/7.5.0/include-fixed/wchar.h) = afa3530e872d97f0012f9214a5314573
MD5 (/usr/pkg/gcc8/lib/gcc/x86_64--netbsd/8.5.0/include-fixed/wchar.h) = afa3530e872d97f0012f9214a5314573
thinkc-01@makoto 21:34:41/250102(~)%
Files are all the same.


2025年01月01日(水) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]

#1 [初詣] 安房神社

04:20 起床
05:22 出発
06:57 安房神社到着  (1:30) 駐車場待なし

07:27 出発
07:45 北条海岸
09:02 到着  (1:35)
走行距離 130 km



最近の日記
2025年01月15日
今更 advent calendar
2025年01月12日
金柑収穫
2025年01月07日
sh: 1: not found
sh: 1: not found
2025年01月02日
geography/R-s2
以上、5 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)