Displaying 20 results from an estimated 2000 matches similar to: "Why does libsmbclient demand runpath in its pc file?"
2018 Mar 05
0
[Release-testers] [6.0.0 Release] The final tag is in
From what I can see all of the libraries without RPATH are runtime
libraries that are used by binaries compiled with Clang. I think they
don't have a dependency on other libraries in that directory, so what
would be the advantage of having RPATH set on them?
Regards,
Jonas
Am 2018-03-05 17:23, schrieb Brian Cain via llvm-dev:
> It was just brought to my attention that the RPATH
2018 Mar 05
0
[Release-testers] [6.0.0 Release] The final tag is in
libc++.so should be a linker script that automatically pulls in
libc++abi (see "Failed to read file header" in your output). And IIRC
libc++abi is only one possible implementation that may be used by
libc++, but I'm no expert here...
Am 2018-03-05 17:33, schrieb Brian Cain:
> Isn't libc++.so dependent on libc++abi.so?
>
> On Mon, Mar 5, 2018 at 10:30 AM, Jonas
2018 Mar 05
2
[Release-testers] [6.0.0 Release] The final tag is in
It was just brought to my attention that the RPATH configuration isn't
uniform among the libraries produced by the release. Some use
$ORIGIN../lib/ and others have none. Is this by design? It seems like it
might be ideal for all of them to be configured the same way. If that
makes sense I'll create a corresponding feature request.
$ for f in
2018 Mar 05
2
[Release-testers] [6.0.0 Release] The final tag is in
Isn't libc++.so dependent on libc++abi.so?
On Mon, Mar 5, 2018 at 10:30 AM, Jonas Hahnfeld <hahnjo at hahnjo.de> wrote:
> From what I can see all of the libraries without RPATH are runtime
> libraries that are used by binaries compiled with Clang. I think they don't
> have a dependency on other libraries in that directory, so what would be
> the advantage of having
2007 Sep 13
0
Compilation error when linking libsmbclient.so :-(
Hi All,
I am using libsmbclient.so (3.0.25b).
But I am getting following error when I try to compile my program.
Could any one of you please let me know as how should I go about resolving
this error ?
Thanks and Regards,
Avinash
g++ -g -O2 -o GenericCrwl crwl_cmdargs.o crwl_main.o crwl_crawl.o
../thirdparty/libs/libdb_cxx-4.3.so
2018 Dec 31
3
Several problems on Solaris10
Answer inline.
On Sun, Dec 30, 2018 at 12:59 PM James <list at xdrv.co.uk> wrote:
> On 29/12/2018 13:49, Pierluigi Frullani wrote:
>
> > My version is 2.2.13 ( it was the last one, at the time of the first
> > server setup ).
>
> 2.2.13 is from around May 2014. It worked but I can't see why you
> wouldn't switch to the latest 2.3.4. (You might be seeing
2000 Mar 31
1
R: one bananna aov() question
Hello world,
I'm trying to do an
anova on data in data.set, dependent variable is a column
named "dep.var", grouping variable is in a column called "indep.var", and
is.factor(indep.var) is TRUE...
why can't I just do aov(dep.var ~ indep.var, data = data.set)?
What have I done to deserve this?! What gives? Am I missing something
totlly obvious?
R-base-1.0.0-1,
2014 Feb 13
2
[LLVMdev] llvm trunk build failed in cmake_install.cmake on ARM platform
We try to change cmake's behaviour so that it uses $ORIGIN in the rpath, making the binaries relocatable. That might be falling in here for some reason.
Sent from my iPhone
> On Feb 12, 2014, at 11:07, Brad King <brad.king at kitware.com> wrote:
>
>> On 02/12/2014 08:08 AM, Mathias Bauer wrote:
>> Hi dear list,
>>
>> I tried to build llvm+clang on an
2018 Dec 30
0
Several problems on Solaris10
On 29/12/2018 13:49, Pierluigi Frullani wrote:
> I've just upgraded my old Solaris 10 update 8 to Solaris 10 update 11
> with the latest patches, but after the reboot with the new update I'm
> having a lot of problems with dovecot.
>
> My version is 2.2.13 ( it was the last one, at the time of the first
> server setup ).
2.2.13 is from around May 2014. It worked but
2004 Feb 23
0
Unable to access printers
Hi All,
Since updating a from 3.0.1-2 to 3.0.2-1 a few weeks back I've been
unable to print. I checked all the obvios settings, but as they had
been working perfectly for some time prior was not surprised to find the
configuration was correct.
The authentication is configured via winbind to a 2000 ADS PDC.
security = DOMAIN
I've since updated again to 3.0.2-2 and found the issue
2019 Jan 02
0
Turn on UPS via USB
Here is another XS model:
[root at sampson log]# upsrw apc at localhost
[input.sensitivity]
Input power sensitivity
Type: STRING
Value: medium
[input.transfer.high]
High voltage transfer point (V)
Type: STRING
Value: 139
[input.transfer.low]
Low voltage transfer point (V)
Type: STRING
Value: 88
[ups.delay.shutdown]
Interval to wait after shutdown with delay command (seconds)
Type: STRING
2007 Apr 13
0
How consistent is predict() syntax?
I have a situation where lagged values of a time-series are used to
predict future values. I have packed together the time-series and the
lagged values into a data frame:
> str(D)
'data.frame': 191 obs. of 13 variables:
$ y : num -0.21 -2.28 -2.71 2.26 -1.11 1.71 2.63 -0.45 -0.11 4.79
...
$ y.l1 : num NA -0.21 -2.28 -2.71 2.26 -1.11 1.71 2.63 -0.45 -0.11
...
$ y.l2 : num
2019 Jan 02
1
Turn on UPS via USB
# upscmd -l apc at localhost
Instant commands supported on UPS [apc]:
beeper.disable - Disable the UPS beeper
beeper.enable - Enable the UPS beeper
beeper.mute - Temporarily mute the UPS beeper
beeper.off - Obsolete (use beeper.disable or beeper.mute)
beeper.on - Obsolete (use beeper.enable)
load.off - Turn off the load immediately
load.off.delay - Turn off the load with a delay (seconds)
2014 Feb 12
4
[LLVMdev] llvm trunk build failed in cmake_install.cmake on ARM platform
Hi dear list,
I tried to build llvm+clang on an OpenSuse BuildServer for ARM. The
build was carried out with CMake 2.8.11. In the installation step I got
the following error:
> [26815s] -- Installing: /home/abuild/rpmbuild/BUILDROOT/llvm-3.4.99-336.1.arm/usr/lib/libLLVMSupport.so
> [26815s] CMake Error at lib/Support/cmake_install.cmake:45 (FILE):
> [26815s] file RPATH_CHANGE could
2018 Nov 02
0
Kodi crashes when trying to browse network
Hai,
smbclient -L $(hostname -s) on CLI, wworks witout problem on ubuntu 18.04,
with the newly builded samba 4.9.1 package from repo and the kodi 18 Beta4.
I also noticed that kodi 18 has some setting now in /home/kodi/.kodi/userdata/guisettings.xml
<setting id="smb.legacysecurity" default="true">false</setting>
<setting
2014 Jul 30
2
[LLVMdev] [3.5 Release] Release Candidate 1 Sources and Binaries Available
On 07/30/2014 10:06 AM, Larry Evans wrote:
> On 07/30/2014 12:35 AM, Ben Pope wrote:
>> On Wednesday, July 30, 2014 01:31 PM, Ben Pope wrote:
>>
>>> ldd your_built_clang | grep libstdc++
>>> chrpath -l your_built_clang
>>
>> Hmm, where "your_built_clang" should be the actual failing executable:
>>
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;
}
2018 Nov 02
0
Kodi crashes when trying to browse network
Hai,
I think he also forgot to mention this part of kodi and smbclient.
( the default of kodi its smbclient )
.smb/smb.conf
[global]
lock directory = /home/username/.kodi/.smb/
name resolve order = bcast host
include = /home/username/.kodi/.smb/user.conf
I suggest, he needs to add the needed smbclient -mSMB1 into the user.conf of kodi.
At least he should try it
2004 May 09
0
[LLVMdev] Testing LLVM on OS X
On Tue, 4 May 2004, Chris Lattner wrote:
> On Tue, 4 May 2004, Chris Lattner wrote:
> > I suspect that a large reason that LLVM does worst than a native C
> > compiler with the CBE+GCC is that LLVM generates very low-level C code,
> > and I'm not convinced that GCC is doing a very good job (ie, without
> > syntactic loops).
>
> Yup, this is EXACTLY what is
2016 Nov 09
1
[Bug 98657] New: Reproducible freeze when changing volume amplification in kodi
https://bugs.freedesktop.org/show_bug.cgi?id=98657
Bug ID: 98657
Summary: Reproducible freeze when changing volume amplification
in kodi
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium