|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||||
2013年10月28日(月) 旧暦 [n年日記] [更新:"2013/10/28 21:16:34"]#1 [pkgsrc] Emacs 2013-10-27This is GNU Emacs 24.3.50.1 (x86_64--netbsd, GTK+ Version 2.24.17) of 2013-10-25 on modena
mark_interval (i=0x6c696e00, dummy=11835442) at alloc.c:1234
1234 i->gcmarkbit = 1;
(gdb) bt
#0 mark_interval (i=0x6c696e00, dummy=11835442) at alloc.c:1234
#1 0x000000000057803a in traverse_intervals_noorder (tree=0x6c696e00,
function=0x51e331 <mark_interval>, arg=11835442) at intervals.c:243
#2 0x0000000000578050 in traverse_intervals_noorder (tree=0x6fc57a0,
function=0x51e331 <mark_interval>, arg=11835442) at intervals.c:248
#3 0x000000000051d8ea in mark_object (arg=<optimized out>) at alloc.c:6172
#4 0x000000000051e50e in mark_memory (end=0x7f7fffffb2e0,
start=<optimized out>) at alloc.c:4575
#5 mark_stack () at alloc.c:4807
#6 Fgarbage_collect () at alloc.c:5473
#7 0x000000000053456d in maybe_gc () at lisp.h:4385
#8 Ffuncall (nargs=<optimized out>, args=0x7f7fffffb410) at eval.c:2740
#9 0x000000000053496e in funcall_not (nargs=<optimized out>,
args=<optimized out>) at eval.c:2413
#10 0x0000000000533271 in run_hook_with_args (nargs=1, args=0x7f7fffffb410,
funcall=0x534965 <funcall_not>) at eval.c:2525
#11 0x0000000000533377 in Frun_hook_with_args_until_failure (
nargs=<optimized out>, args=<optimized out>) at eval.c:2431
#12 0x00000000004e71af in Fkill_buffer (buffer_or_name=<optimized out>)
at buffer.c:1736
#13 0x0000000000470e0a in code_conversion_restore (arg=<optimized out>)
at coding.c:7856
#14 0x0000000000533530 in unbind_to (count=<optimized out>, value=113804225)
---Type <return> to continue, or q <return> to quit---
( つっこみ )
2013年10月27日(日) 旧暦 [n年日記] [更新:"2013/10/28 08:31:46"]#1 [pkgsrc] compiling whole texlive in pkgsrc
# $NetBSD$
DISTNAME= texlive-20130530-source
PKGNAME= ${DISTNAME:S/-source//}
CATEGORIES= print
MASTER_SITES= ftp://tug.org/texlive/historic/2013/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tug.org/texlive/
COMMENT=
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake perl
VPATHWRKDIR= ${WRKDIR}/build
do-configure:
(if [ ! -d ${WRKDIR}/build ]; then ${MKDIR} ${VPATHWRKDIR};fi)
(cd ${VPATHWRKDIR}; \
env ${CONFIGURE_ENV} \
sh ${WRKSRC}/configure --prefix=${PREFIX})
do-build:
(cd ${VPATHWRKDIR}; env ${MAKE_ENV} ${GMAKE} )
.include "../../mk/bsd.pkg.mk"
/export/WRKOBJDIR/wip/texlive2013/work/texlive-20130530-source/utils/xpdfopen/sendx.c:29:22:
fatal error: X11/Xlib.h: No such file or directory
compilation terminated. modena@makoto 00:50:15/131028(..wip/texlive2013)% makedbm -u /var/db/pkgdb.byfile.db |grep Xlib.h /usr/pkg/include/X11/Xlib.h libX11-1.5.0nb1 gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -O2 -I/usr/pkg/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o pdfopen pdfopen.o sendx.o utils.o -lX11 -lXmu ld: cannot find -lXmu(X11_TYPE=modular for the moment)
# $NetBSD$
DISTNAME= texlive-20130530-source
PKGNAME= ${DISTNAME:S/-source//}
CATEGORIES= print
MASTER_SITES= ftp://tug.org/texlive/historic/2013/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tug.org/texlive/
COMMENT=
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake perl
VPATHWRKDIR= ${WRKDIR}/build
do-configure:
(if [ ! -d ${WRKDIR}/build ]; then ${MKDIR} ${VPATHWRKDIR};fi)
(cd ${VPATHWRKDIR}; \
env ${CONFIGURE_ENV} \
sh ${WRKSRC}/configure --prefix=${PREFIX})
do-build:
(cd ${VPATHWRKDIR}; env ${MAKE_ENV} ${GMAKE} )
# for native only
#.include "../../mk/x11.buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../mk/x11.builtin.mk"
#.include "../../mk/x11.version.mk"
.include "../../mk/bsd.pkg.mk"
@ X11/Xaw/Form.h:
conftest.c:117:26: fatal error: X11/Xaw/Form.h: No such file or directory
( つっこみ )
2013年10月25日(金) 旧暦 [n年日記] [更新:"2013/10/25 23:20:44"]#1 [pkgsrc] wip/emacs-currentconfigure: error: Emacs cannot be built or installed in a directory whose name contains non-ASCII characters: /usr/pkgsrc/wip/emacs-current/work/emacs *** Error code 1Seems to me false warning, all are ASCII chars. I just disabled these line, and let me try (again).
4196 #for var in "`pwd`" "$temp_srcdir"; do
4197 # echo $var
4198 # case "$var" in
4199 # *[^\ -~]*) as_fn_error $?
"Emacs cannot be built in a directory whose name contains non-ASCII characters:
$var" "$LINENO" 5 ;;
4200 # esac
4201 #
4202 #done
( つっこみ )
2013年10月22日(火) 旧暦 [n年日記] [更新:"2013/10/22 19:07:39"]#1 [pkgsrc] nios2-gcc 4.1
良く思い出したら :-) 前からこれだった
../.././gcc/crtstuff.c: In function 'frame_dummy': ../.././gcc/crtstuff.c:323: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. ( つっこみ )
2013年10月14日(月) 旧暦 [n年日記] [更新:"2013/10/19 10:50:44"]#1 [pkgsrc] tc-2.99fatal: unable to access 'http://github.com/kanchoku/tc.git/': SSL certificate problem: unable to get local issuer certificateAdd Following option to git -c http.sslVerify=falseOr as twittering-mode: PKGSRC_SETENV= GIT_SSL_NO_VERIFY=true ( つっこみ )
2013年10月13日(日) 旧暦 [n年日記] [更新:"2013/10/14 18:05:45"]#1 [pkgsrc] clang: error: unknown warning option '-Wno-traditional'# compile checkperms-1.11/checkperms.o gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror -c checkperms.c --- .gdbinit --- touch .gdbinit --- checkperms.o --- clang: error: unknown warning option '-Wno-traditional' *** [checkperms.o] Error code 1 make: stopped in /WRKOBJDIR/sysutils/checkperms/work/checkperms-1.11 1 errorStrange, I did not get this error before: But anyway:
? mk/wrapper/transform-clang
Index: mk/wrapper/bsd.wrapper.mk
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/mk/wrapper/bsd.wrapper.mk,v
retrieving revision 1.88
diff -u -r1.88 bsd.wrapper.mk
--- mk/wrapper/bsd.wrapper.mk 1 Mar 2013 13:27:38 -0000 1.88
+++ mk/wrapper/bsd.wrapper.mk 13 Oct 2013 06:10:08 -0000
@@ -318,6 +318,11 @@
_WRAP_TRANSFORM.CXX= ${_WRAP_TRANSFORM.CC}
.endif
+.if !empty(PKGSRC_COMPILER:Mclang)
+_WRAP_TRANSFORM.CC= ${WRAPPER_TMPDIR}/transform-clang
+_WRAP_TRANSFORM.CXX= ${_WRAP_TRANSFORM.CC}
+.endif
+
_WRAP_CMD_SINK.LD= ${WRAPPER_TMPDIR}/cmd-sink-ld
_WRAP_SKIP_TRANSFORM.IMAKE= yes
@@ -528,6 +533,7 @@
cmd-sink-unixware-gcc \
transform-aix-cc \
transform-ccc-cc \
+ transform-clang \
transform-gcc \
transform-icc-cc \
transform-ido-cc \
New file transform-clang diff -u transform-{gcc,clang} will be
--- mk/wrapper/transform-gcc 2013-10-13 14:57:06.000000000 +0900 +++ mk/wrapper/transform-clang 2013-10-13 14:55:54.000000000 +0900 @@ -102,7 +102,6 @@ case $arg in -Wno-inline |\ -Wno-long-long |\ -Wno-sign-compare |\ --Wno-traditional |\ -Wno-undef |\ -Wno-uninitialized |\ -Wno-unused |\ @@ -120,7 +119,9 @@ case $arg in -Wundef |\ -Wwrite-strings ) transform_pass ;; + # There are some packages suppressing all warnings. We don't want that. +-Wno-traditional |\ -w ) transform_discard ;; # Options specific to g++. ( つっこみ )
2013年10月11日(金) 旧暦 [n年日記] [更新:"2014/10/14 12:54:51"]#1 [pkgsrc] 14.3 Writing builtin.mk files
英語原文
日本語訳 以下は僕の訳
( つっこみ )
2013年10月10日(木) 旧暦 [n年日記] [更新:"2013/10/10 17:38:07"]#1 [DragonFly] Booting DragonFly BSD from USB memorymodena@makoto 15:09:26/131010(..devel/libusb1)% \ time sudo dd if=/home/makoto/dfly-i386-3.4.3_REL.img of=/dev/rsd0d bs=65536 30496+0 records in 30496+0 records out 1998585856 bytes transferred in 312.335 secs (6398853 bytes/sec) 0.00s 4.52s 5:12.53 1% 0+0k 0+1io 0pf+0w modena@makoto 15:14:50/131010(..devel/libusb1)% ( つっこみ )
2013年10月08日(火) 旧暦 [n年日記] [更新:"2014/02/25 22:32:08"]#1 [admin] vnconfig after long absence.164 sudo vnconfig /dev/vnd0 FreeBSD-9.2-RELEASE-i386-bootonly.iso 165 sudo mkdir /vnd 173 sudo mount -o ro -t cd9660 /dev/vnd0d /vnd 175 ls -l /vndcopy boot/ directory to NFS server rsync -aH /vnd/boot/ /e/serv/tftpboot/freebsd-boot-only/Adjust /etc/dhcpd.conf
host dl05 { #
hardware ethernet 00:13:21:fc:82:19;
fixed-address 192.168.1.20;
next-server 192.168.1.198;
filename "freebsd-boot-only/pxeboot";
option root-path "/export/tftpboot/freebsd-boot-only";
}
netboot
OK can't find "kernel" load kernel/kernel kernel/kernel text=0xdae9e3 data=0xf3c94+0xbb770 -takes time ... (due to 9600 bps serial ?) line feed (Control LF) sends FF (Form Feed) instead ? then bootwill boot. but panic for 'no init'. It may be natural for this is not RAM disk kernel, right ? ( つっこみ )
2013年10月04日(金) 旧暦 [n年日記] [更新:"2013/10/05 10:28:38"]#1 [Emacs][pkgsrc] devel/magit
=> Creating installation directories
/usr/pkg/bin/emacs -batch -q -no-site-file -eval
"(setq load-path (cons (expand-file-name \".\") load-path))"
--eval '(byte-compile-file "magit.el")'
In toplevel form:
magit.el:792:27:Error: Wrong type argument: listp, 769
( つっこみ )
#2 wip/magit-git===> Building for magit-1.2.0.50nb20131004 Cannot open load file: No such file or directory, /export/WRKOBJDIR/wip/magit-git/work/magit/magit-version.el ... In toplevel form: magit.el:67:1:Error: Cannot open load file: No such file or directory, git-commit-modegit-commit-mode is in following URL. I was trying to fix this problem, but left out on the way.. ( つっこみ )
2013年10月03日(木) 旧暦 [n年日記] [更新:"2013/10/05 10:30:15"]#1 [pkgsrc][wip] wip/apel-git
(未 commit :-)
これは何だっけ
===> Building for apel-10.8.50nb20131003
emacs -batch -q -no-site-file -l APEL-MK -f compile-apel \
NONE /usr/pkg/share/emacs/site-lisp /usr/pkg/share/emacs/site-lisp
Loading /export/WRKOBJDIR/wip/apel-git/work/apel/APEL-CFG...
Loading `static': old-style backquotes detected!
Loading `pym': old-style backquotes detected!
Loading `product': old-style backquotes detected!
Eager macro-expansion failure: (wrong-type-argument sequencep 769)
Loading `poe': old-style backquotes detected!
Wrong type argument: sequencep, 769
gmake: *** [elc] Error 255
*** Error code 2
Above problem is fixed by importing Debian fix
(and placed as wip/apel-git).
@ (FLIM) Cannot open load file: No such file or directory, install:=> Checking for portability problems in extracted files ===> Building for flim-1.14.9nb2 --- elc --- /usr/pkg/bin/emacs -batch -q -no-site-file -l FLIM-MK -f compile-flim NONE NONE NONE Loading /export/WRKOBJDIR/devel/flim/work/flim-1.14.9/FLIM-CFG... Cannot open load file: No such file or directory, install *** [elc] Error code 255share/site-lisp/apel/install.el is not linked by buildlink3.mk Actually wip/apel-git was wrong, bad line was there. It is fixed now. ( つっこみ )
|
最近の日記 2025年10月25日 ・recover from disk error 2025年10月23日 ・dd does not duplicate Windows 11 boot disk ? 2025年10月13日 ・missing package 2025年10月04日 ・pkgin search pkgname segfaults 2025年08月16日 ・installboot (Although it’s too late) | ||