9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] cleaning up gentoo plan9port ebuild
Date: Thu,  4 Mar 2010 21:53:33 -0500	[thread overview]
Message-ID: <f62318c4a8b66ef7d505a05cf4f5634d@ladd.quanstro.net> (raw)
In-Reply-To: <20100305024247.GA30574@c.hsd1.tn.comcast.net>

> > * Gentoo's plan9port also sets DEPEND="x11-apps/xauth".  Is xauth a
> > build or runtime dependency?
>
> I think it would be a runtime dependency, xauth pulls in all the X11
> libraries so you can X forward the GUIs from a headless machine. On the
> other hand, most of my binaries seem to be statically linked, so I'm not
> sure.

i think it's neither.  xauth is an application.  and the x libraries are not staticly linked:

; ldd sam
	linux-vdso.so.1 =>  (0x00007fff9d4a3000)
	libm.so.6 => /lib/libm.so.6 (0x00007ff821485000)
	libutil.so.1 => /lib/libutil.so.1 (0x00007ff821282000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x00007ff821067000)
	libc.so.6 => /lib/libc.so.6 (0x00007ff820d18000)
	/lib64/ld-linux-x86-64.so.2 (0x00007ff821706000)

- erik



  reply	other threads:[~2010-03-05  2:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.10536.1267643675.1513.9fans@9fans.net>
2010-03-03 20:22 ` EBo
2010-03-03 20:59   ` Jacob Todd
2010-03-04 17:39   ` Balwinder S Dheeman
2010-03-05  2:42   ` Andy Spencer
2010-03-05  2:53     ` erik quanstrom [this message]
2010-03-05 13:00     ` EBo
2010-03-05 13:30       ` EBo
2010-03-05 13:46         ` erik quanstrom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f62318c4a8b66ef7d505a05cf4f5634d@ladd.quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).