unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57871] [PATCH] ideviceinstaller: new package
@ 2022-09-16 23:41 Jacob Hrbek
       [not found] ` <handler.57871.B.166337169017285.ack@debbugs.gnu.org>
  2022-09-22  5:44 ` bug#57871: [PATCH] ideviceinstaller: new package Julien Lepiller
  0 siblings, 2 replies; 4+ messages in thread
From: Jacob Hrbek @ 2022-09-16 23:41 UTC (permalink / raw)
  To: 57871; +Cc: Jacob Hrbek


[-- Attachment #1.1: Type: text/plain, Size: 1692 bytes --]

---
 gnu/packages/libusb.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index 8a5967f7b4..08206fd87c 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -41,6 +41,7 @@ (define-module (gnu packages libusb)
   #:use-module (guix build-system glib-or-gtk)
   #:use-module (guix build-system python)
   #:use-module (gnu packages autotools)
+  #:use-module (gnu packages compression)
   #:use-module (gnu packages gnupg)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages java)
@@ -339,6 +340,28 @@ (define-public python-capablerobot-usbhub
 I2C and SPI devices attached to the USB Hub.")
     (license license:expat)))

+(define-public ideviceinstaller
+  (package
+    (name "ideviceinstaller")
+    (version "1.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/libimobiledevice/ideviceinstaller/rele
ases/download/" version
+                           "/ideviceinstaller-" version ".tar.bz2"))
+       (sha256
+        (base32 "0qrhdhcxd9x901g2zq3znvrfjhy8hcdp17xkm8aq3y7jjzn87f6y"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     (list pkg-config ; >=0.9.0
+           libimobiledevice ; >=1.3.0
+           libzip ; >=0.10
+           ))
+    (home-page "https://libimobiledevice.org/")
+    (synopsis "CLI Tool to manage apps and app archives on iOS devices")
+    (description "This package provides an interface to manage IPA format files and applications for iOS devices, it's written in C")
+    (license license:gpl2)))
+
 (define-public libplist
   (package
     (name "libplist")
--
2.37.1


[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#57871] Acknowledgement ([PATCH] ideviceinstaller: new package)
       [not found] ` <handler.57871.B.166337169017285.ack@debbugs.gnu.org>
@ 2022-09-16 23:45   ` Jacob Hrbek
  2022-09-16 23:47     ` Jacob Hrbek
  0 siblings, 1 reply; 4+ messages in thread
From: Jacob Hrbek @ 2022-09-16 23:45 UTC (permalink / raw)
  To: 57871


[-- Attachment #1.1.1: Type: text/plain, Size: 1064 bytes --]

heads-up: 
<https://github.com/libimobiledevice/ideviceinstaller/issues/147>

On Pá, zář 16 2022 at 23:42:02 +0000, help-debbugs@gnu.org wrote:
> Thank you for filing a new bug report with debbugs.gnu.org.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org <mailto:guix-patches@gnu.org>
> 
> If you wish to submit further information on this problem, please
> send it to 57871@debbugs.gnu.org <mailto:57871@debbugs.gnu.org>.
> 
> Please do not send mail to help-debbugs@gnu.org 
> <mailto:help-debbugs@gnu.org> unless you wish
> to report a problem with the Bug-tracking system.
> 
> --
> 57871: <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57871>
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org <mailto:help-debbugs@gnu.org> with 
> problems


[-- Attachment #1.1.2: Type: text/html, Size: 1410 bytes --]

[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#57871] Acknowledgement ([PATCH] ideviceinstaller: new package)
  2022-09-16 23:45   ` [bug#57871] Acknowledgement ([PATCH] ideviceinstaller: new package) Jacob Hrbek
@ 2022-09-16 23:47     ` Jacob Hrbek
  0 siblings, 0 replies; 4+ messages in thread
From: Jacob Hrbek @ 2022-09-16 23:47 UTC (permalink / raw)
  To: 57871


[-- Attachment #1.1.1: Type: text/plain, Size: 1201 bytes --]

build log

On Pá, zář 16 2022 at 23:45:45 +0000, Jacob Hrbek 
<kreyren@rixotstudio.cz> wrote:
> heads-up: 
> <https://github.com/libimobiledevice/ideviceinstaller/issues/147>
> 
> On Pá, zář 16 2022 at 23:42:02 +0000, help-debbugs@gnu.org wrote:
>> Thank you for filing a new bug report with debbugs.gnu.org.
>> 
>> This is an automatically generated reply to let you know your message
>> has been received.
>> 
>> Your message is being forwarded to the package maintainers and other
>> interested parties for their attention; they will reply in due 
>> course.
>> 
>> Your message has been sent to the package maintainer(s):
>>  guix-patches@gnu.org <mailto:guix-patches@gnu.org>
>> 
>> If you wish to submit further information on this problem, please
>> send it to 57871@debbugs.gnu.org <mailto:57871@debbugs.gnu.org>.
>> 
>> Please do not send mail to help-debbugs@gnu.org 
>> <mailto:help-debbugs@gnu.org> unless you wish
>> to report a problem with the Bug-tracking system.
>> 
>> --
>> 57871: <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57871>
>> GNU Bug Tracking System
>> Contact help-debbugs@gnu.org <mailto:help-debbugs@gnu.org> with 
>> problems


[-- Attachment #1.1.2: Type: text/html, Size: 1644 bytes --]

[-- Attachment #1.2: build.log --]
[-- Type: text/x-log, Size: 45550 bytes --]

$ zcat /var/log/guix/drvs/vv/p4vnjxw4vqkbzskzlzbaq5f6hp6rym-ideviceinstaller-1.1.1.drv.gz
starting phase `set-SOURCE-DATE-EPOCH'
phase `set-SOURCE-DATE-EPOCH' succeeded after 0.0 seconds
starting phase `set-paths'
environment variable `PATH' set to `/gnu/store/2b3blhwbag1ial0dhxw7wh4zjxl0cqpk-pkg-config-0.29.2/bin:/gnu/store/w1ixkq003jmy1pkkfqq43d8w3pcxiz9h-libimobiledevice-1.3.0/bin:/gnu/store/8a3w6cm4isvfha6sv6nmqmymsdn0zlxk-libzip-1.9.2/bin:/gnu/store/g2ajyl8xk9aarxrgjbng2hkj3qm2v0z2-tar-1.34/bin:/gnu/store/iixwcv3k49ks1rf34pjgfzmzyhhgwng3-gzip-1.10/bin:/gnu/store/s3hl12jxz9ybs7nsy7kq7ybzz7qnzmsg-bzip2-1.0.8/bin:/gnu/store/c8isj4jq6knv0icfgr43di6q3nvdzkx7-xz-5.2.5/bin:/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/bin:/gnu/store/ahmmvw21p11ik80lg1f953y7fd8bqkjm-diffutils-3.8/bin:/gnu/store/z39hnrwds1dgcbpfgj8dnv2cngjb2xbl-patch-2.7.6/bin:/gnu/store/39rsx3nl4c31952jybbjb8d6idr5hx7r-findutils-4.8.0/bin:/gnu/store/690qz3fg334dpwn3pn6k59n4wc943p2b-gawk-5.1.0/bin:/gnu/store/wxgv6i8g0p24q5gcyzd0yr07s8kn9680-sed-4.8/bin:/gnu/store/xjwp2hsd9256icjjybfrmznppjicywf6-grep-3.6/bin:/gnu/store/d251rfgc9nm2clzffzhgiipdvfvzkvwi-coreutils-8.32/bin:/gnu/store/55cbpsi18mahg131nmiya6km5b4mscfa-make-4.3/bin:/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin:/gnu/store/s2pg5k98fl2g2szg9dykxyd9zl3xihv9-ld-wrapper-0/bin:/gnu/store/rc781v4k0drhaqn90xfwwpspki5x0bvf-binutils-2.37/bin:/gnu/store/069aq2v993kpc41yabp5b6vm4wb9jkhg-gcc-10.3.0/bin:/gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/bin:/gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/sbin:/gnu/store/cx3xf3ys7i4ni9l1w4d6r3bymcmv1r74-libusbmuxd-2.0.2/bin:/gnu/store/wzmh8jzyra3xd7flrg7vfl85yabkhpy6-libplist-2.2.0/bin:/gnu/store/plr00nij45964cyy7sfcg5rcsi8hks0h-openssl-1.1.1l/bin'
environment variable `PKG_CONFIG_PATH' set to `/gnu/store/w1ixkq003jmy1pkkfqq43d8w3pcxiz9h-libimobiledevice-1.3.0/lib/pkgconfig:/gnu/store/8a3w6cm4isvfha6sv6nmqmymsdn0zlxk-libzip-1.9.2/lib/pkgconfig:/gnu/store/c8isj4jq6knv0icfgr43di6q3nvdzkx7-xz-5.2.5/lib/pkgconfig:/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/lib/pkgconfig:/gnu/store/cx3xf3ys7i4ni9l1w4d6r3bymcmv1r74-libusbmuxd-2.0.2/lib/pkgconfig:/gnu/store/wzmh8jzyra3xd7flrg7vfl85yabkhpy6-libplist-2.2.0/lib/pkgconfig:/gnu/store/plr00nij45964cyy7sfcg5rcsi8hks0h-openssl-1.1.1l/lib/pkgconfig'
environment variable `BASH_LOADABLES_PATH' unset
environment variable `C_INCLUDE_PATH' set to `/gnu/store/w1ixkq003jmy1pkkfqq43d8w3pcxiz9h-libimobiledevice-1.3.0/include:/gnu/store/8a3w6cm4isvfha6sv6nmqmymsdn0zlxk-libzip-1.9.2/include:/gnu/store/s3hl12jxz9ybs7nsy7kq7ybzz7qnzmsg-bzip2-1.0.8/include:/gnu/store/c8isj4jq6knv0icfgr43di6q3nvdzkx7-xz-5.2.5/include:/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/include:/gnu/store/690qz3fg334dpwn3pn6k59n4wc943p2b-gawk-5.1.0/include:/gnu/store/55cbpsi18mahg131nmiya6km5b4mscfa-make-4.3/include:/gnu/store/rc781v4k0drhaqn90xfwwpspki5x0bvf-binutils-2.37/include:/gnu/store/069aq2v993kpc41yabp5b6vm4wb9jkhg-gcc-10.3.0/include:/gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/include:/gnu/store/cx3xf3ys7i4ni9l1w4d6r3bymcmv1r74-libusbmuxd-2.0.2/include:/gnu/store/wzmh8jzyra3xd7flrg7vfl85yabkhpy6-libplist-2.2.0/include:/gnu/store/plr00nij45964cyy7sfcg5rcsi8hks0h-openssl-1.1.1l/include:/gnu/store/6mjww4iz4xdan74d5bbjfh7il8rngfkk-linux-libre-headers-5.10.35/include'
environment variable `CPLUS_INCLUDE_PATH' set to `/gnu/store/w1ixkq003jmy1pkkfqq43d8w3pcxiz9h-libimobiledevice-1.3.0/include:/gnu/store/8a3w6cm4isvfha6sv6nmqmymsdn0zlxk-libzip-1.9.2/include:/gnu/store/s3hl12jxz9ybs7nsy7kq7ybzz7qnzmsg-bzip2-1.0.8/include:/gnu/store/c8isj4jq6knv0icfgr43di6q3nvdzkx7-xz-5.2.5/include:/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/include:/gnu/store/690qz3fg334dpwn3pn6k59n4wc943p2b-gawk-5.1.0/include:/gnu/store/55cbpsi18mahg131nmiya6km5b4mscfa-make-4.3/include:/gnu/store/rc781v4k0drhaqn90xfwwpspki5x0bvf-binutils-2.37/include:/gnu/store/069aq2v993kpc41yabp5b6vm4wb9jkhg-gcc-10.3.0/include/c++:/gnu/store/069aq2v993kpc41yabp5b6vm4wb9jkhg-gcc-10.3.0/include:/gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/include:/gnu/store/cx3xf3ys7i4ni9l1w4d6r3bymcmv1r74-libusbmuxd-2.0.2/include:/gnu/store/wzmh8jzyra3xd7flrg7vfl85yabkhpy6-libplist-2.2.0/include:/gnu/store/plr00nij45964cyy7sfcg5rcsi8hks0h-openssl-1.1.1l/include:/gnu/store/6mjww4iz4xdan74d5bbjfh7il8rngfkk-linux-libre-headers-5.10.35/include'
environment variable `LIBRARY_PATH' set to `/gnu/store/w1ixkq003jmy1pkkfqq43d8w3pcxiz9h-libimobiledevice-1.3.0/lib:/gnu/store/8a3w6cm4isvfha6sv6nmqmymsdn0zlxk-libzip-1.9.2/lib:/gnu/store/s3hl12jxz9ybs7nsy7kq7ybzz7qnzmsg-bzip2-1.0.8/lib:/gnu/store/c8isj4jq6knv0icfgr43di6q3nvdzkx7-xz-5.2.5/lib:/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/lib:/gnu/store/690qz3fg334dpwn3pn6k59n4wc943p2b-gawk-5.1.0/lib:/gnu/store/rc781v4k0drhaqn90xfwwpspki5x0bvf-binutils-2.37/lib:/gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib:/gnu/store/4jdghmc65q7i7ib89zmvq66l0ghf7jc4-glibc-2.33-static/lib:/gnu/store/fnr1z6xsan0437r0yg48d0y8k32kqxby-glibc-utf8-locales-2.33/lib:/gnu/store/cx3xf3ys7i4ni9l1w4d6r3bymcmv1r74-libusbmuxd-2.0.2/lib:/gnu/store/wzmh8jzyra3xd7flrg7vfl85yabkhpy6-libplist-2.2.0/lib:/gnu/store/plr00nij45964cyy7sfcg5rcsi8hks0h-openssl-1.1.1l/lib'
environment variable `GUIX_LOCPATH' set to `/gnu/store/fnr1z6xsan0437r0yg48d0y8k32kqxby-glibc-utf8-locales-2.33/lib/locale'
environment variable `SSL_CERT_DIR' unset
environment variable `SSL_CERT_FILE' unset
phase `set-paths' succeeded after 0.0 seconds
starting phase `install-locale'
using 'en_US.utf8' locale for category "LC_ALL"
phase `install-locale' succeeded after 0.0 seconds
starting phase `unpack'
ideviceinstaller-1.1.1/
ideviceinstaller-1.1.1/man/
ideviceinstaller-1.1.1/man/Makefile.am
ideviceinstaller-1.1.1/man/Makefile.in
ideviceinstaller-1.1.1/man/ideviceinstaller.1
ideviceinstaller-1.1.1/aclocal.m4
ideviceinstaller-1.1.1/install-sh
ideviceinstaller-1.1.1/Makefile.am
ideviceinstaller-1.1.1/depcomp
ideviceinstaller-1.1.1/src/
ideviceinstaller-1.1.1/src/Makefile.am
ideviceinstaller-1.1.1/src/ideviceinstaller.c
ideviceinstaller-1.1.1/src/Makefile.in
ideviceinstaller-1.1.1/configure.ac
ideviceinstaller-1.1.1/configure
ideviceinstaller-1.1.1/config.guess
ideviceinstaller-1.1.1/COPYING
ideviceinstaller-1.1.1/Makefile.in
ideviceinstaller-1.1.1/README.md
ideviceinstaller-1.1.1/m4/
ideviceinstaller-1.1.1/m4/lt~obsolete.m4
ideviceinstaller-1.1.1/m4/ltversion.m4
ideviceinstaller-1.1.1/m4/ltoptions.m4
ideviceinstaller-1.1.1/m4/ltsugar.m4
ideviceinstaller-1.1.1/m4/libtool.m4
ideviceinstaller-1.1.1/m4/as-compiler-flag.m4
ideviceinstaller-1.1.1/config.sub
ideviceinstaller-1.1.1/AUTHORS
ideviceinstaller-1.1.1/compile
ideviceinstaller-1.1.1/config.h.in
ideviceinstaller-1.1.1/missing
ideviceinstaller-1.1.1/ltmain.sh
ideviceinstaller-1.1.1/NEWS
phase `unpack' succeeded after 0.0 seconds
starting phase `bootstrap'
GNU build system bootstrapping not needed
phase `bootstrap' succeeded after 0.0 seconds
starting phase `patch-usr-bin-file'
patch-/usr/bin/file: ./configure: changing `/usr/bin/file' to `/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/bin/file'
patch-/usr/bin/file: ./configure: changing `/usr/bin/file' to `/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/bin/file'
patch-/usr/bin/file: ./configure: changing `/usr/bin/file' to `/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/bin/file'
patch-/usr/bin/file: ./configure: changing `/usr/bin/file' to `/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/bin/file'
patch-/usr/bin/file: ./configure: changing `/usr/bin/file' to `/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/bin/file'
patch-/usr/bin/file: ./configure: changing `/usr/bin/file' to `/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/bin/file'
patch-/usr/bin/file: ./configure: changing `/usr/bin/file' to `/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/bin/file'
patch-/usr/bin/file: ./configure: changing `/usr/bin/file' to `/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/bin/file'
patch-/usr/bin/file: ./configure: changing `/usr/bin/file' to `/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/bin/file'
patch-/usr/bin/file: ./configure: changing `/usr/bin/file' to `/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/bin/file'
patch-/usr/bin/file: ./configure: changing `/usr/bin/file' to `/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/bin/file'
patch-/usr/bin/file: ./configure: changing `/usr/bin/file' to `/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/bin/file'
patch-/usr/bin/file: ./configure: changing `/usr/bin/file' to `/gnu/store/4ic6244i3ca4b4rxc2wnrgllsidyishv-file-5.39/bin/file'
phase `patch-usr-bin-file' succeeded after 0.1 seconds
starting phase `patch-source-shebangs'
patch-shebang: ./compile: changing `/bin/sh' to `/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/sh'
patch-shebang: ./config.guess: changing `/bin/sh' to `/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/sh'
patch-shebang: ./config.sub: changing `/bin/sh' to `/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/sh'
patch-shebang: ./configure: changing `/bin/sh' to `/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/sh'
patch-shebang: ./depcomp: changing `/bin/sh' to `/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/sh'
patch-shebang: ./install-sh: changing `/bin/sh' to `/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/sh'
patch-shebang: ./ltmain.sh: changing `/bin/sh' to `/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/sh'
patch-shebang: ./missing: changing `/bin/sh' to `/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/sh'
phase `patch-source-shebangs' succeeded after 0.0 seconds
starting phase `configure'
source directory: "/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1" (relative from build: ".")
build directory: "/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1"
configure flags: ("CONFIG_SHELL=/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/bash" "SHELL=/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/bash" "--prefix=/gnu/store/3s1315v2ipfjv460jisjzdx1i035x131-ideviceinstaller-1.1.1" "--enable-fast-install" "--build=x86_64-unknown-linux-gnu")
checking for a BSD-compatible install... /gnu/store/d251rfgc9nm2clzffzhgiipdvfvzkvwi-coreutils-8.32/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /gnu/store/d251rfgc9nm2clzffzhgiipdvfvzkvwi-coreutils-8.32/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /gnu/store/wxgv6i8g0p24q5gcyzd0yr07s8kn9680-sed-4.8/bin/sed
checking for grep that handles long lines and -e... /gnu/store/xjwp2hsd9256icjjybfrmznppjicywf6-grep-3.6/bin/grep
checking for egrep... /gnu/store/xjwp2hsd9256icjjybfrmznppjicywf6-grep-3.6/bin/grep -E
checking for fgrep... /gnu/store/xjwp2hsd9256icjjybfrmznppjicywf6-grep-3.6/bin/grep -F
checking for ld used by gcc... /gnu/store/s2pg5k98fl2g2szg9dykxyd9zl3xihv9-ld-wrapper-0/bin/ld
checking if the linker (/gnu/store/s2pg5k98fl2g2szg9dykxyd9zl3xihv9-ld-wrapper-0/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /gnu/store/rc781v4k0drhaqn90xfwwpspki5x0bvf-binutils-2.37/bin/nm -B
checking the name lister (/gnu/store/rc781v4k0drhaqn90xfwwpspki5x0bvf-binutils-2.37/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /gnu/store/s2pg5k98fl2g2szg9dykxyd9zl3xihv9-ld-wrapper-0/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /gnu/store/rc781v4k0drhaqn90xfwwpspki5x0bvf-binutils-2.37/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /gnu/store/d251rfgc9nm2clzffzhgiipdvfvzkvwi-coreutils-8.32/bin/dd
checking how to truncate binary pipes... /gnu/store/d251rfgc9nm2clzffzhgiipdvfvzkvwi-coreutils-8.32/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/gnu/store/s2pg5k98fl2g2szg9dykxyd9zl3xihv9-ld-wrapper-0/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /gnu/store/2b3blhwbag1ial0dhxw7wh4zjxl0cqpk-pkg-config-0.29.2/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libimobiledevice... yes
checking for libplist... yes
checking for libzip... yes
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for strdup... yes
checking for strerror... yes
checking for asprintf... yes
checking for vasprintf... yes
checking whether lstat is available... yes
checking for supported compiler flags...  -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -Werror -g
checking whether make supports nested variables... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

Configuration for ideviceinstaller 1.1.1:
-------------------------------------------

  Install prefix: .........: /gnu/store/3s1315v2ipfjv460jisjzdx1i035x131-ideviceinstaller-1.1.1

  Now type 'make' to build ideviceinstaller 1.1.1,
  and then 'make install' for installation.

phase `configure' succeeded after 2.9 seconds
starting phase `patch-generated-file-shebangs'
phase `patch-generated-file-shebangs' succeeded after 0.0 seconds
starting phase `build'
make  all-recursive
make[1]: Entering directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1'
Making all in src
make[2]: Entering directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/src'
  CC       ideviceinstaller-ideviceinstaller.o
  CCLD     ideviceinstaller
make[2]: Leaving directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/src'
Making all in man
make[2]: Entering directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/man'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/man'
make[2]: Entering directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1'
make[2]: Leaving directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1'
make[1]: Leaving directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1'
phase `build' succeeded after 0.7 seconds
starting phase `check'
Making check in src
make[1]: Entering directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/src'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/src'
Making check in man
make[1]: Entering directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/man'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/man'
make[1]: Entering directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1'
make[1]: Leaving directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1'
phase `check' succeeded after 0.0 seconds
starting phase `install'
Making install in src
make[1]: Entering directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/src'
make[2]: Entering directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/src'
 /gnu/store/d251rfgc9nm2clzffzhgiipdvfvzkvwi-coreutils-8.32/bin/mkdir -p '/gnu/store/3s1315v2ipfjv460jisjzdx1i035x131-ideviceinstaller-1.1.1/bin'
  /gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8/bin/bash ../libtool   --mode=install /gnu/store/d251rfgc9nm2clzffzhgiipdvfvzkvwi-coreutils-8.32/bin/install -c ideviceinstaller '/gnu/store/3s1315v2ipfjv460jisjzdx1i035x131-ideviceinstaller-1.1.1/bin'
libtool: install: /gnu/store/d251rfgc9nm2clzffzhgiipdvfvzkvwi-coreutils-8.32/bin/install -c ideviceinstaller /gnu/store/3s1315v2ipfjv460jisjzdx1i035x131-ideviceinstaller-1.1.1/bin/ideviceinstaller
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/src'
make[1]: Leaving directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/src'
Making install in man
make[1]: Entering directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/man'
make[2]: Entering directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /gnu/store/d251rfgc9nm2clzffzhgiipdvfvzkvwi-coreutils-8.32/bin/mkdir -p '/gnu/store/3s1315v2ipfjv460jisjzdx1i035x131-ideviceinstaller-1.1.1/share/man/man1'
 /gnu/store/d251rfgc9nm2clzffzhgiipdvfvzkvwi-coreutils-8.32/bin/install -c -m 644 ideviceinstaller.1 '/gnu/store/3s1315v2ipfjv460jisjzdx1i035x131-ideviceinstaller-1.1.1/share/man/man1'
make[2]: Leaving directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/man'
make[1]: Leaving directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1/man'
make[1]: Entering directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1'
make[2]: Entering directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1'
make[1]: Leaving directory '/tmp/guix-build-ideviceinstaller-1.1.1.drv-0/ideviceinstaller-1.1.1'
phase `install' succeeded after 0.1 seconds
starting phase `patch-shebangs'
phase `patch-shebangs' succeeded after 0.0 seconds
starting phase `strip'
stripping binaries in "/gnu/store/3s1315v2ipfjv460jisjzdx1i035x131-ideviceinstaller-1.1.1/bin" with "strip" and flags ("--strip-unneeded" "--enable-deterministic-archives")
phase `strip' succeeded after 0.0 seconds
starting phase `validate-runpath'
validating RUNPATH of 1 binaries in "/gnu/store/3s1315v2ipfjv460jisjzdx1i035x131-ideviceinstaller-1.1.1/bin"...
phase `validate-runpath' succeeded after 0.0 seconds
starting phase `validate-documentation-location'
phase `validate-documentation-location' succeeded after 0.0 seconds
starting phase `delete-info-dir-file'
phase `delete-info-dir-file' succeeded after 0.0 seconds
starting phase `patch-dot-desktop-files'
phase `patch-dot-desktop-files' succeeded after 0.0 seconds
starting phase `make-dynamic-linker-cache'
created '/gnu/store/3s1315v2ipfjv460jisjzdx1i035x131-ideviceinstaller-1.1.1/etc/ld.so.cache' from 19 library search path entries
phase `make-dynamic-linker-cache' succeeded after 0.1 seconds
starting phase `install-license-files'
installing 1 license files from '.'
phase `install-license-files' succeeded after 0.0 seconds
starting phase `reset-gzip-timestamps'
phase `reset-gzip-timestamps' succeeded after 0.0 seconds
starting phase `compress-documentation'
compressing documentation in '/gnu/store/3s1315v2ipfjv460jisjzdx1i035x131-ideviceinstaller-1.1.1/share/man' with "gzip" and flags ("--best" "--no-name")
phase `compress-documentation' succeeded after 0.0 seconds
$ ./pre-inst-env guix shell --no-grafts ideviceinstaller -- ideviceinstaller --help
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/check.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/check.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/check.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/check.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/bash.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/bash.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/bash.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/bash.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/fontutils.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/fontutils.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/fontutils.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/fontutils.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/gnome.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/gnome.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/gnome.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/gnome.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/cmake.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/cmake.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/cmake.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/cmake.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/audio.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/audio.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/audio.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/audio.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/build-tools.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/build-tools.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/build-tools.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/build-tools.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/cpp.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/cpp.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/cpp.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/cpp.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/gtk.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/gtk.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/gtk.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/gtk.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/enchant.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/enchant.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/enchant.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/enchant.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/java.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/java.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/java.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/java.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/fonts.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/fonts.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/fonts.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/fonts.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/python-xyz.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/python-xyz.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/python-xyz.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/python-xyz.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/emacs.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/emacs.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/emacs.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/emacs.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/enlightenment.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/enlightenment.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/enlightenment.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/enlightenment.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/crates-graphics.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/crates-graphics.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/crates-graphics.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/crates-graphics.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/emacs-xyz.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/emacs-xyz.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/emacs-xyz.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/emacs-xyz.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/video.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/video.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/video.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/video.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/web.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/web.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/web.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/web.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/crates-gtk.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/crates-gtk.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/crates-gtk.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/crates-gtk.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/games.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/games.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/games.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/games.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/monitoring.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/monitoring.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/monitoring.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/monitoring.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/nfs.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/nfs.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/nfs.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/nfs.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/networking.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/networking.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/networking.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/networking.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/libusb.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/libusb.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/libusb.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/libusb.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/python-science.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/python-science.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/python-science.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/python-science.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/bioinformatics.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/bioinformatics.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/bioinformatics.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/bioinformatics.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/bioconductor.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/bioconductor.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/bioconductor.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/bioconductor.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/cran.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/cran.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/cran.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/cran.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/geo.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/geo.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/geo.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/geo.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/qt.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/qt.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/qt.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/qt.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/lisp.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/lisp.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/lisp.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/lisp.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/xdisorg.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/xdisorg.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/xdisorg.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/xdisorg.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/security-token.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/security-token.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/security-token.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/security-token.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/tex.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/tex.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/tex.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/tex.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/music.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/music.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/music.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/music.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/pdf.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/pdf.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/pdf.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/pdf.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/rsync.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/rsync.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/rsync.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/rsync.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/ebook.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/ebook.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/ebook.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/ebook.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/wm.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/wm.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/wm.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/wm.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/lisp-xyz.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/lisp-xyz.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/lisp-xyz.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/lisp-xyz.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/machine-learning.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/machine-learning.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/machine-learning.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/machine-learning.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/virtualization.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/virtualization.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/virtualization.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/virtualization.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/bootloaders.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/bootloaders.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/bootloaders.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/bootloaders.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/containers.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/containers.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/containers.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/containers.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/spice.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/spice.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/spice.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/spice.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/simulation.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/simulation.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/simulation.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/simulation.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/embedded.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/embedded.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/embedded.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/embedded.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/chemistry.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/chemistry.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/chemistry.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/chemistry.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/chromium.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/chromium.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/chromium.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/chromium.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/engineering.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/engineering.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/engineering.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/engineering.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/fpga.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/fpga.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/fpga.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/fpga.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/dezyne.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/dezyne.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/dezyne.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/dezyne.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/xfce.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/xfce.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/xfce.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/xfce.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/education.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/education.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/education.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/education.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/esolangs.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/esolangs.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/esolangs.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/esolangs.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/ipfs.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/ipfs.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/ipfs.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/ipfs.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/irods.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/irods.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/irods.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/irods.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/telegram.scm
;;;       newer than compiled /home/kreyren/Repositories/guix/gnu/packages/telegram.go
;;; note: source file /home/kreyren/Repositories/guix/gnu/packages/telegram.scm
;;;       newer than compiled /run/current-system/profile/lib/guile/3.0/site-ccache/gnu/packages/telegram.go
The following derivation will be built:
  /gnu/store/gfib4hwib90k8sijslpnimaxa2xjy62s-profile.drv

building CA certificate bundle...
listing Emacs sub-directories...
building fonts directory...
building directory of Info manuals...
building profile with 1 package...
Usage: ideviceinstaller OPTIONS

Manage apps on iOS devices.

OPTIONS:
  -u, --udid UDID	Target specific device by UDID.
  -n, --network		Connect to network device.
  -l, --list-apps	List apps, possible options:
       -o list_user	- list user apps only (this is the default)
       -o list_system	- list system apps only
       -o list_all	- list all types of apps
       -o xml		- print full output as xml plist
  -i, --install ARCHIVE	Install app from package file specified by ARCHIVE.
                       	ARCHIVE can also be a .ipcc file for carrier bundles.
  -U, --uninstall APPID	Uninstall app specified by APPID.
  -g, --upgrade ARCHIVE	Upgrade app from package file specified by ARCHIVE.
  -L, --list-archives	List archived applications, possible options:
       -o xml		- print full output as xml plist
  -a, --archive APPID	Archive app specified by APPID, possible options:
       -o uninstall	- uninstall the package after making an archive
       -o app_only	- archive application data only
       -o docs_only	- archive documents (user data) only
       -o copy=PATH	- copy the app archive to directory PATH when done
       -o remove	- only valid when copy=PATH is used: remove after copy
  -r, --restore APPID	Restore archived app specified by APPID
  -R, --remove-archive APPID  Remove app archive specified by APPID
  -o, --options		Pass additional options to the specified command.
  -w, --notify-wait		Wait for app installed/uninstalled notification
                    		to before reporting success of operation
  -h, --help		prints usage information
  -d, --debug		enable communication debugging
  -v, --version		print version information

Homepage:    <https://libimobiledevice.org>
Bug Reports: <https://github.com/libimobiledevice/ideviceinstaller/issues>


[-- Attachment #1.3: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#57871: [PATCH] ideviceinstaller: new package
  2022-09-16 23:41 [bug#57871] [PATCH] ideviceinstaller: new package Jacob Hrbek
       [not found] ` <handler.57871.B.166337169017285.ack@debbugs.gnu.org>
@ 2022-09-22  5:44 ` Julien Lepiller
  1 sibling, 0 replies; 4+ messages in thread
From: Julien Lepiller @ 2022-09-22  5:44 UTC (permalink / raw)
  To: Jacob Hrbek; +Cc: 57871-done

Pushed to master as 04cad8e29ed85be838921c7fa05f7c5bce94b6d1.

I had to change a few things in the final patch:

First of all, please run "guix lint" on your future submissions, so you
can fix some of these issues beforehand.

I changed the source to look directly for the git repository: the
tarballs at github are not always stable, which might break the
package, and a git source is easier to archive in Software Heritage.

I also wrapped a long line in the description, and removed your
comments about versions, since they are not relevant in Guix. This also
fixes an issue about lonely parenthesis. Note that version constraints
like >= 1.2.3 are not relevant in Guix, since packages are not expected
to ever downgrade.

Then, I added the autotools packages (autoconf, automake and libtool)
for the bootstrap phase to run and generate the configure script.

I moved the runtime dependencies (libimobiledevice and other libraries)
to the inputs instead of the native-inputs. There is no difference
between the two for normal compilation, but when cross-compiling, a
software can only link to inputs and propagated-inputs since they are
for the target platform, whereas native-inputs are for the native
platform (the computer performing the build).

Thanks for the patch!




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-22  5:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 23:41 [bug#57871] [PATCH] ideviceinstaller: new package Jacob Hrbek
     [not found] ` <handler.57871.B.166337169017285.ack@debbugs.gnu.org>
2022-09-16 23:45   ` [bug#57871] Acknowledgement ([PATCH] ideviceinstaller: new package) Jacob Hrbek
2022-09-16 23:47     ` Jacob Hrbek
2022-09-22  5:44 ` bug#57871: [PATCH] ideviceinstaller: new package Julien Lepiller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).