all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Björn Höfling" <bjoern.hoefling@bjoernhoefling.de>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 32923@debbugs.gnu.org
Subject: [bug#32923] [PATCH 0/3] Add Arduino basics.
Date: Tue, 9 Oct 2018 22:42:47 +0200	[thread overview]
Message-ID: <20181009224247.1420d6e9@alma-ubu> (raw)
In-Reply-To: <20181009172628.38d19f63@scratchpost.org>

[-- Attachment #1: Type: text/plain, Size: 1828 bytes --]

On Tue, 9 Oct 2018 17:26:28 +0200
Danny Milosavljevic <dannym@scratchpost.org> wrote:

> Hi Björn,
> 
> On Tue, 9 Oct 2018 09:44:14 +0200
> Björn Höfling <bjoern.hoefling@bjoernhoefling.de> wrote:
> 
> > I haven't looked into the package definitions, just:
> > 
> > There is already a file avr.scm. Is there any reason you are not
> > adding to this file?  
> 
> Newer arduino versions support other platforms, not just avr.  They
> are an IDE and development environment, with only the "arduinocore-"
> packages differing.
> 
> So in light of this I wouldn't put it into "avr.scm".

OK. Thanks for clarification. I thought that "AVR" and "Arduino" are
somehow synonyms.


> The newer arduino versions require batik, so packages for batik have
> to be finished first.
> That requires xalan, so that has to be finished first.
> And that requires java-cup which cannot be bootstrapped without
> binaries.

I see. CUP requires at least cup.jar and jflex.jar. jfex.jar uses
jflex.jar... 

I took a quick look: Jflex 1.4.1's LexParse.java:

https://github.com/jflex-de/jflex/blob/release_1_4_1/jflex/src/JFlex/LexParse.java

was generated by CUPS v0.10.k.

And if you download that:

http://www2.cs.tum.edu/projects/cup/releases/

the 0.10.k's parser.java was generated by CUP v0.10k...

And that doesn't look like it counts as source code:

  /** Production table. */
  protected static final short _production_table[][] = 
    unpackFromStrings(new String[] {
    "\000\153\000\002\002\004\000\002\055\002\000\002\003" +
    "\012\000\002\003\007\000\002\056\002\000\002\004\006" +
    "\000\002\004\003\000\002\005\004\000\002\005\003\000" +
[..]

Is it that what you meant by bootstrapping from binaries?

It would be so simple, if one just wouldn't care ...

Björn

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

  reply	other threads:[~2018-10-09 20:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-03 19:42 [bug#32923] [PATCH 0/3] Add Arduino basics Danny Milosavljevic
2018-10-03 19:44 ` [bug#32923] [PATCH 1/3] gnu: Add arduino-hardware Danny Milosavljevic
2018-10-03 19:44   ` [bug#32923] [PATCH 2/3] gnu: Add arduino-libraries Danny Milosavljevic
2023-09-01 19:02     ` [bug#32923] [PATCH 0/3] Add Arduino basics Maxim Cournoyer
2018-10-03 19:44   ` [bug#32923] [PATCH 3/3] gnu: Add arduino-makefile Danny Milosavljevic
2023-09-01 18:46   ` [bug#32923] [PATCH 0/3] Add Arduino basics Maxim Cournoyer
2018-10-09  7:44 ` Björn Höfling
2018-10-09 15:26   ` Danny Milosavljevic
2018-10-09 20:42     ` Björn Höfling [this message]
2023-05-27 21:52 ` Robby Zambito

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=20181009224247.1420d6e9@alma-ubu \
    --to=bjoern.hoefling@bjoernhoefling.de \
    --cc=32923@debbugs.gnu.org \
    --cc=dannym@scratchpost.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.