Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1.  
  2. --- /var/tmp/portage/games-util/springlobby-0.131/work/springlobby-0.131/src/selectusersdialog.cpp 2011-07-05 14:04:01.0$
  3. +++ selectusersdialog.cpp 2011-07-05 14:05:19.000000000 -0400
  4. @@ -315,7 +315,7 @@
  5. return GetSelectionFromText();
  6. }
  7.  
  8. -int wxCALLBACK SelectUsersDialog::CompareName(long item1, long item2, long /*unused*/ )
  9. +int wxCALLBACK SelectUsersDialog::CompareName(long item1, long item2, wxintPtr /*unused*/ )
  10. {
  11. //wxListCtrl* user_list = (wxListCtrl*)sortData;
  12. wxString* s1 = (wxString*)item1;
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. --- /var/tmp/portage/games-util/springlobby-0.131/work/springlobby-0.131/src/selectusersdialog.h 2011-07-05 14:04:18.0$
  21. +++ selectusersdialog.h 2011-07-05 14:05:35.000000000 -0400
  22. @@ -59,7 +59,7 @@
  23. long AddUserToList( const wxString& nick, const int& flag );
  24. void RemoveUserFromList( long item );
  25.  
  26. - static int wxCALLBACK CompareName(long item1, long item2, long sortData );
  27. + static int wxCALLBACK CompareName(long item1, long item2, wxintPtr sortData );
  28.  
  29. void Sort();
  30.  
  31.  
  32.  
  33.  
  34.  
  35. * Failed Patch: selectusersdialog.patch !
  36. * ( /var/lib/layman/Spring/games-util/springlobby/files/selectusersdialog.patch )
  37. *
  38. * Include in your bugreport the contents of:
  39. *
  40. * /var/tmp/portage/games-util/springlobby-0.132/temp/selectusersdialog.patch.out
  41.  
  42. * ERROR: games-util/springlobby-0.132 failed (prepare phase):
  43. * Failed Patch: selectusersdialog.patch!
  44. *
  45. * Call stack:
  46. * ebuild.sh, line 56: Called src_prepare
  47. * environment, line 3058: Called epatch '/var/lib/layman/Spring/games-util/springlobby/files/selectusersdialog.patch'
  48. * environment, line 1561: Called die
  49. * The specific snippet of code:
  50. * die "Failed Patch: ${patchname}!";
  51. *
  52. * If you need support, post the output of 'emerge --info =games-util/springlobby-0.132',
  53. * the complete build log and the output of 'emerge -pqv =games-util/springlobby-0.132'.
  54. * This ebuild is from an overlay named 'spring': '/var/lib/layman/Spring/'
  55. * The complete build log is located at '/var/tmp/portage/games-util/springlobby-0.132/temp/build.log'.
  56. * The ebuild environment file is located at '/var/tmp/portage/games-util/springlobby-0.132/temp/environment'.
  57. * S: '/var/tmp/portage/games-util/springlobby-0.132/work/springlobby-0.132'
  58.  
  59. >>> Failed to emerge games-util/springlobby-0.132, Log file:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement