regression on -current with Mplayer
by nobodino from LinuxQuestions.org on (#5Q1WH)
Mplayer doesn't build anymore on -current:
-------------------
MPlayer-20210418/mp_core.h
MPlayer-20210418/compatinc/
MPlayer-20210418/compatinc/unistd.h
MPlayer-20210418/m_option.c
MPlayer-20210418/configure
MPlayer-20210418/README
MPlayer-20210418/m_struct.c
./MPlayer.SlackBuild FAILED at line 238!
-------------------
the line 238 is : chmod -R u+w,go+r-w,a+X-s *
which is part of coreutils, it seems the new coreutils-9.0 has some problems.
Downgrading to coreutils-8.32 solves the issue.
-------------------
MPlayer-20210418/mp_core.h
MPlayer-20210418/compatinc/
MPlayer-20210418/compatinc/unistd.h
MPlayer-20210418/m_option.c
MPlayer-20210418/configure
MPlayer-20210418/README
MPlayer-20210418/m_struct.c
./MPlayer.SlackBuild FAILED at line 238!
-------------------
the line 238 is : chmod -R u+w,go+r-w,a+X-s *
which is part of coreutils, it seems the new coreutils-9.0 has some problems.
Downgrading to coreutils-8.32 solves the issue.