View Single Post
  #1   (View Single Post)  
Old 8th October 2009
IronForge IronForge is offline
Fdisk Soldier
 
Join Date: Jul 2009
Location: SoCal - "have skills, will travel for projects"
Posts: 55
Default Opera Port - conflicting pkgs in "make install"

This is a little off topic from the "Opera on qemu" thread, so here it goes....

After I rebuilt my OS from a recent snapshot, upgraded src,ports, and xenocara, and "-uvi'd my packages, I tried to "make install" Opera via the Port system, as described in the FAQ
http://openbsd.org/faq/faq13.html#flashplugin

The Opera Browser is built (it's loads pages really fast, yet freezes often; but that's life - anything else I can do here?); but I can't "make install the flash-plugin due a conflicting package - per the Terminal output:

# cd /usr/ports/www/opera-flashplugin
#
# make install

===> opera-flashplugin-7.0r68p0 depends on: fedora_motif-* - not found
===> Verifying install for fedora_motif-* in emulators/fedora/motif
===> Checking files for fedora_motif-2.1.30p0
`/usr/ports/distfiles/rpm/openmotif21-2.1.30-14.i386.rpm' is up to date.
>> (SHA256) rpm/openmotif21-2.1.30-14.i386.rpm: OK
===> fedora_motif-2.1.30p0 depends on: rpm->=3.0.6p1 - not found
===> Verifying install for rpm->=3.0.6p1 in misc/rpm
===> Installing rpm-3.0.6p4 from /usr/ports/packages/i386/all/
Can't install rpm-3.0.6p4 because of conflicts (rpm2cpio-1.2)
/usr/sbin/pkg_add: rpm-3.0.6p4:Fatal error
*** Error code 1

Stop in /usr/ports/misc/rpm (line 1473 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/emulators/fedora/motif (line 1620 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/emulators/fedora/motif (line 2017 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/emulators/fedora/motif (line 1443 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/emulators/fedora/motif (line 1983 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/emulators/fedora/motif (line 1473 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/www/opera-flashplugin (line 1620 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/www/opera-flashplugin (line 1473 of /usr/ports/infrastructure/mk/bsd.port.mk).
#
# pkg_delete -iv rpm2cpio-1.2
Can't remove rpm2cpio-1.2 without also removing:
file-roller-2.24.3p9 gnome-session-2.24.3p19
Do you want details? [Y/n] y
Can't remove rpm2cpio-1.2 without also removing:
file-roller-2.24.3p9 gnome-session-2.24.3p19
Do you want to remove them as well? [y/N]


I performed an install of FEDORA_BASE a few months ago. Looks like updating may have caused a temporary glitch on dependencies of packages.

Which steps should I take to work around this?

Thanks

Last edited by IronForge; 8th October 2009 at 07:31 AM. Reason: clarification on referential thread
Reply With Quote