The error happens here: { test -z "" || cd ""; } && test $(gdb --version | sed -e 's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx --batch --quiet -ex 'set confirm off' -ex "save gdb-index ." -ex quit 'libmythbrowser.so' && test -f libmythbrowser.so.gdb-index && objcopy --add-section '.gdb_index=libmythbrowser.so.gdb-index' --set-section-flags '.gdb_index=readonly' 'libmythbrowser.so' 'libmythbrowser.so' && rm -f libmythbrowser.so.gdb-index || true /bin/sh: gdb: command not found /bin/sh: line 0: test: -gt: unary operator expected Reproducible: Always
Created attachment 317740 [details] build.log
Also, looking at the log, there's another unrelated failure. I've already reported it and it was fixed upstream: http://code.mythtv.org/trac/ticket/10507 https://github.com/MythTV/mythtv/commit/bde24c5cd
(In reply to comment #2) > Also, looking at the log, there's another unrelated failure. I've already > reported it and it was fixed upstream: > > http://code.mythtv.org/trac/ticket/10507 > https://github.com/MythTV/mythtv/commit/bde24c5cd I've requested that they backport it to fixes/0.25 but will include it shortly.
(In reply to comment #0) > The error happens here: > > { test -z "" || cd ""; } && test $(gdb --version | sed -e > 's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx --batch > --quiet -ex 'set confirm off' -ex "save gdb-index ." -ex quit > 'libmythbrowser.so' && test -f libmythbrowser.so.gdb-index && objcopy > --add-section '.gdb_index=libmythbrowser.so.gdb-index' --set-section-flags > '.gdb_index=readonly' 'libmythbrowser.so' 'libmythbrowser.so' && rm -f > libmythbrowser.so.gdb-index || true > /bin/sh: gdb: command not found > /bin/sh: line 0: test: -gt: unary operator expected > > > Reproducible: Always Looks like it's only occurring with mythbrowser.
(In reply to comment #3) > (In reply to comment #2) > > Also, looking at the log, there's another unrelated failure. I've already > > reported it and it was fixed upstream: > > > > http://code.mythtv.org/trac/ticket/10507 > > https://github.com/MythTV/mythtv/commit/bde24c5cd > > I've requested that they backport it to fixes/0.25 but will include it > shortly. They don't want to backport it so I've merged it into my git repo and we'll just carry it in Gentoo.
(In reply to comment #0) > The error happens here: > > { test -z "" || cd ""; } && test $(gdb --version | sed -e > 's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx --batch > --quiet -ex 'set confirm off' -ex "save gdb-index ." -ex quit > 'libmythbrowser.so' && test -f libmythbrowser.so.gdb-index && objcopy > --add-section '.gdb_index=libmythbrowser.so.gdb-index' --set-section-flags > '.gdb_index=readonly' 'libmythbrowser.so' 'libmythbrowser.so' && rm -f > libmythbrowser.so.gdb-index || true > /bin/sh: gdb: command not found > /bin/sh: line 0: test: -gt: unary operator expected > > > Reproducible: Always What were your USE flags here for mythplugins? I can't reproduce this.
Alec, Just reopen when you can get some more feedback.