Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.15.0: missing pkgconfig dependencies #939

Closed
kloczek opened this issue Nov 16, 2019 · 0 comments · Fixed by #1524
Closed

4.15.0: missing pkgconfig dependencies #939

kloczek opened this issue Nov 16, 2019 · 0 comments · Fixed by #1524

Comments

@kloczek
Copy link
Contributor

kloczek commented Nov 16, 2019

Looks like popt dependency is missing in rpm.pc file:

[root@barrel rpm]# grep ^\#include * | awk -F: '{print $2}' | sort | uniq
#include <popt.h>
#include <rpm/argv.h>
#include <rpm/argv.h>	/* for ARGV_t */
#include <rpm/header.h>
#include <rpm/rpmarchive.h>
#include <rpm/rpmcallback.h>
#include <rpm/rpmcli.h>
#include <rpm/rpmcli.h>	/* for QVA_t */
#include <rpm/rpmds.h>
#include <rpm/rpmds.h>	/* XXX move rpmlib provides to rpmds instead */
#include <rpm/rpmfi.h>
#include <rpm/rpmfiles.h>
#include <rpm/rpmfileutil.h>
#include <rpm/rpmio.h>
#include <rpm/rpmlib.h>
#include <rpm/rpmmacro.h>
#include <rpm/rpmpgp.h>
#include <rpm/rpmprob.h>
#include <rpm/rpmps.h>
#include <rpm/rpmspec.h>
#include <rpm/rpmspec.h>	/* for Package */
#include <rpm/rpmstring.h>
#include <rpm/rpmstring.h>	/* StringBuf */
#include <rpm/rpmsw.h>
#include <rpm/rpmtag.h>
#include <rpm/rpmtd.h>
#include <rpm/rpmte.h>
#include <rpm/rpmts.h>
#include <rpm/rpmtypes.h>
#include <rpm/rpmurl.h>
#include <rpm/rpmutil.h>
#include <signal.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
@ffesti ffesti added this to Needs triage in Ticket Review (Outdated) Mar 3, 2020
@pmatilai pmatilai moved this from Needs triage to Yes in Ticket Review (Outdated) Mar 30, 2020
pmatilai pushed a commit to pmatilai/rpm that referenced this issue Jan 29, 2021
Ticket Review (Outdated) automation moved this from Yes to Closed Jan 29, 2021
pmatilai pushed a commit that referenced this issue Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant