Bug 1669897 - Unsolvable conflicts when building a LiveCD image via livemedia-creator
Summary: Unsolvable conflicts when building a LiveCD image via livemedia-creator
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 29
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-01-27 20:00 UTC by Fomalhaut
Modified: 2019-01-28 18:51 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-01-28 18:51:32 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
My kickstart file and logs (48.44 KB, application/gzip)
2019-01-27 20:00 UTC, Fomalhaut
no flags Details

Description Fomalhaut 2019-01-27 20:00:07 UTC
Created attachment 1524078 [details]
My kickstart file and logs

When building an image, an error message appears about the conflict:
--------------

If livemedia-creator:
21:08:17,059 WRN packaging: 
 Problem 1: conflicting requests
  - package ibus-m17n-1.3.4-27.fc29.x86_64 requires libm17n-core.so.0()(64bit), but none of the providers can be installed
  - package ibus-m17n-1.3.4-27.fc29.x86_64 requires libm17n.so.0()(64bit), but none of the providers can be installed
  - package ibus-m17n-1.4.1-1.fc29.x86_64 requires libm17n-core.so.0()(64bit), but none of the providers can be installed
  - package ibus-m17n-1.4.1-1.fc29.x86_64 requires libm17n.so.0()(64bit), but none of the providers can be installed
  - package m17n-lib-1.8.0-2.fc29.x86_64 is excluded
 Problem 2: conflicting requests
  - package ibus-typing-booster-2.1.2-1.fc29.noarch requires m17n-lib, but none of the providers can be installed
  - package ibus-typing-booster-2.5.0-1.fc29.noarch requires m17n-lib, but none of the providers can be installed
  - package m17n-lib-1.8.0-2.fc29.i686 is excluded
  - package m17n-lib-1.8.0-2.fc29.x86_64 is excluded

If livecd-creator:
 Error creating Live CD : Failed to build transaction : 
 Problem 1: package ibus-m17n-1.4.1-1.fc29.x86_64 requires libm17n-core.so.0()(64bit), but none of the providers can be installed
  - package ibus-m17n-1.4.1-1.fc29.x86_64 requires libm17n.so.0()(64bit), but none of the providers can be installed
  - cannot install the best candidate for the job
  - package m17n-lib-1.8.0-2.fc29.x86_64 is excluded
 Problem 2: package ibus-typing-booster-2.4.1-1.fc29.noarch requires m17n-lib, but none of the providers can be installed
  - cannot install the best candidate for the job
  - package m17n-lib-1.8.0-2.fc29.i686 is excluded
  - package m17n-lib-1.8.0-2.fc29.x86_64 is excluded
--------------

All packages indicated in the error are available:
--------------
# dnf list --showduplicates m17n-lib
Installed packages
m17n-lib.x86_64                     1.8.0-2.fc29                 @anaconda
Available packages
m17n-lib.i686                       1.8.0-2.fc29                 fedora   
m17n-lib.x86_64                     1.8.0-2.fc29                 @anaconda
m17n-lib.x86_64                     1.8.0-2.fc29                 fedora   

# dnf list --showduplicates ibus-typing-booster
Installed packages
ibus-typing-booster.noarch          2.5.0-1.fc29                 @updates
Available packages
ibus-typing-booster.noarch          2.1.2-1.fc29                 fedora  
ibus-typing-booster.noarch          2.5.0-1.fc29                 @updates
ibus-typing-booster.noarch          2.5.0-1.fc29                 updates 

# dnf list --showduplicates ibus-m17n
Installed packages
ibus-m17n.x86_64                    1.4.1-1.fc29                 @updates
Available packages
ibus-m17n.x86_64                    1.3.4-27.fc29                fedora  
ibus-m17n.x86_64                    1.4.1-1.fc29                 @updates
ibus-m17n.x86_64                    1.4.1-1.fc29                 updates 
--------------

Required repositories available.

Comment 1 Vendula Poncova 2019-01-28 10:40:05 UTC
From packaging.log:

23:44:01,566 INF packaging: excluded package: 'm17n*'

I guess that the package m17n* is excluded in the %packages section of the file /usr/share/spin-kickstarts/l10n/fedora-livecd-xfce-ru_RU.ks that you include in your kickstart file.

Comment 2 Vendula Poncova 2019-01-28 10:41:48 UTC
This is not a bug in ibus, my mistake.

Comment 3 Fomalhaut 2019-01-28 18:51:32 UTC
(In reply to Vendula Poncova from comment #1)
> From packaging.log:
> 
> 23:44:01,566 INF packaging: excluded package: 'm17n*'
> 
> I guess that the package m17n* is excluded in the %packages section of the
> file /usr/share/spin-kickstarts/l10n/fedora-livecd-xfce-ru_RU.ks that you
> include in your kickstart file.

   Yes, an image has been created. Sorry, I did not see. :-(
Thanks!


Note You need to log in before you can comment on or make changes to this bug.