[MacPorts] #61288: graphviz-devel: manpage symlink to symlink doesn't get recreated to compressed version

MacPorts noreply at macports.org
Tue Dec 6 22:12:24 UTC 2022


#61288: graphviz-devel: manpage symlink to symlink doesn't get recreated to
compressed version
-----------------------------+--------------------------------
  Reporter:  ballapete       |      Owner:  macports-tickets@…
      Type:  defect          |     Status:  assigned
  Priority:  Normal          |  Milestone:
 Component:  base            |    Version:  2.6.3
Resolution:                  |   Keywords:  haspatch
      Port:  graphviz-devel  |
-----------------------------+--------------------------------

Comment (by ballapete):

 On PPC Tiger, Mac OS X 10.4.11, the update has a flaw in `configure`:

 {{{
 checking for off64_t... no
 checking for struct stat64... no
 checking for ... no
 checking for fcntl.h... yes
 checking for search.h... yes
 }}}

 In `configure` we can find:

 {{{
 20011   ac_fn_c_check_type "$LINENO" "struct stat64"
 "ac_cv_type_struct_stat64" "$ac_includes_default"
 20012   if test "x$ac_cv_type_struct_stat64" = xyes
 20013   then :
 20014
 20015   printf "%s\n" "#define HAVE_STRUCT_STAT64 1" >>confdefs.h
 20016
 20017
 20018   fi
 20019   ac_fn_c_check_type "$LINENO" "" "ac_cv_type_"
 "$ac_includes_default"
 20020   if test "x$ac_cv_type_" = xyes
 20021   then :
 20022
 20023   printf "%s\n" "#define HAVE_ 1" >>confdefs.h
 20024
 20025
 20026   fi
 }}}

 and in its `config.log` therefore:

 {{{
 configure:20019: checking for
 configure:20019: /opt/local/bin/gcc-mp-7 -c -pipe -Os -arch ppc -Wall
 -Wextra -Wmissing-include-dirs -Wswitch-default -Wfloat-equal -Wundef
 -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wconversion
 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wtrampolines
 -Wlogical-op -fno-common -Wall -isystem/opt/local/include/LegacySupport
 -I/opt/local/include -I/opt/local/include conftest.c >&5
 conftest.c: In function 'main':
 conftest.c:62:13: error: expected expression before ')' token
  if (sizeof ())
              ^
 configure:20019: $? = 1
 configure: failed program was:
 | /* confdefs.h */
 | #define PACKAGE_NAME "graphviz"
 | #define PACKAGE_TARNAME "graphviz"
 | #define PACKAGE_VERSION "7.0.4"
 | #define PACKAGE_STRING "graphviz 7.0.4"
 | #define PACKAGE_BUGREPORT
 "https://gitlab.com/graphviz/graphviz/-/issues"
 | #define PACKAGE_URL ""
 | #define GVPLUGIN_CONFIG_FILE "config6"
 | #define GVPLUGIN_VERSION 6
 | #define DARWIN 1
 | #define DARWIN_DYLIB ""
 | #define DEFAULT_FONTPATH
 "~/Library/Fonts:/Library/Fonts:/Network/Library/Fonts:/System/Library/Fonts"
 | #define PATHSEPARATOR ":"
 | #define DEFAULT_DPI 96
 | #define BROWSER "open"
 | #define YYTEXT_POINTER 1
 | #define HAVE_STDIO_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_STRINGS_H 1
 | #define HAVE_SYS_STAT_H 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_UNISTD_H 1
 | #define STDC_HEADERS 1
 | #define HAVE_DLFCN_H 1
 | #define LT_OBJDIR ".libs/"
 | #define HAVE_CXX11 1
 | /* end confdefs.h.  */
 | #include <stddef.h>
 | #ifdef HAVE_STDIO_H
 | # include <stdio.h>
 | #endif
 | #ifdef HAVE_STDLIB_H
 | # include <stdlib.h>
 | #endif
 | #ifdef HAVE_STRING_H
 | # include <string.h>
 | #endif
 | #ifdef HAVE_INTTYPES_H
 | # include <inttypes.h>
 | #endif
 | #ifdef HAVE_STDINT_H
 | # include <stdint.h>
 | #endif
 | #ifdef HAVE_STRINGS_H
 | # include <strings.h>
 | #endif
 | #ifdef HAVE_SYS_TYPES_H
 | # include <sys/types.h>
 | #endif
 | #ifdef HAVE_SYS_STAT_H
 | # include <sys/stat.h>
 | #endif
 | #ifdef HAVE_UNISTD_H
 | # include <unistd.h>
 | #endif
 | int
 | main (void)
 | {
 | if (sizeof ())
 |        return 0;
 |   ;
 |   return 0;
 | }
 configure:20019: result: no
 }}}

 Some keyword to check for seems to be missing…

-- 
Ticket URL: <https://trac.macports.org/ticket/61288#comment:20>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list