[Bug 821121] Re: Sync tcsh 6.17.06-1 (universe) from Debian unstable (main)

Bhavani Shankar right2bshankar at gmail.com
Sat Aug 6 18:45:20 UTC 2011


Hello Anders

The package FTBFS on my oneiric system with pdebuild

The last excerpt of the log is as below:

| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_WCHAR_H 1
| | #define SIZEOF_WCHAR_T 4
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_LONG_LONG 1
| | #define GETGROUPS_T gid_t
| | #define HAVE_STRUCT_DIRENT_D_INO 1
| | #define HAVE_STRUCT_UTMP_UT_HOST 1
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_TV 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_CRYPT 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_DECL_GETHOSTNAME 1
| | #define HAVE_DECL_GETPGRP 1
| | #define HAVE_DUP2 1
| | #define HAVE_GETCWD 1
| | #define HAVE_GETHOSTNAME 1
| | #define HAVE_GETPWENT 1
| | #define HAVE_GETUTENT 1
| | #define HAVE_MALLINFO 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NICE 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_SBRK 1
| | #define HAVE_SETPGID 1
| | #define HAVE_SETPRIORITY 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRSTR 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_WCWIDTH 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | getpgrp (0);
| |   ;
| |   return 0;
| | }
| configure:8535: result: yes
| configure:8546: checking whether mbrtowc and mbstate_t are properly declared
| configure:8576: gcc -o conftest -g -O2 -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64  -Wl,-Bsymbolic-functions conftest.c -ltermcap -lcrypt  >&5
| configure:8582: $? = 0
| configure:8599: result: yes
| configure:8610: checking whether setpgrp takes no argument
| configure:8644: gcc -o conftest -g -O2 -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64  -Wl,-Bsymbolic-functions conftest.c -ltermcap -lcrypt  >&5
| conftest.c: In function 'main':
| conftest.c:103:3: error: too many arguments to function 'setpgrp'
| /usr/include/unistd.h:669:12: note: declared here
| configure:8647: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "tcsh"
| | #define PACKAGE_TARNAME "tcsh"
| | #define PACKAGE_VERSION "6.17.06"
| | #define PACKAGE_STRING "tcsh 6.17.06"
| | #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
| | #define HAVE_ICONV 1
| | #define ICONV_CONST 
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CRYPT_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_PATHS_H 1
| | #define HAVE_SHADOW_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UTMP_H 1
| | #define HAVE_UTMPX_H 1
| | #define HAVE_WCHAR_H 1
| | #define SIZEOF_WCHAR_T 4
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_LONG_LONG 1
| | #define GETGROUPS_T gid_t
| | #define HAVE_STRUCT_DIRENT_D_INO 1
| | #define HAVE_STRUCT_UTMP_UT_HOST 1
| | #define HAVE_STRUCT_UTMP_UT_USER 1
| | #define HAVE_STRUCT_UTMP_UT_TV 1
| | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| | #define HAVE_DECL_CRYPT 1
| | #define HAVE_DECL_ENVIRON 1
| | #define HAVE_DECL_GETHOSTNAME 1
| | #define HAVE_DECL_GETPGRP 1
| | #define HAVE_DUP2 1
| | #define HAVE_GETCWD 1
| | #define HAVE_GETHOSTNAME 1
| | #define HAVE_GETPWENT 1
| | #define HAVE_GETUTENT 1
| | #define HAVE_MALLINFO 1
| | #define HAVE_MEMMOVE 1
| | #define HAVE_MEMSET 1
| | #define HAVE_MKSTEMP 1
| | #define HAVE_NICE 1
| | #define HAVE_NL_LANGINFO 1
| | #define HAVE_SBRK 1
| | #define HAVE_SETPGID 1
| | #define HAVE_SETPRIORITY 1
| | #define HAVE_STRERROR 1
| | #define HAVE_STRSTR 1
| | #define HAVE_SYSCONF 1
| | #define HAVE_WCWIDTH 1
| | #define GETPGRP_VOID 1
| | #define HAVE_MBRTOWC 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | /* If this system has a BSD-style setpgrp which takes arguments,
| |   setpgrp(1, 1) will fail with ESRCH and return -1, in that case
| |   exit successfully. */
| |   return setpgrp (1,1) != -1;
| |   ;
| |   return 0;
| | }
| configure:8672: result: yes
| configure:8685: checking for working strcoll
| configure:8716: gcc -o conftest -g -O2 -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64  -Wl,-Bsymbolic-functions conftest.c -ltermcap -lcrypt  >&5
| configure:8719: $? = 0
| configure:8725: ./conftest
| configure:8728: $? = 0
| configure:8744: result: yes
| configure:9066: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by tcsh config.status 6.17.06, which was
| generated by GNU Autoconf 2.61.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on ubuntu11
| 
| config.status:618: creating Makefile
| config.status:618: creating nls/Makefile
| config.status:618: creating config.h
| config.status:907: executing ./atconfig commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=i686-pc-linux-gnu
| ac_cv_c_compiler_gnu=yes
| ac_cv_c_const=yes
| ac_cv_c_uint32_t=yes
| ac_cv_c_volatile=yes
| ac_cv_env_CC_set=
| ac_cv_env_CC_value=
| ac_cv_env_CFLAGS_set=set
| ac_cv_env_CFLAGS_value='-g -O2 -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64'
| ac_cv_env_CPPFLAGS_set=set
| ac_cv_env_CPPFLAGS_value=
| ac_cv_env_CPP_set=
| ac_cv_env_CPP_value=
| ac_cv_env_LDFLAGS_set=set
| ac_cv_env_LDFLAGS_value=-Wl,-Bsymbolic-functions
| ac_cv_env_LIBS_set=
| ac_cv_env_LIBS_value=
| ac_cv_env_build_alias_set=set
| ac_cv_env_build_alias_value=i686-linux-gnu
| ac_cv_env_host_alias_set=
| ac_cv_env_host_alias_value=
| ac_cv_env_target_alias_set=
| ac_cv_env_target_alias_value=
| ac_cv_func_catgets=yes
| ac_cv_func_dup2=yes
| ac_cv_func_getauthid=no
| ac_cv_func_getcwd=yes
| ac_cv_func_gethostname=yes
| ac_cv_func_getpgrp_void=yes
| ac_cv_func_getpwent=yes
| ac_cv_func_getutent=yes
| ac_cv_func_mallinfo=yes
| ac_cv_func_mbrtowc=yes
| ac_cv_func_memmove=yes
| ac_cv_func_memset=yes
| ac_cv_func_mkstemp=yes
| ac_cv_func_nice=yes
| ac_cv_func_nl_langinfo=yes
| ac_cv_func_sbrk=yes
| ac_cv_func_setlocale=yes
| ac_cv_func_setpgid=yes
| ac_cv_func_setpgrp_void=yes
| ac_cv_func_setpriority=yes
| ac_cv_func_strcoll_works=yes
| ac_cv_func_strerror=yes
| ac_cv_func_strstr=yes
| ac_cv_func_sysconf=yes
| ac_cv_func_wcwidth=yes
| ac_cv_have_decl_crypt=yes
| ac_cv_have_decl_environ=yes
| ac_cv_have_decl_gethostname=yes
| ac_cv_have_decl_getpgrp=yes
| ac_cv_header_auth_h=no
| ac_cv_header_crypt_h=yes
| ac_cv_header_dirent_dirent_h=yes
| ac_cv_header_features_h=yes
| ac_cv_header_inttypes_h=yes
| ac_cv_header_memory_h=yes
| ac_cv_header_paths_h=yes
| ac_cv_header_shadow_h=yes
| ac_cv_header_stat_broken=no
| ac_cv_header_stdc=yes
| ac_cv_header_stdint_h=yes
| ac_cv_header_stdlib_h=yes
| ac_cv_header_string_h=yes
| ac_cv_header_strings_h=yes
| ac_cv_header_sys_stat_h=yes
| ac_cv_header_sys_types_h=yes
| ac_cv_header_unistd_h=yes
| ac_cv_header_utmp_h=yes
| ac_cv_header_utmpx_h=yes
| ac_cv_header_wchar_h=yes
| ac_cv_header_wctype_h=yes
| ac_cv_host=i686-pc-linux-gnu
| ac_cv_host_system_type=i686-pc-linux-gnu
| ac_cv_member_struct_dirent_d_ino=yes
| ac_cv_member_struct_sockaddr_storage_ss_family=yes
| ac_cv_member_struct_utmp_ut_host=yes
| ac_cv_member_struct_utmp_ut_tv=yes
| ac_cv_member_struct_utmp_ut_user=yes
| ac_cv_member_struct_utmp_ut_xtime=no
| ac_cv_objext=o
| ac_cv_path_EGREP='/bin/grep -E'
| ac_cv_path_GENCAT=/usr/bin/gencat
| ac_cv_path_GREP=/bin/grep
| ac_cv_path_install='/usr/bin/install -c'
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_cc_c89=
| ac_cv_prog_cc_g=yes
| ac_cv_prog_gcc_traditional=no
| ac_cv_search_catgets='none required'
| ac_cv_search_connect='none required'
| ac_cv_search_crypt=-lcrypt
| ac_cv_search_gethostbyname='none required'
| ac_cv_search_getspnam='none required'
| ac_cv_search_opendir='none required'
| ac_cv_search_tgetent=-ltermcap
| ac_cv_sizeof_wchar_t=4
| ac_cv_type_getgroups=gid_t
| ac_cv_type_long_long=yes
| ac_cv_type_mode_t=yes
| ac_cv_type_size_t=yes
| ac_cv_type_socklen_t=yes
| ac_cv_type_ssize_t=yes
| ac_cv_type_uid_t=yes
| ac_cv_type_wchar_t=yes
| acl_cv_hardcode_direct=no
| acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
| acl_cv_hardcode_libdir_separator=
| acl_cv_hardcode_minus_L=no
| acl_cv_libext=a
| acl_cv_path_LD=/usr/bin/ld
| acl_cv_prog_gnu_ld=yes
| acl_cv_rpath=done
| acl_cv_shlibext=so
| acl_cv_wl=-Wl,
| am_cv_func_iconv=yes
| am_cv_lib_iconv=no
| am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
| am_cv_proto_iconv_arg1=
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| 
| BUILD_CATALOGS='yes'
| CC='gcc'
| CC_FOR_GETHOST='$(CC)'
| CFLAGS='-g -O2 -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64'
| CPP='gcc -E'
| CPPFLAGS=''
| DEFS='-DHAVE_CONFIG_H'
| DFLAGS=''
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='/bin/grep -E'
| EXEEXT=''
| GENCAT='/usr/bin/gencat'
| GREP='/bin/grep'
| HESDEF=''
| HESLIB=''
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| LDFLAGS='-Wl,-Bsymbolic-functions'
| LIBICONV=''
| LIBOBJS=''
| LIBS='-ltermcap -lcrypt '
| LTLIBICONV=''
| LTLIBOBJS=''
| OBJEXT='o'
| PACKAGE_BUGREPORT='http://bugs.gw.com/'
| PACKAGE_NAME='tcsh'
| PACKAGE_STRING='tcsh 6.17.06'
| PACKAGE_TARNAME='tcsh'
| PACKAGE_VERSION='6.17.06'
| PATH_SEPARATOR=':'
| SHELL='/bin/bash'
| ac_ct_CC='gcc'
| bindir='${exec_prefix}/bin'
| build='i686-pc-linux-gnu'
| build_alias='i686-linux-gnu'
| build_cpu='i686'
| build_os='linux-gnu'
| build_vendor='pc'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host='i686-pc-linux-gnu'
| host_alias=''
| host_cpu='i686'
| host_os='linux-gnu'
| host_vendor='pc'
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${prefix}/share/info'
| libdir='${exec_prefix}/lib'
| libexecdir='${prefix}/lib/tcsh'
| localedir='${datarootdir}/locale'
| localstatedir='/var'
| mandir='${prefix}/share/man'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/usr'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define PACKAGE_NAME "tcsh"
| #define PACKAGE_TARNAME "tcsh"
| #define PACKAGE_VERSION "6.17.06"
| #define PACKAGE_STRING "tcsh 6.17.06"
| #define PACKAGE_BUGREPORT "http://bugs.gw.com/"
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_WCHAR_H 1
| #define SIZEOF_WCHAR_T 4
| #define HAVE_WCTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_LONG_LONG 1
| #define GETGROUPS_T gid_t
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMP_UT_USER 1
| #define HAVE_STRUCT_UTMP_UT_TV 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_DECL_CRYPT 1
| #define HAVE_DECL_ENVIRON 1
| #define HAVE_DECL_GETHOSTNAME 1
| #define HAVE_DECL_GETPGRP 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETUTENT 1
| #define HAVE_MALLINFO 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NICE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SBRK 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSTR 1
| #define HAVE_SYSCONF 1
| #define HAVE_WCWIDTH 1
| #define GETPGRP_VOID 1
| #define HAVE_MBRTOWC 1
| #define SETPGRP_VOID 1
| #define HAVE_STRCOLL 1
| #define NLS 1
| #define NLS_CATALOGS 1
| 
| configure: exit 0

