-
Notifications
You must be signed in to change notification settings - Fork 310
Pkgconfig errors after using app #19
Comments
I think it has to do with groupadd and other user and groups related function. Maybe some of them can be solved by creating empty stubs for the commands. |
Yeah, stubs should do, do you have any idea how we would package it? Have you ever created a custom apt source? |
Hmm... I'm not sure we need to do something that complicated. Maybe we can simply create a folder with the stubs in them and then copy them to the right folder during installation?
|
That sounds good, no need to over complicate |
I created a branch with some stubs https://github.com/Neo-Oli/termux-ubuntu/tree/stubs, can you please test it? I still can't install things like dbus without errors, but I don't know why it isn't working. |
I haven't noticed the stubs breaking anything yet, but they haven't fixed anything that I can find yet. I will have to take a closer look. |
is this the problem i am facing? $ ./start.sh root@localhost: root@localhost:~ root@localhost:: |
Works great on my artful....at first it showing like you mentioned....but after setting the Perl and the locales...the problem gone |
thanks... Got it workin on one android. adb package was successfully installed. ` root@localhost:~# adb start-server
root@localhost:~# adb devices root@localhost:~# adb devices -l root@localhost: |
I have recurring pkgconfig errors whenever I install things. One is with openssh and I can't recall the other.
The text was updated successfully, but these errors were encountered: