Build FreeBSD: PASSED graphics/t1lib.bset on x86_64-freebsd12.0

chrisj at rtems.org chrisj at rtems.org
Mon Aug 26 09:42:22 UTC 2019


RTEMS Source Builder - Set Builder, 5 (d7f11a79bca2)

Host: FreeBSD-12.0-RELEASE-p3-amd64-64bit-ELF
       FreeBSD hihi 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC amd64 amd64

Build Time: 0:00:14.835118

Sizes
=====

No packages built
Output
======

config: graphics/t1lib-5.1.2-1.cfg
package: t1lib-v5.1.2-arm-rtems5-1
download: http://ftp.netbsd.org/pub/pkgsrc/distfiles/t1lib-5.1.2.tar.gz -> sources/t1lib-5.1.2.tar.gz
download: https://raw.githubusercontent.com/yangqiao/rtems-tools/graphics/tools/4.11/t1lib/t1lib-5.1.2.diff -> patches/t1lib-5.1.2.diff
building: t1lib-v5.1.2-arm-rtems5-1
sizes: t1lib-v5.1.2-arm-rtems5-1: 20.929MB (installed: 3.687MB)
cleaning: t1lib-v5.1.2-arm-rtems5-1
reporting: graphics/t1lib-5.1.2-1.cfg -> t1lib-v5.1.2-arm-rtems5-1.txt
reporting: graphics/t1lib-5.1.2-1.cfg -> t1lib-v5.1.2-arm-rtems5-1.xml
staging: t1lib-v5.1.2-arm-rtems5-1 -> /build/rtems/bsps/rtems-source-builder.git/rtems/build/tmp/sb-chris-staging
cleaning: t1lib-v5.1.2-arm-rtems5-1
Mailing report: build at rtems.org

Report
======

