|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||||
2014年02月28日(金) 旧暦 [n年日記] [更新:"2014/03/02 20:11:47"]#1 [Cygwin] Cygwin and Network drive@ RAM disk:
最近は RAM disk を使っている。特に何が良いか、ということもなく、試している状況。
Cygwin で RAM disk へ cvs co (9分) RAM disk Performance で、この場合に、(例えば) G: にマウントされ、cygwin からは /cygdrive/g で見える。これは ssh で他の計算機から入った時にも同じ。 @ Network Drive:
同じように(だと思いたいが) Samba でマウントした状態で、
フォルダにマウスを持って行き、右クリックすると、
「ネットワークドライブ割当」が出て、これで例えば Z: で見えるようになる。
しかし、である。この Z: は、Cygin Terminal の窓からは /cygdrive/z で見える のに、他の計算機から ssh で入った窓では makoto@m08と見えない。これは何故か。見えるようにする方法はあるのか。 @ 冗談のような解決方法:
( つっこみ )
#2 [cygwin][pkgsrc] textproc/libxslt
cd ../libexslt && /usr/pkg/bin/gmake libexslt.la
gmake[3]: Entering directory
'/cygdrive/g/WRKOBJDIR/textproc/libxslt/work/libxslt-1.1.28/libexslt'
CCLD libexslt.la
*** Warning: This system can not link to static lib archive
/cygdrive/g/WRKOBJDIR/textproc/libxslt/work/.buildlink/lib/libgcrypt.la.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** Warning: This system can not link to static lib archive
/cygdrive/g/WRKOBJDIR/textproc/libxslt/work/.buildlink/lib/libgpg-error.la.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** Warning: This system can not link to static lib archive
/cygdrive/g/WRKOBJDIR/textproc/libxslt/work/.buildlink/lib/libgpg-error.la.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
.libs/crypto.o:crypto.c:(.text+0x116): undefined reference to `gcry_check_version'
.libs/crypto.o:crypto.c:(.text+0x116): relocation truncated to
fit: R_X86_64_PC32 against undefined symbol
`gcry_check_version'
.libs/crypto.o:crypto.c:(.text+0x486): undefined reference to `gcry_cipher_open'
.libs/crypto.o:crypto.c:(.text+0x486): relocation truncated to
fit: R_X86_64_PC32 against undefined symbol `gcry_cipher_open'
@ misc/screen:
m08@makoto 15:51:01/140228(..misc/screen)% bmake
=> Bootstrap dependency digest>=20010302: found digest-20121220
=> Bootstrap dependency tnftp-[0-9]*: found tnftp-20070806
===> Skipping vulnerability checks.
WARNING: No /var/db/pkgdbdir/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/pkg/sbin/pkg_admin -K /var/db/pkgdbdir fetch-pkg-vulnerabilities'.
===> Building for screen-4.0.3nb5
...
gcc -c -I. -I. -O -I/usr/pkg/include/ncurses screen.c
In file included from screen.c:241:0:
extern.h:149:14: error: conflicting types for 'execvpe'
extern void execvpe __P((char *, char **, char **));
^
In file included from /usr/include/sys/types.h:20:0,
from screen.c:33:
/usr/include/sys/unistd.h:57:9: note: previous declaration of 'execvpe' was here
int _EXFUN(execvpe, (const char *__file, char * const __argv[], char * const __envp[] ));
^
*** Error code 1
Stop.
bmake: stopped in /cygdrive/g/WRKOBJDIR/misc/screen/work/screen-4.0.3
*** Error code 1
/usr/include/sys/unistd.h:54:9: note: expected 'char * const*'
but argument is of type 'const char **'
int _EXFUN(execve, (const char *__path, char * const __argv[], char * const __envp[] ));
^
window.c:1421:31: warning: assignment discards 'const'
qualifier from pointer target type [enabled by default]
for (i = 1; (shargs[i + 1] = args[i]) != NULL; ++i)
^
window.c:1423:4: warning: passing argument 3 of 'execve' from
incompatible pointer type [enabled by default]
execve(DefaultShell, shargs, env);
^
In file included from /usr/include/sys/types.h:20:0,
from window.c:24:
/usr/include/sys/unistd.h:54:9: note: expected 'char * const*'
but argument is of type 'const char **'
int _EXFUN(execve, (const char *__path, char * const __argv[], char * const __envp[] ));
^
*** Error code 1
Stop.
bmake: stopped in /cygdrive/g/WRKOBJDIR/misc/screen/work/screen-4.0.3
*** Error code 1
( つっこみ )
|
最近の日記 2025年12月25日 ・pbulk 11.99.3 (emacs30) 2025年11月22日 ・crash dump 2025年10月25日 ・recover from disk error 2025年10月23日 ・dd does not duplicate Windows 11 boot disk ? 2025年10月13日 ・missing package | ||