Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 196454 - Please add x11-misc/synergy to the tree.
Summary: Please add x11-misc/synergy to the tree.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-19 20:38 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2007-11-28 19:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2007-10-19 20:38:04 UTC
Tested and works on x86 linux. You will also need to add x11-libs/libXinerama as a dep; this works as well. All I did was run eapify & digest on both ebuilds then emerge'd synergy.

Thanks!
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2007-10-29 14:27:20 UTC
err. it compiles fine but won't run. 

% synergys
synergys: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by synergys)

Any ideas?
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2007-10-29 18:05:12 UTC
(In reply to comment #1)
> err. it compiles fine but won't run. 
> 
> % synergys
> synergys: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required
> by synergys)
> 
> Any ideas?

Huh, runs fine if you compile manually from source..??

Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2007-10-29 18:54:22 UTC
This has to do with the configure call (obviously).

I edited the ebuild and put ./configure --prefix=$EPREFIX/usr inplace of econf --sysconfdir=/etc and it runs fine now as expected.

Any idea what part of the "econf" configure call might cause this??
./configure --prefix=/home/jolexa/portage/linux-32/usr --host=i686-pc-linux-gnu --mandir=/home/jolexa/portage/linux-32/usr/share/man --infodir=/home/jolexa/portage/linux-32/usr/share/info --datadir=/home/jolexa/portage/linux-32/usr/share --sysconfdir=/home/jolexa/portage/linux-32/etc --localstatedir=/home/jolexa/portage/linux-32/var/lib --sysconfdir=/etc --build=i686-pc-linux-gnu
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2007-10-29 19:05:17 UTC
(In reply to comment #3)
> This has to do with the configure call (obviously).
> 
> I edited the ebuild and put ./configure --prefix=$EPREFIX/usr inplace of econf
> --sysconfdir=/etc and it runs fine now as expected.
> 
> Any idea what part of the "econf" configure call might cause this??
> ./configure --prefix=/home/jolexa/portage/linux-32/usr --host=i686-pc-linux-gnu
> --mandir=/home/jolexa/portage/linux-32/usr/share/man
> --infodir=/home/jolexa/portage/linux-32/usr/share/info
> --datadir=/home/jolexa/portage/linux-32/usr/share
> --sysconfdir=/home/jolexa/portage/linux-32/etc
> --localstatedir=/home/jolexa/portage/linux-32/var/lib --sysconfdir=/etc
> --build=i686-pc-linux-gnu

Sorry for the flood of emails. I can't reproduce this error anymore now so if it works for you I would say it is good to go. Thanks. (again, sorry)
Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2007-11-05 16:05:24 UTC
This is the version that I used:
x11-misc/synergy-1.3.1 
Comment 6 Fabian Groffen gentoo-dev 2007-11-28 19:16:54 UTC
added, thanks!