Opened 14 years ago

Closed 14 years ago

#23212 closed defect (fixed)

gzip build requires newer texinfo than Tiger has

Reported by: garribald@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc: touch.ung@…, ryandesign (Ryan Carsten Schmidt)
Port: gzip

Description

I have tried upgrading to the new version 1.3.13. I am not sure, which addition brings up the error - blind guess: documentation and a missing port dependency (if so, please do a variant). Anyway, the building log follows, system is OS 10.4.11 (ppc) and MacPorts 1.8.2:

$ sudo port -d upgrade gzip
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/gzip
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gzip 1.3.13_0 exists in the ports tree
DEBUG: gzip 1.3.12_0  is the latest installed
DEBUG: gzip 1.3.12_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/gzip
DEBUG: OS Platform: darwin
DEBUG: OS Version: 8.11.0
DEBUG: Mac OS X Version: 10.4
DEBUG: System Arch: powerpc
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant powerpc is not provided by port gzip.
DEBUG: Requested variant darwin is not provided by port gzip.
DEBUG: Requested variant macosx is not provided by port gzip.
DEBUG: Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_gzip/work /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/gzip/work
--->  Computing dependencies for gzip
DEBUG: Executing org.macports.main (gzip)
--->  Fetching gzip
DEBUG: Executing org.macports.fetch (gzip)
--->  Verifying checksum(s) for gzip
DEBUG: Executing org.macports.checksum (gzip)
--->  Checksumming gzip-1.3.13.tar.gz
DEBUG: Correct (md5) checksum for gzip-1.3.13.tar.gz
DEBUG: Correct (sha1) checksum for gzip-1.3.13.tar.gz
DEBUG: Correct (rmd160) checksum for gzip-1.3.13.tar.gz
--->  Extracting gzip
DEBUG: Executing org.macports.extract (gzip)
--->  Extracting gzip-1.3.13.tar.gz
DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/gzip/gzip-1.3.13.tar.gz
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.4'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_gzip/work" && /usr/bin/gzip -dc /opt/local/var/macports/distfiles/gzip/gzip-1.3.13.tar.gz | /usr/bin/gnutar --no-same-owner -xf -'
DEBUG: Executing org.macports.patch (gzip)
--->  Applying patches to gzip
--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/gzip/files/patch-gzip-rsyncable.diff
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.4'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_gzip/work/gzip-1.3.13" && /usr/bin/patch -p0'
patching file ./deflate.c
Hunk #1 succeeded at 131 (offset -4 lines).
Hunk #2 succeeded at 220 (offset -4 lines).
Hunk #3 succeeded at 320 (offset -4 lines).
Hunk #4 succeeded at 560 (offset -4 lines).
Hunk #5 succeeded at 589 (offset -4 lines).
Hunk #6 succeeded at 639 (offset -4 lines).
Hunk #7 succeeded at 669 (offset -4 lines).
Hunk #8 succeeded at 698 (offset -4 lines).
Hunk #9 succeeded at 779 (offset -4 lines).
Hunk #10 succeeded at 792 (offset -4 lines).
patching file ./doc/gzip.texi
Hunk #1 succeeded at 353 (offset 3 lines).
patching file ./gzip.c
Hunk #1 succeeded at 229 with fuzz 2 (offset -2 lines).
Hunk #2 succeeded at 283 (offset 22 lines).
Hunk #3 succeeded at 365 (offset 22 lines).
Hunk #4 succeeded at 496 (offset 24 lines).
patching file ./gzip.h
patching file ./trees.c
Hunk #1 succeeded at 856 (offset -4 lines).
Hunk #2 succeeded at 952 (offset -4 lines).
--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/gzip/files/patch-getopt.diff
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.4'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_gzip/work/gzip-1.3.13" && /usr/bin/patch -p0'
patching file lib/getopt.in.h
patching file lib/unistd.in.h
patch unexpectedly ends in middle of line
Hunk #1 succeeded at 51 (offset 2 lines).
--->  Configuring gzip
DEBUG: Using compiler 'Mac OS X gcc 4.0'
DEBUG: Executing org.macports.configure (gzip)
DEBUG: Environment: CFLAGS='-pipe -O2 -arch ppc' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -O2 -arch ppc' MACOSX_DEPLOYMENT_TARGET='10.4' CXX='/usr/bin/g++-4.0' F90FLAGS='-pipe -O2 -m32' LDFLAGS='-L/opt/local/lib' OBJC='/usr/bin/gcc-4.0' FCFLAGS='-pipe -O2 -m32' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -O2 -arch ppc' FFLAGS='-pipe -O2 -m32' CC='/usr/bin/gcc-4.0'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_gzip/work/gzip-1.3.13" && ./configure --prefix=/opt/local DEFS=NO_ASM'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... /usr/bin/gcc-4.0
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.0 accepts -g... yes
checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed
checking dependency style of /usr/bin/gcc-4.0... gcc3
checking for /usr/bin/gcc-4.0 option to accept ISO C99... -std=gnu99
checking for /usr/bin/gcc-4.0 -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking whether /usr/bin/gcc-4.0 -std=gnu99 and cc understand -c and -o together... yes
checking how to run the C preprocessor... /usr/bin/gcc-4.0 -std=gnu99 -E
checking for nm... nm
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for a POSIX-compliant shell... /bin/sh
checking build system type... powerpc-apple-darwin8.11.0
checking host system type... powerpc-apple-darwin8.11.0
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for working alloca.h... yes
checking for alloca... yes
checking for size_t... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for dup2... yes
checking for __fpending... no
checking for vasnprintf... no
checking for fpurge... yes
checking for __fpurge... no
checking for __freading... no
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mprotect... yes
checking for pipe... yes
checking for futimes... yes
checking for futimesat... no
checking for futimens... no
checking for utimensat... no
checking for iswcntrl... yes
checking for chown... yes
checking for fchmod... yes
checking for fchown... yes
checking for fdopendir... no
checking for siginterrupt... yes
checking whether the preprocessor supports include_next... yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for stdio_ext.h... no
checking for getopt.h... yes
checking for math.h... yes
checking for sys/mman.h... yes
checking for sys/time.h... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for wchar.h... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for sys/socket.h... yes
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking for utime.h... yes
checking for wctype.h... yes
checking for limits.h... yes
checking for memory.h... (cached) yes
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for mode_t... yes
checking for promoted mode_t type... int
checking for inline... inline
checking for stdint.h... yes
checking for inttypes.h... yes
checking whether printf supports size specifiers as in C99... yes
checking whether printf supports 'long double' arguments... yes
checking whether printf supports infinite 'double' arguments... yes
checking whether byte ordering is bigendian... yes
checking whether printf supports infinite 'long double' arguments... yes
checking whether printf supports the 'a' and 'A' directives... no
checking whether printf supports the 'F' directive... yes
checking whether printf supports the 'n' directive... yes
checking whether printf supports the 'ls' directive... yes
checking whether printf supports POSIX/XSI format strings with positions... yes
checking whether printf supports the grouping flag... yes
checking whether printf supports the left-adjust flag correctly... yes
checking whether printf supports the zero flag correctly... no
checking whether printf supports large precisions... yes
checking whether printf survives out-of-memory conditions... no
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking for snprintf... yes
checking for strnlen... no
checking for wcslen... yes
checking for wcsnlen... no
checking for mbrtowc... (cached) yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether stdin defaults to large file offsets... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... no
checking whether getenv is declared... yes
checking where to find the exponent in a 'float'... word 0 bit 23
checking for nl_langinfo and CODESET... yes
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether lstat dereferences a symlink specified with a trailing slash... no
checking for mbstate_t... yes
checking for a traditional japanese locale... ja_JP.eucJP
checking for a transitional chinese locale... zh_CN.GB18030
checking for a french Unicode locale... fr_FR.UTF-8
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking for memchr... yes
checking whether memchr works... yes
checking for nl_langinfo... yes
checking for ptrdiff_t... yes
checking whether system is Windows or MSDOS... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for unsigned long long int... yes
checking for working strerror function... yes
checking for C/C++ restrict keyword... __restrict
checking whether stat file-mode macros are broken... no
checking for struct timeval... yes
checking for struct timespec in <time.h>... yes
checking determine whether the utimes function works... yes
checking for struct utimbuf... yes
checking for alloca as a compiler built-in... yes
checking for GNU libc compatible calloc... no
checking whether dup2 works... yes
checking for error_at_line... no
checking for working fcntl.h... no (bad O_NOATIME, O_NOFOLLOW)
checking whether fflush works on input streams... no
checking whether __fpending is declared... no
checking how to determine the number of pending output bytes on a stream... fp->_p - fp->_bf._base
checking for nl_langinfo... (cached) yes
checking for ptrdiff_t... (cached) yes
checking whether fpurge is declared... yes
checking whether fpurge works... no
checking whether frexp() can be used without linking with libm... yes
checking whether frexp works... yes
checking whether frexpl() can be used without linking with libm... yes
checking whether frexpl works... no
checking for fseeko... yes
checking for ftello... yes
checking for getpagesize... yes
checking whether the compiler generally respects inline... yes
checking whether isnan(double) can be used without linking with libm... yes
checking whether isnan(float) can be used without linking with libm... yes
checking whether isnan(float) works... yes
checking whether isnan(long double) can be used without linking with libm... yes
checking whether isnanl works... yes
checking whether lseek detects pipes... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking whether mbrtowc handles incomplete characters... yes
checking whether mbrtowc works as well as mbtowc... yes
checking whether mbrtowc handles a NULL string argument... yes
checking whether mbrtowc has a correct return value... yes
checking whether mbrtowc returns 0 when parsing a NUL character... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether open recognizes a trailing slash... yes
checking whether frexp can be used without linking with libm... (cached) yes
checking whether frexp works... (cached) yes
checking whether ldexp can be used without linking with libm... yes
checking whether frexpl can be used without linking with libm... (cached) yes
checking whether frexpl works... (cached) no
checking whether ldexpl can be used without linking with libm... yes
checking whether ldexpl works... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for signbit macro... yes
checking for signbit compiler built-ins... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking whether stat handles trailing slashes on directories... yes
checking whether stat handles trailing slashes on files... yes
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_atimespec.tv_nsec... yes
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking whether NULL can be used in arbitrary expressions... yes
checking whether stdint.h conforms to C99... no
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 32
checking for bit size of size_t... 32
checking for bit size of sig_atomic_t... 32
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix... 
checking for size_t integer literal suffix... ul
checking for sig_atomic_t integer literal suffix... 
checking for wchar_t integer literal suffix... 
checking for wint_t integer literal suffix... 
checking for random.h... no
checking for struct random_data... no
checking for nlink_t... yes
checking for ptrdiff_t... (cached) yes
checking for nl_langinfo... (cached) yes
checking for ptrdiff_t... (cached) yes
checking whether <wchar.h> is standalone... yes
checking whether iswcntrl works... yes
checking for stdint.h... (cached) yes
checking for underline in external names... yes
checking for an assembler syntax supported by this package... no
checking for library containing strerror... none required
checking for an ANSI C-conforming const... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking return type of signal handlers... void
checking for size_t... (cached) yes
checking for off_t... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating lib/config.h
config.status: executing depfiles commands
--->  Building gzip
DEBUG: Executing org.macports.build (gzip)
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.4'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_gzip/work/gzip-1.3.13" && /usr/bin/nice -n 18 /usr/bin/make -j1 all'
Making all in lib
  GEN    alloca.h
  GEN    configmake.h
  GEN    fcntl.h
  GEN    getopt.h
  GEN    math.h
  GEN    stdint.h
  GEN    stdio.h
  GEN    stdlib.h
  GEN    string.h
  GEN    sys/stat.h
  GEN    time.h
  GEN    unistd.h
