Displaying 20 results from an estimated 657 matches for "ada".
Did you mean:
adam
2004 Oct 04
1
[LLVMdev] cfrontend-1.3.source: Compilation error
...;DESTDIR=" DO=all multi-do
make[1]: Leaving directory `/dir1/cfrontend/src/zlib'
make[1]: Entering directory `/dir1/cfrontend/src/gcc'
gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -o gnat1.exe ada/b_gnat1.o ada/adadecode.o ada/adaint.o ada/cstreams.o ada/cio.o ada/targtyps.o ada/decl.o ada/misc.o ada/utils.o ada/utils2.o ada/trans.o ada/cuintp.o ada/argv.o ada/raise.o ada/init.o ada/tracebak.o ada/ada.o ada/a-charac.o ada/a-chlat1.o ada/a-except.o ada/s-memory.o ada/s-traceb.o ada/s-mastop.o...
2019 Oct 16
3
Can't setup kerberos auth for samba4 server?
Hi!
Setup: Debian, Samba 4.11
After successfully setting up samba4, I want this machine to authenticate
against the running samba4-server. I've created /etc/krb5.conf:
[libdefaults]
default_realm = ADA.DE <http://ada.de/>
dns_lookup_realm = false
dns_lookup_kdc = true
kdc_timesync = 1
ccache_type = 4
forwardable = true
proxiable = true
fcc-mit-ticketflags = true
[realms]
ADA.DE <http://ada.de/> = {
kdc...
2019 Oct 21
4
Problems with internal DNS
Hi!
Samba server set up for domain rufus.ada.de a proxy is reachable in
proxy.ada.de.
resolv.conf is configured to be:
domain rufus.ada.de.
search rufus.ada.de. miri.ada.de. ada.de.
nameserver 127.0.0.1
Internal servers are handled (by an external DNS, our internal samba DNS
forwards to):
# host proxy.ada.de
proxy.ada.de has address 10.169...
2019 Oct 16
0
Can't setup kerberos auth for samba4 server?
If this is a member server.
Just install minimal debian server + ssh.
Point dns (resolv.conf) to AD-DC.
search ada.de
nameserver IP_AD_DC
Now apt-get install samba winbind acl attr krb5-user
Keep all default, you dont need to change anything..
After the install off all packages.
systemctl stop smbd winbind (optional nmbd)
(optional : systemctl disable nmbd)
Setup the correct smb.conf for a member server
ht...
2009 Jun 02
2
[LLVMdev] LLVM-gcc for Ada
I'm having problems building llvm-gcc for Ada, which may or may not be
similar to the trouble Andre was having recently. I'm trying to build
it on Fedora 10 (32-bit), using the instructions on the web site. The
make terminates with a gnatbind error:
gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada
-I../../llvm-gcc-4.2/gcc/ada ../../l...
2005 May 06
0
[fdo] Shared Mime Info
Hello
First I don't know if this is the correct list, so please point me
further if it isn't.
I noticed that the shared-mime-info contained this entry for the Ada95
programming language:
<mime-type type="text/x-adasrc">
<comment>Ada source code</comment>
<comment xml:lang="de">Ada-Quelltext</comment>
<comment xml:lang="el">??????? ??????? Ada</comment>
<comment xml:...
2007 Jan 11
3
[LLVMdev] Ada support for llvm-gcc4
I'm trying to get the Ada gcc front-end to work with LLVM.
This series of patches gets things to the point where the
Ada compiler builds, though it fails to build itself or the
runtime. While I was there I resurrected fortran and
java: as with Ada, the compilers build but not the runtimes.
Also, I've replaced the gcc 4...
2019 Oct 16
2
Can't setup kerberos auth for samba4 server?
It is not a member server it's the PDC. And after configuring
/etc/krb5.conf you'll be able to
# kinit Administrator
Passwort f?r Administrator at ADA.DE:
Warnung: Ihr Passwort wird in 39 Tagen am Mo 25 Nov 2019 08:22:41 CET
ablaufen.
And now:
# net ads join -k
Host is not configured as a member server.
Invalid configuration. Exiting....
Failed to join domain: This operation is only allowed for the PDC of the
domain.
But to authenticate on thi...
2005 Feb 10
2
problem creating trusts between NT4 and samba
...and
the old NT domain.
I'm following this help:
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/InterdomainTr
usts.html, specifically, using samba as the trusted domain.
However, when I run "smbpasswd -a -i rumba" I get the following:
phoenix:~ # smbpasswd -a -i ada
New SMB password:
Retype new SMB password:
Failed to initialise SAM_ACCOUNT for user ada$. Does this user exist in
the UNIX password database ?
Failed to modify password entry for user ada$
The docs mention afterwards that there should be a unix account of the
same name before trying the ab...
2007 Jan 11
0
[LLVMdev] Ada support for llvm-gcc4
Duncan,
It would be useful to know what motivated this work -- in particular,
is some organization (company, open source project team, research
group, any other kind) interested in having an Ada front-end? Thanks,
--Vikram
----------------------------------------------------------------------
VIKRAM S. ADVE
Associate Professor, Computer Science E-MAIL: vadve at cs.uiuc.edu
Siebel Center for Computer Science PHONE: (217) 244-2016
Univ. of Illinois at Urbana-Champaign...
2010 Mar 05
2
[LLVMdev] LLVM-gcc for Ada
I am trying to build llvm-gcc-4.2 but cannot figure out how to get past the problem described below.
Any help will be much appreciated.
Regards
Roger
gnatbind -C -I- -I. -Iada -I../../llvm-gcc-4.2/gcc/ada -o ada/b_gnat1.c -n ada/gnat1drv.ali
error: "s-imenne.adb" must be compiled
error: ("/opt/gnat-gpl-2009/lib/gcc/i386-apple-darwin10.2.0/4.3.4/adalib/s-imenne.ali" is obsolete and read-only)
error: "s-imenne.adb" and "gnat1drv.adb"...
2009 Jun 02
0
[LLVMdev] LLVM-gcc for Ada
Hi Eric,
> I'm having problems building llvm-gcc for Ada, which may or may not be
> similar to the trouble Andre was having recently. I'm trying to build
> it on Fedora 10 (32-bit), using the instructions on the web site. The
> make terminates with a gnatbind error:
>
> gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada
> -I../....
2019 Oct 22
1
Problems with internal DNS
...5:03 PM Rowland penny via samba
> > <samba at lists.samba.org <mailto:samba at lists.samba.org>> wrote:
> >
> > On 21/10/2019 15:47, Thomas Schweikle via samba wrote:
> > > Hi!
> > >
> > > Samba server set up for domain rufus.ada.de
> > <http://rufus.ada.de> a proxy is reachable in
> > > proxy.ada.de <http://proxy.ada.de>.
> >
> > How are you running Samba ?
> >
> > As ADDC.
> >
> > Please post your smb.conf.
> >
> > OK. Here it is:
&...
2009 Apr 21
4
My surprising experience in trying out REvolution's R
...#############################
sample.u <- function(b, D.u, x, y, z, u.mean.initial)
{
D.u.inv <- solve(D.u);
uu <- matrix(0, n.random, n.random);
score <- numeric(n.fixed);
Hessian <- matrix(0, n.fixed, n.fixed);
for(i in 1:m)
{
ada.part <- as.vector(x[, , i] %*% b);
obj <- sample.u.one( D.u.inv, ada.part, x[, , i], y[, i], z[,
,i], u.mean.initial[, i] );
uu <- uu + obj$uu;
score <- score + obj$score;
Hessian <- Hessian + obj$Hessian;
u.mean.initial[, i] <- obj$u.m...
2010 Sep 09
1
[LLVMdev] Using LLVM to cross-compile ADA programs
Dear all,
I'm trying to use LLVM 2.7 (running on a x86-32 platform) as cross compiler to build ADA programs that will run on a different target platform (PowerPc).
The LLVM documentation states that: "The only platform for which the Ada front-end is known to build is 32 bit intel x86 running linux. It is unlikely to build for other systems without some work."
and also:
"The Ad...
2019 Oct 22
2
Problems with internal DNS
On Mon, Oct 21, 2019 at 5:03 PM Rowland penny via samba <
samba at lists.samba.org> wrote:
> On 21/10/2019 15:47, Thomas Schweikle via samba wrote:
> > Hi!
> >
> > Samba server set up for domain rufus.ada.de a proxy is reachable in
> > proxy.ada.de.
>
> How are you running Samba ?
>
As ADDC.
Please post your smb.conf.
>
OK. Here it is:
[global]
netbios name = AD01
realm = RUFUS.ADA.DE
server role = active directory domain controller
workgroup = RUF...
2009 Aug 22
2
[LLVMdev] Ada bindings side notes.
Good day all,
Initial Ada bindings have been introduced for the LLVM 2.6 release.
Unfortunately no one was able/had time to help me better integrate it
into the LLVM build system. Thus, It has been left with a GPR Ada
project file for building the bindings, anyone using the Ada bindings
will know what this is and how to han...
2009 Nov 10
7
[LLVMdev] Hello!
I'm interested in contributing to LLVM, but I'm a rather bad C/C++
developer. I do most of my work in Ada and was wondering if there was
a way to still contribute to something other than the Ada frontend.
2019 Oct 21
0
Problems with internal DNS
apt update
> Err:1 http://cdn-fastly.deb.debian.org/debian testing InRelease
> Could not connect to proxy.ada.de:8080 (10.169.16.3),
What is set in /etc/apt/apt.conf.d or better said, is proxy defined.
If nothing is definded, try this :
editor /etc/apt/apt.conf.d/proxy.conf
Acquire {
HTTP::proxy "http://10.169.16.3:8080";
HTTPS::proxy "http://10.169.16.3:8080";
}
And which of...
2010 Mar 05
0
[LLVMdev] LLVM-gcc for Ada
...out how to get past the problem described below.
you need to build with GNAT GPL 2007 or earlier, as described here:
http://llvm.org/docs/GCCFEBuildInstrs.html
This is because llvm-gcc-4.2 is based on gcc-4.2, and you have the same problem
with gcc-4.2. I don't know if anyone ever built an Ada-enabled llvm-gcc on
MacOS before, so you may have additional problems.
That said, I'm not working on Ada support in llvm-gcc-4.2 any more: my efforts
are directed at the dragonegg project: http://dragonegg.llvm.org/
This allows you to use LLVM with gcc-4.5. The Ada front-end in gcc-4.5 is muc...