GNU bug report logs -
#24636
sed
Previous Next
Reported by: Батищев Ростислав <slavka414 <at> yandex.ru>
Date: Fri, 7 Oct 2016 11:40:01 UTC
Severity: normal
Tags: moreinfo
Done: Assaf Gordon <assafgordon <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 24636 <at> debbugs.gnu.org (full text, mbox):
Hello,
On 10/07/2016 02:21 AM, Батищев Ростислав wrote:
> When assembling the compiler writes an error
>
> error: we need at least GNU sed 4.x
>
> The system installed version 4.2.2.
Without further technical details, it is hard to know what is the issue here.
Some general suggestions:
1. see which 'sed' is available on the $PATH,
and ensure it is actually gnu sed. Example:
$ which sed
/bin/sed
$ /bin/sed --version
2. try to examine the build commands for your compiler,
and see if they do modify the path, or use a different sed
3. examine the build commands for the compiler,
and try to see which features it is trying to
use and they fail (making it think you do not have a suitable 'sed' installed).
Lastly,
If none of the above helps, please provide us with detailed
information about the program you are trying to build,
what are the commands you are running,
in addition to the errors that are shown.
regards,
- assaf
This bug report was last modified 8 years and 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.