Bug 240215 - port-mgmt/pkg: does not build 'pkg_repos.h' file not found
Summary: port-mgmt/pkg: does not build 'pkg_repos.h' file not found
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-30 19:40 UTC by Walter Schwarzenfeld
Modified: 2019-08-30 20:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Schwarzenfeld 2019-08-30 19:40:01 UTC
pkg 1.11.1 fails to build:

include  -I/ram/usr/ports/ports-mgmt/pkg/work/pkg-1.11.1/external/libucl/include  -I/ram/usr/ports/ports-mgmt/pkg/work/pkg-1.11.1/external/libucl/klib  -I/ram/usr/ports/ports-mgmt/pkg/work/pkg-1.11.1/external/libfetch  -I/ram/usr/ports/ports-mgmt/pkg/work/pkg-1.11.1/libpkg/repo  -I/ram/usr/ports/ports-mgmt/pkg/work/pkg-1.11.1/libpkg  -I/ram/usr/ports/ports-mgmt/pkg/work/pkg-1.11.1  -Wno-pointer-sign  -Wno-missing-field-initializers  -Wno-sign-compare  -DPREFIX=\"/usr/local\"  -DHAVE_CONFIG_H -fpic pkg_config.c
pkg_config.c:49:10: fatal error: 'pkg_repos.h' file not found
#include "pkg_repos.h"
         ^~~~~~~~~~~~~
1 error generated.
*** Error code 1

Stop.
make[4]: stopped in /ram/usr/ports/ports-mgmt/pkg/work/pkg-1.11.1/libpkg
Comment 1 Walter Schwarzenfeld 2019-08-30 19:42:27 UTC
pkg_repos.h does not exist in the source.
Comment 2 Walter Schwarzenfeld 2019-08-30 20:00:10 UTC
Was something strange on my box. Not a Bug.