==============================================================================
RTEMS Tools Project <users at rtems.org> Mon Aug 26 19:42:22 2019
==============================================================================
Report: graphics/t1lib-5.1.2-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
   1: origin: git://git.rtems.org/rtems-source-builder.git
 Status:
  Clean
 Head:
  Commit: d7f11a79bca2e79e98218cc0c41c9be8a23509b9
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) graphics/t1lib-5.1.2-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) graphics/t1lib-5.1.2-1.cfg
------------------------------------------------------------------------------
Package: t1lib-v5.1.2-arm-rtems5-1
 Config: graphics/t1lib-5.1.2-1.cfg
 Summary:
  t1lib is the official PNG reference library
 URL:
  http://www.t1lib.org/
 Version:
  5.1.2
 Release:
  1
  Sources: 1
    1: http://ftp.netbsd.org/pub/pkgsrc/distfiles/t1lib-5.1.2.tar.gz
       sha512: 9f424b19c6f35cc4f194ff7351a4c2352216462c7d1b1d9650ad3a05cf48c6e90c89ccbcda5ecc47a4169a39a850cf84a1fcbf88b3b15614860c27364b631ae3
  Patches: 1
    1: https://raw.githubusercontent.com/yangqiao/rtems-tools/graphics/tools/4.11/t1lib/t1lib-5.1.2.diff
       sha512: 1afd18182350d7d2426a910c61537f8532e149bf37c616f3a4a84ae0767c4549a2be857db6fd1b1994ed86f8a2e2d4cdfb2abdf67053c8ca1ee83893f4b56d23
 Preparation:
  build_top=$(pwd)
  source_dir_t1lib="t1lib-5.1.2"
  %setup source t1lib -q -n t1lib-5.1.2
  %setup patch t1lib -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-freebsd12.0" != "arm-rtems5" ; then
    # Cross-build (Xc) if no target or the host and target match.
    # Canadian-cross (Cxc) if build, host and target are all different.
    if test -z "" -o "arm-rtems5" == "" ; then
      build_dir="build-xc"
    else
      build_dir="build-cxc"
    fi
  else
    build_dir="build"
  fi
  cd ${source_dir_t1lib}
  # Host and build flags, Cross build if host and build are different and
  # Cxc build if target is deifned and also different.
  # Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
  if test "x86_64-freebsd12.0" != "arm-rtems5" ; then
    # Cross build
    CC=$(echo "arm-rtems5-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "arm-rtems5-g++" | sed -e 's,-std=gnu99 ,,')
    CPPFLAGS="${SB_HOST_CPPFLAGS}"
    CFLAGS="${SB_HOST_CFLAGS}"
    CXXFLAGS="${SB_HOST_CXXFLAGS}"
    LDFLAGS="${SB_HOST_LDFLAGS}"
    LIBS="${SB_HOST_LIBS}"
    # Host
    CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
    CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
    LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
    LIBS_FOR_HOST="${SB_HOST_LIBS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    # Build
    CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
    LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
    LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CC_FOR_BUILD=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  else
    LDFLAGS="${SB_BUILD_LDFLAGS}"
    LIBS="${SB_BUILD_LIBS}"
    CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CC_FOR_BUILD=${CC}
    CXX_FOR_BUILD=${CXX}
  fi
  export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS
  export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LIBS_FOR_HOST
  export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LIBS_FOR_BUILS
  ./configure \
  --host=arm-rtems5 \
  --prefix=/build/rtems/bsps/5 \
  --bindir=/build/rtems/bsps/5/arm-rtems5/beagleboneblack/bin \
  --exec_prefix=/build/rtems/bsps/5/arm-rtems5/beagleboneblack \
  --includedir=/build/rtems/bsps/5/arm-rtems5/beagleboneblack/lib/include \
  --libdir=/build/rtems/bsps/5/arm-rtems5/beagleboneblack/lib \
  --libexecdir=/build/rtems/bsps/5/arm-rtems5/beagleboneblack/libexec \
  --mandir=/build/rtems/bsps/5/arm-rtems5/beagleboneblack/share/man \
  --infodir=/build/rtems/bsps/5/arm-rtems5/beagleboneblack/share/info \
  --datadir=/build/rtems/bsps/5/arm-rtems5/beagleboneblack/share \
  --disable-shared \
  --without-athena --without-x
  gmake -j 16 without_doc
  cd ${build_top}
 Install:
  build_top=$(pwd)
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${source_dir_t1lib}
  gmake DESTDIR=$SB_BUILD_ROOT install
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Mon Aug 26 19:42:22 2019
==============================================================================
Report: graphics/t1lib-5.1.2-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
   1: origin: git://git.rtems.org/rtems-source-builder.git
 Status:
  Clean
 Head:
  Commit: d7f11a79bca2e79e98218cc0c41c9be8a23509b9
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) graphics/t1lib-5.1.2-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) graphics/t1lib-5.1.2-1.cfg
------------------------------------------------------------------------------
Package: t1lib-v5.1.2-arm-rtems5-1
 Config: graphics/t1lib-5.1.2-1.cfg
 Summary:
  t1lib is the official PNG reference library
 URL:
  http://www.t1lib.org/
 Version:
  5.1.2
 Release:
  1
  Sources: 1
    1: http://ftp.netbsd.org/pub/pkgsrc/distfiles/t1lib-5.1.2.tar.gz
       sha512: 9f424b19c6f35cc4f194ff7351a4c2352216462c7d1b1d9650ad3a05cf48c6e90c89ccbcda5ecc47a4169a39a850cf84a1fcbf88b3b15614860c27364b631ae3
  Patches: 1
    1: https://raw.githubusercontent.com/yangqiao/rtems-tools/graphics/tools/4.11/t1lib/t1lib-5.1.2.diff
       sha512: 1afd18182350d7d2426a910c61537f8532e149bf37c616f3a4a84ae0767c4549a2be857db6fd1b1994ed86f8a2e2d4cdfb2abdf67053c8ca1ee83893f4b56d23
 Preparation:
  build_top=$(pwd)
  source_dir_t1lib="t1lib-5.1.2"
  %setup source t1lib -q -n t1lib-5.1.2
  %setup patch t1lib -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-freebsd12.0" != "arm-rtems5" ; then
    # Cross-build (Xc) if no target or the host and target match.
    # Canadian-cross (Cxc) if build, host and target are all different.
    if test -z "" -o "arm-rtems5" == "" ; then
      build_dir="build-xc"
    else
      build_dir="build-cxc"
    fi
  else
    build_dir="build"
  fi
  cd ${source_dir_t1lib}
  # Host and build flags, Cross build if host and build are different and
  # Cxc build if target is deifned and also different.
  # Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
  if test "x86_64-freebsd12.0" != "arm-rtems5" ; then
    # Cross build
    CC=$(echo "arm-rtems5-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "arm-rtems5-g++" | sed -e 's,-std=gnu99 ,,')
    CPPFLAGS="${SB_HOST_CPPFLAGS}"
    CFLAGS="${SB_HOST_CFLAGS}"
    CXXFLAGS="${SB_HOST_CXXFLAGS}"
    LDFLAGS="${SB_HOST_LDFLAGS}"
    LIBS="${SB_HOST_LIBS}"
    # Host
    CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
    CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
    LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
    LIBS_FOR_HOST="${SB_HOST_LIBS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    # Build
    CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
    LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
    LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CC_FOR_BUILD=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  else
    LDFLAGS="${SB_BUILD_LDFLAGS}"
    LIBS="${SB_BUILD_LIBS}"
    CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CC_FOR_BUILD=${CC}
    CXX_FOR_BUILD=${CXX}
  fi
  export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS
  export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LIBS_FOR_HOST
  export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LIBS_FOR_BUILS
  ./configure \
  --host=arm-rtems5 \
  --prefix=/build/rtems/bsps/5 \
  --bindir=/build/rtems/bsps/5/arm-rtems5/beagleboneblack/bin \
  --exec_prefix=/build/rtems/bsps/5/arm-rtems5/beagleboneblack \
  --includedir=/build/rtems/bsps/5/arm-rtems5/beagleboneblack/lib/include \
  --libdir=/build/rtems/bsps/5/arm-rtems5/beagleboneblack/lib \
  --libexecdir=/build/rtems/bsps/5/arm-rtems5/beagleboneblack/libexec \
  --mandir=/build/rtems/bsps/5/arm-rtems5/beagleboneblack/share/man \
  --infodir=/build/rtems/bsps/5/arm-rtems5/beagleboneblack/share/info \
  --datadir=/build/rtems/bsps/5/arm-rtems5/beagleboneblack/share \
  --disable-shared \
  --without-athena --without-x
  gmake -j 16 without_doc
  cd ${build_top}
 Install:
  build_top=$(pwd)
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${source_dir_t1lib}
  gmake DESTDIR=$SB_BUILD_ROOT install
  cd ${build_top}


More information about the build mailing list