/usr/bin/make  all-recursive
  CC     close-hook.o
  CC     freadahead.o
  CC     freading.o
  CC     fseterr.o
  CC     localcharset.o
  CC     printf-frexp.o
  CC     printf-frexpl.o
  CC     xalloc-die.o
  CC     asnprintf.o
  CC     calloc.o
  CC     close-stream.o
  CC     closein.o
  CC     closeout.o
  CC     creat-safer.o
  CC     dup-safer.o
  CC     error.o
  CC     exitfail.o
  CC     fd-safer.o
  CC     fflush.o
  CC     fpending.o
  CC     fprintf.o
  CC     fpurge.o
  CC     frexpl.o
  CC     fseeko.o
  CC     getopt.o
  CC     getopt1.o
  CC     lstat.o
  CC     open-safer.o
  CC     pipe-safer.o
  CC     printf.o
  CC     printf-args.o
  CC     printf-parse.o
  CC     quotearg.o
  CC     utimens.o
  CC     vasnprintf.o
  CC     vfprintf.o
  CC     xmalloc.o
  CC     yesno.o
  AR     libgzip.a
ranlib: file: libgzip.a(close-hook.o) has no symbols
ranlib: file: libgzip.a(close-hook.o) has no symbols
  GEN    charset.alias
  GEN    ref-add.sed
  GEN    ref-del.sed
