search for: bindist

Displaying 10 results from an estimated 10 matches for "bindist".

2018 Jan 13
0
Static llvm bindist
Is it possible to bootstrap a static llvm bindist that uses its own libcxx and maybe a little bit if musl libc.a on Linux (and libc.a on FreeBSD) bundled in? The use case is that one often needs to keep an older LLVM toolchain around for some languages targeting an older bitcode stream and, with C++ and everything, that older toolchain will easil...
2007 Dec 13
3
what does cut(data, breaks=n) actually do?
Hello, I'm trying to bin a quantity into 2-3 bins for calculating entropy and mutual information. One of the approaches I'm exploring is the cut() function, which is what the mutualInfo function in binDist uses. When it's called in the format cut(data, breaks=n), it somehow splits the data into n distinct bins. Can anyone tell me how cut() decides where to cut? Thanks, Melissa --------------------------------------------------------------- Melissa Cline, Independent Investigator MCD Biolog...
2016 Sep 10
6
(Thin)LTO llvm build
...O=Thin, but that failed very quickly, so I fell back to building with -DLLVM_ENABLE_LTO=On and using the system CC/CXX (gcc 6.1). The resulting installed build is many times bigger than the non-LTO version. Is this to be expected? I thought LTO would reduce size by detecting more unused code. The bindist .tar.xz archives are as follows: LTO=Off: 195MB LTO=On : 953MB Now, I am of course aware that falling back to gcc's lto support is not the same as llvm's lto or thinlto, but I only fell back after it failed to build that way, and I wasn't aware of gcc6 providing almost 5x large code t...
2016 Sep 10
3
(Thin)LTO llvm build
...re unused code. > > LTO also inline more, thus increasing the size. But usually it is quite slight. > If you’re concerned about binary size, disabling clang plugin may help: > > cmake -DCLANG_PLUGIN_SUPPORT=OFF Curious to know why this would result in smaller binaries. >> The bindist .tar.xz archives are as follows: >> >> LTO=Off: 195MB >> LTO=On : 953MB >> >> Now, I am of course aware that falling back to gcc's lto support is >> not the same as llvm's lto or thinlto, but I only fell back after it >> failed to build that way, an...
2017 Jun 01
11
[Bug 2726] New: Uploading of large files (1GB+) fails when using SFTP in chrooted configuration
https://bugzilla.mindrot.org/show_bug.cgi?id=2726 Bug ID: 2726 Summary: Uploading of large files (1GB+) fails when using SFTP in chrooted configuration Product: Portable OpenSSH Version: 7.3p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5
2006 May 12
2
wine CVS does not find freetype on Gentoo amd64
...ing. *** Fonts will not be built. Dialog text may be invisible or unaligned. I know for sure that my system has both freetype and fontforge installed: [ebuild R ] media-gfx/fontforge-20060408 +X +gif +jpeg +png +svg +tiff +truetype +unicode 0 kB [ebuild R ] media-libs/freetype-2.1.9-r1 -bindist -doc +zlib 0 kB However, I have a feeling, based on configure's output: http://plouj.sh.nu/configure.out that wine isn't finding freetype or something related to it. Of course, I can compile wine after this but like the warning hinted, fonts are messed up. In my case, I see things like...
2002 Dec 07
1
need help installing wine...Please!
...nfigure failed, aborting install. [JoKeR@WhItEWidoW wine-20021125]$ ok so i edit the wineinstall script... I changed the whoami == 'root' to admin so the script would not bomb out when it saw it was running from root. startup... echo "WINE Installer v0.74" echo if [ "$BINDIST" = 'no' ] then { if ! [ -f configure ] then { if [ -f ../configure ] then { pushd .. } else { echo "You're running this from the wrong directory." echo "Change to the Wine source's main directory and try again." exit 1 }...
2010 Nov 02
0
[ANNOUNCE] libguestfs 1.6.0 tools for accessing and modifying VM disk images
...- Refactor the library code into separate files. - Refactor the generator code into separate files. - Generate guestfish commands. - guestfish & guestmount options processing is unified. - Protocol changes: error message size increased to 64K send errno to library - Add 'make bindist' to make a binary distribution. - Cleaner behaviour under valgrind. - More testing of the guestfish command line options and libvirt integration. - The Perl inspection code is no longer used by any of the tools. Bugs fixed - 646822 libguestfs trace mode should not print long binary str...
2010 Sep 21
1
Proposed timetable for libguestfs 1.6
...debug command a0d514f Include statically linked binaries in the binary distribution. 27ef6f9 Rename global 'xdr_str'. 6d15d4e Add -nodefconfig command line option to qemu. e503b31 Version 1.5.4. 4963be8 New APIs: set-network and get-network to enable network support. 10d1aa3 build: Add 'bindist' rule for building binary distribution. 5c1346d Don't print debug messages when not in verbose mode. 831b1fc Change protocol to send Linux errno from daemon to library. 90d06e2 Raise error message max size to 64K. 866ec00 Use virtio-serial, remove other vmchannel methods. 5c31f61 Change to...
2013 Jan 09
55
[Bug 59168] New: [nvc3/Quadro2000M] graphic garbage/corruption/noise on resume
https://bugs.freedesktop.org/show_bug.cgi?id=59168 Priority: medium Bug ID: 59168 Assignee: nouveau at lists.freedesktop.org Summary: [nvc3/Quadro2000M] graphic garbage/corruption/noise on resume QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified OS: Linux (All)