You are not logged in.

#1 2023-03-25 15:42:41

FreeRangeTux
Member
Registered: 2023-03-25
Posts: 5

Phoronix grep error/hangs on egrep

Good day fellow Arch users I have a strange error popping up when trying to run any benchmark in PTS.  The error is telling me that I egrep is obsolete and that the suite is using grep -E instead then it hangs and the process stops.

[matt@Tuesday ~]$ phoronix-test-suite benchmark cyberpunk2077

    Evaluating External Test Dependencies ...............................................................................................................................................................................................................

Phoronix Test Suite v10.8.4

    To Install:    pts/cyberpunk2077-1.0.1

    Determining File Requirements .......................................................................................................................................................................................................................
    Searching Download Caches ...........................................................................................................................................................................................................................

    1 Test To Install
        1 File To Download [0.02MB]
        4MB Of Disk Space Is Needed
        28 Seconds Estimated Install Time

    pts/cyberpunk2077-1.0.1:
        Test Installation 1 of 1
        1 File Needed [0.02 MB]
        This test may depend upon third-party/commercial retail software.
        Downloading: cyperpunk2077-settings-1.zip                                                                                                                                                                                                [0.02MB]
        Downloading .....................................................................................................................................................................................................................................
        Approximate Install Size: 4 MB
        Estimated Install Time: 28 Seconds
        Installing Test @ 15:30:21

        [NOTICE] This test will attempt to install the necessary game using your Steam account. If the test appears hung you may need to manually exit the Steam client.
egrep: warning: egrep is obsolescent; using grep -E
^C

Last edited by FreeRangeTux (2023-03-25 17:40:19)

Offline

#2 2023-03-25 16:10:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,293

Re: Phoronix grep error/hangs on egrep

Please use [ code ] [ /code ] tags without spaces for posting outputs.

That message does not lead to a hang, have you taken heed of the notice literally above it? You probably want in any case report a bug to the phoronix test suite that they should adjust their grep usage.

Last edited by V1del (2023-03-25 16:12:20)

Offline

#3 2023-03-25 17:38:35

FreeRangeTux
Member
Registered: 2023-03-25
Posts: 5

Re: Phoronix grep error/hangs on egrep

Yes I have and while I followed this advise the result is the same no matter the benchmark I try to run.  As it seems Steam is not the source of the problem.

Offline

#4 2023-03-25 18:27:43

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,293

Re: Phoronix grep error/hangs on egrep

Neither is that message, and if it was it would be a phoronix bug, what exactly should be happening? Run it through strace, check where it hangs and why.

Offline

#5 2023-03-26 00:39:44

FreeRangeTux
Member
Registered: 2023-03-25
Posts: 5

Re: Phoronix grep error/hangs on egrep

V1del wrote:

Neither is that message, and if it was it would be a phoronix bug, what exactly should be happening? Run it through strace, check where it hangs and why.

I tried strace and it won't complete as the benchmark won't complete.  As for what it is supposed to be doing it should be running various benchmarking functions.

Offline

#6 2023-03-26 01:55:28

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,293

Re: Phoronix grep error/hangs on egrep

where does it hang in  strace? Post the output in doubt https://wiki.archlinux.org/title/List_o … n_services

Offline

#7 2023-03-26 06:20:10

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,096

Re: Phoronix grep error/hangs on egrep

nb. that since the moronix testsuite invoke egrep you can infer it's some sort of script and therefore you'll have to strace -f or -ff and the output is probably gonna be massive and as the code hangs you cannot feed it into 0x0.st directly and the problem is steam what you can likely also show by "set -x" at the head of the moronix script to log the script execution.

Offline

Board footer

Powered by FluxBB