Making all in doc
Updating ./version.texi
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_gzip/work/gzip-1.3.13/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \
  for f in gzip.info gzip.info-[0-9] gzip.info-[0-9][0-9] gzip.i[0-9] gzip.i[0-9][0-9]; do \
    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_gzip/work/gzip-1.3.13/build-aux/missing --run makeinfo --no-split  -I . \
 -o gzip.info gzip.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./gzip.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
gzip.texi:85: Unknown command `abbr'.
gzip.texi:85: Misplaced {.
gzip.texi:85: Misplaced }.
gzip.texi:86: Unknown command `abbr'.
gzip.texi:86: Misplaced {.
gzip.texi:86: Misplaced }.
gzip.texi:86: Unknown command `abbr'.
gzip.texi:86: Misplaced {.
gzip.texi:86: Misplaced }.
gzip.texi:86: Unknown command `abbr'.
gzip.texi:86: Misplaced {.
gzip.texi:86: Misplaced }.
gzip.texi:107: Unknown command `abbr'.
gzip.texi:107: Misplaced {.
gzip.texi:107: Misplaced }.
gzip.texi:109: Unknown command `abbr'.
gzip.texi:109: Misplaced {.
gzip.texi:109: Misplaced }.
gzip.texi:131: Unknown command `abbr'.
gzip.texi:131: Misplaced {.
gzip.texi:131: Misplaced }.
gzip.texi:138: Unknown command `abbr'.
gzip.texi:138: Misplaced {.
gzip.texi:138: Misplaced }.
gzip.texi:139: Unknown command `abbr'.
gzip.texi:139: Misplaced {.
gzip.texi:139: Misplaced }.
gzip.texi:139: Unknown command `abbr'.
gzip.texi:139: Misplaced {.
gzip.texi:139: Misplaced }.
gzip.texi:157: Unknown command `abbr'.
gzip.texi:157: Misplaced {.
gzip.texi:157: Misplaced }.
gzip.texi:161: Unknown command `abbr'.
gzip.texi:161: Misplaced {.
gzip.texi:161: Misplaced }.
gzip.texi:174: Unknown command `abbr'.
gzip.texi:174: Misplaced {.
gzip.texi:174: Misplaced }.
gzip.texi:177: Unknown command `abbr'.
gzip.texi:177: Misplaced {.
gzip.texi:177: Misplaced }.
gzip.texi:307: Unknown command `abbr'.
gzip.texi:307: Misplaced {.
gzip.texi:307: Misplaced }.
gzip.texi:455: Unknown command `abbr'.
gzip.texi:455: Misplaced {.
gzip.texi:455: Misplaced }.
gzip.texi:484: Unknown command `abbr'.
gzip.texi:484: Misplaced {.
gzip.texi:484: Misplaced }.
makeinfo: Removing output file `gzip.info' due to errors; use --force to preserve.
make[1]: *** [gzip.info] Error 1
make: *** [all-recursive] Error 1
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_gzip/work/gzip-1.3.13" && /usr/bin/nice -n 18 /usr/bin/make -j1 all " returned error 2
DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_gzip/work/gzip-1.3.13" && /usr/bin/nice -n 18 /usr/bin/make -j1 all " returned error 2
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 9)
    invoked from within
