Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: idevicerestore-git 1:r546.cae1734-1
Git Clone URL: | https://aur-dev.archlinux.org/idevicerestore-git.git (read-only) |
---|---|
Package Base: | idevicerestore-git |
Description: | Restore/upgrade firmware of iOS devices |
Upstream URL: | http://www.libimobiledevice.org |
Licenses: | |
Submitter: | matthewbauer |
Maintainer: | intelfx |
Last Packager: | intelfx |
Votes: | 3 |
Popularity: | 0.006913 |
First Submitted: | 2010-06-22 03:28 |
Last Updated: | 2017-02-03 02:11 |
Latest Comments
1 2 Next › Last »
intelfx commented on 2016-03-26 14:30
I don't own any Apple mobile devices anymore, disowning.
intelfx commented on 2015-11-19 11:49
Oops. Totally missed the comments. Build fixed.
ryansito commented on 2015-11-11 04:38
It doesn't build for me:
make all-recursive
make[1]: Entering directory '/home/user/Downloads/idevicerestore-git/src/idevicerestore'
Making all in src
make[2]: Entering directory '/home/user/Downloads/idevicerestore-git/src/idevicerestore/src'
CCLD idevicerestore
idevicerestore-idevicerestore.o: In function `idevicerestore_start':
idevicerestore.c:(.text+0x220f): warning: the use of `tempnam' is dangerous, better use `mkstemp'
/usr/sbin/ld: idevicerestore-thread.o: undefined reference to symbol 'pthread_once@@GLIBC_2.2.5'
/usr/lib/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:446: recipe for target 'idevicerestore' failed
make[2]: *** [idevicerestore] Error 1
make[2]: Leaving directory '/home/user/Downloads/idevicerestore-git/src/idevicerestore/src'
Makefile:424: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/user/Downloads/idevicerestore-git/src/idevicerestore'
Makefile:356: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Abortinng
Thanks!!
intelfx commented on 2015-03-12 01:38
- sanitized deps
- updated pkgver() to place 'r' in front of revision #
klausenbusk commented on 2014-07-11 16:53
https://github.com/libimobiledevice/idevicerestore seems to be the officel..
intelfx commented on 2014-05-25 19:19
Adopted, updated source and upstream URL, cleaned up PKGBUILD.
peoro commented on 2013-10-26 16:08
It looks like this git repository is 3 years old.
It has been forked though: https://github.com/posixninja/idevicerestore/network and the latest forks seems to compile with no issues.
I successfully built this package just by replacing the repository path in order to use this one: https://github.com/plnep00f/idevicerestore
Anonymous comment on 2013-04-04 00:09
I had better luck with this one:
git clone git://github.com/FrederickGeek8/idevicerestore.git
For the libirecovery dependency used:
git clone git://github.com/FrederickGeek8/libirecovery.git
Didn't bother with AUR packages, just installed dependency in /usr/local.
After all this ran into an error trying to restore iPod4,1_6.1.3 firmware
Writeup is here:
https://github.com/posixninja/idevicerestore/issues/63
sirkingchase commented on 2013-04-01 16:31
Does not compile. The autogen.sh and configure error out, Says it can not find Makefile thus "make" command gives error about no target.
I tried to regenerate the makefile and configure with -
aclocal autoconf autoheader automake --add-missing
and it works, autogen.sh and configure now have a usable makefile and make starts to compile. But then it spits out numerous "error: too few arguments to function", I commented the first errors function and about 10 more popped up.
Real pain in the ass. I finally got ibirecovery compiled and then this crap. Supposely irecovery supports up to ios 6 which is pretty impressive considering the code has not been updated in three years and no one seems to be able to compile it.
I think that it wont compile because the packages we use are to new to work with this old as dirt code.
benob commented on 2012-03-17 16:08
To make it compile again, add this to src/Makefile.am:
idevicerestore_LDADD = /usr/lib/libirecovery.a