Displaying 20 results from an estimated 94 matches for "armell".
Did you mean:
armel
2013 Feb 04
2
[LLVMdev] ARM c++ exceptions handling not working with clang/llvm-3.2?
Hello,
am I wrong or the ARM c++ exceptions handling does not work?
See the difference between assembly generated by clang and gcc
with the following test code:
#include <stdio.h>
#include <exception>
# test.cpp
int main()
{
try {
throw 20;
} catch (int e) {
printf("Exception Nr %d occurred\n", e);
}
return 0;
}
2020 Jun 30
2
Samba AD + adblocking in bind9
All,
I am running samba as an AD on a Debian buster:
*ii python-samba 2:4.9.5+dfsg-5+deb10u1 armel
Python bindings for Sambaii samba
2:4.9.5+dfsg-5+deb10u1 armel SMB/CIFS file, print, and login
server for Unixii samba-common 2:4.9.5+dfsg-5+deb10u1
all common files used by both the Samba server and clientii
2023 Mar 13
1
Updating samba version 4.17.5 to version 4.17.6 from Debian backports - armel architecture
I have several devices, mostly amd64 and armhf architectures, all of which updated samba to 4.17.6 without any problems. But one which is armel architecture failed to update; instead I get the following when I try to update:
root at goflex:~# samba -V
Version 4.17.5-Debian
root at goflex:~# apt update
Hit:1 http://ftp.uk.debian.org/debian bullseye InRelease
Get:2 http://ftp.uk.debian.org/debian
2016 May 17
3
llvm-toolchain-3.8 on lower arm targets, specifically Debian armel and Raspbian.
llvm-toolchain-3.8 seems to have problems on debian armel and raspbian.
On raspbian it builds but our armv7 contamination checker blocked it
from entering the repo. Further investigation showed that "compiler-rt"
was being built with -march=armv7 . I was able to remove the -march with
some build-system hacker but then I got a failure on
2016 Oct 04
3
llvm-toolchain-3.8 on lower arm targets
Hi,
peter green wrote:
> On 18/05/16 04:50, Tim Northover wrote:
> If you don't need/want the various Sanitizer runtimes (e.g. you don't
> support sanitizers or already have versions provided with GCC) then
> it's as easy as not downloading compiler-rt or removing it from the
> projects/ directory before running CMake. The build should carry on
> quite happily
2020 Jun 30
0
Samba AD + adblocking in bind9
I suggest, setup squid for that or you need to for
if you want a config, im happy to share it.
I use squid with ssl (also in one of my repo's).
But if you really want it in bind9, well forward the dns request and setup
Just look here : https://pi-hole.net/ ;-)
Im running about the same as that pi-hole.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba
2012 May 25
1
klibc issues on armhf (not Debian/armel)
Hi,
we?re currently seeing trouble with klibc on several architectures,
cf. http://www.zytor.com/pipermail/klibc/2012-May/003277.html and
armhf is being one of them, when using klibc to compile mksh-static
with it.
I can look into it (asked zumbi for build-deps in a sid chroot on
harris already), but not 100% sure I?ll find it, so more eyes on
klibc would not be unwelcome ;-)
maks, does klibc
2013 Jul 12
2
How to determine the pdf of a gamma distribution using the estimated parameters?
Hello everyone,
With th bar histogram (number of occurrences) hist<-c(24,7,4,1,2,1,1) of seven equally spaces classes ]1-4], ]5-8], ]9-12], ]13-16], ]17-20], ]21-24], ]25-28], I obtained shape=0.8276 and rate=0.1448.
I would like to know how to build the continuous pdf of a this gamma distribution knowing these two estimated parameters such that I will be able to predict the pdf of any
2014 Feb 18
3
Re: Problems with qemu-system-arm and isa-serial
On Tue, Feb 18, 2014 at 09:10:58AM +0100, Martin Kletzander wrote:
> On Mon, Feb 17, 2014 at 05:01:05PM +0100, Niccolo Rigacci wrote:
> > Hi,
> >
> > I'm trying to use libvirt for an armel virtual machine hosted
> > into an x86_64 box.
> >
> > I know the command line to start qemu-system-arm directly, but I
> > cannot figure a proper .xml
2014 Jan 30
1
Tremor crash on armel
Hi,
Debian Project News drew my attention to an RFH
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698378 for a crash in
libvorbisidec (tremor) on ARM systems.
I have been in contact with Daniel Kahn Gillmor proposing to try to help
solve this crash on armel.
Unfortunately Daniel hasn't been able to reproduce it recently.
Can anyone shed any light on this crash or on how to reproduce
2023 Mar 18
1
Updating samba version 4.17.5 to version 4.17.6 from Debian backports - armel architecture
18.03.2023 01:56, spindles seven wrote:
> On 16 March 2023 20:22 Michael Tokarev wrote:
..
>> Once you remove my 4.17 repo from your sources.list, apt wont be able to find the
>> right version of samba for bullseye, even if "almost" the same version is available in
>> bpo11.
>
> Thanks for this. However, I don't understand this last statement - once I
2023 Mar 17
1
Updating samba version 4.17.5 to version 4.17.6 from Debian backports - armel architecture
On 16 March 2023 20:22 Michael Tokarev wrote:
> 14.03.2023 13:02, spindles seven via samba wrote:
> This is one of many examples why I thought it is not a good idea to have the same
> version of samba packages for bullseye on my repository as on testing/unstable.
> But people insisted :)
>
> The thing is: both my bullseye 4.17 repository and debian unstable now has version
>
2014 Feb 18
0
Re: Problems with qemu-system-arm and isa-serial
On Tue, Feb 18, 2014 at 09:33:01AM +0100, Martin Kletzander wrote:
> >
> > > Wahtever I do in libvirt, I get this paramter added:
> > >
> > > -device isa-serial
> > >
> >
> > and this is new-style for x86 qemu, however, arm-based qemu haven't
> > adopted this option yet.
> >
>
> To be a bit more precise, only *some*
2014 Feb 18
2
Re: Problems with qemu-system-arm and isa-serial
On 02/18/2014 04:03 AM, Niccolo Rigacci wrote:
> On Tue, Feb 18, 2014 at 09:33:01AM +0100, Martin Kletzander wrote:
>>>
>>>> Wahtever I do in libvirt, I get this paramter added:
>>>>
>>>> -device isa-serial
>>>>
>>>
>>> and this is new-style for x86 qemu, however, arm-based qemu haven't
>>> adopted this
2016 May 17
2
llvm-toolchain-3.8 on lower arm targets, specifically Debian armel and Raspbian.
On 17/05/16 18:07, Tim Northover wrote:
> Yes, it looks like we'd need to conditionally compile these functions
> in ARM mode and use the v6 barrier instead of dmb ("mcr p15, #0, r0,
> c7, c10, #5" I believe) to support the ARM1176JZF-S in RPi. You'd
> probably also want the build system to use an explicit -march=armv6 or
> something so you're not at the mercy
2016 May 17
2
llvm-toolchain-3.8 on lower arm targets, specifically Debian armel and Raspbian.
On 17/05/16 22:38, Tim Northover wrote:
> Compiler-rt is the equivalent of libgcc, and Clang can use the
> existing host's libgcc quite happily so it's really not that important
> unless you're trying to build a GNU-free environment for whatever
> reason.
>
Thanks
Can you tell me how I would go about telling the cmake buildsystem
(which is what the Debian packaging
2023 Mar 14
1
Updating samba version 4.17.5 to version 4.17.6 from Debian backports - armel architecture
On 13 March 2023 15:19 Dr. Nicola Mingotti wrote:
> Hi,
>
> Just an idea,
>
> i was moving samba in the last days, i put in my note that i did:
> ---
> $> sudo apt install -t bullseye-backports winbind
> ---
>
> So maybe, if you installed the stable winbind and the backported samba there are issues.
>
> You might try to remove winbind and reinstall it from
2012 Jun 28
1
Bug#634890: klibc issues on armhf (not Debian/armel)
On Tue, 19 Jun 2012, Steve McIntyre wrote:
>
> More debugging results:
>
> * If I replace -Os with -O0 to disable optimisation, the crash goes
> away too. Suggests (maybe) a compiler bug here...
nasty. :|
> * There's a real bug in the ARM assembly version of longjmp in
> usr/klibc/arch/arm/setjmp.S: it will always pass back its first
> argument as a
2013 Jun 27
1
unable to install rPython
Hello everyone,
I try without success to install the package rPython
I get the message
-----------------------------------------------------------------------
* installing *source* package ‘rPython’ ...
could not locate python-config
ERROR: configuration failed for package ‘rPython’
* removing ‘/home/armel/R/x86_64-pc-linux-gnu-library/2.14/rPython’
The downloaded packages are in
2014 Jul 23
2
[LLVMdev] JIT on armhf, again
On 7/23/14, 3:30 PM, Tim Northover wrote:
[...]
> It looks like it's a case of calling Module::setTargetTriple. As with
> most JIT setup questions, though, often the best way to find out is to
> get something working in lli and then look at what it does
> (tools/lli/lli.cpp).
Well, it's *almost* working --- hardfloat code is now being generated,
and it even seems to be right