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

Possible bug with rebuilding when using rebased git branch #23

Open
atelszewski opened this issue Sep 23, 2017 · 0 comments
Open

Possible bug with rebuilding when using rebased git branch #23

atelszewski opened this issue Sep 23, 2017 · 0 comments

Comments

@atelszewski
Copy link

Hi,

I have local branch named, well, "local" ;-)
I do my own modifications here and then run slackrepo update to rebuild the dependent packages.
When there's a public SBo update, I then rebase my local branch on 14.2 (or recreate the local branch by cherry picking what I need if I see there is going to be too much fuss over rebasing).

Today something strange happened.
I rebased my local branch on 14.2 and:

  • packages depending on qt5 want to be rebuilt, although I previously rebuilt all of them when I modified qt5 SlackBuild (and before rebuilding, I committed my changes to the local branch) and qt5 was not modified on SBo for this public update,
  • packages depending on libvirt want to be rebuilt. Sure enough, I updated libvirt in my local branch before it was updated on SBo, but when I run git cherry -v 14.2 before rebasing, it was confirmed that my modifications are the same as SBo's.

Or at least that's what I think is going on ;-)
Thank you for your assistance :-)
Let me know if you need further details.

I'm on revision 65b100d.

Here's what I'm talking about:

$ slackrepo --preview update
Pending:     21
[..]
  academic/pulseview (rebuild for updated deps)
  desktop/qt5ct (rebuild for updated deps)
  development/Sphinx (rebuild for updated deps)
  development/qbs (updated + rebuild for updated deps)
  development/qt-creator (rebuild for updated deps)
  graphics/converseen (rebuild for updated deps)
  libraries/SDL2 (update for version 2.0.6)
  libraries/html5lib (rebuild for updated deps)
  libraries/libvirt-glib (rebuild for updated deps)
  libraries/libvirt-python (updated + rebuild for updated deps)
  libraries/qt5-webkit (rebuild for updated deps)
  multimedia/ffmpeg (rebuild for updated deps)
  multimedia/guvcview (rebuild for updated deps)
  multimedia/smplayer (rebuild for updated deps)
  network/spice (rebuild for updated deps)
  network/wireshark (rebuild for updated deps)
  office/calibre (rebuild for updated deps)
  python/psutil (update for version 5.3.1)
  python/python-dateutil (rebuild for updated deps)
  python/six (update for version 1.11.0)
  system/virt-manager (rebuild for updated deps)

--
Best regards,
Andrzej Telszewski

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

No branches or pull requests

1 participant