On Fri, 29 Dec 2006, Martin Costabel wrote:
> The remaining question is how you got into this situation. You have repeatedly
> said that you "have gsed installed". I suppose by this you mean the Fink
> package "sed"; or do you have a package named "gsed"?
Sorry for not being precise. Certainly, I
Claus Atzenbeck wrote:
[]
> Yes, status is manual. (BTW, I only have gsed installed.)
>
>> 3. Run "fink reinstall sed" and check if the symlink exists.
>>I suspect it doesn't.
>
> Correct, it doesn't exist.
The remaining question is how you got into this situation. You have
repeatedly said
On Fri, 29 Dec 2006, Martin Costabel wrote:
> I think I can smell the bug in update-alternatives that is responsible for
> this. Claus, just to confirm my suspicion, could you please try the following:
Sure.
> 1. Remove the symlink /sw/bin/sed if you created it in the meantime.
OK.
> 2. Run
>
Claus Atzenbeck wrote:
[]
>> What does "ls -al /sw/etc/alternatives/sed" show?
>
> It points to /sw/bin/gsed. This is correct. I was just wondering, why
> there is no /sw/bin/sed pointing to /sw/etc/alternatives/sed.
I think I can smell the bug in update-alternatives that is responsible
for this
On Thu, 28 Dec 2006, Robert T Wyatt wrote:
> So "fink list sed" doesn't show any installed versions? I thought you said
> that you also installed ssed--that doesn't show up either?
"fink list sed" showed gsed and ssed installed. Both were working.
> What does "ls -al /sw/etc/alternatives/sed" sh
So "fink list sed" doesn't show any installed versions? I thought you
said that you also installed ssed--that doesn't show up either?
What does "ls -al /sw/etc/alternatives/sed" show?
-
Take Surveys. Earn Cash. Influence the
On Thu, 28 Dec 2006, Robert T Wyatt wrote:
> Have you tried:
> sudo apt-get install sed
Yes, right now. ;)
No /sw/bin/sed created.
> I'm just wondering if you have some incompletely installed packages. It might
> suggest:
>
> sudo apt-get -f install
>
> You should do this if it is suggested (and
I'm not sure where you are in the process.
Have you tried:
sudo apt-get install sed
I'm just wondering if you have some incompletely installed packages. It
might suggest:
sudo apt-get -f install
You should do this if it is suggested (and it wouldn't hurt even if it
didn't).
-
On Thu, 28 Dec 2006, Robert T Wyatt wrote:
> What about "fink reinstall sed"?
I've tried it before (and repeated it now), but also this does not
provide me with /sw/bin/sed.
Maybe it will show up magically in a future update. :)
Cheers,
Claus
---
Claus Atzenbeck wrote:
> On Thu, 28 Dec 2006, Robert T Wyatt wrote:
>
>> And "ls -al /sw/bin/sed" still yields nothing after running the
>> update-alternatives commad?
>>
>> (and in turn "ls -al /sw/etc/alternatives/sed" or "which sed")?
>
> No /sw/bin/sed, even after the update-alternatives comm
On Thu, 28 Dec 2006, Robert T Wyatt wrote:
> And "ls -al /sw/bin/sed" still yields nothing after running the
> update-alternatives commad?
>
> (and in turn "ls -al /sw/etc/alternatives/sed" or "which sed")?
No /sw/bin/sed, even after the update-alternatives command.
"which sed" still reports /usr
Claus Atzenbeck wrote:
> Yes, I did this, but without success:
>
> [cirrus:~] admin$ sudo update-alternatives --config sed
>
> There is only 1 program which provides sed
> (/sw/bin/gsed). Nothing to configure.
> [cirrus:~] admin$ ls /sw/bin/sed
> ls: /sw/bin/sed: No such file
Am 28.12.2006 um 07:50 schrieb Claus Atzenbeck:
> On Wed, 27 Dec 2006, Martin Costabel wrote:
>
>> I'll CC the maintainer anyway. Not building without gnu sed installed
>> is a bug in the sed package that needs fixing.
>
> A general question on fink's gsed: I had /sw/bin/gsed installed, but
> app
On Thu, 28 Dec 2006, Martin Costabel wrote:
> Maybe you should do what "fink info sed" says:
>
> Usage Notes:
> This program intalls as gsed, to use it as sed run
> 'sudo update-alternatives --config sed'
Yes, I did this, but without success:
[cirrus:~] admin$ sudo update-alternatives -
Claus Atzenbeck wrote:
> On Thu, 28 Dec 2006, Martin Costabel wrote:
>
>> If you have /sw/bin/gsed but not the symlink /sw/bin/sed, you have a
>> broken incomplete installation of the sed package.
>
> I did:
>
> fink selfupdate
> fink remove sed
> fink rebuild sed
> fink install sed
>
> which b
On Thu, 28 Dec 2006, Martin Costabel wrote:
> If you have /sw/bin/gsed but not the symlink /sw/bin/sed, you have a
> broken incomplete installation of the sed package.
I did:
fink selfupdate
fink remove sed
fink rebuild sed
fink install sed
which builds and installs sed-4.1.5-11, but "ls /sw/bi
Claus Atzenbeck wrote:
> On Wed, 27 Dec 2006, Martin Costabel wrote:
>
>> I'll CC the maintainer anyway. Not building without gnu sed installed
>> is a bug in the sed package that needs fixing.
>
> A general question on fink's gsed: I had /sw/bin/gsed installed, but
> apparently I needed a symbol
On Wed, 27 Dec 2006, Martin Costabel wrote:
> I'll CC the maintainer anyway. Not building without gnu sed installed
> is a bug in the sed package that needs fixing.
A general question on fink's gsed: I had /sw/bin/gsed installed, but
apparently I needed a symbolic link /sw/bin/sed. Should I creat
Claus Atzenbeck wrote:
> On Wed, 27 Dec 2006, Martin Costabel wrote:
>
>> You can either install the ssed package or an older version of sed, like the
>> sed-4.0.5-1 from 10.4/stable (available from the bindist). Then upgrading to
>> sed-4.1.5-11 will work.
>
> I had gsed installed. "sudo ln -s
On Wed, 27 Dec 2006, Martin Costabel wrote:
> You can either install the ssed package or an older version of sed, like the
> sed-4.0.5-1 from 10.4/stable (available from the bindist). Then upgrading to
> sed-4.1.5-11 will work.
I had gsed installed. "sudo ln -s /sw/bin/gsed /sw/bin/sed" solved t
Claus Atzenbeck wrote:
> Hi all,
>
> sed-4.1.5-11 fails to build:
>
> **
> [...]
> sed: 1: "install_sh=/sw/src/fink ...": command i expects \ followed by
> text
> sed: 1: "install_sh=/sw/src/fink ...": command i expects \ followed by
> text
> make
>
On Wed, 27 Dec 2006, Alexander Hansen wrote:
> This appears to be a problem with the initial configuration (e.g. a missing
> build-depend, collision with a non-Fink version of something, etc.)
>
> Can you post the output for the configuration phase of the build?
Sure. See below. (Sorry for this r
Claus Atzenbeck wrote:
> Hi all,
>
> sed-4.1.5-11 fails to build:
>
> **
> [...]
> sed: 1: "install_sh=/sw/src/fink ...": command i expects \ followed by
> text
> sed: 1: "install_sh=/sw/src/fink ...": command i expects \ followed by
> text
> make
> m
Hi all,
sed-4.1.5-11 fails to build:
**
[...]
sed: 1: "install_sh=/sw/src/fink ...": command i expects \ followed by
text
sed: 1: "install_sh=/sw/src/fink ...": command i expects \ followed by
text
make
make all-recursive
Making all in intl
make[2]
24 matches
Mail list logo