tkluck / pac4cli

Proxy-auto-discovery for command-line applications
25 stars 9 forks source link

Need txdbus built for Ubuntu 18.04 #20

Closed brianj29 closed 6 years ago

brianj29 commented 6 years ago

In the Ubuntu PPA, pac4cli is being built for 18.04, but txdbus is not. So I get an error while trying to install:

laptop1> sudo apt-get install pac4cli
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 pac4cli : Depends: python3-txdbus but it is not installable
E: Unable to correct problems, you have held broken packages.

I must not have noticed this before, since I had had to force the 17.10 PPA to install pac4cli. That must have installed txdbus. Then when I removed pac4cli and switched to the 18.04 PPA, txdbus was already present, so I didn't get a dependency error. But now I'm installing on a fresh system, so the error occurs.

If you could update the PPA, I'd appreciate it.

Thanks, Brian Johnson

brianj29 commented 6 years ago

Same goes for systemd-cython, if that's needed by pac4cli.

Thanks, Brian

tkluck commented 6 years ago

Thanks! Fired off the builds. I'll leave the issue open; could you close it once you've verified the install works for you now?

tkluck commented 6 years ago

@brianj29 I could also move the daily build recipes and the ppa to a team space and make you a member of that team. Advantage would be that I'm not a bus factor. Downside is that the ppa's url changes. What do you think?

brianj29 commented 6 years ago

Works now. Thanks! I don't need to be part of a team for pac4cli, at least not at this time. I doubt I will do any more development on it. But thanks for the offer.