Displaying 20 results from an estimated 110 matches similar to: "MSYS2 maintainer contacted"
2003 Sep 15
1
Rgraphviz, rhdf5
>I just installed bioconductor via getBioC.R but there
>is 3 problems: apparently some libraries are missing
>and I don't know which one, and even the XML package
>add a error message like :
>1:Installation of package Rgraphviz had non-zero exit
>status in: installPkg(fileName, pkg, pkgVer, type,
>lib, repEntry, versForce)
>2:Installation of package rhdf5 had non-zero
2013 Oct 02
0
Unknown versions in git.
The Arch Linux vcs packaging guidelines used to recommend shallow
cloning of git packages, as apparently this was said to save bandwidth
for the repo server. Now Pacman is doing the cloning automatically based
on the vcs URL in the sources array, so the checkout function is no
longer needed, and versioning is now done via a pkgver() function that
in the case of git, uses git describe --long if the
2018 Feb 13
2
Compile Samba without AD/ADS for a slim installation
I am trying to compile samba4 for a raspberry pi. I just want it to be
able to share a folder of files. I do not need or want all the
functionality and features of a full blown samba installation. This i s on
Arch and it is an armv6 raspberry.
I have some partial instructions for compiling without ad-dc and ads but
keep getting a failed build. I have been grepping all over and I have been
unable
2018 Feb 14
0
Compile Samba without AD/ADS for a slim installation
On Tue, Feb 13, 2018 at 04:56:19PM -0600, Keith Grider via samba wrote:
> I am trying to compile samba4 for a raspberry pi. I just want it to be
> able to share a folder of files. I do not need or want all the
> functionality and features of a full blown samba installation. This i s on
> Arch and it is an armv6 raspberry.
> I have some partial instructions for compiling without
2009 Apr 09
1
Error in saveLog(currentLogFileName
Hello, very basic question from a user who is baffled by the workings of computers in general
When logging off R, a dialog box asked if I wanted to save my log, I chose yes. Then I noticed that the following message appeared in the Command Window
Error in saveLog(currentLogFileName) :
unused argument(s) ("C:/Documents and Settings/prewpj/My Documents/Data/Analyses/Healthcare/Hand Care
2016 Oct 23
0
Xapian 1.4.1 released
Xapian 1.4.1 can now be downloaded from:
https://xapian.org/download
The wiki has a summary of the most notable changes:
https://trac.xapian.org/wiki/ReleaseOverview/1.4.1
A big thanks to the following people for helping to make this release
a reality: Till Schäfer, Daniel Vrátil, Vivek Pal, Aarsh Shah, Arnav
Jain, Aaron Li, German M. Bravo, Amanda Jayanetti, James Aylett, John
Bankert, Nick
2016 Dec 05
1
MSYS2 apitest.exe FAIL
MS XP SP3 (32 bit)
https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/
mingw-w64-i686-xapian-core-1.4.1-1-any.pkg.tar.xz
does not contain /mingw32/lib/libxapian.la.
cf: http://nurmi-labs.blogspot.com/2016/11/git.html (for setup)
https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/
mingw-w64-i686-libtool-2.4.6-7-any.pkg.tar.xz (added)
2016 Dec 07
1
MSYS2 'make check' output xapian-core-1.4.1-1
System: Microsoft Windows XP Home Edition
CPUs: Intel(R) Atom(TM) CPU N270 @1.60GHz
setup for the 'Git for Windows' with MSYS2
gcc-6.1.0 plus utilties and libraries were added
http://nurmi-labs.blogspot.com/2016/11/git.html
obviously, with Home Edition, no network was setup
http://nurmi-labs.blogspot.com/p/xapian-ms.html
System: Slackware Linux (version 14.0)
CPUs: Intel(R) Atom(TM)
2016 Dec 08
0
MSYS2 configure & make_check logs w/out '--disable-sse'
System: Microsoft Windows XP Home Edition
CPUs: Intel(R) Atom(TM) CPU N270 @1.60GHz
xapian-core-1.4.1.tar.xz
http://nurmi-labs.blogspot.com/p/xapian-ms-sse.html
2015 Jul 29
2
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
On Tue, Jul 28, 2015 at 10:12 PM, Yaron Keren <yaron.keren at gmail.com> wrote:
> You may be the first person to try this configuration... it would certainly
> be good if libffi could be made to work and these tests passing, try to see
> what the problem and patch it.
I hit a similar problem on Linux but only with gcc5 as host compiler,
see
2015 Jul 29
0
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
Hi Ismail,
They are quite possibly related as i am using gcc 5.2 also :)
Did you find any upstream bug for this in gcc ?
I'm looking but can't seem to find any
Many Thanks
Martell
On Wed, Jul 29, 2015 at 7:07 AM, İsmail Dönmez <ismail at donmez.ws> wrote:
> On Tue, Jul 28, 2015 at 10:12 PM, Yaron Keren <yaron.keren at gmail.com>
> wrote:
> > You may be the first
2015 May 30
0
Compiling 64bit static library for Windows (Rtools33, MSYS2, cross-compile on linux)
On 29/05/2015 4:16 PM, Sue McDonald wrote:
> My apologies for cross-posting. I found this site, after I had posted on
> stack-overflow.
>
> I need to compile several static libraries (C & Fortran) which will later
> be linked with an R package. Rtools33 directory includes /i686-w64-mingw32
> directory which I understand creates 32 bit binaries. Yet, there are other
> 64
2015 Jul 28
0
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
You may be the first person to try this configuration... it would certainly
be good if libffi could be made to work and these tests passing, try to see
what the problem and patch it.
2015-07-28 22:04 GMT+03:00 Martell Malone <martellmalone at gmail.com>:
> Is it turned ON in your build?
>>
> Yes it is turned on in my build
>
> here is my build script
>
>
2015 Jul 28
0
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
This test results in UNSUPPORTED on my system, since config.enable_ffi =
"OFF". This is the result of LLVM_ENABLE_FFI which is OFF by default. Is it
turned ON in your build?
2015-07-28 17:32 GMT+03:00 Martell Malone <martellmalone at gmail.com>:
> Hi Yaron,
>
> I know you sent me some emails before about regression testing on MSYS2
> So you might have some idea about
2017 Mar 17
2
xapian core missing link to math on MSYS2
Dear Olly,
thanks a lot for the pointer! I've fetched the patch you mention but
actually it seems this is already included in the 1.4.3 release, is
that possible? Also it did not solve the problem, I still get references
to exp10. I've checked with nm and omenquire.o has undefined references
to log10 and exp10. I went further and replaced exp10 in omenquire.cc
with __builtin_exp10, but
2015 Jul 28
2
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
Hi Yaron,
I know you sent me some emails before about regression testing on MSYS2
So you might have some idea about this
I am getting a regression error on check-llvm.
With the llvm/trunk/test/ExecutionEngine/Interpreter/intrinsics.ll
FAIL: LLVM :: ExecutionEngine/Interpreter/intrinsics.ll (7635 of 14266)
> ******************** TEST 'LLVM ::
>
2015 Jul 28
2
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
>
> Is it turned ON in your build?
>
Yes it is turned on in my build
here is my build script
PATH=/mingw64/bin:$PATH
FFI_INCLUDE_DIR="$(pkg-config --cflags libffi)"
> FFI_INCLUDE_DIR=$(echo $FFI_INCLUDE_DIR | sed 's|-I||g')
>
> /mingw64/bin/cmake.exe \
> -G"MSYS Makefiles" \
> -DCMAKE_MAKE_PROGRAM="/usr/bin/make.exe" \
>
2015 May 30
1
Compiling 64bit static library for Windows (Rtools33, MSYS2, cross-compile on linux)
On 30/05/2015 13:14, Duncan Murdoch wrote:
> On 29/05/2015 4:16 PM, Sue McDonald wrote:
>> My apologies for cross-posting. I found this site, after I had posted on
>> stack-overflow.
>>
>> I need to compile several static libraries (C & Fortran) which will later
>> be linked with an R package. Rtools33 directory includes /i686-w64-mingw32
>> directory
2015 May 29
3
Compiling 64bit static library for Windows (Rtools33, MSYS2, cross-compile on linux)
My apologies for cross-posting. I found this site, after I had posted on
stack-overflow.
I need to compile several static libraries (C & Fortran) which will later
be linked with an R package. Rtools33 directory includes /i686-w64-mingw32
directory which I understand creates 32 bit binaries. Yet, there are other
64 bit directories as well.
I have three related questions:
1.
Can
2017 Mar 15
2
xapian core missing link to math on MSYS2
Dear All,
I've tried to build xapian-core 1.4.3 on MSYS2. It fails with attached
error (undefined reference to `exp10'). I think it might be missing an
explicit link to 'm'. I'm not able to fix this myself as I do not
know autotools sufficiently well, but I hope you might be able to help.
Cheers,
Mario Emmenlauer
--
BioDataAnalysis GmbH, Mario Emmenlauer Tel.