← Back to team overview

gnome-split-team team mailing list archive

[Bug 714103] Re: gnome-split-1.0 compilation fails on fedora14 64bit

 

HI Martin,

Thanks for your bug report and your patch.
I'm not running Fedora so I might be wrong but if the patch is applied 32 bits Fedra users will not be able to build GNOME Split anymore right?

If it is the case, the configure should check the system architecture.
It's not an autotools configure file as you can see, it is a hand
written one. So some of the options that you passed to the configure
file are not supported by the script.

** Changed in: gnome-split
   Importance: Undecided => Low

** Changed in: gnome-split
       Status: New => In Progress

** Changed in: gnome-split
     Assignee: (unassigned) => Guillaume Mazoyer (respawneral)

-- 
You received this bug notification because you are a member of GNOME
Split developers, which is subscribed to GNOME Split.
https://bugs.launchpad.net/bugs/714103

Title:
  gnome-split-1.0 compilation fails on fedora14 64bit

Status in GNOME Split - File splitter for GNOME desktop:
  In Progress

Bug description:
  Hi,

  tried to compile gnome-split-1.0 on fedora14 64bit, but this fails
  with the following error messages:

  ./configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-
  linux-gnu --program-prefix= --disable-dependency-tracking
  --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
  --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include
  --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var
  --sharedstatedir=/var/lib --mandir=/usr/share/man
  --infodir=/usr/share/info

  equivalence, v0.2
  ...configuring Java projects to build and run on Linux & Unix

  Identify operating system: Fedora
  Check for required jar files:
   - java-gnome library found
   - dbus-java library found
   - matthew-debug disable library found
   - matthew-debug enable library found
   - matthew-debug hexdump library found
   - Unix socket library found

  Check Java compilers:
   - Eclipse ecj works
   - System Default javac works
   - System Default jar works
   - System Default javadoc found

  Check Java virtual machines:
   - System Default java VM works

  Select compiler: ecj
  Select runtime: java

  Write .config file: ok
  Write launcher files: ok

  + make -j3
  MKDIR tmp/classes
  MKDIR tmp/i18n
  MKDIR tmp/stamp
  ECJ tmp/classes/*.class
  EXTRACT tmp/i18n/gnome-split.pot
  MSGFMT share/locale/de/LC_MESSAGES/gnome-split.mo
  MSGFMT share/locale/cs/LC_MESSAGES/gnome-split.mo
  MSGFMT share/locale/ka/LC_MESSAGES/gnome-split.mo
  MSGFMT share/locale/pt/LC_MESSAGES/gnome-split.mo
  MSGFMT share/locale/gl/LC_MESSAGES/gnome-split.mo
  MSGFMT share/locale/ru/LC_MESSAGES/gnome-split.mo
  MSGFMT share/locale/fr/LC_MESSAGES/gnome-split.mo
  MSGFMT share/locale/es/LC_MESSAGES/gnome-split.mo
  MSGFMT share/locale/pt_BR/LC_MESSAGES/gnome-split.mo
  MSGFMT share/locale/pl/LC_MESSAGES/gnome-split.mo
  MSGFMT share/locale/it/LC_MESSAGES/gnome-split.mo
  MSGFMT share/locale/ca/LC_MESSAGES/gnome-split.mo
  CP gnome-split
  ----------
  1. ERROR in src/org/gnome/split/core/DefaultEngine.java (at line 90)
   public abstract void run();
                        ^^^^^
  The method run() of type DefaultEngine must override a superclass method
  ----------
  2. ERROR in src/org/gnome/split/core/DefaultEngine.java (at line 93)
   public abstract String getFilename();
                          ^^^^^^^^^^^^^
  The method getFilename() of type DefaultEngine must override a superclass method
  ----------
  3. ERROR in src/org/gnome/split/core/DefaultEngine.java (at line 96)
   public abstract long getFileLength();
                        ^^^^^^^^^^^^^^^
  The method getFileLength() of type DefaultEngine must override a superclass method
  ----------
  4. ERROR in src/org/gnome/split/core/DefaultEngine.java (at line 99)
   public void pause() {
               ^^^^^^^
  The method pause() of type DefaultEngine must override a superclass method
  ----------
  5. ERROR in src/org/gnome/split/core/DefaultEngine.java (at line 105)
   public void resume() {
               ^^^^^^^^
  The method resume() of type DefaultEngine must override a superclass method
  ----------
  6. ERROR in src/org/gnome/split/core/DefaultEngine.java (at line 114)
   public void stop(boolean clean) {
               ^^^^^^^^^^^^^^^^^^^
  The method stop(boolean) of type DefaultEngine must override a superclass method
  ----------
  7. ERROR in src/org/gnome/split/core/DefaultEngine.java (at line 130)
   public boolean paused() {
                  ^^^^^^^^
  The method paused() of type DefaultEngine must override a superclass method
  ----------
  8. ERROR in src/org/gnome/split/core/DefaultEngine.java (at line 135)
   public String getDirectory() {
                 ^^^^^^^^^^^^^^
  The method getDirectory() of type DefaultEngine must override a superclass method
  ----------
  ----------
  9. ERROR in src/org/gnome/split/gtk/widget/assistant/ActionAssistant.java (at line 65)
   Assistant.Cancel, Assistant.Apply, Assistant.ForwardPage
                                      ^^^^^^^^^^^^^^^^^^^^^
  Assistant.ForwardPage cannot be resolved to a type

  any hints ?





References