Re: Confusing error messages from shell image activation

2000-12-12 Thread Richard J Kuhns
David O'Brien writes: On Mon, Dec 11, 2000 at 02:35:43PM -0500, Richard J Kuhns wrote: /usr/libexec/ld-elf.so.1: Shared object "libstdc++.so.2" not found /prog/applix/axdata/axmain: Operation timed out Blah. :-( Applixware depends on the compat3x distribution it seems. Can you

Re: Confusing error messages from shell image activation

2000-12-12 Thread David O'Brien
On Tue, Dec 12, 2000 at 10:21:49AM -0500, Richard J Kuhns wrote: 2. Applixware v5.0 can be installed anywhere you like as long as you use the package, but you have to manually edit a shell script. Eg, It is probably too late to fix this, but the script should use this: if ! PREFIX=$(expr

Re: Confusing error messages from shell image activation

2000-12-11 Thread David O'Brien
On Sun, Dec 10, 2000 at 11:42:37PM -0600, Mike Meyer wrote: On the other hand, Applixware Office ships a precompiled package for /usr/local, and doesn't like being installed anywhere else. Which means I've got a couple of hundred megabytes being backup up for no good reason :-(. Mine lives

Re: Confusing error messages from shell image activation

2000-12-11 Thread David O'Brien
On Sun, Dec 10, 2000 at 09:46:46PM -0700, Nate Williams wrote: Fixing broken things is a good thing. Your argument about moving it from /usr/local to show how broken is a good test procedure, but turning it into policy is something completely different. Yes changing the policy is something

Re: Confusing error messages from shell image activation

2000-12-11 Thread David O'Brien
On Mon, Dec 11, 2000 at 12:58:21PM +1100, Andrew Reilly wrote: I agree that PREFIX/LOCALBASE should work: you can't legislate taste. I'm going to keep it to /usr/local and /usr/X11R6, though, thanks all the same. Its been acknowledged that we really should not be installing ports into

Re: Confusing error messages from shell image activation

2000-12-11 Thread Tony Maher
On the other hand, Applixware Office ships a precompiled package for /usr/local, and doesn't like being installed anywhere else. Which means I've got a couple of hundred megabytes being backup up for no good reason :-(. Really?! I have it installed in /opt/applix and I dont think there are

Re: Confusing error messages from shell image activation

2000-12-11 Thread Richard J Kuhns
Tony Maher writes: On the other hand, Applixware Office ships a precompiled package for /usr/local, and doesn't like being installed anywhere else. Which means I've got a couple of hundred megabytes being backup up for no good reason :-(. Really?! I have it installed in

Re: [current] Re: Confusing error messages from shell image activation

2000-12-11 Thread Michael C . Wu
On Mon, Dec 11, 2000 at 12:37:54AM -0500, David Gilbert scribbled: | For foreign or not-so-foreign packages and software, I've seen | /usr/local, /local, /usr/contrib, /opt and /usr/pkg. One site that I | worked at was even pedantic that /usr/contrib was for externally | generated software and

Re: Confusing error messages from shell image activation

2000-12-11 Thread David O'Brien
On Mon, Dec 11, 2000 at 09:07:27AM -0500, Richard J Kuhns wrote: Yes, it's definitely different. No matter what you say when installing, `applix' is: #!/bin/sh APPLIX_HOME="/usr/local/applix" export APPLIX_HOME exec $APPLIX_HOME/applix "$@" Again lack of details.. :-( EXACTLY what is

Re: Confusing error messages from shell image activation

2000-12-11 Thread Richard J Kuhns
David O'Brien writes: On Mon, Dec 11, 2000 at 09:07:27AM -0500, Richard J Kuhns wrote: Yes, it's definitely different. No matter what you say when installing, `applix' is: #!/bin/sh APPLIX_HOME="/usr/local/applix" export APPLIX_HOME exec $APPLIX_HOME/applix "$@"

Re: Confusing error messages from shell image activation

2000-12-11 Thread David O'Brien
On Mon, Dec 11, 2000 at 02:35:43PM -0500, Richard J Kuhns wrote: /usr/libexec/ld-elf.so.1: Shared object "libstdc++.so.2" not found /prog/applix/axdata/axmain: Operation timed out Blah. :-( Applixware depends on the compat3x distribution it seems. Can you install compat3x and see if it now

Re: [current] Re: Confusing error messages from shell image activation

2000-12-11 Thread Brandon D. Valentine
On Mon, 11 Dec 2000, Michael C . Wu wrote: I know I should not jump into this bikeshed. But IMHO, whereever we have our packages install to, we should also place our ports metadata (/var/db/pkg) and the ports skeleton in the same place, preferably a mountpoint. This allow me to switch between

Re: [current] Re: Confusing error messages from shell image activation

2000-12-11 Thread Mike Meyer
Michael C . Wu [EMAIL PROTECTED] types: I know I should not jump into this bikeshed. But IMHO, whereever we have our packages install to, we should also place our ports metadata (/var/db/pkg) and the ports skeleton in the same place, preferably a mountpoint. This allow me to switch between

Re: [current] Re: Confusing error messages from shell image activation

2000-12-11 Thread Andreas Klemm
On Mon, Dec 11, 2000 at 12:37:54AM -0500, David Gilbert wrote: ... but /usr/pkg supplanting /usr/local is one of the things that I like about NetBSD. /usr/pkg sounds a little bit odd ... ( at least for my ears). Why not choose what Solaris uses (/opt) ? It would be an advantage, when

Re: Confusing error messages from shell image activation

2000-12-10 Thread Daniel C. Sobral
Mike Meyer wrote: Rant second: FreeBSD *violates* years of traditions with it's treatment of /usr/local. /usr/local is for *local* things, not add-on software packages! Coopting /usr/local for non-local software creates needless complexity and confusion, which of course leads to needless

Re: Confusing error messages from shell image activation

2000-12-10 Thread Garrett Wollman
[Please watch your carbon copies!] On Sun, 10 Dec 2000 09:37:53 -0600 (CST), Mike Meyer [EMAIL PROTECTED] said: However, FreeBSD is still the only vendor distribution I know of that installs software in /usr/local. That's the problem - software that comes from the vendor doesn't belong in

Re: Confusing error messages from shell image activation

2000-12-10 Thread Mike Meyer
Daniel C. Sobral [EMAIL PROTECTED] types: Mike Meyer wrote: Rant second: FreeBSD *violates* years of traditions with it's treatment of /usr/local. /usr/local is for *local* things, not add-on software packages! Coopting /usr/local for non-local software creates needless complexity and

Re: Confusing error messages from shell image activation

2000-12-10 Thread Mike Meyer
Garrett Wollman [EMAIL PROTECTED] types: On Sun, 10 Dec 2000 09:37:53 -0600 (CST), Mike Meyer [EMAIL PROTECTED] said: However, FreeBSD is still the only vendor distribution I know of that installs software in /usr/local. That's the problem - software that comes from the vendor doesn't

Re: Confusing error messages from shell image activation

2000-12-10 Thread Joe Kelsey
Mike Meyer writes: If memory serves (and it may not at this remove), /usr/local/bin wasn't on my path until I started using VAXen, meaning there were few or no packages installing in /usr/local on v6 v7 on the 11s. If you remember v6 and v7, then please enumerate the packages which

Re: Confusing error messages from shell image activation

2000-12-10 Thread Brian Dean
On Sun, Dec 10, 2000 at 10:13:42AM -0600, Mike Meyer wrote: Whether or not it's part of FreeBSD is immaterial. It's part of the distribution that comes from FreeBSD, and is treated differentlyh from locally installed software (whether written locally or by a third party) in every case

Re: Confusing error messages from shell image activation

2000-12-10 Thread Nat Lanza
Mike Meyer [EMAIL PROTECTED] writes: Whether or not it's part of FreeBSD is immaterial. It's part of the distribution that comes from FreeBSD, and is treated differentlyh from locally installed software (whether written locally or by a third party) in every case *except* where it installs -

Re: Confusing error messages from shell image activation

2000-12-10 Thread Brooks Davis
On Sun, Dec 10, 2000 at 09:37:53AM -0600, Mike Meyer wrote: Interesting. What other OS distribution put things that went into /usr/local on their distribution media? I'm fairly sure that some of the software distributed by SGI on their unsupported free software media does this. -- Brooks --

Re: Confusing error messages from shell image activation

2000-12-10 Thread Brandon D. Valentine
On Sun, 10 Dec 2000, Brooks Davis wrote: On Sun, Dec 10, 2000 at 09:37:53AM -0600, Mike Meyer wrote: Interesting. What other OS distribution put things that went into /usr/local on their distribution media? I'm fairly sure that some of the software distributed by SGI on their unsupported free

Re: Confusing error messages from shell image activation

2000-12-10 Thread Mike Meyer
Nat Lanza [EMAIL PROTECTED] types: Mike Meyer [EMAIL PROTECTED] writes: Whether or not it's part of FreeBSD is immaterial. It's part of the distribution that comes from FreeBSD, and is treated differentlyh from locally installed software (whether written locally or by a third party) in

Re: Confusing error messages from shell image activation

2000-12-10 Thread David O'Brien
On Sun, Dec 10, 2000 at 12:12:59PM -0500, Nat Lanza wrote: Your argument doesn't make much sense to me. It make total sense to me. So if I compile sawfish myself I should install it in /usr/local, but if I install a FreeBSD package for it, it should never go in /usr/local? Correct. Third

Re: Confusing error messages from shell image activation

2000-12-10 Thread David O'Brien
On Sun, Dec 10, 2000 at 01:18:51PM -0500, Brandon D. Valentine wrote: My path under IRIX has to include: /usr/bin/X11:/usr/local/bin:/usr/freeware/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd:/usr/etc:/usr/gfx That is so bad considering the power it gives you? It only takes 2-3 lines in your dot files

Re: Confusing error messages from shell image activation

2000-12-10 Thread Mike Meyer
David O'Brien [EMAIL PROTECTED] types: This control is part of why it would be nice to have /usr/pkg separate from /usr/local. I've given up on FreeBSD and had to create my own /usr/treats to hold what should have been in /usr/local if the FreeBSD Packages hadn't polluted it. I went the

Re: Confusing error messages from shell image activation

2000-12-10 Thread Nate Williams
I'm aware that software was installing itself in /usr/local years before it was installing in /opt. On the other hand, vendor software was installing in /opt years before I ever saw it install in /usr/local. Most vendor software I know pre-dates /opt, and installed itself in /usr/local. I'm

Re: Confusing error messages from shell image activation

2000-12-10 Thread Nat Lanza
"David O'Brien" [EMAIL PROTECTED] writes: No, the issue is one of "preciousness". In other words why backup software that I can just do `pkg_add' to get again? Or if I want to easily start from scratch and update all my FreeBSD Packages? This is an entirely reasonable argument; I don't

Re: Confusing error messages from shell image activation

2000-12-10 Thread Warner Losh
In message [EMAIL PROTECTED] Nate Williams writes: : I'm aware that software was installing itself in /usr/local years : before it was installing in /opt. On the other hand, vendor software : was installing in /opt years before I ever saw it install in : /usr/local. : : Most vendor software

Re: Confusing error messages from shell image activation

2000-12-10 Thread Mike Meyer
Nate Williams [EMAIL PROTECTED] types: I'm aware that software was installing itself in /usr/local years before it was installing in /opt. On the other hand, vendor software was installing in /opt years before I ever saw it install in /usr/local. Most vendor software I know pre-dates

Re: Confusing error messages from shell image activation

2000-12-10 Thread David O'Brien
On Sun, Dec 10, 2000 at 03:15:58PM -0700, Warner Losh wrote: but there also was a /usr/contrib for large packages contribtued to Berkeley by outside parties. BSDi's BSD/OS installs GNOME, KDE, editors, etc.. into /usr/contrib and leaves /usr/local for the user. -- -- David ([EMAIL

Re: Confusing error messages from shell image activation

2000-12-10 Thread Wes Peters
"Daniel C. Sobral" wrote: Mike Meyer wrote: Rant second: FreeBSD *violates* years of traditions with it's treatment of /usr/local. /usr/local is for *local* things, not add-on software packages! Coopting /usr/local for non-local software creates needless complexity and confusion,

Re: Confusing error messages from shell image activation

2000-12-10 Thread Andrew Reilly
On Sun, Dec 10, 2000 at 12:31:10PM -0600, Mike Meyer wrote: Not /usr/local - that's for locally maintained software. I'd rather it go on /usr, so I don't like /opt. When I got to choose, I chose /usr/opt. But anything other than /usr/local on /usr would do as well. So do you also put the

Re: Confusing error messages from shell image activation

2000-12-10 Thread Mike Meyer
Andrew Reilly [EMAIL PROTECTED] types: On Sun, Dec 10, 2000 at 12:31:10PM -0600, Mike Meyer wrote: Not /usr/local - that's for locally maintained software. I'd rather it go on /usr, so I don't like /opt. When I got to choose, I chose /usr/opt. But anything other than /usr/local on /usr

Re: Confusing error messages from shell image activation

2000-12-10 Thread Nate Williams
I'm aware that software was installing itself in /usr/local years before it was installing in /opt. On the other hand, vendor software was installing in /opt years before I ever saw it install in /usr/local. Most vendor software I know pre-dates /opt, and installed itself in

Re: Confusing error messages from shell image activation

2000-12-10 Thread Mike Meyer
Nate Williams [EMAIL PROTECTED] types: I ran mostly DEC boxes until the early 90s, which had all software installed in /usr/bin or /usr/local/bin. Well, I ran DEC boxes for Dec (at WSE) back in the late 80s and early 90s, and don't remember anything being in /usr/local that I didn't drag of

Re: Confusing error messages from shell image activation

2000-12-10 Thread Nate Williams
I ran mostly DEC boxes until the early 90s, which had all software installed in /usr/bin or /usr/local/bin. Well, I ran DEC boxes for Dec (at WSE) back in the late 80s and early 90s, and don't remember anything being in /usr/local that I didn't drag of the net (or write myself) and

Re: Confusing error messages from shell image activation

2000-12-10 Thread Andrew Reilly
On Sun, Dec 10, 2000 at 09:46:46PM -0700, Nate Williams wrote: Fixing broken things is a good thing. Your argument about moving it from /usr/local to show how broken is a good test procedure, but turning it into policy is something completely different. I think the 'tradition' of FreeBSD

Re: Confusing error messages from shell image activation

2000-12-10 Thread Nate Williams
Fixing broken things is a good thing. Your argument about 'moving it from /usr/local to show how broken' is a good test procedure, but turning it into policy is something completely different. I think the 'tradition' of FreeBSD installing packages in /usr/local is enough to leave

[current] Re: Confusing error messages from shell image activation

2000-12-10 Thread David Gilbert
"Brian" == Brian Dean [EMAIL PROTECTED] writes: Brian I'm really not exactly sure what you are complaining about. Brian For example, the last time I built Emacs for Solaris (several Brian years ago admittedly), by default it installed itself into Brian /usr/local. If you install Emacs onto

Re: Confusing error messages from shell image activation

2000-12-10 Thread Mike Meyer
Andrew Reilly [EMAIL PROTECTED] types: On Sun, Dec 10, 2000 at 09:46:46PM -0700, Nate Williams wrote: Fixing broken things is a good thing. Your argument about moving it from /usr/local to show how broken is a good test procedure, but turning it into policy is something completely

Re: Confusing error messages from shell image activation

2000-12-10 Thread Warner Losh
In message [EMAIL PROTECTED] Nate Williams writes: : I know that as recent as 3=4 years ago, Purify installed itself by : default in /usr/local, on SunOS and Solaris. Lucid did this as well, : although things start getting pretty fuzzy going back that far. :) purify and the binary distributions

Re: Confusing error messages from shell image activation

2000-12-10 Thread Warner Losh
In message [EMAIL PROTECTED] Nate Williams writes: : Probably the same time-frame for SunOS, although I didn't have : experience with it until the early 90's. However, if necessary, I can : try and dig out installation docs for some software which ask to have : the stuff unpacked in

Re: Confusing error messages from shell image activation

2000-12-10 Thread Warner Losh
In message [EMAIL PROTECTED] Mike Meyer writes: : Corrections first: The only place where FreeBSD fails to follow FHS : (in my quick perusal of it) is in putting packages in /usr/local : instead of /opt. You can't blame that part of FHS on Linux - I have as : yet to see a Linux distro or package

Re: Confusing error messages from shell image activation

2000-12-09 Thread Brandon D. Valentine
On Sat, 9 Dec 2000, Mike Meyer wrote: There are other places where FreeBSD doesn't comply with the appropriate standard - packages vs. FHS, for instance. I claim that We don't seek to comply with the arbitrarily devised linux filesystem standard. We comply with hier(5), a standard steeped in

Re: Confusing error messages from shell image activation

2000-12-09 Thread Brandon D. Valentine
On Sat, 9 Dec 2000, Brandon D. Valentine wrote: On Sat, 9 Dec 2000, Mike Meyer wrote: There are other places where FreeBSD doesn't comply with the appropriate standard - packages vs. FHS, for instance. I claim that We don't seek to comply with the arbitrarily devised linux filesystem standard.

Re: Confusing error messages from shell image activation

2000-12-09 Thread Mike Meyer
Brandon D. Valentine [EMAIL PROTECTED] types: There are other places where FreeBSD doesn't comply with the appropriate standard - packages vs. FHS, for instance. I claim that We don't seek to comply with the arbitrarily devised linux filesystem standard. We comply with hier(5), a standard

Re: Confusing error messages from shell image activation

2000-12-09 Thread sthaug
Rant second: FreeBSD *violates* years of traditions with it's treatment of /usr/local. /usr/local is for *local* things, not add-on software packages! Coopting /usr/local for non-local software creates needless complexity and confusion, which of course leads to needless pain. Agreed. It

Re: Confusing error messages from shell image activation

2000-12-09 Thread Will Andrews
On Sat, Dec 09, 2000 at 08:21:28PM +0100, [EMAIL PROTECTED] wrote: Agreed. It would be nice if FreeBSD could use the same system as NetBSD, storing the packages/ports under /usr/pkg. That's why PREFIX exists. -- wca To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: Confusing error messages from shell image activation

2000-12-09 Thread sthaug
Agreed. It would be nice if FreeBSD could use the same system as NetBSD, storing the packages/ports under /usr/pkg. That's why PREFIX exists. Okay, let me rephrase: It would be nice if FreeBSD *by default* stored the packages/ports under /usr/pkg, like NetBSD (and the corresponding

Re: Confusing error messages from shell image activation

2000-12-09 Thread David O'Brien
On Sat, Dec 09, 2000 at 08:28:07PM +0100, [EMAIL PROTECTED] wrote: like NetBSD (and the corresponding sources under /usr/pkgsrc). Please stick to reasonable ideas. To move the CVS repo from ports/ to pkgsrc/ would be totally unreasonable. To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: Confusing error messages from shell image activation

2000-12-09 Thread Jordan Hubbard
Not likely to happen - people have an investment in the current scheme and it would certainly mess with their heads if one day FreeBSD suddenly started doing something entirely different than what it's been doing for the last 7 years. For those who really want to track the NetBSD way of doing

Re: Confusing error messages from shell image activation

2000-12-09 Thread Garrett Wollman
On Sat, 9 Dec 2000 12:32:01 -0600 (CST), Mike Meyer [EMAIL PROTECTED] said: There are other places where FreeBSD doesn't comply with the appropriate standard - packages vs. FHS I have never heard of ``FHS''. What is its ANSI, FIPS, IEEE, IEC, or ISO number? -GAWollman To Unsubscribe:

Re: Confusing error messages from shell image activation

2000-12-09 Thread Brandon D. Valentine
On Sat, 9 Dec 2000, David O'Brien wrote: On Sat, Dec 09, 2000 at 08:28:07PM +0100, [EMAIL PROTECTED] wrote: like NetBSD (and the corresponding sources under /usr/pkgsrc). Please stick to reasonable ideas. To move the CVS repo from ports/ to pkgsrc/ would be totally unreasonable. I've always

Re: Confusing error messages from shell image activation

2000-11-24 Thread Garrett Wollman
On Thu, 23 Nov 2000 23:39:07 -0600 (CST), Mike Meyer [EMAIL PROTECTED] said: Um - compliance with what, exactly? IEEE Std.1003.1-1990 et seq. -GAWollman To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Confusing error messages from shell image activation

2000-11-23 Thread Alfred Perlstein
* Mike Meyer [EMAIL PROTECTED] [001122 22:41] wrote: Could I get some feedback on URL: http://www.freebsd.org/cgi/query-pr.cgi?pr=22755 ? It's just a one-line kernel patch with some attendant updates in the kernel and libc, but it makes dealing with broken #! scripts *much* saner, and no one

Re: Confusing error messages from shell image activation

2000-11-23 Thread Mike Meyer
Alfred Perlstein [EMAIL PROTECTED] types: * Mike Meyer [EMAIL PROTECTED] [001122 22:41] wrote: Could I get some feedback on URL: http://www.freebsd.org/cgi/query-pr.cgi?pr=22755 ? It's just a one-line kernel patch with some attendant updates in the kernel and libc, but it makes dealing