gcc-java and libgcj-devel missing (needed to compile pdftk)

Issues related to applications and software problems
jeangebser
Posts: 6
Joined: 2017/04/26 21:40:09

Re: gcc-java and libgcj-devel missing (needed to compile pdf

Post by jeangebser » 2017/05/19 00:58:38

Nux wrote:
bluegroper wrote:Has anybuddy else tried this already ??
https://copr.fedorainfracloud.org/coprs/robert/pdftk/
Yes, works. I've put it all in a repo

Code: Select all

yum-config-manager --add-repo=http://li.nux.ro/download/nux//tmp/pdftk/
yum --nogpgcheck install pdftk
I ran those commands, but when it tried to install, I got these errors:

Code: Select all

Transaction check error:
  file /usr/share/man/man1/gcj-dbtool.1.gz from install of libgcj-4.8.5-4.el7.x86_64 conflicts with file from package libgcj-4.8.2-16.el7.i686
  file /usr/share/man/man1/gij.1.gz from install of libgcj-4.8.5-4.el7.x86_64 conflicts with file from package libgcj-4.8.2-16.el7.i686
  file /usr/share/man/man1/gjar.1.gz from install of libgcj-4.8.5-4.el7.x86_64 conflicts with file from package libgcj-4.8.2-16.el7.i686
  file /usr/share/man/man1/gjarsigner.1.gz from install of libgcj-4.8.5-4.el7.x86_64 conflicts with file from package libgcj-4.8.2-16.el7.i686
  file /usr/share/man/man1/gkeytool.1.gz from install of libgcj-4.8.5-4.el7.x86_64 conflicts with file from package libgcj-4.8.2-16.el7.i686
  file /usr/share/man/man1/gnative2ascii.1.gz from install of libgcj-4.8.5-4.el7.x86_64 conflicts with file from package libgcj-4.8.2-16.el7.i686
  file /usr/share/man/man1/gorbd.1.gz from install of libgcj-4.8.5-4.el7.x86_64 conflicts with file from package libgcj-4.8.2-16.el7.i686
  file /usr/share/man/man1/grmic.1.gz from install of libgcj-4.8.5-4.el7.x86_64 conflicts with file from package libgcj-4.8.2-16.el7.i686
  file /usr/share/man/man1/grmid.1.gz from install of libgcj-4.8.5-4.el7.x86_64 conflicts with file from package libgcj-4.8.2-16.el7.i686
  file /usr/share/man/man1/grmiregistry.1.gz from install of libgcj-4.8.5-4.el7.x86_64 conflicts with file from package libgcj-4.8.2-16.el7.i686
  file /usr/share/man/man1/gserialver.1.gz from install of libgcj-4.8.5-4.el7.x86_64 conflicts with file from package libgcj-4.8.2-16.el7.i686
  file /usr/share/man/man1/gtnameserv.1.gz from install of libgcj-4.8.5-4.el7.x86_64 conflicts with file from package libgcj-4.8.2-16.el7.i686
  file /usr/share/man/man1/jv-convert.1.gz from install of libgcj-4.8.5-4.el7.x86_64 conflicts with file from package libgcj-4.8.2-16.el7.i686

Error Summary
-------------
Thanks much for the effort though.

rsc
Posts: 3
Joined: 2020/11/16 02:10:23

Re: gcc-java and libgcj-devel missing (needed to compile pdftk)

Post by rsc » 2021/10/30 12:04:02

Even this is a quite old topic, pdftk is often still required. Meanwhile my in this thread mentioned pdftk COPR repository has been deprecated in October 2021, because a GCJ-free port of PDFtk has gotten part of the regular EPEL 7 and 8 repositories. The new package can be installed using "yum install pdftk-java" explicitly, alternatively existing pdftk users of my COPR repository are auto-migrated to pdftk-java when running "yum update" the next time.

Post Reply