Will Ubuntu One be ever available under Intrepid?

Asked by Alatus

Hi!

Is it or will it be possibleto run One on Intrepid 8.10? I can not upgrade to Jaunty since wacom support is still shaky, and I need it on my laptop.

Thanks a lot!

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu One Client Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Elliot Murphy (statik) said :
#1

Hi! We're not currently planning to provide official backports of the Ubuntu One client software for Ubuntu 8.10 or Ubuntu 8.04, because we're focused pretty hard on finishing the features that we currently have and getting the software ready for 1.0 in Ubuntu 9.10. However, there aren't any serious technical limitations that would stop someone from backporting the ubuntuone-client packages and the handful of dependencies from our PPA to a PPA owned by someone in the community. In fact, I'd be delighted if someone did that :)

Revision history for this message
kuh3h3 (kuh3h3) said :
#2

i tried to compile ubuntuone on my intreid 8.10.
definately there are problems in gtk, nautilus version.

 fi
if test -e /usr/share/misc/config.sub ; then \
  for i in ./config.sub ; do \
   if ! test -e $i.cdbs-orig ; then \
    mv $i $i.cdbs-orig ; \
    cp --remove-destination /usr/share/misc/config.sub $i ; \
   fi ; \
  done ; \
 fi
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C .
make[1]: Entering directory `/media/sdc1/ubuntuone/jon/ubuntuone-client-0.90.4+r88'
/usr/bin/make all-recursive
make[2]: Entering directory `/media/sdc1/ubuntuone/jon/ubuntuone-client-0.90.4+r88'
Making all in data
make[3]: Entering directory `/media/sdc1/ubuntuone/jon/ubuntuone-client-0.90.4+r88/data'
if [ ! -h hicolor -a -d icons ]; then \
  ln -s icons hicolor; \
 fi
make[3]: Leaving directory `/media/sdc1/ubuntuone/jon/ubuntuone-client-0.90.4+r88/data'
Making all in nautilus
make[3]: Entering directory `/media/sdc1/ubuntuone/jon/ubuntuone-client-0.90.4+r88/nautilus'
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"UbuntuOne-Nautilus\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -g -Wall -O2 -c -o libnautilus_ubuntuone_la-ubuntuone-nautilus.lo `test -f 'ubuntuone-nautilus.c' || echo './'`ubuntuone-nautilus.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"UbuntuOne-Nautilus\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -g -Wall -O2 -c ubuntuone-nautilus.c -fPIC -DPIC -o .libs/libnautilus_ubuntuone_la-ubuntuone-nautilus.o
ubuntuone-nautilus.c: In function ‘ubuntuone_nautilus_update_file_info’:
ubuntuone-nautilus.c:146: warning: unused variable ‘ret’
ubuntuone-nautilus.c:146: warning: unused variable ‘size’
ubuntuone-nautilus.c:144: warning: unused variable ‘share_status’
ubuntuone-nautilus.c: At top level:
ubuntuone-nautilus.c:173: error: expected ‘)’ before ‘*’ token
ubuntuone-nautilus.c: In function ‘ubuntuone_nautilus_get_location_widget’:
ubuntuone-nautilus.c:218: warning: implicit declaration of function ‘gtk_hbox_new’
ubuntuone-nautilus.c:218: warning: assignment makes pointer from integer without a cast
ubuntuone-nautilus.c:220: warning: implicit declaration of function ‘gtk_label_new’
ubuntuone-nautilus.c:220: warning: assignment makes pointer from integer without a cast
ubuntuone-nautilus.c:221: warning: implicit declaration of function ‘gtk_label_set_use_markup’
ubuntuone-nautilus.c:221: warning: implicit declaration of function ‘GTK_LABEL’
ubuntuone-nautilus.c:222: warning: implicit declaration of function ‘gtk_misc_set_alignment’
ubuntuone-nautilus.c:222: warning: implicit declaration of function ‘GTK_MISC’
ubuntuone-nautilus.c:223: warning: implicit declaration of function ‘gtk_box_pack_start’
ubuntuone-nautilus.c:223: warning: implicit declaration of function ‘GTK_BOX’
ubuntuone-nautilus.c:230: warning: implicit declaration of function ‘gtk_button_new_with_label’
ubuntuone-nautilus.c:230: warning: assignment makes pointer from integer without a cast
ubuntuone-nautilus.c:232: warning: assignment makes pointer from integer without a cast
ubuntuone-nautilus.c:244: error: ‘ubuntuone_nautilus_button_clicked’ undeclared (first use in this function)
ubuntuone-nautilus.c:244: error: (Each undeclared identifier is reported only once
ubuntuone-nautilus.c:244: error: for each function it appears in.)
ubuntuone-nautilus.c:246: warning: implicit declaration of function ‘gtk_box_pack_end’
ubuntuone-nautilus.c: In function ‘ubuntuone_nautilus_share_dialog_construct’:
ubuntuone-nautilus.c:291: warning: implicit declaration of function ‘gtk_dialog_new’
ubuntuone-nautilus.c:291: warning: assignment makes pointer from integer without a cast
ubuntuone-nautilus.c:292: warning: implicit declaration of function ‘gtk_window_set_title’
ubuntuone-nautilus.c:292: warning: implicit declaration of function ‘GTK_WINDOW’
ubuntuone-nautilus.c:293: warning: implicit declaration of function ‘gtk_window_set_transient_for’
ubuntuone-nautilus.c:294: warning: implicit declaration of function ‘gtk_window_set_destroy_with_parent’
ubuntuone-nautilus.c:295: warning: implicit declaration of function ‘gtk_dialog_set_has_separator’
ubuntuone-nautilus.c:295: warning: implicit declaration of function ‘GTK_DIALOG’
ubuntuone-nautilus.c:296: warning: implicit declaration of function ‘gtk_dialog_add_buttons’
ubuntuone-nautilus.c:297: error: ‘GTK_STOCK_CANCEL’ undeclared (first use in this function)
ubuntuone-nautilus.c:297: error: ‘GTK_RESPONSE_CANCEL’ undeclared (first use in this function)
ubuntuone-nautilus.c:298: error: ‘GTK_RESPONSE_ACCEPT’ undeclared (first use in this function)
ubuntuone-nautilus.c:300: warning: implicit declaration of function ‘gtk_dialog_set_default_response’
ubuntuone-nautilus.c:302: warning: implicit declaration of function ‘gtk_window_set_icon_name’
ubuntuone-nautilus.c:304: warning: implicit declaration of function ‘gtk_dialog_get_content_area’
ubuntuone-nautilus.c:304: warning: assignment makes pointer from integer without a cast
ubuntuone-nautilus.c:306: warning: implicit declaration of function ‘gtk_table_new’
ubuntuone-nautilus.c:306: warning: assignment makes pointer from integer without a cast
ubuntuone-nautilus.c:307: warning: implicit declaration of function ‘gtk_table_set_row_spacings’
ubuntuone-nautilus.c:307: warning: implicit declaration of function ‘GTK_TABLE’
ubuntuone-nautilus.c:308: warning: implicit declaration of function ‘gtk_table_set_col_spacings’
ubuntuone-nautilus.c:309: warning: implicit declaration of function ‘gtk_container_set_border_width’
ubuntuone-nautilus.c:309: warning: implicit declaration of function ‘GTK_CONTAINER’
ubuntuone-nautilus.c:311: warning: implicit declaration of function ‘gtk_container_add’
ubuntuone-nautilus.c:313: warning: assignment makes pointer from integer without a cast
ubuntuone-nautilus.c:315: warning: implicit declaration of function ‘gtk_label_set_use_underline’
ubuntuone-nautilus.c:316: warning: implicit declaration of function ‘gtk_table_attach_defaults’
ubuntuone-nautilus.c:319: warning: implicit declaration of function ‘gtk_entry_new’
ubuntuone-nautilus.c:319: warning: assignment makes pointer from integer without a cast
ubuntuone-nautilus.c:320: warning: implicit declaration of function ‘gtk_label_set_mnemonic_widget’
ubuntuone-nautilus.c:324: warning: assignment makes pointer from integer without a cast
ubuntuone-nautilus.c:330: warning: assignment makes pointer from integer without a cast
ubuntuone-nautilus.c:335: warning: implicit declaration of function ‘gtk_check_button_new_with_mnemonic’
ubuntuone-nautilus.c:335: warning: assignment makes pointer from integer without a cast
ubuntuone-nautilus.c: At top level:
ubuntuone-nautilus.c:343: error: expected ‘)’ before ‘*’ token
ubuntuone-nautilus.c:376: error: expected ‘)’ before ‘*’ token
ubuntuone-nautilus.c: In function ‘ubuntuone_nautilus_share_folder’:
ubuntuone-nautilus.c:388: error: ‘ubuntuone_nautilus_share_dialog_closed’ undeclared (first use in this function)
ubuntuone-nautilus.c:390: error: ‘ubuntuone_nautilus_share_dialog_response’ undeclared (first use in this function)
ubuntuone-nautilus.c: In function ‘ubuntuone_nautilus_finalize’:
ubuntuone-nautilus.c:569: warning: unused variable ‘l’
ubuntuone-nautilus.c: In function ‘ubuntuone_nautilus_button_foreach’:
ubuntuone-nautilus.c:707: error: ‘GtkButton’ undeclared (first use in this function)
ubuntuone-nautilus.c:707: error: ‘button’ undeclared (first use in this function)
ubuntuone-nautilus.c:707: warning: implicit declaration of function ‘GTK_BUTTON’
ubuntuone-nautilus.c:709: warning: implicit declaration of function ‘gtk_button_set_label’
ubuntuone-nautilus.c: In function ‘ubuntuone_nautilus_upload_started’:
ubuntuone-nautilus.c:747: warning: implicit declaration of function ‘utime’
ubuntuone-nautilus.c: In function ‘ubuntuone_nautilus_download_started’:
ubuntuone-nautilus.c:780: warning: implicit declaration of function ‘close’
make[3]: *** [libnautilus_ubuntuone_la-ubuntuone-nautilus.lo] 오류 1
make[3]: Leaving directory `/media/sdc1/ubuntuone/jon/ubuntuone-client-0.90.4+r88/nautilus'
make[2]: *** [all-recursive] 오류 1
make[2]: Leaving directory `/media/sdc1/ubuntuone/jon/ubuntuone-client-0.90.4+r88'
make[1]: *** [all] 오류 2
make[1]: Leaving directory `/media/sdc1/ubuntuone/jon/ubuntuone-client-0.90.4+r88'
make: *** [debian/stamp-makefile-build] 오류 2

what header file defines "ubuntuone_nautilus_share_dialog_closed"?
i can`t find.

Revision history for this message
kuh3h3 (kuh3h3) said :
#3

great~~ finally compiled ubuntuone on my intrepid 8.10.
the error messages come from gtk header missing.

#include <gtk-2.0/gtk/gtkbutton.h>
#include <gtk-2.0/gtk/gtkstock.h>
#include <gtk-2.0/gtk/gtkdialog.h>
#include <gtk-2.0/gtk/gtkwidget.h>

just add that to ubuntuone-nautilus.c

Revision history for this message
kuh3h3 (kuh3h3) said :
#4

ah so bad.
some python files`s conflict block nautilus interface.
but web interface still works well on my intrepid 8.10.

Can you help with this problem?

Provide an answer of your own, or ask Alatus for more information if necessary.

To post a message you must log in.