Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105715 - uudview cant find my domain when configuring: Is this important?
Summary: uudview cant find my domain when configuring: Is this important?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-12 11:53 UTC by Pedro Algarvio
Modified: 2005-09-12 12:33 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 Pedro Algarvio 2005-09-12 11:53:47 UTC
When emerging uudeview, I got this:
configure: WARNING: Couldn't figure out your domain name. Configuring bogus
configure: WARNING: domain. If you intend to post directly from uuenview,
configure: WARNING: rerun configure and use --enable-domain=your-domainname
configure: WARNING: with your real domain name.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
At my shell:
# domainname
(none)
# domainname -f
mail.mydomain.com

Expected Results:  
Shouldn't `domainame` output mail?
Comment 1 Pedro Algarvio 2005-09-12 11:54:48 UTC
Portage 2.0.51.22-r2 (hardened/x86/2.6, gcc-3.3.6, glibc-2.3.5-r1,
2.6.11-hardened-r15-mail i686)
=================================================================
System uname: 2.6.11-hardened-r15-mail i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.6.13
distcc 2.18.3 i386-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5-r2
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i386-pc-linux-gnu"
CFLAGS="-march=athlon -O2 -pipe -fomit-frame-pointer -ftracer"
CHOST="i386-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/courier-imap /etc/modules.autoload.d/kernel-2.6
/usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb
/usr/share/config /var/qmail/alias /var/qmail/control /var/vpopmail/domains
/var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon -O2 -pipe -fomit-frame-pointer -ftracer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://darkstar.ist.utl.pt/gentoo/
ftp://darkstar.ist.utl.pt/pub/gentoo/               
ftp://ftp.rnl.ist.utl.pt/pub/gentoo/ ftp://ftp.gentoo-pt.org/pub/gentoo/       
     ftp://mirrors1.netvisao.ptgentoo/"
LANG="en_US.ISO-8859-15"
LC_ALL=""
LINGUAS="en pt"
MAKEOPTS="-j5"
PKGDIR="/usr/portage//packages/x86/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.es.gentoo.org/gentoo-portage"
USE="apache2 bash-completion berkdb crypt curl dlloader gd gdbm gpm hardened
libwww mysql ncurses nls opengl pam perl pic png prelude python readline ssl
svga tcpd tiff userlocales vhosts x86 xml2 zlib linguas_en linguas_pt
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-09-12 12:33:31 UTC
(In reply to comment #0)
> Shouldn't `domainame` output mail?

man domainname

<snip>
domainname - show or set the system's NIS/YP domain name

 -f, --fqdn, --long
Display the FQDN (Fully Qualified Domain Name). A FQDN consists of a short host
name and the  DNS  domain  name. Unless you are using bind or NIS for host
lookups you can change the FQDN and the DNS domain name (which is part of the
FQDN) in the /etc/hosts file.
</snip>