Displaying 20 results from an estimated 1000 matches similar to: "missing gcc-42-5666.3-darwin11.pkg"
2013 Feb 20
1
[LLVMdev] Temporally shutdown few clang-x86_64-darwin11 builders
Hello,
I am going temporally shutdown the next few builders for maintenance works:
clang-x86_64-darwin11-cross-mingw32
clang-x86_64-darwin11-self-mingw32
clang-x86_64-darwin11-cross-arm
Thank you for understanding.
Thanks
Galina
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Feb 22
1
Issues with installing RBGL package
Hi all,
I was installing a package *RBGL* of bioconductor. However, I had some
issues while installing it. I asked the devel group of bioconductor and
they told me to consult this group. Here is my conversation with the
bioconductor group related to the problem
*Me->*
I was trying to install the RBGL package using the following command
biocLite("RBGL")
However, I got the
2011 Sep 06
2
[LLVMdev] Can't compile Apple's version on Linux
Filed a bug with Apple 10073924 but I'm wondering if anyone else
knows what to fix here:
Summary:
Building a Darwin cross compiler so I can use distcc with my Mac.
Host: x86_64-gnu-linux with GCC 4.5.3.
Steps to Reproduce:
Download tar ball
tar xvf llvmgcc42-2335.15.tar.gz
mkdir gcc-build
cd gcc-build
CFLAGS="-w -m32" CXXFLAGS="$CFLAGS" CPPFLAGS="$CFLAGS"
2004 Mar 26
2
Resolving computername from ip
Hi,
Is there, on a intranet, any way to resolve the computername from its ip
? I have a setup where I know which users are on which ip, and I
wan't to notify some events to some users with a "smbclient -M". But
since I don't know the computername, I don't know any way to send the
popups...
thanks
/torben t
2012 Apr 25
0
[LLVMdev] Crash in JIT
Hi David,
I'm not certain, but to me the "LLVMSetTarget(module, "i686-apple-darwin11");" line looks suspicious. I'm not familiar with all the ins and outs of how target triples get handled, but it looks to me like that's requesting 32-bit code.
I think that if you omit that line completely then the target will be inferred from the execution environment. My best
2012 Apr 25
2
[LLVMdev] Crash in JIT
Hello,
[Using LLVM r155315, according to `svn log | head`]
I am experimenting with programatically building and jitting functions in a module, and I seem to be coming across a crash in some generated code. Using the llvm-c interface I build up the module which dumps like this:
; ModuleID = 'MyModule'
target datalayout = "i686-apple-darwin11"
target triple =
2007 Oct 25
1
Problem with Oracle
Hi,
Normally I''m using Rails with mySql but for the moment I''m trying to
make a Rails/Oracle solution using oci and instantclient, but I''m
having a problem I receive the following when doing a select
Exception string : undefined method `empty?'' for 1:Fixnum
does anybody know a solution to this.
kr
Torben
2003 Jul 14
1
wanting to pkg_add KDE/Gnome post-install
After installing a text-based development environment via /stand/sysinstall
(followed by CVSup, makeworld/kernel etc to 4-8-stable), I realize I want to
install KDE, too.
I initiated this with:
pkg_add -r kdebase
followed again by CVSup etc.
Apparently that wasn't enough. Am getting message "XFree86 setup utility.. not
installed" when trying to config xf86config (text-based) via
2011 Nov 22
2
[LLVMdev] VMKit GNU classpath configure
As directed from http://vmkit.llvm.org/get_started.html, I'm getting:
checking for ld used by GCC... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory
done
checking for iconv... yes
2013 Feb 22
0
Issues with installing RBGL package
Hi all,
I was installing a package *RBGL* of bioconductor. However, I had some
issues while installing it. I asked the devel group of bioconductor and
they told me to consult this group. Here is my conversation with the
bioconductor group related to the problem
*Me->*
I was trying to install the RBGL package using the following command
biocLite("RBGL")
However, I got the
2004 Feb 25
1
calculating uidnumber
Hi,
I'm building my system on a LDAP backend, but I wan't to have full
control over the user creation-process. I have developed a backend in
php, to handle most of my needs. Except for calculating the uidnumber,
from where i calculate sambaSID...
My question is, can I call a function somewhere that returns the next
uidnumber/gidnumber? or do I have to look at idmap?
Thanks
Torben
2013 Feb 04
0
[LLVMdev] [cfe-dev] RFC: Promote AArch64 to be built by default
> I think this is the right thing to do. Once you've resolved the Mac and Windows issues, go for it.
Thanks Doub. Just to let people know what happened. I enabled in
r174322 around lunchtime. Here's a report of the noticed failures with
status (important/outstanding ones at the top). Feel free to do
anything from telling me about more problems to reverting the patch
when llvm.org comes
2011 Nov 22
0
[LLVMdev] VMKit GNU classpath configure
On Tue, Nov 22, 2011 at 11:32 AM, Garrison Venn <gvenn.cfe.dev at gmail.com> wrote:
> As directed from http://vmkit.llvm.org/get_started.html, I'm getting:
>
> checking for ld used by GCC... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
> checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
> checking for shared
2004 Feb 17
2
ldap, quickie...
Hi,
I'm a bit confused over the whole "dn" concept .... various
documentation states that I should create new samba-entries with
dn: uid=user,ou=<user-org>,dc=<domain>
and other states that i should do it with
dn: cn=user,ou=<user-org>,dc=<domain>
Right now i have a few entries, created both ways... and since i'm not
quite home in ldap, I haven't
2012 Aug 16
3
[LLVMdev] MIPS & GP register
On Aug 15, 2012, at 11:56 PM, Eli Friedman wrote:
> On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote:
>>> -march=mips32r2
>>> -mtune=4kem
>>> -msoft-float
>>> -EL
>>>
>>> -Xclang -triple -Xclang mipsel-sde-elf
>>> -Xclang -mrelocation-model -Xclang static
>>>
>>>
2016 May 02
6
[Bug 2566] New: 2 integer overflows in function ssh_packet_send2_wrapped()
https://bugzilla.mindrot.org/show_bug.cgi?id=2566
Bug ID: 2566
Summary: 2 integer overflows in function
ssh_packet_send2_wrapped()
Product: Portable OpenSSH
Version: 7.2p1
Hardware: 68k
OS: Mac OS X
Status: NEW
Severity: minor
Priority: P5
Component: ssh
2016 May 18
2
Latest R-devel build failing on OS X
Ah, got it. For some ancient reason config.site on that machine had
LDFLAGS=-L/usr/X11R6/lib
in config.site, and that prevented configure from inserting -L /usr/local/lib, so linked /usr/lib/libreadline.dylib, which is the Apple-supplied one, which possibly is really libedit...
-p
> On 18 May 2016, at 22:01 , peter dalgaard <pdalgd at gmail.com> wrote:
>
> gcc
2012 Aug 16
0
[LLVMdev] MIPS & GP register
On Thu, Aug 16, 2012 at 10:37 AM, Carl Norum <carl at lytro.com> wrote:
>
> On Aug 15, 2012, at 11:56 PM, Eli Friedman wrote:
>
>> On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote:
>>>> -march=mips32r2
>>>> -mtune=4kem
>>>> -msoft-float
>>>> -EL
>>>>
>>>> -Xclang
2011 Nov 22
1
[LLVMdev] VMKit GNU classpath configure
Thanks for the response. Since X11 is by default installed on OS X when the developer tools
are installed. Running autoconf fixed the issue with configure not finding X11, although I did
not check why the configure script did not have the correct path (I'm assuming this was the case).
Next I'm on to the gtk+ dependencies which I'm going to try to solve with macports if I have to. I
2004 Feb 15
2
Problem validating with LDAP and Samba3.0.1debian
Hi,
I'm running openldap and samba3.0.1 from my debian system, but I have
used many many hours trying to get samba to validate users on the
ldap... And is now turning to the last resort ...
This is my configuration
__________________________________________________
the important lines in smb.conf looks like this...
--------------------------------------------------
[global]
workgroup