bug-sed
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24636: sed


From: Assaf Gordon
Subject: bug#24636: sed
Date: Fri, 7 Oct 2016 19:12:43 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

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









reply via email to

[Prev in Thread] Current Thread [Next in Thread]