[jbosstools-issues] [JBoss JIRA] (JBDS-4059) RPM errors: Installing rh-eclipse46-devstudio.10.1 into rh-eclipse46 beta.

Nick Boldt (JIRA) issues at jboss.org
Thu Sep 22 11:26:00 EDT 2016


    [ https://issues.jboss.org/browse/JBDS-4059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13297314#comment-13297314 ] 

Nick Boldt commented on JBDS-4059:
----------------------------------

{code}
rh-eclipse46-devstudio-1.0-1.20160920.1303.el7.x86_64: /opt/rh/rh-eclipse46/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.2.19pre/xulrunner/components/libmozgnome.so: unresolved symbols found:  	libORBit-2.so.0 => not found
 libgnomevfs-2.so.0 => not found
 libnotify.so.1 => not found
 rh-eclipse46-devstudio-1.0-1.20160920.1303.el7.x86_64: /opt/rh/rh-eclipse46/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.2.19pre/xulrunner/components/libnkgnomevfs.so: unresolved symbols found:  	libgnomevfs-2.so.0 => not found
 libORBit-2.so.0 => not found
 rh-eclipse46-devstudio-1.0-1.20160920.1303.el7.x86_64: /opt/rh/rh-eclipse46/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.2.19pre/xulrunner/xpidl: unresolved symbols found:  	libIDL-2.so.0 => not found
 rh-eclipse46-eclipse-swt-4.6.1-2.2.el7.x86_64: /opt/rh/rh-eclipse46/root/usr/lib64/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_64_3.105.1.v20160920-1429/libswt-awt-gtk-4626.so: unresolved symbols found:  	libjawt.so => not found
{code}

Never assume something is obvious! Better to be explicit and state what I need to do than to assume I'm an expert in RPM packaging. (This is my first-ever rpm build.) :D

{code}
for so in libORBit-2 libgnomevfs-2 libnotify  libIDL-2; do dnf -b provides */${so}.so.* | egrep "el7.x86_64" | uniq | tail -1 | sed -e "s#\([^:]\+\) : .\+#\1#"; done
# or
for so in libORBit-2 libgnomevfs-2 libnotify  libIDL-2; do yum whatprovides */${so}.so.* | egrep "el7.x86_64" | uniq | tail -1 | sed -e "s#\([^:]\+\) : .\+#\1#"; done

# need all 4 of these:
ORBit2-2.14.19-13.el7.x86_64
gnome-vfs2-2.24.4-14.el7.x86_64
libnotify-0.7.5-8.el7.x86_64
libIDL-0.8.14-8.el7.x86_64

yum whatprovides */libjawt.so | egrep "el7.*x86_64" | egrep -v "Filename|debug|1\.6" | uniq | sed -e "s#\([^:]\+\) : .\+#\1#" > /tmp/list; cat /tmp/list | sort | uniq 

# need one or more of these:
java-1.7.0-openjdk-headless-1:1.7.0.91-2.6.2.3.el7.x86_64
java-1.8.0-openjdk-1:1.8.0.65-3.b17.el7.x86_64
java-1.8.0-openjdk-devel-1:1.8.0.65-3.b17.el7.x86_64
{code}

[~mat.booth] [~rgrunber] Should we add these package deps to the spec file for rh-eclipse46-devstudio, or rh-eclipse46-base ?

> RPM errors: Installing rh-eclipse46-devstudio.10.1 into rh-eclipse46 beta.
> --------------------------------------------------------------------------
>
>                 Key: JBDS-4059
>                 URL: https://issues.jboss.org/browse/JBDS-4059
>             Project: Red Hat JBoss Developer Studio (devstudio)
>          Issue Type: Bug
>          Components: build
>            Reporter: Pavol Srna
>            Assignee: Nick Boldt
>
> [~vkadlcik] has run some rpm sanity tests. The findings can be seen here: http://nest.test.redhat.com/mnt/qa/scratch/bkr-hv03-guest19/2016:24366/tps_with_devstudio/tps-rpmtest.html
> [~nickboldt] can you please investigate? Thanks!



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list