Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
1cc0811f
Commit
1cc0811f
authored
Mar 30, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm prescription i586-fix: check for installable only nvidia packages
parent
c30de60d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
13 deletions
+7
-13
i586-fix.sh
prescription.d/i586-fix.sh
+7
-13
No files found.
prescription.d/i586-fix.sh
View file @
1cc0811f
...
@@ -24,13 +24,13 @@ for i in glibc-nss glibc-gconv-modules \
...
@@ -24,13 +24,13 @@ for i in glibc-nss glibc-gconv-modules \
$(
epmqp
--short
libnss |
grep
"^libnss-"
)
\
$(
epmqp
--short
libnss |
grep
"^libnss-"
)
\
$(
epmqp
--short
xorg-dri |
grep
"^xorg-dri-"
)
$(
epmqp
--short
xorg-dri |
grep
"^xorg-dri-"
)
do
do
epm
--quiet
installed
$i
&&
LIST
=
"
$LIST
i586-
$i
"
epm
status
--
installed
$i
&&
LIST
=
"
$LIST
i586-
$i
"
done
done
[
"
$repo
"
=
"p10"
]
&&
for
i
in
\
[
"
$repo
"
=
"p10"
]
&&
for
i
in
\
vulkan-amdgpu
vulkan-amdgpu
do
do
epm
--quiet
installed
$i
&&
LIST
=
"
$LIST
i586-
$i
"
epm
status
--
installed
$i
&&
LIST
=
"
$LIST
i586-
$i
"
done
done
for
i
in
\
for
i
in
\
...
@@ -38,7 +38,8 @@ for i in \
...
@@ -38,7 +38,8 @@ for i in \
libnvidia-ml
\
libnvidia-ml
\
$(
epmqp
--short
nvidia_glx |
grep
"^nvidia_glx"
)
$(
epmqp
--short
nvidia_glx |
grep
"^nvidia_glx"
)
do
do
epm
--quiet
installed
$i
&&
LIST
=
"
$LIST
i586-
$i
"
# https://bugs.etersoft.ru/show_bug.cgi?id=17831
epm status
--installed
$i
&&
epm status
--installable
i586-
$i
&&
LIST
=
"
$LIST
i586-
$i
"
done
done
}
}
...
@@ -52,7 +53,7 @@ for i in \
...
@@ -52,7 +53,7 @@ for i in \
sssd-client
\
sssd-client
\
mesa-vulkan-drivers mesa-dri-drivers vulkan-loader mesa-libd3d
mesa-vulkan-drivers mesa-dri-drivers vulkan-loader mesa-libd3d
do
do
epm
--quiet
installed
$i
&&
LIST
=
"
$LIST
$i
.i686"
epm
status
--
installed
$i
&&
LIST
=
"
$LIST
$i
.i686"
done
done
}
}
...
@@ -74,21 +75,14 @@ case "$vendor" in
...
@@ -74,21 +75,14 @@ case "$vendor" in
;;
;;
esac
esac
filtered_list
=
""
for
pkg
in
$LIST
;
do
if
epm status
--installable
$pkg
;
then
filtered_list
=
"
$filtered_list
$pkg
"
fi
done
echo
echo
ech
o
"Installing all appropiate 32 bit packages ..."
inf
o
"Installing all appropiate 32 bit packages ..."
noremove
=
''
noremove
=
''
[
-n
"
$auto
"
]
&&
noremove
=
'--no-remove'
[
-n
"
$auto
"
]
&&
noremove
=
'--no-remove'
LIST
=
"
$filtered_list
"
epm
install
$noremove
$LIST
epm
install
$noremove
$LIST
RES
=
$?
RES
=
$?
[
"
$RES
"
=
"0"
]
||
echo
"Try do epm upgrade before
."
[
"
$RES
"
=
"0"
]
||
info
"Try do epm upgrade before and check epm repo list
."
exit
$RES
exit
$RES
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment