Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135274 - net-p2p/dolda-connect (new ebuild)
Summary: net-p2p/dolda-connect (new ebuild)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.dolda2000.com/~fredrik/dol...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-06-02 07:05 UTC by Roman Polach
Modified: 2011-07-17 08:46 UTC (History)
4 users (show)

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


Attachments
net-p2p/doldaconnect-0.1.ebuild (doldaconnect-0.1.ebuild,710 bytes, text/plain)
2006-09-12 17:13 UTC, Jon Hood (RETIRED)
Details
doldaconnect-0.2.ebuild (doldaconnect-0.2.ebuild,1.19 KB, text/plain)
2006-10-25 17:58 UTC, Daniel Lin
Details
net-p2p/dolcon-py-0.3.1.ebuild (dolcon-py-0.3.1.ebuild,406 bytes, text/plain)
2007-06-20 15:51 UTC, Daniel Lin
Details
net-p2p/doldaconnect-0.4.ebuild (doldaconnect-0.4.ebuild,1.26 KB, text/plain)
2007-06-20 15:52 UTC, Daniel Lin
Details
doldaconnect-1.0.ebuild (doldaconnect-1.0.ebuild,1.55 KB, text/plain)
2007-10-16 15:46 UTC, Daniel Lin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Polach 2006-06-02 07:05:41 UTC
this is the request for new ebuild:
net-p2p/dolda-connect
(direct connect client with remote GTK+ gui)
http://www.dolda2000.com/~fredrik/doldaconnect/
Comment 1 Jon Hood (RETIRED) gentoo-dev 2006-09-12 17:13:55 UTC
Created attachment 96846 [details]
net-p2p/doldaconnect-0.1.ebuild

so far, pretty standard build process, except the UI doesn't compile. I do not have time to patch the source code, so someone else will have to do the patches if you want this working.

uilib.c: In function 'dc_handleread':
uilib.c:497: warning: passing argument 5 of 'getsockopt' from incompatible pointer type
uilib.c:661: warning: passing argument 2 of '_sizebuf' from incompatible pointer type
uilib.c:718: warning: passing argument 2 of '_sizebuf' from incompatible pointer type
uilib.c: In function 'getsrvrr':
uilib.c:938: error: 'EOPNOTSUP' undeclared (first use in this function)
uilib.c:938: error: (Each undeclared identifier is reported only once
uilib.c:938: error: for each function it appears in.)
uilib.c: In function 'dc_interpret':
uilib.c:1069: warning: passing argument 2 of '_sizebuf' from incompatible pointer type
uilib.c:1075: warning: passing argument 2 of '_sizebuf' from incompatible pointer type
uilib.c:1081: warning: passing argument 2 of '_sizebuf' from incompatible pointer type
Comment 2 Daniel Lin 2006-10-25 17:58:34 UTC
Created attachment 100500 [details]
doldaconnect-0.2.ebuild

This ebuild for doldaconnect-0.2 compiles fine here (though the Gaim plugin doesn't compile against Gaim 2.0.0_beta).
Comment 3 Daniel Lin 2007-06-20 15:51:51 UTC
Created attachment 122608 [details]
net-p2p/dolcon-py-0.3.1.ebuild
Comment 4 Daniel Lin 2007-06-20 15:52:15 UTC
Created attachment 122609 [details]
net-p2p/doldaconnect-0.4.ebuild

Version bump, not well tested.
Comment 5 Xake 2007-07-16 22:21:22 UTC
Doldaconnect should depend on gdbm


checking for gdbm_open in -lgdbm... no
configure: error: *** must have gdbm

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/net-p2p/doldaconnect-0.4/work/doldaconnect-0.4/config.log
 *
 * ERROR: net-p2p/doldaconnect-0.4 failed.
 * Call stack:
 *   ebuild.sh, line 1647:   Called dyn_compile
 *   ebuild.sh, line 988:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   doldaconnect-0.4.ebuild, line 34:   Called econf '--without-gtk2' '--disable-gtk2ui' '--disable-gtk2pbar' '--disable-gnomeapplet' '--disable-gaimplugin' '--without-guile' '--without-krb5'
Comment 6 Milan Nikolic 2007-07-30 10:31:29 UTC
For guile support to work guile must be build with deprecated USE flag.
Comment 7 Daniel Lin 2007-10-16 15:46:30 UTC
Created attachment 133633 [details]
doldaconnect-1.0.ebuild

New 1.0 release.  Previously reported problems in dependencies fixed.
Comment 8 Daniel Lin 2007-10-16 19:59:18 UTC
Obviously I didn't test with USE=gaim, because it should be
	$(use_enable gaim gaimplugin) \
not
	$(use_with gaim gaimplugin) \
In fact, I only tested with
	USE="daemon gnome gtk guile kerberos keyutils libxml2 pam pidgin -gaim"
This configuration should be good.
Comment 9 Michael Weber (RETIRED) gentoo-dev 2011-07-17 08:46:54 UTC
I've added an updated version to my overlay ( layman -a xmw ; emerge -av1 doldaconnect ).