Re: [proaudio] subversion use flags? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: "Geoff Beasley" <songshop@xxxxxxxxxxxxxxx>
- Subject: Re: [proaudio] subversion use flags?
- From: "Mark Knecht" <markknecht@xxxxxxxxx>
- Date: Sat, 3 May 2008 18:34:34 -0700
- Cc: proaudio@xxxxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=zv+FGagF8WQ7rx3T7q0f/vIPtiP+HBlmFNgOXkW6qAw=; b=LbHfpZQ8NOcn+I+gi7vvGGH0PahJVQco+n1aT3k+ZUyTE5HBLfVsf5poK0cnDyvfLpGij19P8B2chtxWs+IorUQSMTGuU0ufrpRgsiRN9B/1+dTOizkjFyiyZHR6UwgS/hRqgJmf+pnBaKnIEwz9n8QtXc7P9aDQQoWpZwSSqhU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cpjJvIrxquoSmp7xUv5ehBFqeJ2KPirNhzK/FK/w7d6zh8IXX7+MTC+c34XDGvfpK8DsKChvDvERbGtKdS9mO0qZ/6r/11z75H2RusuCSqHAwzMe2xuYtrGJwVwrG5PGfE9xMHdKNLwuNCl3mDCYK9nt8qN2uvLrUc3WCIUQo8s=
On Sat, May 3, 2008 at 6:26 PM, Geoff Beasley <songshop@xxxxxxxxxxxxxxx> wrote:
> i see what you mean; just tried to update and it dies on neon; requires 2.25
> and portage only has 2.26 > 2.28. try subversion 1.4.5. it's installing no
> problem... the deps for 1.4.6 have changed obviously. you need an older neon
>
> best,
>
> g.
>
Thanks Geoff.
There could also be some profile issues. This is a laptop I've had
around for a year but never put Linux on it so when I installed I went
for the new 2008.0/desktop profile. that probably sets up different
use flags by default and would make our installations slightly
different anyway:
laptop1 ~ # eselect profile list
Available profile symlink targets:
[1] default-linux/x86/2006.1
[2] default-linux/x86/no-nptl
[3] default-linux/x86/2006.1/desktop
[4] default-linux/x86/2007.0
[5] default-linux/x86/2007.0/desktop
[6] hardened/x86/2.6
[7] selinux/2007.0/x86
[8] selinux/2007.0/x86/hardened
[9] default/linux/x86/2008.0 *
[10] default/linux/x86/2008.0/desktop
[11] default/linux/x86/2008.0/developer
[12] default/linux/x86/2008.0/no-nptl
[13] default/linux/x86/2008.0/server
[14] hardened/linux/x86
laptop1 ~ #
That said I tried turning off Apache and berkdb but it still wants to
emerge mysql which seems like overkill. The berkdb is getting called
as a dependency of apr. However apr is another part of Apache so I
still don't like this setup. I'm trying to keep this new machine
fairly lean.
laptop1 ~ # emerge -pv subversion
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] perl-core/Sys-Syslog-0.18 51 kB
[ebuild N ] dev-db/mysql-init-scripts-1.2 0 kB
[ebuild N ] dev-perl/Net-Daemon-0.43 28 kB
[ebuild N ] dev-libs/apr-1.2.11 USE="-debug -doc -ipv6 -urandom" 1,088 kB
[ebuild N ] virtual/perl-MIME-Base64-3.07 0 kB
[ebuild N ] dev-perl/PlRPC-0.2020-r1 18 kB
[ebuild N ] virtual/perl-Sys-Syslog-0.18 0 kB
[ebuild N ] dev-perl/URI-1.35 94 kB
[ebuild N ] dev-perl/DBI-1.601 484 kB
[ebuild N ] dev-db/mysql-5.0.54 USE="berkdb perl ssl -big-tables
-cluster -debug -embedded -extraengine -latin1 -max-idx-128 -minimal
(-selinux) -static" 26,860 kB
[ebuild N ] virtual/mysql-5.0 0 kB
[ebuild N ] dev-perl/DBD-mysql-4.00.5 120 kB
[ebuild N ] dev-libs/apr-util-1.2.10 USE="berkdb gdbm mysql -doc
-ldap -postgres -sqlite -sqlite3" 687 kB
[ebuild N ] dev-util/subversion-1.4.6 USE="java nls perl python
-apache2 -bash-completion -berkdb -debug -doc -emacs -extras -nowebdav
-ruby -svnserve -vim-syntax" 4,571 kB
Could you post back the output of
cat /etc/make.conf | grep USE
so that I could see your flags, and also the output of
eix -Ic mysql
Thanks,
Mark