First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 78907
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Sandro Bonazzola (RETIRED) <sanchan@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Johannes Ballé <os@xn--ball-epa.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
nescc-1.1.3.ebuild ebuild file text/plain Johannes Ballé 2005-01-21 00:10 0000 1023 bytes Details
nescc-1.1.3-install-avr-as.patch patch to fix installation path for modified avr assembler patch Johannes Ballé 2005-01-21 00:12 0000 469 bytes Details | Diff
nescc-1.1.3-noinline.patch patch to fix name clash with gcc feature patch Johannes Ballé 2005-01-21 00:13 0000 2.12 KB Details | Diff
nesc-1.1.3.ebuild Updated ebuild for nesc text/plain Sandro Bonazzola (RETIRED) 2005-07-08 03:56 0000 1.55 KB Details
nesc-1.2_alpha10.ebuild nesc-1.2_alpha10 cvs snapshot text/plain Sandro Bonazzola (RETIRED) 2005-07-08 14:36 0000 2.32 KB Details
nesc-1.2_alpha11.ebuild nesc-1.2_alpha11 text/plain Sandro Bonazzola (RETIRED) 2005-07-14 01:31 0000 1.26 KB Details
nesc-1.2_beta2.ebuild nesc-1.2_beta2 text/plain Sandro Bonazzola (RETIRED) 2005-09-04 00:47 0000 1.30 KB Details
nesc-1.2_beta2.ebuild_eerror.patch suggested patch fixing hint in error message patch Aurélien Francillon 2006-01-04 06:31 0000 521 bytes Details | Diff
nesc-1.2.1.ebuild nesc-1.2.1.ebuild text/plain Aurélien Francillon 2006-01-15 17:06 0000 1.22 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 78907 depends on: 104860 Show dependency tree
Bug 78907 blocks: 78908 98400
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-01-21 00:10 0000
nesC is a modification of C for embedded systems. nescc is the reference
implementation based on gcc.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Johannes Ballé 2005-01-21 00:10:52 0000 -------
Created an attachment (id=49089) [edit]
ebuild file

------- Comment #2 From Johannes Ballé 2005-01-21 00:12:55 0000 -------
Created an attachment (id=49090) [edit]
patch to fix installation path for modified avr assembler

------- Comment #3 From Johannes Ballé 2005-01-21 00:13:46 0000 -------
Created an attachment (id=49091) [edit]
patch to fix name clash with gcc feature

------- Comment #4 From Johannes Ballé 2005-01-21 00:29:44 0000 -------
nesc currently requires tinyos (see bug #78908), an operating system for
embedded systems, to compile properly.

------- Comment #5 From Sandro Bonazzola (RETIRED) 2005-07-08 03:56:27 0000 -------
Created an attachment (id=62903) [edit]
Updated ebuild for nesc

Updated nesc ebuild. Note that the name is changed from nescc to nesc.
This ebuild drops dependency on as-avr, gcc-avr, avr-libc since these are not
required but optional.
Please test and comment.

------- Comment #6 From Sandro Bonazzola (RETIRED) 2005-07-08 14:36:22 0000 -------
Created an attachment (id=62960) [edit]
nesc-1.2_alpha10 cvs snapshot

A version bump. This version is quite stable. Note that with nesc-1.2 the
TinyOS nesC compiler has moved to TinyOS tree. I've ready a ncc-1.1.13 ebuild
that will follow this attachment in another bug.

------- Comment #7 From Sandro Bonazzola (RETIRED) 2005-07-13 14:11:03 0000 -------
new version: nesC 1.2 alpha11 released on july 11.
nesc group provides a packaged version via sourceforge:
https://sourceforge.net/project/showfiles.php?group_id=56288
a new ebuild without cvs eclass will follow tomorrow.

------- Comment #8 From Sandro Bonazzola (RETIRED) 2005-07-14 01:31:43 0000 -------
Created an attachment (id=63370) [edit]
nesc-1.2_alpha11

Version bump. This version drop dependency on gcc-avr.

------- Comment #9 From Sandro Bonazzola (RETIRED) 2005-09-04 00:47:58 0000 -------
Created an attachment (id=67611) [edit]
nesc-1.2_beta2

Version bump.
Now use versionator eclass instead of bash logic.

------- Comment #10 From Aurélien Francillon 2006-01-04 06:31:09 0000 -------
Created an attachment (id=76158) [edit]
suggested patch fixing hint in error message

Hi this is a suggested fix for the hint given when the "TOSDIR environment" is 
set unapropriately, suggesting to install ">=dev-embedded/tinyos-1.1.13" while 
dev-embedded/tinyos is now a "meta package" and does not install the file
/etc/env.d/99tinyos anymore and depends on nesc.
dev-embeded/tos-1.1.14-r1.ebuild   provides this now. This happend to me only 
because my overlay was set unapropriately and dev-embeded/tos didn't install
the 
99tinyos file because i didn't add it to the right "files" directory.
Thanks, 
Aur

------- Comment #11 From Aurélien Francillon 2006-01-04 06:31:09 0000 -------
Created an attachment (id=76158) [edit]
suggested patch fixing hint in error message

Hi this is a suggested fix for the hint given when the "TOSDIR environment" is 
set unapropriately, suggesting to install ">=dev-embedded/tinyos-1.1.13" while 
dev-embedded/tinyos is now a "meta package" and does not install the file
/etc/env.d/99tinyos anymore and depends on nesc.
dev-embeded/tos-1.1.14-r1.ebuild   provides this now. This happend to me only 
because my overlay was set unapropriately and dev-embeded/tos didn't install
the 
99tinyos file because i didn't add it to the right "files" directory.
Thanks, 
Aurélien

------- Comment #12 From Sandro Bonazzola (RETIRED) 2006-01-07 08:42:38 0000 -------
Thanks for the patch, it will be included in the ebuild when it will be
included in the tree (ASAP)

------- Comment #13 From Sandro Bonazzola (RETIRED) 2006-01-09 11:15:15 0000 -------
it will take a little more to hit the tree, nesc-1.2.1 is out, I'll update the
ebuild for this version ASAP.

------- Comment #14 From Aurélien Francillon 2006-01-15 17:06:52 0000 -------
Created an attachment (id=77214) [edit]
nesc-1.2.1.ebuild

version bump, includes proposed patch and removes the versionator stuff which
is not needed anymore 

------- Comment #15 From Sandro Bonazzola (RETIRED) 2006-01-22 01:26:24 0000 -------
Now in portage as dev-tinyos/nesc.

First Last Prev Next    No search results available      Search page      Enter new bug