Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266436 - sys-fs/dmg2img-1.3 works on ~x86
Summary: sys-fs/dmg2img-1.3 works on ~x86
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Developers for the x86 Architecture
URL:
Whiteboard:
Keywords: KEYWORDREQ
Depends on:
Blocks:
 
Reported: 2009-04-16 21:22 UTC by Jacob Floyd
Modified: 2009-05-15 08:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Floyd 2009-04-16 21:22:43 UTC
I just compiled dmg2img-1.3 on an x86 box. I successfully mounted a converted dmg img as well. Seems to work for me, please keyword ~x86.

The only question I would have about this are the two warnings in compile output below. I assume I can ignore the warning about long unsigned int right? I don't know if they matter, and as it seems to work anyway, I don't really care about them. It's just here for FYI

>>> Compiling source in /var/tmp/portage/sys-fs/dmg2img-1.3/work/dmg2img-1.3 ...
make -j2
gcc -O2 -Wall -c dmg2img.c
gcc -O2 -Wall -c base64.c
gcc -O2 -Wall -o vfdecrypt vfdecrypt.c -lcrypto
vfdecrypt.c: In function 'dump_v2_header':
vfdecrypt.c:133: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'uint64_t'
vfdecrypt.c:134: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'uint64_t'
gcc -o dmg2img dmg2img.o base64.o -L. -lz
>>> Source compiled.
Comment 1 Joe Jezak (RETIRED) gentoo-dev 2009-05-14 18:43:47 UTC
Thanks for the report, I'm reassigning this to the x86 team so they can keyword it!
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2009-05-15 08:30:06 UTC
keyworded ~arch for x86, closing