compiling skalibs-1.4.1

2013-10-12 Thread Jorge Almeida
-mssse3 -W -Wall -fomit-frame-pointer -pipe conf-ld: /opt/bin/diet gcc flag-clockistai flag-slashpackage flag-tzisright flag-usert TIA, Jorge Almeida

Re: compiling skalibs-1.4.1

2013-10-12 Thread Jorge Almeida
On Sat, 12 Oct 2013, Laurent Bercot wrote: > Hi Jorge, > You asked the exact same thing about skalibs-1.3.0 and dietlibc Ooops... Sorry. Copied configuration from a different computer. > My answer was: > > * Ask Felix to fix his netinet/in.h : IPV6_V6ONLY is in Single Unix v4. > * In the me

Re: compiling skalibs-1.4.1

2013-10-12 Thread Jorge Almeida
On Sat, 12 Oct 2013, Laurent Bercot wrote: > > > Even if it compiled, I'm having doubts about using dietlibc for this. > > The problem is that dietlibc ignores right timezones, so maybe software > > that uses right timezones would be silently broken? > > I have the exact same problem with uClib

Re: compiling skalibs-1.4.1

2013-10-12 Thread Jorge Almeida
On Sat, 12 Oct 2013, Laurent Bercot wrote: > On 12/10/2013 22:05, Jorge Almeida wrote: > Weird. > The header in musl contains this piece of code: > > and defines struct timespec iff __NEED_struct_timespec > is defined. Also, later on, under the same conditions, CLO

Re: compiling skalibs-1.4.1

2013-10-13 Thread Jorge Almeida
On Sun, 13 Oct 2013, Laurent Bercot wrote: > > > ip46full_t, not ip46_tfull ;) Argh! Dislexy is coming! Success Thanks Jorge

execline bug

2013-10-25 Thread Jorge Almeida
to find this. I have execline-1.2.4 compiled against musl-0.9.14, whereas the other versions were compiled against dietlibc. Could this be the problem? Jorge Almeida

Re: execline bug

2013-10-25 Thread Jorge Almeida
On Fri, 25 Oct 2013, Laurent Bercot wrote: > > > #!/command/execlineb -S0 > > foreground { echo xxx } > > echo yyy > > > > foreground: fatal: unterminated block > > > > Doesn't happen with execline-1.1.5 (the former installed version) > > Hi Jorge, > Chances are the execlineb

Re: execline bug

2013-10-25 Thread Jorge Almeida
On Fri, 25 Oct 2013, Laurent Bercot wrote: > > > BTW, on an unrelated matter: are you sure musl supports a proper > > localtime()? > > AFAIK it does, but ask the musl mailing-list if you have doubts. > The thing is, musl is scrupulously following POSIX, so it does not > read timezones from /etc

Re: execline bug

2013-10-26 Thread Jorge Almeida
On Sat, 26 Oct 2013, Laurent Bercot wrote: > > I will do more testing, then file a report on the musl mailing-list. > Now that I think of it, maybe they don't intend to support right timezones at all, if they are so scrupulous about POSIX: TAI-10 is not POSIX. As if POSIX deserved such respect.

Re: musl and timezones (was: execline bug)

2013-10-26 Thread Jorge Almeida
On Sat, 26 Oct 2013, Laurent Bercot wrote: > > > Now that I think of it, maybe they don't intend to support right > > timezones at all, if they are so scrupulous about POSIX: TAI-10 is not > > POSIX. As if POSIX deserved such respect... > > musl supports the zoneinfo format, according to > ht

Re: musl and timezones

2013-10-26 Thread Jorge Almeida
On Sat, 26 Oct 2013, Laurent Bercot wrote: > > The program I was compiling (a CLI wall-clock) is thrice bigger with > > musl than with diet. Most binaries of your software are *smaller* with > > musl, a notable exception being s6-mount (almost twice with musl!). > > That's probably stdio. > mus

[TEST] Please ignore...

2013-11-06 Thread Jorge Almeida
...unless you're Laurent.

Re: [announce] 2014 spring release

2014-05-14 Thread Jorge Almeida
Laurent, Is -DEXECLINE_OLD_VARNAMES still possible when compiling execline? If so, maybe it should be mentioned (I find the old names more readable, and besides there are scripts that would need to be changed, always a possible source of mayhem when the scripts perform critical functions!) Maybe

Re: [announce] 2014 spring release

2014-05-15 Thread Jorge Almeida
On Wed, May 14, 2014 at 11:50 PM, Laurent Bercot wrote: > > power. The original daemontools utilities were lacking that, and I > simply hadn't noticed until I added myself to some group in > /etc/group and what I wanted to do didn't work because the processes > behind s6-setuidgid didn't pick it