make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory `/tmp/buildd/tcsh-6.17.06'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
I: unmounting /var/cache/pbuilder/ccache filesystem
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
I: cleaning the build env 
I: removing directory /var/cache/pbuilder/build//20286 and its subdirectories
india at ubuntu11:~/tcsh-6.17.06$ 

Looking around I find this debian RC bug

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635102

which is similar to the failure above

So please investigate further and subscribe sponsors once you are ready.

Unsubscribing sponsors for now

Regards


** Bug watch added: Debian Bug tracker #635102
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635102

** Changed in: tcsh (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/821121

Title:
  Sync tcsh 6.17.06-1 (universe) from Debian unstable (main)

Status in “tcsh” package in Ubuntu:
  Incomplete

Bug description:
  -----BEGIN PGP SIGNED MESSAGE-----
  Hash: SHA256

   affects ubuntu/tcsh
   status new
   importance wishlist
   subscribe ubuntu-sponsors
   done

  Please sync tcsh 6.17.06-1 (universe) from Debian unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
  The Ubuntu delta is in Debian now.

  Changelog entries since current oneiric version 6.17.02-4ubuntu1:

  tcsh (6.17.06-1) unstable; urgency=low

    * new upstream version
    * Removed patches:
      + 07_nls.patch
      + fix-make-catalogs.patch
      + disable-lexical.at-31.patch
      + tcsh-6.17.02-multibyte.patch
      + disable-broken-test.patch
    * do not set $LINES and $LINES, this removes former git patch b063c65
      Closes: #623330, #605279
    * debian/csh.login: use full path for ls, fixing the script for people
      with an aliased ls. Closes: #607828. LP: #70763
    * README.Debian: add info about the bug tracker

   -- Thomas Lange <lange at debian.org>  Thu, 21 Jul 2011 22:25:34 +0200

  -----BEGIN PGP SIGNATURE-----
  Version: GnuPG v2.0.17 (GNU/Linux)

  iQGcBAEBCAAGBQJOOwABAAoJEN/zqzdPFvc6d1YMAK8HeRpicqWlosNHVVLQ1s02
  JaKnjjG8dKqKadGlxJ/2swpafoOojGlGMPQ2zQBv8jGo9Cm4BUejPYBcpSYus6Ty
  Oglk+FoSEqfb3wdFnHsOG5wHfGrd7If/uj7E4Y8KYrw/T808VjNI0M5D8YNtHbVB
  A37aUBZl0Xh87RefcNTvMXLLKFyi1ate9IEBnf9UQYgGY3ejrx2hwqXzhB5R9ZQt
  6ssY8K0+xnZQmlif1YE4vfBYzjtyXwSr3w4UocR81mPvKqam7v+mHNWeDSLMKVg0
  JEXDfP2IRKJXBFpd5Jll3U9f9OlswvSYSeHhOjMBpqqSt8DAdYkS1uWDTE73gbkH
  Z0APBNkNALEPlU9KVcSQqPo1JpeNzX9St6qvEtaZ4DQI/kC19u7Vlan9jVB4uPo0
  +f0uxCL0oC6iUosipyWWH5FXJK7BFyjOBw67jTFNTCbsLWjb/8Oq2At88B8Zavp4
  VOXApFWzLqpS3Nj8Nkyt7lauHCJsMB/RYV3yzrWnGw==
  =VzJm
  -----END PGP SIGNATURE-----

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tcsh/+bug/821121/+subscriptions



More information about the Ubuntu-sponsors mailing list