search for: donmez

Displaying 20 results from an estimated 91 matches for "donmez".

Did you mean: done
2013 Nov 22
3
[LLVMdev] [3.4 branch] SystemZ regressions
Hi, On Thu, Nov 21, 2013 at 8:16 PM, Richard Sandiford < rsandifo at linux.vnet.ibm.com> wrote: > İsmail Dönmez <ismail at donmez.ws> writes: > > Using openSUSE 13.1 on s390x machine I get two new regressions with llvm > > 3.4rc1: > > Hmm, I don't see this locally. Just to rule out one possibility, > which compiler are you using to build? Do you see the same thing > with a -O0 build? > Thi...
2015 Jan 23
9
[Bug 2343] New: test_fuzz.c won't compile if ssh1 support is disabled
...Product: Portable OpenSSH Version: 6.7p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Build system Assignee: unassigned-bugs at mindrot.org Reporter: ismail at donmez.ws Compile openssh with ./configure --without-ssh1 Try to run "make tests": regress/unittests/sshkey/test_fuzz.o: In function `sshkey_fuzz_tests': /havana/sources/openssh/regress/unittests/sshkey/test_fuzz.c:135: undefined reference to `sshkey_parse_public_rsa1_fileblob' /havan...
2016 Jan 15
2
Building SVN head with CMake - shared libraries?
On Fri, Jan 15, 2016 at 11:05 AM, Ismail Donmez <ismail at i10z.com> wrote: > Hi, > > On Fri, Jan 15, 2016 at 12:59 AM, Chris Bieneman <beanz at apple.com> wrote: >> I’m kinda scared that you’re using it. What are you trying to accomplish >> that you are using it? Generally having LLVM split among that many >&...
2014 May 12
2
[LLVMdev] Build failure with libcxx
Ok looks like r207606 regressed this. CC'ing Niko. Niko, please see the messages below. This is on openSUSE 13.1 both on i586 and x86-64. Reverting r207606 fixes the second stage bootstrap. On Sun, May 11, 2014 at 10:19 PM, İsmail Dönmez <ismail at donmez.ws> wrote: > I did a diff -u broken.ii working.ii and the difference explains the > problem: > > @@ -36617,7 +36628,7 @@ > } x; > }; > return Allocator.Allocate( > - Size, std::min((size_t)llvm::NextPowerOf2(Size), offsetof(S, x))); > + Size, std:...
2015 Jun 17
5
[Bug 2414] New: ControlMaster directive should be ignored on Cygwin
...roduct: Portable OpenSSH Version: -current Hardware: Other OS: Cygwin on NT/2k Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: ismail at donmez.ws I am sharing my ssh configuration between Linux & Cygwin and having ControlMaster auto in my configuration breaks havoc on Cygwin since its actually not supported there and probably won't be supported anytime soon. Hence, I believe it would be very nice to ignore ControlMaster directi...
2015 Jan 23
5
[Bug 2342] New: ssh-keygen gives wrong error loading public key message
...Product: Portable OpenSSH Version: 6.7p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh-keygen Assignee: unassigned-bugs at mindrot.org Reporter: ismail at donmez.ws Using latest openssh-portable.git [~]> cat foo i10z.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIkPOwWQHARlE7C+wFr2dl/zUu97AUG/YpfwgpDgYH2z [~]> /usr/local/bin/ssh-keygen -l -f ./foo Error loading public key "./foo": No such file or directory 256 SHA256:9BPlb4ZU9f4OP3LEz9cqYhJYR...
2013 May 13
2
[LLVMdev] ASan unit test/libcxx build break
On Mon, May 13, 2013 at 11:03 AM, İsmail Dönmez <ismail at donmez.ws> wrote: > Hi, > > > On Mon, May 13, 2013 at 10:49 AM, Evgeniy Stepanov > <eugeni.stepanov at gmail.com> wrote: >> >> A recent change added defined(__linux__) condition to the code below. >> Now it says that on linux with --std=c++0x (or --std=c++11) the...
2013 Nov 26
0
[LLVMdev] [3.4 branch] SystemZ regressions
İsmail Dönmez <ismail at donmez.ws> writes: > On Thu, Nov 21, 2013 at 8:16 PM, Richard Sandiford < > rsandifo at linux.vnet.ibm.com> wrote: >> İsmail Dönmez <ismail at donmez.ws> writes: >> > Using openSUSE 13.1 on s390x machine I get two new regressions with llvm >> > 3.4rc1: >>...
2014 Dec 12
2
[LLVMdev] [cfe-dev] Phabricator update
On Fri Dec 12 2014 at 12:55:01 PM İsmail Dönmez <ismail at donmez.ws> wrote: > Hi, > > On Fri, Dec 12, 2014 at 12:05 PM, Manuel Klimek <klimek at google.com> wrote: > > Can you point me at an example? I've spot checked stuff and cannot see > > anything out of the ordinary... > > This is only visible in GMail for me but loo...
2014 May 12
2
[LLVMdev] Lots of regtest failures on PPC64/Linux
----- Original Message ----- > From: "İsmail Dönmez" <ismail at donmez.ws> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Sent: Monday, May 12, 2014 7:18:48 AM > Subject: Re: Lots of regtest failures on PPC64/Linux > > > Hi Hal, > > > > &g...
2014 Mar 26
3
[LLVMdev] Lots of regtest failures on PPC64/Linux
----- Original Message ----- > From: "Renato Golin" <renato.golin at linaro.org> > To: "İsmail Dönmez" <ismail at donmez.ws> > Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Sent: Wednesday, March 26, 2014 8:14:18 AM > Subject: Re: [LLVMdev] Lots of regtest failures on PPC64/Linux > > Hi Ismail, > > Is there a buildbot for that? There *should* be. Will, we hav...
2014 Jun 04
2
[LLVMdev] Lots of regtest failures on PPC64/Linux
missing-abstract-variable is a recent one I introduced - looking into it. On Wed, Jun 4, 2014 at 2:39 AM, İsmail Dönmez <ismail at donmez.ws> wrote: > Hi Hal, > > These tests failures go away when I disable static libs aka > -DBUILD_SHARED_LIBS=OFF , with that only 2 regtest failures are left: > > > [ 1314s] FAILED: cd /home/abuild/rpmbuild/BUILD/llvm/stage2/test && > /usr/bin/python /home/abuild/rp...
2013 May 13
0
[LLVMdev] ASan unit test/libcxx build break
Hi, On Mon, May 13, 2013 at 11:07 AM, Evgeniy Stepanov < eugeni.stepanov at gmail.com> wrote: > On Mon, May 13, 2013 at 11:03 AM, İsmail Dönmez <ismail at donmez.ws> wrote: > > I am guessing you are running on this on an old system. My glibc version > is > > 2.17 > > Yes. Ubuntu 12.04 LTS with glibc 2.15 does not have aligned_alloc. > Then I guess we'll somehow need a glibc version check or something. Not sure how to do it at...
2013 May 13
2
[LLVMdev] ASan unit test/libcxx build break
You can use #if __GLIBC_PREREQ(2, 17) On Mon, May 13, 2013 at 1:13 PM, İsmail Dönmez <ismail at donmez.ws> wrote: > Hi, > > > On Mon, May 13, 2013 at 11:07 AM, Evgeniy Stepanov < > eugeni.stepanov at gmail.com> wrote: > >> On Mon, May 13, 2013 at 11:03 AM, İsmail Dönmez <ismail at donmez.ws> wrote: >> > I am guessing you are running on this on an old...
2015 Jan 30
0
[LLVMdev] ARM regression between r223766 and r223925
On 30 January 2015 at 17:23, İsmail Dönmez <ismail at donmez.ws> wrote: > No idea because I already had workarounded the original issue with > -no-integrated-as. BUT my build script log shows that I successfully > cross-compiled with NEON on December 4 2014. I usually do basic > testing of those builds on ARMv7. So, I suggest trying to bootstr...
2015 Jan 30
2
[LLVMdev] ARM regression between r223766 and r223925
On Fri, Jan 30, 2015 at 7:27 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 30 January 2015 at 17:23, İsmail Dönmez <ismail at donmez.ws> wrote: >> No idea because I already had workarounded the original issue with >> -no-integrated-as. BUT my build script log shows that I successfully >> cross-compiled with NEON on December 4 2014. I usually do basic >> testing of those builds on ARMv7. So, I suggest t...
2015 Jan 30
2
[LLVMdev] ARM regression between r223766 and r223925
On Fri, Jan 30, 2015 at 7:20 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 30 January 2015 at 17:18, İsmail Dönmez <ismail at donmez.ws> wrote: >> My analysis was completely wrong because I had -no-integrated-as >> sneaked in libcxxabi CMakeLists.txt and then somehow I reverted it >> which showed me the initial failure. The Neon failure is completely >> unrelated which I figured out after trying to boo...
2013 Oct 08
2
[LLVMdev] basic-arm-instruction tests fail on trunk
Hi, On Tue, Oct 8, 2013 at 4:07 PM, Renato Golin <renato.golin at linaro.org>wrote: > On 8 October 2013 14:01, İsmail Dönmez <ismail at donmez.ws> wrote: > >> I was using a 1 week old clang to boostrap, switched to gcc and the bug >> gone away. Now I'll boostrap again with the new clang to see if the >> regression is there or not. >> > > Are you using LLVM's own release scripts to bootstrap >...
2014 Apr 01
2
[LLVMdev] Lots of regtest failures on PPC64/Linux
Hi, On Tue, Apr 1, 2014 at 3:26 PM, Hal Finkel <hfinkel at anl.gov> wrote: > İsmail, > > I still don't see these errors locally. Can you try with an autoconf-based > build and see if they're somehow related to (triggered by) the way that > cmake builds LLVM? > > On the same machine autoconf build is fine where as cmake has failures, reproduced simply with
2013 Oct 08
2
[LLVMdev] basic-arm-instruction tests fail on trunk
Hi Renato, On Tue, Oct 8, 2013 at 3:57 PM, Renato Golin <renato.golin at linaro.org>wrote: > On 7 October 2013 18:33, İsmail Dönmez <ismail at donmez.ws> wrote: > >> This is with Linux on BeagleBone Black (Cortex-A8), regressed recently: >> > > Hi Ismail, > > Are you running this regularly? Do you know which commit regressed? Or at > least a window? > > Unfortunately, we don't have Cortex-A8 buildbots,...