Displaying 3 results from an estimated 3 matches for "142184".
Did you mean:
12184
2015 May 09
2
FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh
Hi ?
Teemu Huovila <teemu.huovila at dovecot.fi> wrote:
> On 04/24/2015 10:00 PM, Michael Grimm wrote:
>> 1) I'm trying to compile a recent hg dovecot version (008632bdfd2c) at a FBSD10-STABLE system without success:
[?]
>> fts-tokenizer-generic.c:214:18: error: use of undeclared identifier 'MidNum'
>> if (uint32_find(MidNum, N_ELEMENTS(MidNum), c,
2015 May 09
0
FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh
...would not boot
given that all the rc start-up scripts are written in Bourne shell.
OTOH, /bin/csh and /bin/tcsh are identical:
$ freebsd-version -uk
10.1-RELEASE-p9
10.1-RELEASE-p9
$ ls -li /bin/*sh
108 -r-xr-xr-x 2 root wheel 382368 Nov 11 15:03 /bin/csh*
118 -r-xr-xr-x 1 root wheel 142184 Nov 11 15:03 /bin/sh*
108 -r-xr-xr-x 2 root wheel 382368 Nov 11 15:03 /bin/tcsh*
--
Greg Rivers
2015 May 10
1
FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh
...ts are written in Bourne shell.
But here I will insist on /bin/sh != /bin/bash ;-) The FBSD OS is bourne free, if I am not mistaken again.
> OTOH, /bin/csh and /bin/tcsh are identical:
>
> 108 -r-xr-xr-x 2 root wheel 382368 Nov 11 15:03 /bin/csh*
> 118 -r-xr-xr-x 1 root wheel 142184 Nov 11 15:03 /bin/sh*
> 108 -r-xr-xr-x 2 root wheel 382368 Nov 11 15:03 /bin/tcsh*
ls -al /bin/sh /usr/local/bin/bash (FBSD 10.1-STABLE):
| -r-xr-xr-x 1 root wheel uarch 142144 May 8 13:57 /bin/sh
| -rwxr-xr-x 1 root wheel uarch 895712 May 8 13:09 /usr/local/bin/bash
JFTR: Both scr...