Contributed by jose on from the alternative-compilers dept.
(Comments are closed)
OpenBSD Journal
Contributed by jose on from the alternative-compilers dept.
(Comments are closed)
Copyright © - Daniel Hartmeier. All rights reserved. Articles and comments are copyright their respective authors, submission implies license to publish on this web site. Contents of the archive prior to as well as images and HTML templates were copied from the fabulous original deadly.org with Jose's and Jim's kind permission. This journal runs as CGI with httpd(8) on OpenBSD, the source code is BSD licensed. undeadly \Un*dead"ly\, a. Not subject to death; immortal. [Obs.]
By sbalneav () on
Scott
By William Ahern () william@25thandClement.com on mailto:william@25thandClement.com
the realpath(3) bug have lurked if realpath(3) wasn't so widely used in other software? There's a fine line between being security conscious, and missing-out on the "many eye-balls" phenomenon.
And that's not a slight against Tendra. Not only
would OpenBSD be the only ones using Tendra, but
OpenBSD users might be forced to re-write many applications which depend on GCC, thus creating
even more niche software with few users.
The fact of the matter is that GCC is a de facto
free software and open source platform, every bit
as much as Java or .Net is a platform. Tendra would make a superb adjunct, but not a replacement.
Comments
By schubert () on http://schubert.cx/
The bit about "many eyes" doesn't really hold much water given OpenBSD's smaller development team and track record and it doesn't apply in the idea of switching compilers; a bug in some code should still exist regardless of which compiler you use (otherwise someone is doing something wrong).
It also comes down to what is more important to OpenBSD in terms of goals... is the idea of shipping a pure BSD licensed OS (excluding ports) paramount?
Comments
By Anonymous Coward () on
But there is segregation in the Open Source community. Too many times, we see GPL licensed projects focus primarily on GPL'd OS to the detriment of other licenses; meanwhile, they took full advantage of more open/free licensed projects (X using the X license; Apache and the Apache license--heck, most people don't realize these are non-GPL'd). (I tend to replace your "pure BSD licensed" to really mean BSD flavor licenses.)
(The classic case to me was Mozilla--the developers prioritized putting a kitchen sink ascii in before committing OBSD patches that allowed the code to compile on OBSD.)
Tendra gives people another option. Further, if people work on this, maybe it also will allow optimizations and what not to occur quicker. I don't see this as a bad thing, and not really as an avoidance of potential future philosophy or license issues, although Tendra certainly may, soon, be a option if such a thing took place.
That said, I don't believe gcc is going to go pull an IPF with it's license or some crap. But having alternatives and competition is a good thing, imnsho.
By Anonymous Coward () on
FreeBSD would be close to your needs.
Comments
By Anonymous Coward () on
By Jadipai () on
By Anonymous Coward () on
Is this a joke?
Have you ever heard about portable code ?
Specific GNU extensions are just pure shit.
By grey () on
Keep in mind that none of this is verbatim, and I've likely munged up some of the finer points (or even big glaring issues) of what he was saying; but that might give you kind of the jist.
I think a BSD licensed C compiler is very promising - whether OpenBSD moves to it ultimately would depend a lot more on how it evolves, and how it compares with the alternatives as well. Sort of like CVS vs OpenCM - one works OK now, and while the other has some more attractive aspects, it's just not ready for OpenBSD's usage right now. Things may change in the future.
Comments
By Jeroen Ruigrok van der Werven () asmodai@tendra.org on http://www.tendra.org/
The thing that I dislike is that GCC puts the emphasis on wrong aspects of what a compiler should do. Like OpenBSD wants to make sure it has the best secure installation out of the base system and pro-active security auditing and set-up, so is TenDRA's primary goal to always produce correct code. I've seen GCC drop too many balls in that aspect.
Theo's idea is something I've been advocating within the TenDRA Project for a while. I am a strong proponent of the 'always produce correct code' idea. For what it is worth I have been looking at plan9's architecture as well.
Are there any pointers to the stack protection stuff or would it mean delving into the gcc in the OpenBSD and comparing it to a stock version?
Personally I think the error reporting from TenDRA outweighs GCC's.
Comments
By Anil () avsm@ on mailto:avsm@
Comments
By Jeroen Ruigrok van der Werven () asmodai@tendra.org on http://www.tendra.org/
By Anil () avsm@ on mailto:avsm@
If you are actually interested in seeing it capable of compiling the base system (let alone becoming default), then start hacking around with it and report bugs back to the tendra team. If you are not interested in this, then don't do anything, and it will probably never happen.
Or, you could sit around here posting lyrical about "de facto free softare and open source platforms" and other such crap, I guess.
By RC () on
free software and open source platform
Monoculture is bad... Even with compilers.
Besides, your arguement just doesn't hold water. If "many eyeballs" or "de facto"-"platform" was an issue, OpenBSD would be using BASH instead of KSH. In fact, there wouldn't even be an OpenBSD since Linux has more eyeballs, and is (seeming to) becomming a defacto platform.
Frankly, I think one thing the Open Source software world needs more than anything else is some real competition in the compilier arena. A good compilier is crucial to all software, and gcc is really quite awful. Intel's release of their own compilier showed just how poor gcc really is, and competition from tendra would only help the Open Source world as a whole.
Besides, look at it this way... Any code that goes into tendra can be leeched into gcc, but code that goes into gcc can't be used in tendra.
By Anonymous Coward () on
pkg_create: tar command failed with code 256
===> Cleaning for tendra-20030803p0
rm -f /usr/ports/packages/i386/all/tendra-20030803p0.tgz
*** Error code 1
Stop in /usr/ports/lang/tendra (line 1710 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1
Stop in /usr/ports/lang/tendra (line 522 of /usr/ports/infrastructure/mk/bsd.port.mk).
By Anonymous Coward () on
If we could get rid of gcc in base, the way to a fully bsd-licensed OS is open :-)
Comments
By Anonymous Coward () on