Add some debug information to manifest parsing
modified libpkg/pkg_manifest.c
@@ -246,6 +246,7 @@ pkg_load_manifest_file(struct pkg *pkg, const char *fpath, struct pkg_manifest_k
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -332,6 +333,7 @@ parse_sequence(struct pkg * pkg, yaml_node_t *node, yaml_document_t *doc,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -425,6 +427,7 @@ parse_mapping(struct pkg *pkg, yaml_node_t *item, yaml_document_t *doc, int attr
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -731,6 +734,8 @@ parse_root_node(struct pkg *pkg, struct pkg_manifest_key *keys, yaml_node_t *no
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -786,6 +791,7 @@ pkg_parse_manifest_archive(struct pkg *pkg, struct archive *a, struct pkg_manife
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -805,6 +811,7 @@ pkg_parse_manifest(struct pkg *pkg, char *buf, struct pkg_manifest_key *keys)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -824,6 +831,7 @@ pkg_parse_manifest_file(struct pkg *pkg, FILE *f, struct pkg_manifest_key *keys)
|
|
|
|
|
|
| + | |
|
|
|
|
|