Displaying 20 results from an estimated 1000 matches similar to: "[klibc:update-dash] dash: README.dash: Exclude .gitignore when synching"
2020 Mar 28
0
[klibc:master] dash: README.dash: Do all patch filtering with filterdiff
Commit-ID: 0750f8afbdfffb02e6121347b94a5f3bfaf9f079
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=0750f8afbdfffb02e6121347b94a5f3bfaf9f079
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 28 Mar 2020 18:55:44 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 18:55:44 +0000
[klibc] dash: README.dash: Do all
2020 Mar 28
0
[klibc:master] dash: README.dash: Include "dash:" and upstream commit in patches
Commit-ID: 663e807d02dd4a84f386b2da19a2fb10c3b94b7c
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=663e807d02dd4a84f386b2da19a2fb10c3b94b7c
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 28 Mar 2020 17:47:36 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 19:01:42 +0000
[klibc] dash: README.dash: Include
2020 Mar 28
0
[klibc:master] dash: README.dash: List the changes from upstream
Commit-ID: 4df1269fca48492c39ce82500be05c3f520af1ff
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=4df1269fca48492c39ce82500be05c3f520af1ff
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 28 Mar 2020 20:11:20 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 20:11:20 +0000
[klibc] dash: README.dash: List
2020 Mar 28
0
[klibc:master] dash: README.dash: Change patch sync commands to use mailbox
Commit-ID: 3499053bf3ec6a911ae6a993f86f395bab3815d2
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=3499053bf3ec6a911ae6a993f86f395bab3815d2
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 28 Mar 2020 18:45:02 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 18:45:02 +0000
[klibc] dash: README.dash: Change
2005 Dec 13
2
Parallel build of dash still fails
Building dash in parallel still fails:
GEN dash/builtins.def
HOSTCC dash/mkinit
HOSTCC dash/mknodes
HOSTCC dash/mksignames
HOSTCC dash/mksyntax
dash/mksignames.c:59: warning: function declaration isn?t a prototype
dash/mksignames.c:365: warning: function declaration isn?t a prototype
dash/mksignames.c:386: warning: function declaration isn?t a prototype
KLIBCCC
2011 Aug 03
2
Kbuild dash headers generation
hello Sam,
tried to sync current git dash for klibc,
but failed on this Kbuild step.
The attached patch can be applied with the
following:
git am --directory="usr/dash" --exclude="usr/dash/configure.ac" \
--exclude="usr/dash/ChangeLog" --exclude="usr/dash/dash.1" \
--exclude="usr/dash/Makefile.am"
2008 Jan 10
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Evan Cheng wrote:
> Hi,
>
Hi Evan,
> We are getting closer.
>
That is good news.
> 1. In Makefile, all the references to CFLAGS should be CPPFLAGS instead.
>
Done, and attached.
> 2. filterdiff.sh uses sed -re. This causes a problem on Mac OS X where
> -E means using extended regular expression, not -r.
> Can this be changed?
>
I'm not really
2008 Jan 14
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
I've filed
http://www.llvm.org/bugs/show_bug.cgi?id=1912
for the optimizer bug.
Evan
On Jan 10, 2008, at 11:28 AM, Evan Cheng wrote:
> Hi,
>
> We are getting closer.
>
> 1. In Makefile, all the references to CFLAGS should be CPPFLAGS
> instead.
> 2. filterdiff.sh uses sed -re. This causes a problem on Mac OS X where
> -E means using extended regular expression, not
2008 Jan 10
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Hi,
We are getting closer.
1. In Makefile, all the references to CFLAGS should be CPPFLAGS instead.
2. filterdiff.sh uses sed -re. This causes a problem on Mac OS X where
-E means using extended regular expression, not -r.
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
sed [-Ealn] [-i extension] [-e script] ... [-f
script_file] ... [file ...]
Can this
2008 Jan 30
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Devang has fixed the bug. I've added ClamAV to the testsuite.
Thanks!
Evan
On Jan 13, 2008, at 7:33 PM, Evan Cheng wrote:
> I've filed
> http://www.llvm.org/bugs/show_bug.cgi?id=1912
> for the optimizer bug.
>
> Evan
>
> On Jan 10, 2008, at 11:28 AM, Evan Cheng wrote:
>
>> Hi,
>>
>> We are getting closer.
>>
>> 1. In Makefile, all
2008 Jan 11
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
>> 2. filterdiff.sh uses sed -re. This causes a problem on Mac OS X
>> where
>> -E means using extended regular expression, not -r.
>> Can this be changed?
>>
>
> I'm not really familiar with sed's non-extended regular expression
> syntax, I'll have to read its info page.
> I can do that if you decide to keep filterdiff.sh, see below
Why not
2008 Jan 10
4
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Török Edwin wrote:
> Yes, I have uploaded the .tar.gz here:
> http://edwintorok.googlepages.com/ClamAV-srcflat.tar.gz
> [inputs dir contains some symlink, place ClamAV dir in
> llvm/projects/llvm-test/MultiSource/Applications to make
> links point to right place]
>
>
Hi,
Because llvm bug #1730 got fixed, this testcase can run under with the
JIT on x86-64 :).
I have
2005 Dec 13
2
Kernel Panic - Not synching Machine Check
This server was running fedora core 2 till 12/2/2005. It had an
impressive uptime of 180 days or so. On friday I upgraded to CentOS
4.2. After upgrading to CentOS 4.2 this server has been throwing
kernel panics every 10 hours or so.
These are some of the error messages I am getting on the console:
"CPU 0:Machine check exception :4 Bank 0 : f672100000000833
TSC 112180365ccf ADDR e2c7f7c0
2009 May 19
2
ESTALE error while synching
Hi, I am wondering how rsync-3.0.6 react if it encounters ESTALE error while
synching? If I remember correctly then the rsync-2.6.0 skipping that
file/dir in case of ESTALE error.
Jignesh.
-------------- next part --------------
HTML attachment scrubbed and removed
2019 May 04
1
sieve scripts not synching for 2.3.5.1 pre-built
Hi,
same here, this doesn't seeem to be fixed with latest pigeonhole and
dovecot release.
Regards,
Marcel
Am 03.05.2019 um 08:20 schrieb Piper Andreas via dovecot:
> Hello,
>
> Am 02.04.19 um 21:51 schrieb Timo Sirainen via dovecot:
>> On 2 Apr 2019, at 22.37, Timo Sirainen via dovecot <dovecot at dovecot.org
>> <mailto:dovecot at dovecot.org>> wrote:
2019 Apr 02
0
sieve scripts not synching for 2.3.5.1 pre-built
On 2 Apr 2019, at 17.03, Jan-Pieter Cornet via dovecot <dovecot at dovecot.org> wrote:
>
> Hi,
>
> We're synching mailboxes, changing format from maildir to mdbox, using doveadm backup/doveadm sync.
>
> When still running 2.2.36, 'doveadm backup' also synched the sieve scripts, without issues.
>
> After the upgrade to 2.3.5.1, the sieve sync stopped
2019 May 03
0
sieve scripts not synching for 2.3.5.1 pre-built
Hello,
Am 02.04.19 um 21:51 schrieb Timo Sirainen via dovecot:
> On 2 Apr 2019, at 22.37, Timo Sirainen via dovecot <dovecot at dovecot.org
> <mailto:dovecot at dovecot.org>> wrote:
>>
>> On 2 Apr 2019, at 17.03, Jan-Pieter Cornet via dovecot
>> <dovecot at dovecot.org <mailto:dovecot at dovecot.org>> wrote:
>>>
>>> Hi,
2019 Jan 25
0
[klibc:update-dash] dash: Update the current upstream commit in README.dash
Commit-ID: 9f43e1f591ded08ff9cb187d110eb8d1962cb923
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=9f43e1f591ded08ff9cb187d110eb8d1962cb923
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Fri, 25 Jan 2019 01:53:46 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
[klibc] dash: Update the current
2020 Mar 28
0
[klibc:update-dash] dash: README.dash: Update the current upstream commit
Commit-ID: e144189d59e577c548bfe090eb31a1cb5fc4157c
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=e144189d59e577c548bfe090eb31a1cb5fc4157c
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 28 Mar 2020 19:54:41 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:55 +0000
[klibc] dash: README.dash: Update
2019 Apr 02
4
sieve scripts not synching for 2.3.5.1 pre-built
On 2 Apr 2019, at 22.37, Timo Sirainen via dovecot <dovecot at dovecot.org> wrote:
>
> On 2 Apr 2019, at 17.03, Jan-Pieter Cornet via dovecot <dovecot at dovecot.org <mailto:dovecot at dovecot.org>> wrote:
>>
>> Hi,
>>
>> We're synching mailboxes, changing format from maildir to mdbox, using doveadm backup/doveadm sync.
>>
>> When