Giter Site home page Giter Site logo

Ubuntu dependencies about gpaste HOT 7 CLOSED

keruspe avatar keruspe commented on May 18, 2024
Ubuntu dependencies

from gpaste.

Comments (7)

Keruspe avatar Keruspe commented on May 18, 2024

Hi,

For gobject-introspection you probably need gobject-introspection-devel or something like that.
systemd is optional, you can just use --disable-systemd if you don't want to use it.
Some debian-related packaging stuff will maybe appear in the enxt weeks here, hopefully it will help.
Note that on ubuntu, without extra repositories, you might need to switch to the 3.0 branch, because master requires a version of gtk+ not available for ubuntu iirc.

I think that webupd8 package it in their repo, btw.

Unity is not yet supported but support will come as soon as I have time to do so (I wish it could be in a month or so)

from gpaste.

burningTyger avatar burningTyger commented on May 18, 2024

Thank you for the quick response. I did install that package but configure still complains. I also disabled systemd. Also, I'm running on the gnome repository using 3.10.1, not unity.

from gpaste.

Keruspe avatar Keruspe commented on May 18, 2024

Maybe you need to run autogen.sh again ? Or please paste the output of
configure

On Saturday, January 11, 2014, burningTyger wrote:

Thank you for the quick response. I did install that package but configure
still complains. I also disabled systemd. Also, I'm running on the gnome
repository using 3.10.1, not unity.


Reply to this email directly or view it on GitHubhttps://github.com//issues/69#issuecomment-32095685
.

from gpaste.

burningTyger avatar burningTyger commented on May 18, 2024

Thanks, that fixed it for the configure part. Next problem arrived while compiling:

Making install in po
linguas="de es fi fr pt_BR "; \
  for lang in $linguas; do \
    dir=/usr/share/locale/$lang/LC_MESSAGES; \
    /bin/bash /home/zorro/Entwicklung/GPaste/build-aux/install-sh -d $dir; \
    if test -r $lang.gmo; then \
      /usr/bin/install -c -m 644 $lang.gmo $dir/GPaste.mo; \
      echo "installing $lang.gmo as $dir/GPaste.mo"; \
    else \
      /usr/bin/install -c -m 644 ./$lang.gmo $dir/GPaste.mo; \
      echo "installing ./$lang.gmo as" \
     "$dir/GPaste.mo"; \
    fi; \
    if test -r $lang.gmo.m; then \
      /usr/bin/install -c -m 644 $lang.gmo.m $dir/GPaste.mo.m; \
      echo "installing $lang.gmo.m as $dir/GPaste.mo.m"; \
    else \
      if test -r ./$lang.gmo.m ; then \
        /usr/bin/install -c -m 644 ./$lang.gmo.m \
    $dir/GPaste.mo.m; \
        echo "installing ./$lang.gmo.m as" \
       "$dir/GPaste.mo.m"; \
      else \
        true; \
      fi; \
    fi; \
  done
installing de.gmo as /usr/share/locale/de/LC_MESSAGES/GPaste.mo
installing es.gmo as /usr/share/locale/es/LC_MESSAGES/GPaste.mo
installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/GPaste.mo
installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/GPaste.mo
installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/GPaste.mo
  CCLD     tests/bin/test-gnome-shell-client
/usr/bin/ld: tests/gnome-shell-client/test-gnome-shell-client.o: undefined reference to symbol 'g_signal_connect_data'
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [tests/bin/test-gnome-shell-client] Error 1
make: *** [install-recursive] Error 1

from gpaste.

Keruspe avatar Keruspe commented on May 18, 2024

I have no clue right now and wont be able to test on the next 2 weeks,
sorry.
Will try to figure it out then if it´s not fixed

On Saturday, January 11, 2014, burningTyger wrote:

Thanks, that fixed it for the configure part. Next problem arrived while
compiling:

Making install in po
linguas="de es fi fr pt_BR ";
for lang in $linguas; do
dir=/usr/share/locale/$lang/LC_MESSAGES;
/bin/bash /home/zorro/Entwicklung/GPaste/build-aux/install-sh -d $dir;
if test -r $lang.gmo; then
/usr/bin/install -c -m 644 $lang.gmo $dir/GPaste.mo;
echo "installing $lang.gmo as $dir/GPaste.mo";
else
/usr/bin/install -c -m 644 ./$lang.gmo $dir/GPaste.mo;
echo "installing ./$lang.gmo as"
"$dir/GPaste.mo";
fi;
if test -r $lang.gmo.m; then
/usr/bin/install -c -m 644 $lang.gmo.m $dir/GPaste.mo.m;
echo "installing $lang.gmo.m as $dir/GPaste.mo.m";
else
if test -r ./$lang.gmo.m ; then
/usr/bin/install -c -m 644 ./$lang.gmo.m
$dir/GPaste.mo.m;
echo "installing ./$lang.gmo.m as"
"$dir/GPaste.mo.m";
else
true;
fi;
fi;
done
installing de.gmo as /usr/share/locale/de/LC_MESSAGES/GPaste.mo
installing es.gmo as /usr/share/locale/es/LC_MESSAGES/GPaste.mo
installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/GPaste.mo
installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/GPaste.mo
installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/GPaste.mo
CCLD tests/bin/test-gnome-shell-client
/usr/bin/ld: tests/gnome-shell-client/test-gnome-shell-client.o: undefined reference to symbol 'g_signal_connect_data'
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [tests/bin/test-gnome-shell-client] Error 1
make: *** [install-recursive] Error 1


Reply to this email directly or view it on GitHubhttps://github.com//issues/69#issuecomment-32096788
.

from gpaste.

doppelhelix avatar doppelhelix commented on May 18, 2024

Did you use the tarball to build? Building from a clone will most likely fail (dunno why) on Ubuntu. You will also need at least ppa:gnome3-team/gnome3 and maybe ppa:gnome3-team/gnome3-next on your machine.
For dependencies look here: http://bazaar.launchpad.net/~doppelhelix/+junk/gpaste/view/head:/debian/control
You can get a working .deb here: https://launchpad.net/~doppelhelix/+archive/gnome3

Update:
it seems you are using a clone. Try this in tests/gnome-shell-client.mk

tests_bin_test_gnome_shell_client_LDADD =
        $(libgpaste_gnome_shell_client_la_file)
        $(GLIB_LIBS)
        $(NULL)

from gpaste.

burningTyger avatar burningTyger commented on May 18, 2024

@doppelhelix that fixed it. I had to use the tarball. Thanks a lot.

from gpaste.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.