Summary: | net-dialup/lrzsz-0.12.20-r3 doesn't honor LINGUAS for locale files | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Piotr Szymaniak <bugzie> |
Component: | Current packages | Assignee: | Embedded Gentoo Team <embedded> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 405485 |
Description
Piotr Szymaniak
2012-02-14 15:40:23 UTC
Um, this is taking it a bit too far. If you made it your project to go through the entire tree to look for packages that do not honour LINGUAS, you're going about it the wrong way. Stop filing these bugs now or only file them for packages you show a clear personal interest for. My problem is,aclocal is falling over in this way cd . && aclocal acinclude.m4:2: warning: underquoted definition of AC_REPLACE_GNU_GETOPT acinclude.m4:2: run info Automake 'Extending aclocal' acinclude.m4:2: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal configure.in:100: error: automatic de-ANSI-fication support has been removed /usr/share/aclocal-1.12/protos.m4:12: AM_C_PROTOTYPES is expanded from... configure.in:100: the top level autom4te-2.69: /usr/bin/m4 failed with exit status: 1 aclocal-1.12: error: autom4te failed with exit status: 1 make: *** [aclocal.m4] Error 1 schrdlu-12 I tried making the changes suggested when running autoconf,but this wasn't all that helpful either. I apparantly need lrszs to run minicom,so I can check which of my usb ports is which ,I have an ax25modem on one and my gps on the other. Any suggestions ?? This is the result of running automake configure.in:100: warning: AC_C_INLINE was called before AM_PROG_CC_STDC aclocal.m4:253: AM_PROG_CC_STDC is expanded from... aclocal.m4:216: AM_C_PROTOTYPES is expanded from... configure.in:100: the top level configure.in:100: warning: AC_C_CONST was called before AM_PROG_CC_STDC aclocal.m4:253: AM_PROG_CC_STDC is expanded from... aclocal.m4:216: AM_C_PROTOTYPES is expanded from... configure.in:100: the top level configure.in:3: error: your implementation of AM_INIT_AUTOMAKE comes from an configure.in:3: old Automake version. You should recreate aclocal.m4 configure.in:3: with aclocal and run automake again Makefile.am:34: warning: '%'-style pattern rules are a GNU make extension Makefile.am:35: warning: subst vcheck-,,$@: non-POSIX variable name Makefile.am:35: (probably a GNU make extension) Makefile.am:36: warning: '%'-style pattern rules are a GNU make extension Makefile.am:37: warning: subst check-,,$@: non-POSIX variable name Makefile.am:37: (probably a GNU make extension) lib/Makefile.am:2: error: automatic de-ANSI-fication support has been removed lib/Makefile.am: error: required file './depcomp' not found lib/Makefile.am: 'automake --add-missing' can install 'depcomp' /usr/share/automake-1.12/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL /usr/share/automake-1.12/am/depend2.am: The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC' /usr/share/automake-1.12/am/depend2.am: to 'configure.in' and run 'aclocal' and 'autoconf' again /usr/share/automake-1.12/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.12/am/depend2.am: The usual way to define 'AMDEP' is to add one of the compiler tests /usr/share/automake-1.12/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX, /usr/share/automake-1.12/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC /usr/share/automake-1.12/am/depend2.am: to 'configure.in' and run 'aclocal' and 'autoconf' again src/Makefile.am:10: error: automatic de-ANSI-fication support has been removed KLike a catch 22 automake fails suggests aclocal which also fails Geoff |