"$procedure $targetname"
Warning: the following items did not execute (for gzip): org.macports.destroot org.macports.build
DEBUG: 
Error: Unable to upgrade port: 1

Attachments (2)

gzip-doc-variant.diff (1.3 KB) - added by ryandesign (Ryan Carsten Schmidt) 14 years ago.
hypothetical change to add a doc variant with texinfo dependency
gzip-texinfo-dependency.diff (294 bytes) - added by ryandesign (Ryan Carsten Schmidt) 14 years ago.
recommended change to just add texinfo dependency

Download all attachments as: .zip

Change History (11)

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Keywords: abbr texi removed
Owner: changed from macports-tickets@… to mww@…

comment:2 Changed 14 years ago by touch.ung@…

Cc: touch.ung@… added

Cc Me!

comment:3 Changed 14 years ago by touch.ung@…

Install texinfo port (and probably texi2html) fixes it.

comment:4 Changed 14 years ago by aaaskew@…

On my system I had the same problem. I installed texinfo but not texi2html and gzip compiled so I would say only the former is required.

comment:5 Changed 14 years ago by garribald@…

Thought so. Well, then a variant - i.e. "doc" - would be nice. I have no need for texinfo and obviously some others neither, before the current upgrade step done by nox came along. Would be nice to add at least the dependency, would be even nicer to do a variant, as said.

comment:6 Changed 14 years ago by boydb@…

confirming for another 10.4 user; gzip failed with above errors, installed texinfo, and gzip finished compiling.

comment:7 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Has duplicate #23920.

comment:8 in reply to:  5 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Summary: gzip 1.3.13 - Unknown command `abbr'gzip build requires newer texinfo than Tiger has

Replying to garribald@…:

a variant - i.e. "doc" - would be nice. I have no need for texinfo and obviously some others neither, before the current upgrade step done by nox came along. Would be nice to add at least the dependency, would be even nicer to do a variant, as said.

Here is a patch that adds the requested doc variant. However, it seems silly to have a variant whose sole purpose is to add a single additional file (gzip.info). We want to minimize the proliferation of variants in MacPorts and only add them where absolutely necessary due to expensive dependencies that not all will need. texinfo builds in under a minute on my 3-year-old MacBook Pro, so I don't think requiring texinfo is a great inconvenience, and recommend we just add the dependency.

Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: gzip-doc-variant.diff added

hypothetical change to add a doc variant with texinfo dependency

Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

recommended change to just add texinfo dependency

comment:9 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Has duplicate #24527.

Fixed by unconditionally adding texinfo dependency in r66603.

Note: See TracTickets for help on using tickets.