Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • redox redox
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 227
    • Issues 227
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-os
  • redoxredox
  • Issues
  • #1357

Closed
Open
Created May 04, 2022 by Dakota James Owen Keeler@HolyFenrir1 of 1 task completed1/1 task

freetype No target

  • I agree that I have searched opened and closed issues to prevent duplicates.

Description

Replace me

Environment info

Latest update to date Solus

  • Operating system: 'Solus'
  • uname -a: Linux bearz 5.15.32-213.current #1 SMP PREEMPT Thu Apr 7 06:30:11 UTC 2022 x86_64 GNU/Linux
  • rustc -V: rustc 1.61.0-nightly (58f11791a 2022-03-17)
  • git rev-parse HEAD: 0a63f024e9c824384344ede006d40805b53909db
  • Config: Jermey

Steps to reproduce

  1. bootstrap.sh
  2. make all

Behavior

  • Expected behavior: It should compile freetype
  • Actual behavior: Says there is no target

cook - freetype

  • export PATH=/home/dakota/git/redox/cookbook/bin:/home/dakota/git/redox/prefix/x86_64-unknown-redox/relibc-install/bin:/home/dakota/git/redox/cookbook/bin:/home/dakota/git/redox/cookbook/bin:/home/dakota/git/redox/cookbook/bin:/home/dakota/git/redox/prefix/x86_64-unknown-redox/relibc-install/bin:/home/dakota/.local/bin:/home/dakota/.cargo/bin:/home/dakota/.local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/snap/bin:/usr/lib64/openjdk-11/bin
  • PATH=/home/dakota/git/redox/cookbook/bin:/home/dakota/git/redox/prefix/x86_64-unknown-redox/relibc-install/bin:/home/dakota/git/redox/cookbook/bin:/home/dakota/git/redox/cookbook/bin:/home/dakota/git/redox/cookbook/bin:/home/dakota/git/redox/prefix/x86_64-unknown-redox/relibc-install/bin:/home/dakota/.local/bin:/home/dakota/.cargo/bin:/home/dakota/.local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/snap/bin:/usr/lib64/openjdk-11/bin
  • export CARGO_TARGET_DIR=/home/dakota/git/redox/cookbook/recipes/freetype/build/target
  • CARGO_TARGET_DIR=/home/dakota/git/redox/cookbook/recipes/freetype/build/target
  • export CFLAGS=-I/home/dakota/git/redox/cookbook/recipes/freetype/sysroot/include
  • CFLAGS=-I/home/dakota/git/redox/cookbook/recipes/freetype/sysroot/include
  • export CPPFLAGS=-I/home/dakota/git/redox/cookbook/recipes/freetype/sysroot/include
  • CPPFLAGS=-I/home/dakota/git/redox/cookbook/recipes/freetype/sysroot/include
  • export 'LDFLAGS=-L/home/dakota/git/redox/cookbook/recipes/freetype/sysroot/lib --static'
  • LDFLAGS='-L/home/dakota/git/redox/cookbook/recipes/freetype/sysroot/lib --static'
  • export PKG_CONFIG_ALLOW_CROSS=1
  • PKG_CONFIG_ALLOW_CROSS=1
  • export PKG_CONFIG_PATH=
  • PKG_CONFIG_PATH=
  • export PKG_CONFIG_LIBDIR=/home/dakota/git/redox/cookbook/recipes/freetype/sysroot/lib/pkgconfig
  • PKG_CONFIG_LIBDIR=/home/dakota/git/redox/cookbook/recipes/freetype/sysroot/lib/pkgconfig
  • export PKG_CONFIG_SYSROOT_DIR=/home/dakota/git/redox/cookbook/recipes/freetype/sysroot
  • PKG_CONFIG_SYSROOT_DIR=/home/dakota/git/redox/cookbook/recipes/freetype/sysroot
  • COOKBOOK_CARGO=/home/dakota/git/redox/cookbook/target/release/cookbook_redoxer
  • COOKBOOK_CARGO_FLAGS=(--path "${COOKBOOK_SOURCE}" --root "${COOKBOOK_STAGE}" --locked)
  • COOKBOOK_CONFIGURE=/home/dakota/git/redox/cookbook/recipes/freetype/source/configure
  • COOKBOOK_CONFIGURE_FLAGS=(--host="${TARGET}" --prefix="" --disable-shared --enable-static)
  • COOKBOOK_MAKE=make ++ nproc
  • COOKBOOK_MAKE_JOBS=12
  • cookbook_configure
  • /home/dakota/git/redox/cookbook/recipes/freetype/source/configure --host=x86_64-unknown-redox --prefix= --disable-shared --enable-static
  • make -j 12 make[1]: Entering directory '/home/dakota/git/redox/cookbook/recipes/freetype/build' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory '/home/dakota/git/redox/cookbook/recipes/freetype/build' redoxer env: exit status: 2 cook - freetype - error: failed to build: failed to run "/home/dakota/git/redox/cookbook/target/release/cookbook_redoxer" "env" "bash" "-ex": exited with status exit status: 1 ./repo.sh failed.make: *** [mk/filesystem.mk:20: build/filesystem.bin] Error 1
Edited May 04, 2022 by Dakota James Owen Keeler
Assignee
Assign to
Time tracking