Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 344)

Ticket Resolution Summary Owner Reporter
#160 fixed Error message when starting YUM: execv failed, rc =-1 No such file or directory Einar Lygre
Description

[E:\]yum execv failed, rc=-1 execv: No such file or directory

It does not matter what command I use after YUM

I'm running eCS 2.2 beta II

#162 fixed libodin requires sed for %post scriptlet, but sed is not listed as dependency of libodin Lewis Rosenthal
Description

I am only discovering this since building the i686 and pentium4 bootstrap packages, which do not include either sed or libodin. Installing libodin without sed throws a bunch of errors apparently from the %post scriptlet, though libodin seems to be installed correctly (and is able to be uninstalled).

Suggest adding sed to list of prerequisites for the package.

sed: not found
sed: not found
sed: not found
sed: not found
mkdir: cannot create directory `': No such file or directory
sed: not found

Installed:
  libodin.i386 0:0.8.9-1
#165 fixed Binutils too old to support AVX2 Dave Yeo
Description

While GCC reports AVX2 is available,

# gcc -mavx2 -dM -E - < /dev/null | egrep "AVX" | sort
#define __AVX__ 1
#define __AVX2__ 1

AS errors out when compiling AVX2 code, eg from flac git head,

R:/tmp/ccwvrScM.s:8773: Error: operand type mismatch for `vpsrlq'
R:/tmp/ccwvrScM.s:8778: Error: no such instruction: `vpermd %ymm1,%ymm5,%ymm0'
R:/tmp/ccwvrScM.s:8859: Error: operand type mismatch for `vpmovzxdq'

Our binutils version 2.21 is close to 5 years old and Paul's newest release is binutils v2.25 2015-01-08.

Note: See TracQuery for help on using queries.