mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rob Landley <rob@landley.net>
To: musl@lists.openwall.com
Cc: musl@lists.openwall.com
Subject: Re: Best place to discuss other lightweight libraries?
Date: Thu, 25 Apr 2013 14:30:31 -0500	[thread overview]
Message-ID: <1366918231.18069.165@driftwood> (raw)
In-Reply-To: <CAFipMOE_p9pdT6rZOmGTE3p7P3FfkUCe_ieKN9qeMM_1nz522A@mail.gmail.com> (from lmemsm@gmail.com on Wed Apr 24 06:39:56 2013)

On 04/24/2013 06:39:56 AM, LM wrote:
> On Sun, Apr 21, 2013 at 4:24 PM, Rob Landley <rob@landley.net> wrote:
> 
> > Once upon a time busybox.net was collecting some of these:
> >
> >   http://busybox.net/tinyutils.html
> >
> 
> Thanks for mentioning this.  I've seen the page before, but this was  
> an
> opportune time to go back and revisit it.  One thing on my todo list  
> is to
> find a non-interactive way to build Perl and microperl (as mentioned  
> on the
> page) appears to be just the solution I was looking for.

The automated Linux From Scratch 6.8 build I did in Aboriginal Linux  
builds perl without requiring user interaction.

wget http://landley.net/aboriginal/bin/system-image-mips.tar.bz2 (or  
whichever)
tar xvjf system-image-mips.tar.bz2
cd system-image-mips
wget  
http://landley.net/aboriginal/control-images/downloads/binaries/lfs-bootstrap.hdc
./native-build.sh lfs-bootstrap.hdc

Does require qemu to be installed on the host...

(I don't _think_ that lfs-bootstrap binary is too stale. The  
system-image-mips is from the start of this month, when I finally got  
the darn arm bugs ironed out of the 3.8 kernel. I've been meaning to  
update to LFS 7.3 before cutting a new release, that one's 6.8. Plus a  
new dropbear binary came out for the static-tools.hdc build control  
image...)

However, I note all that currently builds against uClibc, not musl.  
(Day job eats time...)

> Would be curious if anyone's tried using the microperl makefile with  
> musl.

Microperl is part of the normal perl build. The perl build system is  
implemented _in_ perl (configure and make both), so first they build  
microperl to run the rest of it.

It's not really an intentionally shipped product, just a side effect of  
perl's head being up its own ass.

> I ran a search to see if I could dig up any more information on  
> microperl.
> I did see mention that the Perl developers weren't sure if they'd  
> continue
> to support it in the future.  Also found a couple of build scripts.   
> Both
> install microperl executable and then create a link to perl using  
> it.  Both
> install various .pm files, but they each installed different sets of
> files.  If anyone comes across documentation on installing microperl  
> or has
> any recommendations on which files are most useful to install and  
> where to
> put them, would be very interested in more details.

I'm under the vague impression that microperl is just a perl  
interpreter with several of the default libraries bundled into it, so  
it doesn't need to find anything in external search paths to run the  
perl configure and build.

I remember that people using it outside the perl build originally came  
as a surprise to the perl developers, but that was something like a  
decade ago and I expect they're used to it by now. Doesn't mean they  
put effort into supporting it...

Rob

  reply	other threads:[~2013-04-25 19:30 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-21 16:30 LM
2013-04-21 20:17 ` Rob Landley
2013-04-21 20:24 ` Rob Landley
2013-04-24 11:39   ` LM
2013-04-25 19:30     ` Rob Landley [this message]
2013-04-21 23:26 ` Isaac Dunham
2013-04-22 14:53 ` Rich Felker
2013-04-22 15:21   ` Luca Barbato
2013-04-22 16:40     ` LM
2013-04-22 16:47       ` Daniel Cegiełka
2013-04-22 22:07         ` Rich Felker
2013-04-23 12:50           ` LM
2013-04-23 14:40             ` John Spencer
2013-04-23 14:58               ` Rich Felker
2013-04-22 19:31       ` Luca Barbato
2013-04-22 23:24       ` Rob Landley
2013-04-22 23:31         ` Rich Felker
2013-04-23  0:54           ` Rob Landley
2013-04-23  1:46             ` Rich Felker
2013-04-23  5:04               ` Isaac Dunham
2013-04-23 13:47                 ` Rich Felker
2013-04-23 21:25                   ` Luca Barbato
2013-04-23 21:50                   ` Kurt H Maier
2013-04-24  2:37                     ` Rich Felker
2013-04-24  4:43                       ` Kurt H Maier
2013-04-24 13:37                         ` Rich Felker
2013-04-24  0:50                   ` idunham
2013-04-24  6:11                 ` Rob Landley
2013-04-22 21:52     ` Rich Felker
2013-04-22 22:42       ` Luca Barbato
2013-04-22 23:06         ` Rich Felker
2013-04-23  0:26           ` Luca Barbato
2013-04-23  2:14             ` Rob Landley
2013-04-23 19:07               ` Strake
2013-04-23 19:24                 ` Daniel Cegiełka
2013-04-23 21:33                   ` Szabolcs Nagy
2013-04-24 12:12                     ` Zvi Gilboa
2013-04-23 21:34               ` Luca Barbato
2013-04-24 11:18                 ` Daniel Cegiełka
2013-04-24 11:48                   ` Kurt H Maier
2013-04-24 12:32                     ` Daniel Cegiełka
2013-04-24 13:38                       ` Rich Felker
2013-04-24 13:55                         ` Daniel Cegiełka
2013-04-24 13:37                     ` go support (was: Best place to discuss other lightweight libraries?) John Spencer
2013-04-24 13:39                       ` Rich Felker
2013-04-24 16:33                       ` Kurt H Maier
2013-04-24 15:47                     ` Best place to discuss other lightweight libraries? Szabolcs Nagy
2013-04-24 19:17                       ` Rich Felker
2013-04-25  6:40                         ` Szabolcs Nagy
2013-04-25 19:37                     ` Rob Landley
2013-04-24 13:28                   ` go support (was: Best place to discuss other lightweight libraries?) John Spencer
2013-04-24 13:42                     ` Rich Felker
2013-04-24 14:06                   ` Best place to discuss other lightweight libraries? Christian Neukirchen
2013-04-29 11:41                     ` Daniel Cegiełka
2013-04-29 16:31                       ` Go (was: [musl] Best place to discuss other lightweight libraries?) John Spencer
2013-04-29 16:44                         ` Daniel Cegiełka
2013-04-23  0:31       ` Best place to discuss other lightweight libraries? Rob Landley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1366918231.18069.165@driftwood \
    --to=rob@landley.net \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).