<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/nnn, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/nnn: move from testing</title>
<updated>2018-04-02T22:44:47+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2018-04-02T22:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e25c15766f5a036de0fc7290cba7b98ef41b46ec'/>
<id>e25c15766f5a036de0fc7290cba7b98ef41b46ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/nnn: rewrite nlay bash script to POSIX shell</title>
<updated>2018-04-02T22:44:47+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2018-04-02T22:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=118a78fe94b503a7e21c98c71fc0e6c3d76373e3'/>
<id>118a78fe94b503a7e21c98c71fc0e6c3d76373e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/nnn: upgrade to 1.7</title>
<updated>2018-03-31T22:56:15+00:00</updated>
<author>
<name>prspkt</name>
<email>prspkt@protonmail.com</email>
</author>
<published>2018-03-31T21:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=c6336475ea033e31f1342ced8fd44f16d40d2444'/>
<id>c6336475ea033e31f1342ced8fd44f16d40d2444</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/nnn: disable on armhf</title>
<updated>2017-12-27T00:15:40+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-27T00:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=95e0bf677215f936936eddfd7a1b4b01cc729c54'/>
<id>95e0bf677215f936936eddfd7a1b4b01cc729c54</id>
<content type='text'>
    gcc -O2 -Os -fomit-frame-pointer -pipe -Wall -Wextra -Wno-unused-parameter  -o nnn nnn.c -Wl,--as-needed -lreadline -lncursesw
    nnn.c: In function 'show_stats':
    nnn.c:1557:20: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'dev_t {aka long long unsigned int}' [-Wformat=]
      sprintf(g_buf, "%lxh/%lud", sb-&gt;st_dev, sb-&gt;st_dev);
                        ^
    nnn.c:1557:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'dev_t {aka long long unsigned int}' [-Wformat=]
      sprintf(g_buf, "%lxh/%lud", sb-&gt;st_dev, sb-&gt;st_dev);
                             ^
    gcc -O2 -Os -fomit-frame-pointer -pipe -Wall -Wextra -Wno-unused-parameter  -o nnn nnn.c -Wl,--as-needed -lreadline -lncursesw
    nnn.c: In function 'show_stats':
    nnn.c:1557:20: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'dev_t {aka long long unsigned int}' [-Wformat=]
      sprintf(g_buf, "%lxh/%lud", sb-&gt;st_dev, sb-&gt;st_dev);
                        ^
    nnn.c:1557:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'dev_t {aka long long unsigned int}' [-Wformat=]
      sprintf(g_buf, "%lxh/%lud", sb-&gt;st_dev, sb-&gt;st_dev);
                             ^
    /usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../../armv6-alpine-linux-musleabihf/bin/ld: cannot open output file nnn: No such file or directory
    collect2: error: ld returned 1 exit status
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    gcc -O2 -Os -fomit-frame-pointer -pipe -Wall -Wextra -Wno-unused-parameter  -o nnn nnn.c -Wl,--as-needed -lreadline -lncursesw
    nnn.c: In function 'show_stats':
    nnn.c:1557:20: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'dev_t {aka long long unsigned int}' [-Wformat=]
      sprintf(g_buf, "%lxh/%lud", sb-&gt;st_dev, sb-&gt;st_dev);
                        ^
    nnn.c:1557:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'dev_t {aka long long unsigned int}' [-Wformat=]
      sprintf(g_buf, "%lxh/%lud", sb-&gt;st_dev, sb-&gt;st_dev);
                             ^
    gcc -O2 -Os -fomit-frame-pointer -pipe -Wall -Wextra -Wno-unused-parameter  -o nnn nnn.c -Wl,--as-needed -lreadline -lncursesw
    nnn.c: In function 'show_stats':
    nnn.c:1557:20: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'dev_t {aka long long unsigned int}' [-Wformat=]
      sprintf(g_buf, "%lxh/%lud", sb-&gt;st_dev, sb-&gt;st_dev);
                        ^
    nnn.c:1557:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'dev_t {aka long long unsigned int}' [-Wformat=]
      sprintf(g_buf, "%lxh/%lud", sb-&gt;st_dev, sb-&gt;st_dev);
                             ^
    /usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../../armv6-alpine-linux-musleabihf/bin/ld: cannot open output file nnn: No such file or directory
    collect2: error: ld returned 1 exit status
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/nnn: remove check, `nnn -v` does not work on builders</title>
<updated>2017-12-27T00:13:07+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-27T00:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9bdc86efaf439ef9f771ac6f79a334fb69930bf2'/>
<id>9bdc86efaf439ef9f771ac6f79a334fb69930bf2</id>
<content type='text'>
    stdin or stdout is not a tty
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    stdin or stdout is not a tty
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/nnn: new aport</title>
<updated>2017-12-27T00:11:30+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-27T00:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=76eefc1ddcf09b45bd01fda03e29d76183e6045c'/>
<id>76eefc1ddcf09b45bd01fda03e29d76183e6045c</id>
<content type='text'>
https://github.com/jarun/nnn
The missing terminal file browser for X
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/jarun/nnn
The missing terminal file browser for X
</pre>
</div>
</content>
</entry>
</feed>
