similar to: WINE_CHECK_SONAME seems to cause a problem.

Displaying 20 results from an estimated 50000 matches similar to: "WINE_CHECK_SONAME seems to cause a problem."

2010 Mar 26
1
openssh directories on Haiku
First off, I'd like to say thanks for applying the patch we recently submitted on the bug tracker to allow openssh to build on Haiku. In our current port of openssh for Haiku it's creating a directory ~/.ssh, we'd like to have this moved to ~/config/settings/ssh (without a dot in front of ssh). Haiku (and BeOS before that) has a function available to determine the location of a
2008 Apr 26
0
[fdo] Haiku - FreeDesktop.org cooperation proposal
From: Haiku - http://www.haiku-os.org/about To: FreeDesktop.org GNU/Linux has gained quite some momentum on the desktop, with the help of Gnome and KDE environments, and the FreeDesktop.org project. Haiku is a Free Software (BSD/MIT) desktop targeted operating system, designed to present a coherent and simple to use environment, inspired by BeOS. Although Haiku does not use X11, it provides
2011 Oct 26
1
[LLVMdev] [3.0 Release] Call for External Open Source Projects Using LLVM 3.0
On Wed, Oct 26, 2011 at 12:33 PM, Alexander Potapenko <ramosian.glider at gmail.com> wrote: > On Tue, Oct 25, 2011 at 5:06 AM, Bill Wendling <wendling at apple.com> wrote: >> Good day! >> >> To get ready for the release, we need to make sure that the list of external open source projects using LLVM 3.0
2012 Apr 29
8
[LLVMdev] [RFC] Encoding Compile Flags into the IR
Hi, Link-Time Optimization has a problem. We need to preserve some of the flags with which the modules were compiled so that the semantics of the resulting program are correct. For example, a module compiled with `-msoft-float' should use library calls for floating point. And that's only the tip of the proverbial iceberg. Goals ===== My goals for whichever solution we come up with are
2012 Apr 30
4
[LLVMdev] [RFC] Encoding Compile Flags into the IR
On Apr 30, 2012, at 1:00 PM, dag at cray.com wrote: > Bill Wendling <wendling at apple.com> writes: > >> Link-Time Optimization has a problem. We need to preserve some of the >> flags with which the modules were compiled so that the semantics of >> the resulting program are correct. For example, a module compiled with >> `-msoft-float' should use library
2007 Mar 29
3
[LLVMdev] PR400 - alignment for LD/ST
Christopher, On Mar 29, 2007, at 12:49 PM, Devang Patel wrote: > > On Mar 29, 2007, at 12:24 PM, Christopher Lamb wrote: > >> Is anyone actively working on this currently? It's marked as >> unassigned in BZ. > > In next few days I'll get to this. At the moment I'm enabling Packed > Structure support in llvm-gcc (based on patches developed by other >
2011 Oct 13
2
[LLVMdev] Can't Bootstrap llvm-gcc4.2 on Ubuntu 11.04 32-bit
I can't bootstrap llvm-gcc4.2 on Ubuntu 11.04 32-bit. It's not a test failure; instead the configure scripts break in all kinds of mysterious yet spectacular ways. I spent a couple days beating my head against those completely indecipherable shell scripts then gave up for now. Is there a buildbot that runs Ubuntu 11.04? If not may I suggest that one be set up? A minimal Ubuntu
2008 Oct 23
2
[LLVMdev] Windows x64 support
Hi Nicolas, > never got committed entirely so things are still broken. It should probably > be reopened, have my workaround committed, and then later a proper fix that > doesn't cost (a tiny bit of) performance could be done. This is only the tip of the iceberg, unfortunately. There are others more severe ABI incompatibilities. -- WBR, Anton Korobeynikov
2007 Mar 29
0
[LLVMdev] PR400 - alignment for LD/ST
On Mar 29, 2007, at 3:54 PM, Devang Patel wrote: > Christopher, > > On Mar 29, 2007, at 12:49 PM, Devang Patel wrote: > >> >> On Mar 29, 2007, at 12:24 PM, Christopher Lamb wrote: >> >>> Is anyone actively working on this currently? It's marked as >>> unassigned in BZ. >> >> In next few days I'll get to this. At the moment
2020 Jun 30
2
Clang Build Linux presentations + demos
(bcc a few lists) Hello, For tomorrow's bi-weekly meeting [0][1], we have two guest presentations: Prof. Mathieu Acher, an associate professor from the University of Rennes, will be discussing with us about the Linux kernel's configuration space. A common question we get is "does the kernel build with Clang?" "Depends on the config" is just the tip of the iceberg.
2012 May 01
0
[LLVMdev] [RFC] Encoding Compile Flags into the IR
On Apr 30, 2012, at 4:12 PM, Bill Wendling wrote: > On Apr 30, 2012, at 1:00 PM, dag at cray.com wrote: > >> Bill Wendling <wendling at apple.com> writes: >> >>> Link-Time Optimization has a problem. We need to preserve some of the >>> flags with which the modules were compiled so that the semantics of >>> the resulting program are correct. For
2005 Nov 16
2
mdf no sound issue
Jean Marc & list, Following up on this- there seems to be an issue with this calculation in mdf.c (Smooth echo energy estimate over time) Pey += Eh*Yh; Pyy += Yh*Yh; it goes too large for floating point, which seems to be caused by extremely large values in st->Rf[j], st->Yf[j] and smaller values in st->Eh[j], st->Yh[j]- things were relatively quiet
2015 Mar 13
3
[LLVMdev] Lifting ASM to IR
On 3/12/15 8:14 PM, Daniel Dilts wrote: > On Thu, Mar 12, 2015 at 6:33 PM, Ahmed Bougacha > <ahmed.bougacha at gmail.com <mailto:ahmed.bougacha at gmail.com>> wrote: > > > On Thu, Mar 12, 2015 at 05:44:02PM -0700, Daniel Dilts wrote: > >> Does there exist a tool that could lift a binary (assembly for some > >> supported target) to LLVM IR?
2012 Apr 30
0
[LLVMdev] [cfe-dev] [RFC] Encoding Compile Flags into the IR
On 29 April 2012 18:44, Bill Wendling <wendling at apple.com> wrote: > Hi, > > Link-Time Optimization has a problem. We need to preserve some of the flags with which the modules were compiled so that the semantics of the resulting program are correct. For example, a module compiled with `-msoft-float' should use library calls for floating point. And that's only the tip of
2015 Aug 14
2
Build R on Haiku
Hi R-devel, I'm trying to get R 3.2.1 working on Haiku (an open source OS inspired by BeOS, not Linux based) on i586. With a few small changes to library paths and ifdefs I am able to get a seemingly working R binary. The build process stops with the 'tools' package. The last lines from make are below. Does anyone have any tips? I'm rather new to debugging at this low level. Are
2009 Apr 05
8
how to boot domU XEN guest in safe mode?
Hi all, How can I boot a XEN domU guest into safe mode? One of our servers was forcefully shutdown, and it seems like one of my VM''s could be corrupt, or something. When I boot it up, I get the following on the console: Creating root device. Mounting root filesystem. kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. Setting up other
2018 Apr 26
4
[LLVM][RFC] Representing the target device information in the LLVM IR
For the firstprivate clause, the compiler generates code to pass it by value or by reference to the outlined function. The reason the first private scalars is generally passed by value is for the performance reason. For this particular case, the compiler cannot generate code to pass the double @gg by value under i386-pc-linux-gnu since the value is 64 bit while the architecture is 32bit. For the
2000 Apr 21
5
BeOS diffs
HI, how do I get mods applied to Vorbis, I'm not a cvs guru and I don't know much about configure scripts. BeOS has this little quirk of being 99% POSIX compliant so these mods are required for vorbis to compile. To define int64_t in codec.h #ifdef __BEOS__ #include <inttypes.h> #endif run.c in vq needs 'changing' around line 141 becuase S_IFSOCK isn't
2017 Jul 29
3
Fedora bugs and EOL [was Re: CentOS users: please try and provide feedback on Fedora] Boltron
On Jul 28, 2017, at 1:56 PM, hw <hw at gc-24.de> wrote: > Are you sure that all the added complexity and implicitly giving up a > stable platform by providing a mess of package versions is worth it? How > are the plans about dealing with bug reports, say, for squid 2.7, for > those who need that version for a feature which hasn?t been included in > current versions yet? Just
2000 May 08
3
Merge done
The merge of the format changes and new psychoacoustics is complete. There's still tuning work left to do (most notably there's a somewhat higher-than-acceptable level of background low-midrange/upper bass noise; this is due mostly to incomplete psychoacoustic modelling data in the 100Hz-500Hz range) however, at this point, pending bugfixes, the Vorbis 1.0 stream format is frozen.