Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 660400 - app-mobilephone/sobexsrv-1.0.1-r1 : obexsrv.c:35:29: error: operator == has no left operand
Summary: app-mobilephone/sobexsrv-1.0.1-r1 : obexsrv.c:35:29: error: operator == has n...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Savchenko
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-04 21:03 UTC by Toralf Förster
Modified: 2018-10-27 18:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.50 KB, text/plain)
2018-07-04 21:03 UTC, Toralf Förster
Details
app-mobilephone:sobexsrv-1.0.1-r1:20180704-184918.log (app-mobilephone:sobexsrv-1.0.1-r1:20180704-184918.log,3.54 KB, text/plain)
2018-07-04 21:03 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,358.18 KB, text/plain)
2018-07-04 21:03 UTC, Toralf Förster
Details
environment (environment,95.79 KB, text/plain)
2018-07-04 21:03 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,19.74 KB, application/x-bzip)
2018-07-04 21:03 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,21.37 KB, application/x-bzip)
2018-07-04 21:03 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-07-04 21:03:14 UTC
make: Entering directory '/var/tmp/portage/app-mobilephone/sobexsrv-1.0.1-r1/work/sobexsrv-1.0.1/src'
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -DVERSION_STRING=\"`cat ../VERSION`\" -DHANDLER="\"/usr/bin/sobexsrv_handler\"" -DSOBEXSRV_CHROOT="\"/tmp\""   -c -o obexsrv.o obexsrv.c
obexsrv.c:35:29: error: operator '==' has no left operand
 #if ((OPENOBEX_VERSION_MAJOR==1) && (OPENOBEX_VERSION_MINOR>=6))
                             ^~
obexsrv.c: In function ‘UnicodeToChar’:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib_libressl_20180623-161201

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *
  [2]   ruby25 (with Rubygems)



emerge -qpv app-mobilephone/sobexsrv
[ebuild  N    ] app-mobilephone/sobexsrv-1.0.1-r1  USE="-gtk" PYTHON_TARGETS="python2_7"
Comment 1 Toralf Förster gentoo-dev 2018-07-04 21:03:17 UTC
Created attachment 538382 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-07-04 21:03:20 UTC
Created attachment 538384 [details]
app-mobilephone:sobexsrv-1.0.1-r1:20180704-184918.log
Comment 3 Toralf Förster gentoo-dev 2018-07-04 21:03:23 UTC
Created attachment 538386 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-07-04 21:03:25 UTC
Created attachment 538388 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-07-04 21:03:28 UTC
Created attachment 538390 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-07-04 21:03:31 UTC
Created attachment 538392 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2018-10-27 18:40:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220cb9088a6b133682ab7ad4aab3b8b8cad8b862

commit 220cb9088a6b133682ab7ad4aab3b8b8cad8b862
Author:     Andrew Savchenko <bircoph@gentoo.org>
AuthorDate: 2018-10-27 18:36:19 +0000
Commit:     Andrew Savchenko <bircoph@gentoo.org>
CommitDate: 2018-10-27 18:40:28 +0000

    app-mobilephone/sobexsrv: fix bug 660400
    
    Depend on >=dev-libs/openobex-1.7.2-r1, which provides fixed
    version.h header.
    
    Closes: https://bugs.gentoo.org/660400
    Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-mobilephone/sobexsrv/sobexsrv-1.0.1-r2.ebuild | 93 +++++++++++++++++++++++
 1 file changed, 93 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca438d6d05126e7ff981a5dda43b53bbf37b835

commit fca438d6d05126e7ff981a5dda43b53bbf37b835
Author:     Andrew Savchenko <bircoph@gentoo.org>
AuthorDate: 2018-10-27 18:08:49 +0000
Commit:     Andrew Savchenko <bircoph@gentoo.org>
CommitDate: 2018-10-27 18:40:26 +0000

    dev-libs/openobex: fix version.h and docs
    
    - Fix version.h to contain valib version information, invalid one
      after switch to cmake cause  bug 660400.
    - Build and install doxygen API docs correctly.
    
    Bug: https://bugs.gentoo.org/660400
    Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../openobex/files/openobex-1.7.2-version.h.patch  | 13 +++++++
 dev-libs/openobex/openobex-1.7.2-r1.ebuild         | 41 ++++++++++++++++++++++
 2 files changed, 54 insertions(+)