Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105246 - tcsh command line completion fails for postfix's postmap command
Summary: tcsh command line completion fails for postfix's postmap command
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 05:15 UTC by Jeremy McDermond
Modified: 2005-09-30 12:40 UTC (History)
1 user (show)

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


Attachments
Proposed patch fixing the missing / (tcsh-complete.diff,1.12 KB, patch)
2005-09-08 05:16 UTC, Jeremy McDermond
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy McDermond 2005-09-08 05:15:10 UTC
When attempting to run /usr/sbin/postmap with command line completion in tcsh active, the shell returns 
the error "Missing separator '/' after completion "(hash: regexp:)"."  This is due to an typo in /etc/
profile.d/tcsh-complete

Reproducible: Always
Steps to Reproduce:
1.  type "postmap foo"
2.
3.

Actual Results:  
Shell returns:
Missing separator '/' after completion "(hash: regexp:)"

Expected Results:  
Normally executed /usr/sbin/postmap

Portage 2.0.51.22-r2 (hardened/x86/2.6, gcc-3.3.5-20050130, glibc-2.3.5-r1, 2.6.11.9 i686)
===============================================================
==
System uname: 2.6.11.9 i686 AMD Athlon(tm) XP 2800+
Gentoo Base System version 1.6.13
ccache version 2.3 [disabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.12
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="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/tomcat /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/
xkb /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.llarian.net/"
PKGDIR="/usr/portage//packages/x86/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acpi apache2 berkdb crypt cups curl dlloader fbcon ftp gd gdbm gpm hardened iconv 
imagemagick imap innodb ipv6 java jpeg ldap mad mikmod mmap mmx mysql ncurses nls ogg 
oggvorbis opengl pam pcre pdflib perl perlsuid php pic png posix python quicktime readline sasl 
session shared simplexml slang snmp soap sockets spell sse ssl svga sysvipc theora threads tiff 
truetype usb userlocales vhosts vorbis x86 xml xml2 xmlrpc zlib userland_GNU kernel_linux 
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
Comment 1 Jeremy McDermond 2005-09-08 05:16:57 UTC
Created attachment 67922 [details, diff]
Proposed patch fixing the missing /

There is a missing / on the complete definition for postmap.  Adding the slash
seems to fix the issue.
Comment 2 Fabian Groffen gentoo-dev 2005-09-13 09:20:37 UTC
seems like a correct fix to me.  Please use unified diff in the future for
patches (diff -u), they are much easier readable.
Comment 3 Fabian Groffen gentoo-dev 2005-09-27 12:28:31 UTC
note to self: done
Comment 4 Fabian Groffen gentoo-dev 2005-09-30 12:40:10 UTC
Fixed in 6.14-r1