Probably @barf.
Either I've something wrong (again !) or the CVS have changed such that the "sky-mode" patch no longer works ?
This is the output recevied
--------log-------
patching file apps/tuxbox/neutrino/src/gui/channellist.cpp
Hunk #1 succeeded at 931 with fuzz 1 (offset 195 lines).
patching file apps/tuxbox/neutrino/src/gui/channellist.h
Hunk #1 FAILED at 116.
1 out of 1 hunk FAILED -- saving rejects to file apps/tuxbox/neutrino/src/gui/channellist.h.rej
patching file apps/tuxbox/neutrino/src/gui/infoviewer.cpp
Hunk #1 FAILED at 315.
Hunk #2 succeeded at 438 with fuzz 2 (offset 13 lines).
Hunk #3 FAILED at 458.
Hunk #4 succeeded at 841 with fuzz 2 (offset 382 lines).
2 out of 4 hunks FAILED -- saving rejects to file apps/tuxbox/neutrino/src/gui/infoviewer.cpp.rej
--------end log--------
now I do have the .rejects files if it helps but my (half a) brain is telling me something's changed since yesterday (was working fine 'til then) ? so I did a bit more digging and discovered the changes in CVS since yesterday which are blocking the sucessful execution of the patch. Namely:
channellist.h now has this (new since yesterday) line added:
"void virtual_zap_mode(bool up);"
(does this now replace what the patch would have at:
"void sky_mode(bool up);" ??)
If so this would mean "sky-mode" is now in CVS ? hmmmm, that would be nice:-)
and infoviewer now has this line:
"bool virtual_zap_mode = false;"
which is probably where the patch line of:
"bool sky_mode = false;"
would have gone....
So I could probably fix the patch myself but the question now becomes, do I need to ? Are the changes that have prevented the patch from running the very changes that the patch would have (although the declarations name has changed) ??
Cheers.
a different "sky-mode" patch problem
-
- Interessierter
- Beiträge: 51
- Registriert: Dienstag 11. April 2006, 16:24
-
- Moderator english
- Beiträge: 2458
- Registriert: Donnerstag 20. Dezember 2001, 00:00
-
- Interessierter
- Beiträge: 51
- Registriert: Dienstag 11. April 2006, 16:24
Indeed, and I discover this the hard way So the lesson learned is therefore to check out the "news" before struggling on, so the question is where is the news ? Is there a page somewhere which shows the latest high level important changes to the CVS ?PT-1 hat geschrieben:Hi Mate,
yes since yesterday the new "virtual zap mode" (old name Sky..) is finally in the CVS ;-)
No more patching
-
- Moderator english
- Beiträge: 2458
- Registriert: Donnerstag 20. Dezember 2001, 00:00
You can register your email at the cvs Page and you get Emails of everything that get's checked in ;-)
Subscription / Unsubscription
Anyone is able to subscribe/unsubscribe on their own to any mailing list, presuming the subscription policy for a particular list is `open'.
The requests for subscription or unsubscription can also be sent by email, to a special control address, which is slightly different from the lists address. Subscription or unsubscription messages should NOT be sent to the address of the mailing list itself.
To subscribe to or unsubscribe from a mailing list, please send mail to <listname>-request@cvs.tuxbox-cvs.sourceforge.net with the word `subscribe' or `unsubscribe' as Subject.
-
- Developer
- Beiträge: 1475
- Registriert: Dienstag 4. Februar 2003, 22:02
Actually, I found the first posting quite amusing
...or check out http://cvs.tuxbox.org/lists/ (and underlying nodes) on a regular basis, e.g. after the cvs update-command.PT-1 hat geschrieben:You can register your email at the cvs Page and you get Emails of everythin
-
- Interessierter
- Beiträge: 51
- Registriert: Dienstag 11. April 2006, 16:24
you would ! , actually I did too after I found out - but, nonetheless a useful learning exercise on how to troubleshoot broken diffsBarf hat geschrieben:Actually, I found the first posting quite amusing
PT-1 hat geschrieben:You can register your email at the cvs Page and you get Emails of everythin
Barf hat geschrieben:...or check out http://cvs.tuxbox.org/lists/ (and underlying nodes) on a regular basis, e.g. after the cvs update-command.
Cheers for the heads up guys, now lets see what I can break next !