Displaying 20 results from an estimated 100 matches similar to: "Build failure for isohybrid"
2019 May 20
1
WISH: Built-in R session-specific universally unique identifier (UUID)
# Proposal
Provide a built-in mechanism for obtaining an identifier for the
current R session, e.g.
> Sys.info()[["session_uuid"]]
[1] "4258db4d-d4fb-46b3-a214-8c762b99a443"
The identifier should be "unique" in the sense that the probability
for two R sessions(*) having the same identifier should be extremely
small. There's no need for reproducibility, i.e.
2011 Aug 05
3
isolinux: Generate GPT and Mac bootable images
EFI systems typically don't support booting off ISO 9660 filesystems,
even if written to USB sticks. This patch adds support for generating a
GPT that covers the stick as well, with an additional partition entry
pointing purely at the secondary El Torito image. When burned to CD the
secondary El Torito will be used as an EFI boot image, and when written
to a USB stick the GPT partition
2010 Aug 06
3
uuid configure issue?
I'm trying to build xapian-core-1.2.2 on Linux. After manually installing
uuid.h and libuuid.a from e2fsprogs-1.41.12, I receive the following
configure error:
checking for uuid.h... yes
checking for uuid_create... no
configure: error: uuid.h found, but uuid_create() not found. You probably
wants to install libuuid from e2fsprogs (you may need to install the
uuid-dev, libuuid-devel or
2012 Oct 29
5
Re: [PATCH 2/9] uuid: use random32_get_bytes()
On Sun, Oct 28, 2012 at 04:18:59PM +0900, Akinobu Mita wrote:
> Use random32_get_bytes() to generate 16 bytes of pseudo-random bytes.
>
> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Since your patch is going to allow users to set the random seed, it
means that what had previously been a bad security bug has just become
a grievous security bug. If you are going to be
2010 Apr 17
1
Xapian 1.1.5 (release candidate for 1.2.0) released
I've released Xapian 1.1.5.
We're getting really close to releasing a stable 1.2.0, and this is a possible
release candidate. So please try it out and report any issues you find. We're
hopefully looking at a 1.2.0 release later this month.
However, this is still nominally a development release with the usual
provisos about ABI and database formats potentially being subject to
2010 Aug 14
2
uuid problem while compiling glue
Hi guys
I got the errors like this while compiling cluster glue:
./.libs/libplumb.so: undefined reference to `uuid_parse'
./.libs/libplumb.so: undefined reference to `uuid_generate'
./.libs/libplumb.so: undefined reference to `uuid_copy'
./.libs/libplumb.so: undefined reference to `uuid_is_null'
./.libs/libplumb.so: undefined reference to `uuid_unparse'
2015 Feb 20
0
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
>
> Same result as yours.
>
>
> Have a nice day :)
>
> Thomas
>
I was under the impression (apparently the wrong one) that your
pseudo-code was adding 4 cylinders to the first example, from 132 to
136, which would be non-optimal. Since I am not a developer, I believe
you when you say that such jump won't happen :). Perhaps the code will
be more clear to me
2015 Feb 20
2
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
Hi,
my proposal is based on a mathematical proof (see mail
before) and yours is correct too. They cannot but match.
Let's inspect your examples:
Ady wrote:
> ISO size: 1'085'736'960 bytes ( > 1GiB)
This are exactly 132 cylinders of 255x63.
132 is divisible by 4. So there is no padding needed.
> Cylinders (1st attempt)=132
> [...]
> 2120580 / 4 = 530145, so
2010 Sep 03
1
TinycoreLinux Install
Trying to build xapian+omega on tinycorelinux.
I followed the install guide and get pass configure/make/make
install/omindex, but when I try to run omega "P=search term", I
received the following message:
# ./omega.cgi 'P=small'
Content-Type: text/html; charset=utf-8
Illegal instruction
#
Attached is the config.log .
Make check in omega-core/tests/ shows a lot of failed
2013 Oct 18
2
Asterisk12Beta- configure script/uuid missing??
Hello,
I'm trying to build Asterisk12 on a Centos 6.4 VM. The configure script is erring out with:
?
checking for uuid_generate_random in -luuid... no
checking for uuid_generate_random in -le2fs-uuid... no
checking for uuid_generate_random... no
configure: error: *** uuid support not found (this typically means the uuid development package is missing)
I have installed (using yum) uuid, uuidd
2011 Mar 21
9
Build problem: note: ''xtl_createlogger_stdiostream'' is defined in DSO .. so try adding it to the linker command line... libxenctrl.so.4.0: could not read symbols: Invalid operation
This is a Fedora Core 13 environment and I just noticed this as I update the xen-unstable
tree:
make -C libxl install
make[3]: Entering directory `/home/konrad/ssd/xtt/xen-unstable/tools/libxl''
rm -f _libxl_paths.h.tmp.tmp; echo "SBINDIR=\"/usr/sbin\"" >> _libxl_paths.h.tmp.tmp; echo "BINDIR=\"/usr/bin\"" >> _libxl_paths.h.tmp.tmp;
2014 Apr 26
1
Problem building Asterisk-12.2.0
When I run ./configure, it aborts with:
checking for uuid_generate_random in -luuid... no
checking for uuid_generate_random in -le2fs-uuid... no
checking for uuid_generate_random... no
configure: error: *** uuid support not found (this typically means the uuid development package is missing)
But it *is* installed:
[root at asterisk asterisk-12.2.0]# yum list installed | grep uuid
uuid.i386
2014 Jun 22
16
Announcing a patch series for isohybrid.c
Hi,
following will be 6 patch proposals for isohybrid.c
1: Encode GPT partition names as UTF-16LE
2: Correct blocking factor in APM partition block counts
3: Correct end block address of first GPT partition
4: Write GPT backup to the very end of the image
5: Change all fseek(3) to fseeko(3)
6: Introduce option --mbr and make isohybrid.c compilable standalone
If the form needs adjustments,
2014 Jun 24
2
[syslinux:master] isohybrid: Function to write UTF-16LE strings
Op 2014-06-23 om 20:09 schreef syslinux-bot for H. Peter Anvin:
> Commit-ID: f9dad5340bcefe34d860e991e8743be01a4d6c3c
> Gitweb: http://www.syslinux.org/commit/f9dad5340bcefe34d860e991e8743be01a4d6c3c
> Author: H. Peter Anvin <hpa at zytor.com>
> AuthorDate: Mon, 23 Jun 2014 20:06:51 -0700
> Committer: H. Peter Anvin <hpa at zytor.com>
> CommitDate: Mon, 23
2014 Jun 22
0
[PATCH 4/6] utils/isohybrid.c: Write GPT backup to the very end of the image
The GPT backup header block should start 512 bytes before the end of the
image file (resp. end of the disk device). This block and the backup GPT
array were wrongly written 512 bytes too early.
This change brings the backup GPT at its correct position.
---
utils/isohybrid.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/utils/isohybrid.c b/utils/isohybrid.c
index
2014 Jun 22
0
[PATCH 1/6] utils/isohybrid.c: Encode GPT partition names as UTF-16LE
The worst sin of isohybrid.c was to compose GPT partition names by
8-bit characters and to memcpy() them as if they were 16 bit wide.
GPT names are encoded as UTF-16LE. It is trivial to create this encoding
from 7-bit ASCII.
This change introduces two byte arrays with the desired UTF-16LE names
which replace the string constants "ISOHybrid ISO" and "ISOHybrid".
---
2015 Feb 20
4
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
Hi,
> Now, I have a question: what about the "offset" parameter? How it
> modifies our assumptions and calculations if the "offset" parameter is
> not zero?
The offset influences only the start address of the
partition. The alignment goal is about the end address.
So these concepts are nearly independent.
Of course, partition start must be smaller than partition
2013 Oct 19
0
SOLVED: Asterisk12Beta- configure script/uuid missing??
>On Fri, Oct 18, 2013 at 03:16:08PM -0400, Cassius Smith wrote:
> Hello,
> I'm trying to build Asterisk12 on a Centos 6.4 VM. The configure script is erring out with:
> ?
> checking for uuid_generate_random in -luuid... no
> checking for uuid_generate_random in -le2fs-uuid... no
> checking for uuid_generate_random... no
> configure: error: *** uuid support not found
2019 Feb 28
2
Can't find uuid!
Hello Asterisk,
New install.
Current Fedora server.
Current Asterisk V16
Installed everything necessary to run configure including uuid and uuid-devel.
I know everything but uuid works as I commented out the uuid test and configure finished.
Make fails with uuid/uuid.h not found.
uuid/uuid.h is not there, but uuid.h is there.
Tried changing <uuid/uuid,h> to <uuid.h> in uuid.c
2012 May 06
1
isohybrid.c, problem reports and questions
Hi,
i am currently exploring the boot data of Matthew Garret's Fedora LiveCD.
For that i read utils/isohybrid.c from git resp. 4.05.
(I assume Matthew used options --efi --mac --type 0 .)
Some stumblestones showed up:
-----------------------------------------------------------------------
In initialise_gpt() i see unhealthy usage of string constants. Like:
memcpy(part->name,