Displaying 13 results from an estimated 13 matches for "uuid_generate".
2012 Jun 09
5
Build failure for isohybrid
...uild completes without problems, but under both
Ubuntu 32/64bit 11.10 and 12.04 I get the following:
tim at oxygen:/usr/src/git/syslinux/utils$ make
gcc -O2 -luuid -o isohybrid isohybrid.o isohdpfx.o
isohybrid.o: In function `initialise_gpt':
isohybrid.c:(.text+0xc42): undefined reference to `uuid_generate'
isohybrid.c:(.text+0xd20): undefined reference to `uuid_generate'
isohybrid.c:(.text+0xd2d): undefined reference to `uuid_generate'
collect2: ld returned 1 exit status
make: *** [isohybrid] Error 1
I've done the normal googling and checking that I have the devel
packages installe...
2019 May 20
1
WISH: Built-in R session-specific universally unique identifier (UUID)
...39;uuid' package
(https://cran.r-project.org/package=uuid) into base R. This package
provides:
> uuid::UUIDgenerate()
[1] "b7de6182-c9c1-47a8-b5cd-e5c8307a8efb"
based on Theodore Ts'o's libuuid
(https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/). From
'man uuid_generate':
"The uuid_generate function creates a new universally unique
identifier (UUID). The uuid will be generated based on high-quality
randomness from /dev/urandom, if available. If it is not available,
then uuid_generate will use an alternative algorithm which uses the
current time, the loca...
2010 Aug 06
3
uuid configure issue?
...the
uuid-dev, libuuid-devel or e2fsprogs-devel package)
However, there is no uuid_create in uuid.h/libuuid.a.
This thread on gmane leads me to believe this might be from an attempt to
make the configure work for FreeBSD, since it says the FreeBSD comes with
uuid_create out of the box instead of uuid_generate.
http://comments.gmane.org/gmane.comp.search.xapian.general/8244
Am I on track?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20100806/80c7b4ec/attachment.html>
2011 Aug 05
3
isolinux: Generate GPT and Mac bootable images
...imary)
+{
+ struct gpt_header *header = (struct gpt_header *)gpt;
+ struct gpt_part_header *part;
+ int hole = 0;
+ int gptsize = 128 / 4 + 2;
+
+ if (mac_lba) {
+ /* 2048 bytes per partition, plus round to 2048 boundary */
+ hole = (apm_parts * 4) + 2;
+ }
+
+ if (primary) {
+ uuid_generate(disk_uuid);
+ reverse_uuid(disk_uuid);
+ }
+
+ header->signature = lendian_64(0x5452415020494645);
+ header->revision = lendian_int(0x010000);
+ header->headerSize = lendian_int(0x5c);
+ header->currentLBA = lendian_64(current);
+ header->backupLBA = lendian_64(alte...
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
2012 Oct 29
5
Re: [PATCH 2/9] uuid: use random32_get_bytes()
...UUID version to 4; you also need
to set the UUID variant to be DCE if you want to be properly compliant
with RFC 4122 --- see section 4.1.1.)
The btrfs file system doesn''t generate uuid''s in any critical fast
paths as near as I can determine, so it should be perfectly safe to
use uuid_generate() --- I also would drop the whole distinction
between little-endian and big-endian uuid''s, BTW. RFC 4122 is quite
explicit about how uuid''s should be encoded, and it''s in internet byte
order. This is what OSF/DCE uses, and it''s what the rest of the world
(Micro...
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
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'
./.libs/libplumb.so: undefined reference to `uuid_clear'
./.libs/libplumb.so: undefined reference to `uu...
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
...onftest -g -O2 conftest.cpp -lz >&5
configure:16533: $? = 0
configure:16550: result: -lz
configure:16574: checking for uuid/uuid.h
configure:16574: g++ -c -g -O2 conftest.cpp >&5
configure:16574: $? = 0
configure:16574: result: yes
configure:16583: checking for library containing uuid_generate
configure:16614: g++ -o conftest -g -O2 conftest.cpp >&5
/tmp/ccUa0H1M.o: In function `main':
/mnt/hdd1/search/xapian/xapian/conftest.cpp:57: undefined reference to `uuid_generate'
collect2: ld returned 1 exit status
configure:16614: $? = 1
configure: failed program was:
| /* conf...
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;
2015 Feb 20
4
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
...m being regarded as free space by partition
editors.
> Perhaps the code will
> be more clear to me when I'll see it included in isohybrid.c
This is a patch against
http://git.kernel.org/cgit/boot/syslinux/syslinux.git/plain/utils/isohybrid.c
It roughly compiles here. (Up to missing uuid_generate.)
------------------------------------------------------------------------
--- isohybrid.c 2015-02-20 10:43:49.000000000 +0100
+++ isohybrid_test.c 2015-02-20 11:01:33.000000000 +0100
@@ -947,7 +947,7 @@ main(int argc, char *argv[])
int i = 0;
FILE *fp = NULL;
uint8_t *buf = NULL...
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one,
with changes coming from the blktap2.5 one.
Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>