Re: [announce] 2014 spring release

2014-05-15 Thread Jorge Almeida
On Thu, May 15, 2014 at 8:00 PM, Laurent Bercot wrote: > On 15/05/2014 08:36, Jorge Almeida wrote: > > Yes, I remember we talked about it. And my answer was that > flag-slashpackage will assume hard-coded paths work, because that's > an important point of slashpackage (if

Fwd: [announce] 2014 spring release

2014-05-15 Thread Jorge Almeida
On Thu, May 15, 2014 at 9:49 PM, Laurent Bercot wrote: > On 15/05/2014 20:43, Jorge Almeida wrote: >> > > >> Anyway, I have both /command and /package in the hard-drive based >> system, and only /command in the initramfs. So, unless I'm missing >> somet

Re: Fwd: [announce] 2014 spring release

2014-05-15 Thread Jorge Almeida
On Thu, May 15, 2014 at 11:08 PM, Laurent Bercot wrote: >> For example, for the execline package: am I right to assume that >> binaries must be accessible in /package/admin/execline/command/, and >> that this is the only requisite in order to be compatible with >> slashpackage, at least when stat

version s6-linux-utils

2014-05-16 Thread Jorge Almeida
In http://skarnet.org/software/s6-linux-utils/install.html: wrong link!!! Jorge Almeida

slashpackage again

2014-05-16 Thread Jorge Almeida
Laurent, Without a conf-home file, s6-svscan requires s6-supervise in /package/admin/s6-1.1.3.1/command/ defined in s6-config.h as S6_BINPREFIX Why isn't it enough to find the binary in /package/admin/s6/command/ ? (This was what I asked hours ago) Maybe setting conf-home to /package/admin/s6 wou

Re: slashpackage again

2014-05-16 Thread Jorge Almeida
On Sat, May 17, 2014 at 4:23 AM, Laurent Bercot wrote: > Slashpackage is about: > - easy package management (having all your package data under a single > directory, easy versioning, etc.) > - Fixed full pathname guarantees, both versioned and non-versioned. Sure, but the specification (so to

Re: musl and timezones

2014-05-21 Thread Jorge Almeida
On Wed, May 21, 2014 at 3:55 PM, Laurent Bercot wrote: >> musl supports the zoneinfo format, according to >>http://www.etalabs.net/compare_libcs.html >> So as long as it does, there's no reason why it shouldn't support >> the right/ timezones, which are zoneinfo timezones just like POSIX o

superstrip

2014-09-15 Thread Jorge Almeida
Hi Laurent, Your site has superstrip.c as a single file, but I have superstrip-0.12sp, which I think I downloaded from your site long ago. Can you clarify? Thanks Jorge

Re: superstrip

2014-09-15 Thread Jorge Almeida
On Mon, Sep 15, 2014 at 5:36 PM, Laurent Bercot wrote: > Hi Jorge, > > Your site has superstrip.c as a single file, but I have superstrip-0.12sp, >> which I think I downloaded from your site long ago. Can you clarify? >> > > superstrip.c is indeed a single file, and it did not justify the hassl

entropy at stage 1

2017-09-26 Thread Jorge Almeida
https://rationalwiki.org/wiki/File:Tumbleweed.gif ) Comments? Thanks Jorge Almeida

Re: entropy at stage 1

2017-09-27 Thread Jorge Almeida
On Wed, Sep 27, 2017 at 12:36 AM, Rasmus Villemoes wrote: > On 2017-09-26 18:20, Jorge Almeida wrote: >> This is what I do at stage 1, regarding entropy gathering: > > >> - start haveged service soon >> - in background, >> - read 512 bytes from /dev/rand

salted

2017-11-06 Thread Jorge Almeida
I just took notice, with regret, of its demise. Any comment about its fate, Laurent? Cheers Jorge

Re: salted

2017-11-06 Thread Jorge Almeida
On Mon, Nov 6, 2017 at 7:50 PM, Laurent Bercot wrote: >> I just took notice, with regret, of its demise. Any comment about its >> fate, Laurent? > > > BearSSL made it obsolete. Why write homegrown crypto when you can > have real TLS for a ridiculously small amount of resources? > > https://skarn

Re: salted

2017-11-07 Thread Jorge Almeida
On Tue, Nov 7, 2017 at 2:07 AM, Laurent Bercot wrote: >> I was thinking of other applications of NaCl, like encrypting files to >> keep in a computer, rather than network stuff. > > > You can still use NaCl for this. But salted was all about networking. > Yes, I do use it (the TweetNaCl version).

[OT] djbdns + musl

2023-08-19 Thread Jorge Almeida
ded...) (I know the skarnet server uses djbdns compiled against musl, but is it statically compiled?) Thanks Jorge Almeida