Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. akoskm@turing:~/qtjambi/akoskm-qtjambi-community$ git am ../patchFiles/00*
  2. Applying: WARNING(MetaJavaBuilder) :: skipping function 'QList::detach_helper_grow', unmatched return type 'Node*' WARNING(MetaJavaBuilder) :: signature 'toString(unsigned short int)const' for function modification in 'QLocale' not found. Possible candidates: toString(QDate,QLocale::FormatType)const in QLocale, toString(QDate,QString)const in QLocale, toString(QDateTime,QLocale::FormatType)const in QLocale, toString(QDateTime,QString)const in QLocale, toString(QTime,QLocale::FormatType)const in QLocale, toString(QTime,QString)const in QLocale, toString(double,char,int)const in QLocale, toString(float,char,int)const in QLocale, toString(int)const in QLocale, toString(long long)const in QLocale, toString(short)const in QLocale, toString(uint)const in QLocale, toString(unsigned long long)const in QLocale, toString(unsigned short)const in QLocale WARNING(MetaJavaBuilder) :: signature 'setNum(unsigned short int,int)' for function modification in 'QByteArray' not found. Possible candidates: setNum(double,char,int) in QByteArray, setNum(float,char,int) in QByteArray, setNum(int,int) in QByteArray, setNum(long long,int) in QByteArray, setNum(short,int) in QByteArray, setNum(uint,int) in QByteArray, setNum(unsigned long long,int) in QByteArray, setNum(unsigned short,int) in QByteArray
  3. Applying: Fix correct usage of alternate qmake makespec configuration
  4. Applying: Minor usage correction, append is correct not overwrite.
  5. Applying: This setting is not relevant for all architectures.
  6. Applying: Ant should fail if something it executes returns a non-zero exit status, I can only guess this was commented out before to kludge around another problem.
  7. Applying: Incorrect sub-process arguments for QT_CONFIG/INCLUDEPATH these should be passed to the sub-process as two separate arguments. Other changes are to tidy up the code into the same policy no need for the StringTokenizer usage when we can just a list directly.
  8. Applying: Pass the ANT project object down into the Exec usage, this is used in later patches to pickup ANT variables to do things.
  9. error: patch failed: src/java/ant-qtjambi/com/trolltech/tools/ant/Exec.java:167
  10. error: src/java/ant-qtjambi/com/trolltech/tools/ant/Exec.java: patch does not apply
  11. error: patch failed: src/java/ant-qtjambi/com/trolltech/tools/ant/QMakeTask.java:116
  12. error: src/java/ant-qtjambi/com/trolltech/tools/ant/QMakeTask.java: patch does not apply
  13. Patch failed at 0007 Pass the ANT project object down into the Exec usage, this is used in later patches to pickup ANT variables to do things.
  14. When you have resolved this problem run "git am --resolved".
  15. If you would prefer to skip this patch, instead run "git am --skip".
  16. To restore the original branch and stop patching run "git am --abort".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement