Search Criteria
Package Details: gptsync 0.14-7
Git Clone URL: | https://aur.archlinux.org/gptsync.git (read-only, click to copy) |
---|---|
Package Base: | gptsync |
Description: | gptsync maintains an MBR partition table synchronised with a GPT partition table used as reference. |
Upstream URL: | https://packages.debian.org/wheezy/gptsync |
Licenses: | |
Submitter: | None |
Maintainer: | eworm |
Last Packager: | eworm |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2010-09-21 09:23 |
Last Updated: | 2015-06-29 09:33 |
Dependencies (3)
- gnu-efi-libs (gnu-efi-libs-fedora-git, gnu-efi)
- python2 (make)
- syslinux (make)
Latest Comments
1 2 Next › Last »
ekeih commented on 2013-11-20 01:24
Thanks.
ekeih commented on 2013-11-17 00:45
Traceback (most recent call last):
File "/tmp/makepkg/gptsync/src/debian/mbr/mkmbrhdr.py", line 9, in <module>
mbr = open(sys.argv[1], "rb")
IOError: [Errno 2] No such file or directory: '/usr/lib/syslinux/mbr.bin'
==> ERROR: A failure occurred in build().
Aborting...
--------------
# find / -type f -name "mbr.bin" 2>/dev/null
/usr/lib/syslinux/bios/mbr.bin
--------------
Patch for your PKGBUILD:
-python2 ${srcdir}/debian/mbr/mkmbrhdr.py /usr/lib/syslinux/mbr.bin > syslinux_mbr.h
+python2 ${srcdir}/debian/mbr/mkmbrhdr.py /usr/lib/syslinux/bios/mbr.bin > syslinux_mbr.h
Regards
Max
Evert7 commented on 2013-04-30 15:11
Wow, your answer came so fast I thought I was imagining it :p
Anyway, you should add 'gnu-efi-libs' as depency, build fails without.
Evert7 commented on 2013-04-30 15:11
Wow, your answer came so fast I thought I was imagining it :p
Anyway, you should add 'gnu-efi-libs' as depency, build fails without.
eworm commented on 2013-04-30 15:06
No idea why I had this dependency... Probably it was set before I adopted the package. Removed it, please shout if anything breaks.
Evert7 commented on 2013-04-30 14:56
The depency 'gnu-efi' doesn't exists, I suppose it should be 'gnu-efi-libs'?
Anonymous comment on 2012-09-18 20:11
it's orphaned for you eworm
eworm commented on 2012-09-06 08:18
Thanks for your update! I would adopt it if you no longer want to maintain it.
Anonymous comment on 2012-09-06 07:40
longe time no see, thanks eworm I've pushed your PKGBUILD and I'll orphan the package if anyone whants to take it.
eworm commented on 2012-04-26 11:30
I have a PKGBUILD that builds from source: http://codepad.org/zSwN6tch
This was not updated for a long time... I would like to adopt it. coldsphinx?