T42 | <A_T_R> Previos error solved after i updated submodules ...this is new error (re @elros34: @A_T_R is this new e...) | 02:21 |
---|---|---|
T42 | <elros34> then remove local repo from sdk target if you have it added and repo metadata | 06:18 |
T42 | <A_T_R> removed droid-local-repo in hadk folder | 07:38 |
T42 | <A_T_R> then i get Package is not signed for —config | 07:38 |
T42 | <A_T_R> should i compile —middle-ware ? | 07:39 |
T42 | <elros34> if you removed all packages then yes you need to rebuild middleware. What about sdk target repos? | 07:43 |
T42 | <A_T_R> sdk target repos? What you mean by that? | 07:43 |
T42 | <elros34> do you have local repo in sdk target? sb2 -t <target> ssu lr | 07:45 |
T42 | <A_T_R> ``` | 07:46 |
T42 | <A_T_R> - adaptation-common ... https://releases.jolla.com/releases/4.4.0.58/jolla-hw/adaptation-common/aarch64/ | 07:46 |
T42 | <A_T_R> - adaptation-community-common ... https://repo.sailfishos.org/obs/nemo:/devel:/hw:/common/sailfish_latest_aarch64/ | 07:46 |
T42 | <A_T_R> - apps ... https://releases.jolla.com/jolla-apps/4.4.0.58/aarch64/``` | 07:46 |
T42 | <A_T_R> ``` | 07:46 |
T42 | <A_T_R> - adaptation-common ... https://releases.jolla.com/releases/4.4.0.58/jolla-hw/adaptation-common/aarch64/ ``` | 07:46 |
T42 | <A_T_R> - adaptation-community-common ... https://repo.sailfishos.org/obs/nemo:/devel:/hw:/common/sailfish_latest_aarch64/ | 07:46 |
T42 | <A_T_R> - apps ... https://releases.jolla.com/jolla-apps/4.4.0.58/aarch64/``` | 07:46 |
T42 | <A_T_R> (edited) | 07:46 |
T42 | <A_T_R> like these | 07:46 |
T42 | <A_T_R> i have pasted here https://pastebin.com/2YUxTH2a | 07:47 |
T42 | <elros34> so you can see it is enable, remove it and try again | 07:48 |
T42 | <A_T_R> how to remove | 07:48 |
T42 | <elros34> ssu --help | 07:48 |
T42 | <A_T_R> Sorry how to do that | 07:50 |
T42 | <elros34> did you run ssu --help? did you read hadk-hot link you got? | 07:51 |
T42 | <A_T_R> I didn't understand ssu --help | 07:51 |
T42 | <elros34> what about "ssu --help 2>&1 | grep remove" | 07:52 |
T42 | <A_T_R> removerepo, rr <repo> remove this repository from configuration | 07:53 |
T42 | <elros34> so together with info from hadk-hot (if you bother to read it all)full command will be: sb2 -t <target> -m sdk-install -R ssu rr local-x00td-hal | 07:54 |
T42 | <A_T_R> sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -m sdk-install -R ssu rr local-x00td-hal | 07:56 |
T42 | <A_T_R> DBus unavailable, falling back to libssu | 07:57 |
T42 | <elros34> should be fine, check with ssu lr | 07:58 |
T42 | <A_T_R> Local-x00ts-hal removed | 07:59 |
T42 | <elros34> btw I do not think you must update target but when you will build image use 4.4.0.64 release instead .58 | 08:01 |
T42 | <A_T_R> how can i update sdk to .64 | 08:02 |
T42 | <A_T_R> 1 month ago i had installed .58 | 08:03 |
T42 | <elros34> like I said, I do not think you need to | 08:03 |
T42 | <A_T_R> `rpm/dhd/helpers/build_packages.sh -c `https://pastebin.com/kYSWjXUh | 08:03 |
T42 | <A_T_R> is that serioues issue ? Package is not signed! | 08:04 |
T42 | <elros34> who cares:) unless it fail because of that | 08:05 |
T42 | <A_T_R> should i build libhybris in —middle-ware part ? | 08:05 |
T42 | <elros34> depends on whether you really removed all packages previously, check droid-local-repo whether you have these packages there | 08:07 |
T42 | <A_T_R> building -m https://pastebin.com/yDZ23yib | 08:07 |
T42 | <elros34> do you have this package built in local repo or not? | 08:09 |
T42 | <A_T_R> libhybris, no | 08:09 |
T42 | <A_T_R> It's not there | 08:10 |
T42 | <elros34> did you repo sync all sources with some deepth=1 options or something like that? | 08:11 |
T42 | <A_T_R> initial used repo with --depth 1 | 08:11 |
T42 | <A_T_R> initialised repo with --depth 1 (edited) | 08:11 |
T42 | <A_T_R> repo init --depth=1 -u git://github.com/mer-hybris/android.git -b hybris-17.1 | 08:12 |
T42 | <A_T_R> | 08:12 |
T42 | <A_T_R> repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8 | 08:12 |
T42 | <elros34> this could be an issue, build_packages have some problems with that since some changes. unshallow libhybris source and this should to the trick | 08:13 |
T42 | <A_T_R> later cloned libhybris with --recurse-submodules in external folder | 08:14 |
T42 | <elros34> so clear all local changes in source directory or reclone it again | 08:18 |
T42 | <A_T_R> rm -rf external/libhybris? | 08:18 |
T42 | <A_T_R> /hadk/external$ git clone --recurse-submodules https://github.com/mer-hybris/libhybris.git | 08:20 |
T42 | <elros34> yes that is the point | 08:24 |
T42 | <A_T_R> This is how I cloned before, but not compiling libhybris (re @A_T_R: /hadk/external$ git ...) | 08:26 |
T42 | <A_T_R> This is how I cloned before, but now compiling libhybris (edited) (re @A_T_R: /hadk/external$ git ...) | 08:26 |
T42 | <edp_17> I usually deleted mw/libhybris then did a "rpm/dhd/helpers/build_packages.sh --mw=https://github.com/mer-hybris/libhybris.git". This will clone and build it as well. (re @A_T_R: This is how I cloned...) | 08:29 |
T42 | <A_T_R> So how libhybris was cloned? (re @edp_17: I usually deleted mw...) | 08:30 |
T42 | <A_T_R> repo sync --fetch-submodules cloned libhybris? | 08:31 |
T42 | <A_T_R> successfully compile middle-ware part | 08:39 |
T42 | <A_T_R> next rpm/dhd/helpers/build_packages.sh -v https://pastebin.com/FK04KMSe | 08:39 |
T42 | <elros34> error should be clear: 'droid-config is needed by droid-hal-version*' | 08:47 |
T42 | <A_T_R> already compiled droid-config | 09:03 |
T42 | <theglasshatter> Hi all, what package is sfos-update a part of? | 09:09 |
Thaodan | theglasshatter: No official package. | 11:11 |
T42 | <A_T_R> any solution to this https://t.me/sailfishos_porters/143715 | 12:55 |
Thaodan | Links like this don't work over IRC | 13:06 |
T42 | <A_T_R> Reposting | 13:11 |
T42 | <A_T_R> successfully compile middle-ware part | 13:11 |
T42 | <A_T_R> next rpm/dhd/helpers/build_packages.sh -v https://pastebin.com/FK04KMSe | 13:11 |
T42 | <edp_17> When you provide the url after the mw, it clones it automatically. (re @A_T_R: So how libhybris was...) | 13:48 |
mal | I think it would be good to check if the local repo is ok | 14:03 |
mal | for example using sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -R -m sdk-install zypper se droid | 14:04 |
mal | and checking the repos in target using sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -R -m sdk-install ssu lr | 14:05 |
T42 | <A_T_R> output of both ``` | 14:17 |
T42 | <A_T_R> sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -R -m sdk-install zypper se droid``` | 14:17 |
T42 | <A_T_R> and https://pastebin.com/6Qyz59ZD | 14:17 |
T42 | <A_T_R> output of both | 14:17 |
T42 | <A_T_R> ``` | 14:17 |
T42 | <A_T_R> sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -R -m sdk-install zypper se droid | 14:17 |
T42 | <A_T_R> ``` | 14:17 |
T42 | <A_T_R> and ``` sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -R -m sdk-install ssu lr ```https://pastebin.com/6Qyz59ZD (edited) | 14:17 |
mal | local repo is missing from that ssu lr output | 14:31 |
mal | ah, it is not supposed to be there anymore for some reason | 14:34 |
mal | I think I know why it fails | 14:45 |
mal | @A_T_R try this first and the build_packages.sh -v again: sdk-assistant maintain $VENDOR-$DEVICE-$PORT_ARCH zypper -n --plus-repo $ANDROID_ROOT/droid-local-repo/$DEVICE install --allow-unsigned-rpm droid-hal-$HABUILD_DEVICE droid-hal-$HABUILD_DEVICE-kernel | 14:49 |
mal | if it still fails then check if any of the other packages listed in https://pastebin.com/FK04KMSe have not been installed | 14:50 |
T42 | <A_T_R> @mal : sdk-assistant maintain $VENDOR-$DEVICE-$PORT_ARCH zypper -n --plus-repo $ANDROID_ROOT/droid-local-repo/$DEVICE install --allow-unsigned-rpm droid-hal-$DEVICE droid-hal-$DEVICE-kernel | 14:57 |
T42 | <A_T_R> after executed the above | 14:57 |
T42 | <A_T_R> again faiiled for —version | 14:58 |
mal | so then use sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -R -m sdk-install zypper se for each of those missing ones and then install them using the command above | 14:58 |
mal | I mean if zypper se returns that those haven't been installed then install them | 14:59 |
T42 | <A_T_R> —config build these 4 packages ? | 15:00 |
T42 | <A_T_R> ``` | 15:00 |
T42 | <A_T_R> droid-config is needed by droid-hal-version-x00td-0.0.1-202206211457.aarch64 | 15:00 |
T42 | <A_T_R> droid-config-preinit-plugins is needed by droid-hal-version-x00td-0.0.1-202206211457.aarch64 | 15:00 |
T42 | <A_T_R> droid-config-pulseaudio-settings is needed by droid-hal-version-x00td-0.0.1-202206211457.aarch64 | 15:00 |
T42 | <A_T_R> droid-config-sailfish is needed by droid-hal-version-x00td-0.0.1-202206211457.aarch64``` | 15:00 |
mal | yes | 15:01 |
T42 | <A_T_R> these packages seems missing | 15:07 |
T42 | <A_T_R> hybris-libsensorfw-qt5 | 15:07 |
T42 | <A_T_R> mce-plugin-libhybris | 15:07 |
T42 | <A_T_R> ngfd-plugin-native-vibrator | 15:07 |
T42 | <A_T_R> pulseaudio-modules-droid | 15:07 |
T42 | <A_T_R> qtscenegraph-adaptation | 15:07 |
T42 | <A_T_R> like this ? ``` | 15:08 |
T42 | <A_T_R> sdk-assistant maintain $VENDOR-$DEVICE-$PORT_ARCH zypper -n --plus-repo $ANDROID_ROOT/droid-local-repo/$DEVICE install --allow-unsigned-rpm hybris-libsensorfw-qt5 mce-plugin-libhybris ngfd-plugin-native-vibrator pulseaudio-modules-droid qtscenegraph-adaptation``` | 15:08 |
T42 | <A_T_R> i get one error https://pastebin.com/unX7MmKL | 15:16 |
T42 | <A_T_R> ``` | 15:23 |
T42 | <A_T_R> sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -R -m sdk-install zypper in droid-config-$DEVICE -ofono-configs-binder``` | 15:23 |
T42 | <A_T_R> this helps buidling - - version (re @SailfishFreenodeIRCBridgeBot: <mal>for local build...) | 15:23 |
T42 | <edp_17> Mer-kernel-check gives me "ERROR: CONFIG_PID_NS is invalid" even if I put ,! into line "CONFIG_PID_N" or completely delete it. Any idea? | 15:26 |
mal | is CONFIG_NAMESPACES set? | 16:33 |
T42 | <elros34> PID_NS is listed twice in mer-kenel-check | 16:43 |
T42 | <edp_17> mal : yes, that is set. | 19:23 |
T42 | <edp_17> @elros34 : oh, I dind't check that but I'll do. Thanks. | 19:24 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!