[QGIS-Developer] Build problems using install instructions
Tony Bazeley
tonyb at tonyb.id.au
Tue Apr 30 06:14:44 PDT 2024
Thanks Julien and Richard
I gave it another shot on the weekend with a clean build which was successful.
But I'm now thinking I'd be better suited to using the latest stable version, 3_36 in this
case.
My interpretation of the instructions,
git commit
git worktree add ../my_new_functionality
cd ../my_new_functionality
git fetch qgis/master
git rebase -i qgis/master
# only keep the commits to be pushed
git push -u my_own_repo my_new_functionality
is:
git commit
git worktree add ../release-3_36
cd ../release-3_36
git fetch qgis/master
git rebase -i qgis/master
# only keep the commits to be pushed
git push -u QGIS release-3_36
which failed with:
git fetch qgis/master
fatal: 'qgis/master' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git fetch QGIS/master yields the same result
My build tree is listed below
Regards
Tony
tree -L 3 -ad
*.*
└── *cpp*
└── *QGIS*
├── *build-master*
├── *.ci*
├── *cmake*
├── *cmake_templates*
├── *debian*
├── *doc*
├── *.docker*
├── *editors*
├── *external*
├── *.git*
├── *.github*
├── *i18n*
├── *images*
├── *linux*
├── *mac*
├── *ms-windows*
├── *postinstall*
├── *python*
├── *release-3_36*
├── *resources*
├── *rpm*
├── *scripts*
├── *src*
├── *tests*
On Monday 29 April 2024 4:27:13 PM ACST Julien Cabieces via QGIS-Developer wrote:
> Hi,
>
> Sorry I didn't read your mail till the end, and actually I'm pretty
> confident to know where it comes because I fixed it 4 days ago...
>
> I'm pretty sure it's related to this:
> https://github.com/qgis/QGIS/pull/57218
>
> If you try to build master, just pull your repository, restart a
> clean build, and it should be ok. Le me know if it's not the case.
>
> Regards,
> Julien
>
> > Not sure if it helps, but:
> >
> > # locate QtWidgetsmod.sip
> > /usr/lib/python3/dist-packages/PyQt5/bindings/QtWidgets/QtWidgetsmod.sip
> >
> > # dpkg -S
> > /usr/lib/python3/dist-packages/PyQt5/bindings/QtWidgets/QtWidgetsmod.sip
> > pyqt5-dev:
> > /usr/lib/python3/dist-packages/PyQt5/bindings/QtWidgets/QtWidgetsmod.sip
> >
> > Do you have pyqt5-dev installed?
> >
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20240430/eb25365e/attachment-0001.htm>
More information about the QGIS-Developer
mailing list