similar to: Buildbot for minimum supported GCC version? (seeing local build failures)

Displaying 20 results from an estimated 170 matches similar to: "Buildbot for minimum supported GCC version? (seeing local build failures)"

2018 Jan 24
2
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
Hey Ben, This change broke some clangd code (no failing test, mea culpa), because it changed the move semantics. Previously: a moved-from llvm::Optional was None (for all types). Now: a moved-from llvm::Optional is None (for non-trivial types), and has the old value (for trivial types). FWIW, a moved-from std::optional is *not* nullopt, and contains the moved-from value. This seems sad to me,
2018 Jan 24
0
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
That's an unintentional change. However, the reason for this change was to make optional of trivially copyable types trivially copyable, adding a user-provided move ctor would break that again :( I'm leaning towards making the non-trivial version of llvm::Optional more like std::optional. In the long term std::optional is going to replace llvm::Optional. How bad would that be for your use
2018 Jan 24
1
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
On Wed, Jan 24, 2018 at 11:47 PM, Benjamin Kramer <benny.kra at gmail.com> wrote: > That's an unintentional change. However, the reason for this change > was to make optional of trivially copyable types trivially copyable, > adding a user-provided move ctor would break that again :( > > I'm leaning towards making the non-trivial version of llvm::Optional > more
2007 May 25
0
still seeing strange behaviour with spec_server
hi all a few days ago i reported spec_server didn''t appear to be running specs and the command itself was running slowly. I''ve since tried it on a new system with a clean install of ubuntu 7.04, rails 1.2.3 and rspec 1.0.2 and I''m seeing the same behavior. *** without spec_server *** x at holly:~/rails/test$ time ruby script/spec spec/models/user_spec.rb . Finished in
2007 Aug 21
0
Install stops seeing USB CDrom
I have sought information on this in the past. I have a decTOP that I can install DSL on with no trouble from my USB DVD/CDRW drive. Centos won't. Neither 4.4 or 5.0 The boot starts, the CD is being read. After I respond to language, it stops saying it can't find the CD. If I go the linux askmethod approach, I can 'see' it loading the install image from the CD, it goes
2007 Jul 20
1
seeing which IP is your DHCP server
If I am on a CentOS box (or any other nix box, I guess), what is the easiest way to easily see the dhcp server? (Like in MS Windows, one can run "ipconfig /all" and see which IP is the DHCP server)
2002 Jun 05
1
Anybody seeing this OOPS
Hello All, I am running Linux 2.4.7-10, 2.4.18-4 and 2.4.19-pre9, I see the following oops quite often (mainly on 2.4.19-pre9 with kdb). All the kernels I use have the kdb patch installed. 1 kmem_cache_alloc (offset 0x125) get_unused_buffer_head journal_write_metadata_buffer journal_commit_transaction kjournald kernel_thread kmem_cache_alloc dis xchg %eax, (%ebx) cmp $0x5a2cf071, %eax (where
2001 Nov 30
2
Often seeing i_blocks too large after recovery(ies)
I have many systems running current ext3 code. Some of them have hardware problems that lead to frequent reboots, and the journal recovery has worked excellently. However, on the periodic forced fsck on supposedly recovered and clean filesystems, I've many times seen fsck report that i_blocks is too large in one or more inodes. I suspect that i_blocks is somehow escaping proper restoration
2008 Nov 06
1
Syslinux on USB not seeing any files
I've got a bootable USB pendrive with Syslinux 3.72, and while it usually works, there are a few computers, where I get the syslinux prompt, but it neither loads the configuration file, nor I'm able to boot anything. The only message I get on screen (apart from boot:) is "Could not find kernel image: linux". The configuration (and kernels) are in syslinux directory, but even
2005 Oct 07
0
Still Seeing Some SIGALRM's
I'm still seeing some of these in the CVS version as of Oct. 6: dovecot: Oct 07 11:09:42 Error: child 2410 (imap) killed with signal 14 It's happening quite a bit less since this fix: 2005-09-30 18:25 Timo Sirainen <tss at iki.fi> * src/lib-index/mail-index-lock.c: Don't leak alarm() with in-memory indexes Todd
2007 Jul 21
0
ERB help. not seeing variables?
This isn''t for rails specifically.. I''m trying to do some ERB operations.. I''m trying to do some template parsing in a class.. here is my class: require ''erb'' class TemplateParser def TemplateParser.parse(template, params) params.each do |k,v| self.instance_variable_set(:"@#{k}",v) end template_content =
1999 Jan 12
0
Trouble seeing files on OS/2 server
I have just installed redhat linux 5.1 and samba on an old 486 in my office and would like to be able to use samba to connect to the hard drive on a nearby OS/2 warp4 box. The os/2 box has regular smb and smb over TCPIP installed. On the linux box smbclient can connect to and see a win95 machine on the net and the win95 machine sees the OS/2 box fine. When I use smbclient on the linux
2010 Feb 17
1
CentOS 5.3 host not seeing storage device
Maybe one of you has experienced something like this before. I have a host running CentOS5.3, x86_64 version with the standard qla2xxx driver. Both ports are recognized and show output in dmesg but they never find my storage device: qla2xxx 0000:07:00.1: LIP reset occured (f700). qla2xxx 0000:07:00.1: LIP occured (f700). qla2xxx 0000:07:00.1: LIP reset occured (f7f7). qla2xxx 0000:07:00.0: LOOP
2007 Aug 23
1
XEN 3.1 Not seeing ARP requests on eth0 or peth0
Hi All, I just started using Xen a few days ago on Ubuntu Feisty Server. Did a binary install of 3.1 and within very little time had 2 windows 2000 domUs up and running. This made me very happy until I realized I was unable to access dom0 or either of the domU''s from the network. The domUs can access the network if they initiate the connection. After attempting to ping dom0 or domU from
2007 Jul 10
0
[PATCH][xenstore] adds a -w (wide) flag to xenstore-ls to support seeing full contents of xenstore entries
This patch (fundamentally) adds support to display the full contents of the xenstore directory entries. During some recent testing, the values of interest were always beyond the ..., so I added -w to override truncation. There is a bit of code cleanup as well (snprintf vs. sprintf), one formatting fix, and comments). There is no change to the behavior of xenstore-ls without -w.
2007 Jan 16
0
Uploading and image and seeing it on the list.rhtml
Hi all, how can i upload and then see it on the list.rhtml everything i have tried has failed(because im pretty new maybe to Rails) here is my small project eljofa.webfactional.com/admin if you click on the new camiseta link below the PANTALONES header you can enter on the image this /images/producto_1.jpg /images/producto_2.jpg /images/producto_3.jpg but i want to be able to browse and
2006 Sep 16
1
Bug#385934: xen-hypervisor-3.0.2-1-i386: still seeing this issue
Package: xen-hypervisor-3.0.2-1-i386 Version: 3.0.2-3+hg9762-1 Followup-For: Bug #385934 Hello! For me, the new upload of xen-hypervisor-3.0.2-1-i386, version 3.0.2-3+hg9762-1, does _not_ fix this issue. I'm still seeing the same problem as it was originally reported in this very bug report. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (900,
2013 Apr 11
0
Bug#701744: xen-hypervisor-4.0-amd64: also seeing this problem on 4.0.1-5.8
Package: xen-hypervisor-4.0-amd64 Version: 4.0.1-5.8 Severity: critical We're seeing this too on 4.0.1-5.8, and it's causing major problems. Xen on Debian Squeeze is basically unusable with the latest packages. Is a fixed package in sight? Thanks, Ward. -- System Information: Debian Release: 6.0.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500,
2012 Nov 05
1
is this mailing list active? i am seeing low activity and am receiving spam
Hi Folks: Is this mailing list active? It seems to have pretty low activity and I have received several spam messages since signing up. Regards, Joe -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20121105/c8406ba8/attachment.htm>
2007 May 02
1
[LLVMdev] [LLVMbugs] Anyone seeing this?
> Anyone seeing this failure? > > FAIL: /Volumes/Gir/devel/llvm/llvm.src/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll > for PR1326 Seems it was due to my changes. Investigating. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.