Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79368 - dante-1.1.15_pre1 patch
Summary: dante-1.1.15_pre1 patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords:
Depends on: 58106
Blocks:
  Show dependency tree
 
Reported: 2005-01-24 11:05 UTC by Andreas Schwarz
Modified: 2006-06-22 10:57 UTC (History)
0 users

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


Attachments
Updated ebuild (dante-1.1.15_pre1.ebuild,2.25 KB, text/plain)
2005-01-24 11:06 UTC, Andreas Schwarz
Details
Patch (dante-1.1.15_pre1-ppc-macos-libtool.patch,699 bytes, patch)
2005-01-24 11:07 UTC, Andreas Schwarz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Schwarz 2005-01-24 11:05:30 UTC
net-misc/dante-1.1.15_pre1 builds with the attached ebuild/patch. I tested only the client library, it works.

Reproducible: Always
Steps to Reproduce:
Comment 1 Andreas Schwarz 2005-01-24 11:06:23 UTC
Created attachment 49400 [details]
Updated ebuild
Comment 2 Andreas Schwarz 2005-01-24 11:07:37 UTC
Created attachment 49401 [details, diff]
Patch
Comment 3 Lina Pezzella (RETIRED) gentoo-dev 2005-02-09 16:04:08 UTC
I get the following error:

if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../libscompat  -DDEBUG   -DSOCKS_SERVER=1 -DSOCKS_CLIENT=0  -fast -fPIC -mcpu=7450 -pipe -g  -pipe  -MT config_scan.o -MD -MP -MF ".deps/config_scan.Tpo" -c -o config_scan.o config_scan.c; \
then mv -f ".deps/config_scan.Tpo" ".deps/config_scan.Po"; else rm -f ".deps/config_scan.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -DSOCKS_SERVER=1 -DSOCKS_CLIENT=0  -fast -fPIC -mcpu=7450 -pipe -g  -pipe    -o sockd  config_parse.o config_scan.o sockd.o sockd_child.o io.o sockd_negotiate.o sockd_request.o method_uname.o debug.o udp_util.o util.o log.o socket.o sockd_socket.o config.o sockd_util.o sockd_protocol.o serverconfig.o protocol.o hostcache.o interposition.o broken.o serr.o sockd_io.o accesscheck.o auth_password.o auth_pam.o tostring.o redirect.o redirect_key.o addressmatch.o checkmodule.o bandwidth.o bandwidth_key.o getifa.o ../libscompat/libscompat.la  -lpam  
mkdir .libs
gcc -DSOCKS_SERVER=1 -DSOCKS_CLIENT=0 -fast -fPIC -mcpu=7450 -pipe -g -pipe -o sockd config_parse.o config_scan.o sockd.o sockd_child.o io.o sockd_negotiate.o sockd_request.o method_uname.o debug.o udp_util.o util.o log.o socket.o sockd_socket.o config.o sockd_util.o sockd_protocol.o serverconfig.o protocol.o hostcache.o interposition.o broken.o serr.o sockd_io.o accesscheck.o auth_password.o auth_pam.o tostring.o redirect.o redirect_key.o addressmatch.o checkmodule.o bandwidth.o bandwidth_key.o getifa.o  ../libscompat/.libs/libscompat.a -lpam
ld: Undefined symbols:
_res_9_init
make[1]: *** [sockd] Error 1
make: *** [all-recursive] Error 1
Comment 4 Lina Pezzella (RETIRED) gentoo-dev 2005-02-09 16:11:38 UTC
And this fixes it:

inherit flag-o-matic
use ppc-macos && append-flags "-DBIND_8_COMPAT=1"

But nonetheless, this depends on baselayout for the init script.
Comment 5 Andreas Schwarz 2005-02-09 16:15:10 UTC
works without BIND_8_COMPAT here.

> But nonetheless, this depends on baselayout for the init script.

dante is still useful without a working init script, so i don't think that should prevent it from being keyworded unstable.
Comment 6 Alin Năstac (RETIRED) gentoo-dev 2005-04-23 03:20:35 UTC
dante has been moved to net-proxy category
Comment 7 Fabian Groffen gentoo-dev 2005-08-26 12:01:38 UTC
dante-1.1.17.ebuild requires automake 1.9, hence this bug is for the progressive
profile users.
Comment 8 Alin Năstac (RETIRED) gentoo-dev 2005-11-15 22:00:39 UTC
dante-1.1.18 no longer depends on libtool or automake.
Comment 9 Emanuele Giaquinta (RETIRED) gentoo-dev 2006-06-22 10:57:15 UTC
added ~ppc-macos keyword to dante-1.1.19.ebuild.