search for: _none_

Displaying 20 results from an estimated 32 matches for "_none_".

2020 Jan 13
4
[PATCH] Link .mli files corresponding to autorgenerated .ml files into builddir
This avoids build failures in separate builds such as this one: ,---- | ocamlfind ocamlc -package str,unix -I . -a guestfs_config.cmo stringMap.cmo stringSet.cmo std_utils.cmo -o mlstdutils.cma | ar cr libmlstdutils.a libmlstdutils_a-dummy.o | ranlib libmlstdutils.a | File "_none_", line 1: | Error: Files std_utils.cmo and guestfs_config.cmo | make inconsistent assumptions over interface Guestfs_config | make[4]: *** [Makefile:2580: mlstdutils.cma] Error 2 `---- --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac...
2009 Jul 29
1
[PATCH] Bugfix: ocaml: Rebuild the tests from source if the main library changes
There's a missing dependency in the ocaml subdirectory which causes this error whenever the main library changes: ocamlfind ocamlopt -cclib -L../src/.libs -I . unix.cmxa mlguestfs.cmxa t/guestfs_005_load.cmx -o t/guestfs_005_load File "_none_", line 1, characters 0-1: Error: Files t/guestfs_005_load.cmx and mlguestfs.cmxa make inconsistent assumptions over interface Guestfs make[3]: *** [t/guestfs_005_load] Error 2 The attached patch adds the missing dep to fix this. Rich. -- Richard Jones, Emerging Technologies, Red Hat...
2012 May 03
1
Ocaml and pthread_atfork()
...~]$ bash -x tmp/ocaml-test.sh > + cd rpmbuild/BUILD/libguestfs-1.16.9/ocaml/ > + LD_LIBRARY_PATH=../src/.libs > + ocamlfind ocamlc -g -warn-error CDEFLMPSUVYZX -I . -package unix,threads -thread -linkpkg mlguestfs.cma t/guestfs_070_threads.cmo -o t/guestfs_070_threads.bc > File "_none_", line 1, characters 0-1: > Error: Error on dynamically loaded library: /usr/lib64/ocaml/stublibs/dllthreads.so: /usr/lib64/ocaml/stublibs/dllthreads.so: undefined symbol: pthread_atfork > > I did a quick bit of googling and found: > http://ryanarn.blogspot.com.au/2011/07/curious-...
2013 Apr 06
4
Icecast 2.4 beta3 release
...soon. Also there are experimental packages for many distributions built on OBS: https://build.opensuse.org/package/show?package=icecast&project=home%3Adm8tbr The package repositories are here: http://download.opensuse.org/repositories/home:/dm8tbr/ Those are not intended for production useand _none_ of the packages have been tested, so if it scares your cat, bites your dog and blows up - enjoy the fireworks. Cheers Thomas
2013 Apr 06
4
Icecast 2.4 beta3 release
...soon. Also there are experimental packages for many distributions built on OBS: https://build.opensuse.org/package/show?package=icecast&project=home%3Adm8tbr The package repositories are here: http://download.opensuse.org/repositories/home:/dm8tbr/ Those are not intended for production useand _none_ of the packages have been tested, so if it scares your cat, bites your dog and blows up - enjoy the fireworks. Cheers Thomas
2004 Aug 06
4
Sacrilege, but...
...ches were _wrong_. The one in CVS should be correct. Saying that icecast is only appropriate for testing is wrong. Many people use it on a daily basis for production work. It looks like there's a legitimate hard-to-find bug in there somewhere, but on the bright side, icecast 2 seems to have _none_ of these problems. We might try all reporing our glibc versions, OS versions and vendors, and system load while broadcasting to see if there are any obvious similarities. jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To uns...
2010 Jun 27
0
[LLVMdev] ocaml bindings + ocamlbuild problem
...quot;] (S[A"-cc"; A"g++"]);; I try to compile with the command line ocamlbuild minimal.native and get the result: Finished, 1 target (0 cached) in 00:00:02. + /usr/local/bin/ocamlopt.opt llvm.cmxa llvm_bitwriter.cmxa -cc g++ unix.cmxa minimal.cmx -o minimal.native File "_none_", line 1, characters 0-1: Error: No implementations provided for the following modules: Unix referenced from /usr/local/lib/ocaml/llvm_bitwriter.cmxa(Llvm_bitwriter) Command exited with code 2. Compilation unsuccessful after building 4 targets (0 cached) in 00:00:01. (note that unix....
2012 Dec 15
0
[LLVMdev] Kaleidoscope Build Problems - (OCaml)
...cmo lexer.cmo toplevel.cmo toy.cmo bindings.o -o toy.byte clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated ld: library not found for -lllvm_scalar_opts clang: error: linker command failed with exit code 1 (use -v to see invocation) File "_none_", line 1: Error: Error while building custom runtime system Command exited with code 2. I noticed that the make files provided do not use myocamlbuild.ml (and hence the ocamlbuild tool), but quite frankly, I find it difficult to follow exactly how they find the library files required in the O...
2020 Jan 14
0
Re: [PATCH] Link .mli files corresponding to autorgenerated .ml files into builddir
...build failures in separate builds such as this one: > > ,---- > | ocamlfind ocamlc -package str,unix -I . -a guestfs_config.cmo stringMap.cmo stringSet.cmo std_utils.cmo -o mlstdutils.cma > | ar cr libmlstdutils.a libmlstdutils_a-dummy.o > | ranlib libmlstdutils.a > | File "_none_", line 1: > | Error: Files std_utils.cmo and guestfs_config.cmo > | make inconsistent assumptions over interface Guestfs_config > | make[4]: *** [Makefile:2580: mlstdutils.cma] Error 2 > `---- > --- > configure.ac | 4 ++++ > 1 file changed, 4 insertions(+) > &...
2020 Jan 14
0
Re: [PATCH] Link .mli files corresponding to autorgenerated .ml files into builddir
...build failures in separate builds such as this one: > > ,---- > | ocamlfind ocamlc -package str,unix -I . -a guestfs_config.cmo stringMap.cmo stringSet.cmo std_utils.cmo -o mlstdutils.cma > | ar cr libmlstdutils.a libmlstdutils_a-dummy.o > | ranlib libmlstdutils.a > | File "_none_", line 1: > | Error: Files std_utils.cmo and guestfs_config.cmo > | make inconsistent assumptions over interface Guestfs_config > | make[4]: *** [Makefile:2580: mlstdutils.cma] Error 2 > `---- > --- > configure.ac | 4 ++++ > 1 file changed, 4 insertions(+) > &...
2013 Apr 01
0
Icecast 2.4 beta2 release
...home:/dm8tbr/ Even though I was careful to stay as close as possible to each distribution's original Icecast packaging and to accommodate peculiarities, I have to add a warning that those packages are experimental, not only because it's not a stable release of Icecast, but also because _none_ of the packages have been tested, so if it scares your cat, bites your dog and blows up - enjoy the fireworks. I'd be very interested in feedback about both 2.4 beta2, the packaging and resulting packages! (replies to ml, freenode #icecast, trac.xiph.org) Please always mention where you obta...
2005 May 16
0
Re: Slashdot: "Could Microsoft buy Red Hat?" -- this is a joke made by the clueless
...d Hat products are now entrenched in everything from defense to financial. Most customers are now demanding more interoperability with Linux. Red Hat, due to their commercial marketshare, is going to be one of Microsoft's major targets. They already have some channels with Novell, but virtually _none_ with Red Hat. Red Hat is firmly committed to 100% GPL. In fact, Red Hat made dozens upon dozens of millions of dollars in purchases of software they GPL'd just last year, let alone the amount of direct employment of core GCC, GLibC, Linux kernel and other developers -- far more than even IBM....
2014 Mar 23
2
Re: [PATCH] Fix building on architectures where ocamlopt is not available
* Richard W.M. Jones: > (1) Removing .NOTPARALLEL. This fails, as expected. > > (2) mlguestfs.cmxa: mlguestfs.cma -- fails > > (3) mlguestfs.cmxa: | mlguestfs.cma -- fails after a longer time I find it strange that (2) and (3) fail. > (4) The attached patch which is derived from dce94f -- this ran > without failing for 120 iterations (and still going). The patch looks
2004 Aug 06
0
Sacrilege, but...
Hi all, >It looks like there's a legitimate hard-to-find bug in there somewhere, >but on the bright side, icecast 2 seems to have _none_ of these >problems. We might try all reporing our glibc versions, OS versions and >vendors, and system load while broadcasting to see if there are any >obvious similarities. Well, just for the record... Linux 2.2.16-3 #1 Mon Jun 19 18:49:25 EDT 2000 i586 unknown glibc-2.1.3-15 glib-1.2....
2014 Mar 01
3
Icecast 2.4 beta5 release
...ip Also there are experimental packages for many distributions built on OBS: https://build.opensuse.org/package/show?package=icecast&project=home%3Adm8tbr The package repositories are here: http://download.opensuse.org/repositories/home:/dm8tbr/ 2.4 beta5 is not intended for production use and _none_ of the packages have been tested, so if it scares your cat, bites your dog and blows up - enjoy the fireworks. Cheers Thomas
2014 Mar 01
3
Icecast 2.4 beta5 release
...ip Also there are experimental packages for many distributions built on OBS: https://build.opensuse.org/package/show?package=icecast&project=home%3Adm8tbr The package repositories are here: http://download.opensuse.org/repositories/home:/dm8tbr/ 2.4 beta5 is not intended for production use and _none_ of the packages have been tested, so if it scares your cat, bites your dog and blows up - enjoy the fireworks. Cheers Thomas
2019 Dec 12
1
Re: Fwd: libguestfs incorrectly detects host CPU architecture
...YZX+52-3 -ccopt '-g -O2 -fdebug-prefix-map=/home/polaris/danjean/libguestfs/libguestfs=. -fstack-protector-strong -Wformat -Werror=format-security -fno-strict-overflow -Wno-strict-overflow' -package str,unix -I . -c ../../../../common/mlstdutils/std_utils.ml -o std_utils.cmx > File "_none_", line 1: > Warning 58: no cmx file was found in path for module Guestfs_config, and its interface was not compiled with -opaque > > => the guestfs_config.ml generated in the build directory is not > taken into account. > => the Debian package is currently using the provi...
2014 Jan 23
2
Icecast 2.4 beta4 release
...4.zip Also there are experimental packages for many distributions built on OBS: https://build.opensuse.org/package/show?package=icecast&project=home%3Adm8tbr The package repositories are here: http://download.opensuse.org/repositories/home:/dm8tbr/ Those are not intended for production use and _none_ of the packages have been tested, so if it scares your cat, bites your dog and blows up - enjoy the fireworks. Cheers Thomas _______________________________________________ Icecast-dev mailing list Icecast-dev at xiph.org http://lists.xiph.org/mailman/listinfo/icecast-dev
2014 Jan 23
2
Icecast 2.4 beta4 release
...4.zip Also there are experimental packages for many distributions built on OBS: https://build.opensuse.org/package/show?package=icecast&project=home%3Adm8tbr The package repositories are here: http://download.opensuse.org/repositories/home:/dm8tbr/ Those are not intended for production use and _none_ of the packages have been tested, so if it scares your cat, bites your dog and blows up - enjoy the fireworks. Cheers Thomas _______________________________________________ Icecast-dev mailing list Icecast-dev at xiph.org http://lists.xiph.org/mailman/listinfo/icecast-dev
2013 Mar 30
2
Icecast 2.4 beta2 release
This is to announce the release of Icecast 2.4 beta2 (aka 2.3.99.2). We've landed some important features and we're looking forward to testing and feedback. As this is a beta release please discuss it on the icecast-dev mailing list. (Please do NOT cross-post to both lists, do not reply to the icecast mailing list). New features - Now compiles for win32 using mingw Added