Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 771584 Details for
Bug 839252
app-misc/clockywock-0.3.1a - clockywock.cpp: error: operands to ?: have different types int and std::nullptr_t
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-misc:clockywock-0.3.1a:20220418-115317.log
app-misc:clockywock-0.3.1a:20220418-115317.log (text/plain), 6.84 KB, created by
Toralf Förster
on 2022-04-18 11:54:16 UTC
(
hide
)
Description:
app-misc:clockywock-0.3.1a:20220418-115317.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-04-18 11:54:16 UTC
Size:
6.84 KB
patch
obsolete
> * Package: app-misc/clockywock-0.3.1a > * Repository: gentoo > * Maintainer: pinkbyte@gentoo.org > * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking clockywock-0.3.1a.tar.gz to /var/tmp/portage/app-misc/clockywock-0.3.1a/work >>>> Source unpacked in /var/tmp/portage/app-misc/clockywock-0.3.1a/work >>>> Preparing source in /var/tmp/portage/app-misc/clockywock-0.3.1a/work/clockywock-0.3.1a ... > * Applying clockywock-0.3.1a-makefile.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-misc/clockywock-0.3.1a/work/clockywock-0.3.1a ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-misc/clockywock-0.3.1a/work/clockywock-0.3.1a ... >make -j4 >x86_64-gentoo-linux-musl-g++ -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o clockywock clockywock.cpp -lncurses -ltinfo -lpthread >In file included from clockywock.cpp:12: >clockywock.cpp: In member function 'void clockywock::Info()': >clockywock.cpp:398:45: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 398 | mvwchgat(iwin,1,32,1,A_BOLD,color==1?hour_color+8:NULL,NULL); > | ^ >clockywock.cpp:399:45: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 399 | mvwchgat(iwin,2,32,1,A_BOLD,color==1?minute_color+8:NULL,NULL); mvwchgat(iwin,2,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ >clockywock.cpp:399:109: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 399 | ute_color+8:NULL,NULL); mvwchgat(iwin,2,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ > >clockywock.cpp:400:45: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 400 | mvwchgat(iwin,3,32,1,A_BOLD,color==1?second_color+8:NULL,NULL); mvwchgat(iwin,3,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ >clockywock.cpp:400:109: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 400 | ond_color+8:NULL,NULL); mvwchgat(iwin,3,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ > >clockywock.cpp:401:45: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 401 | mvwchgat(iwin,4,26,8,A_BOLD,color==1?13:NULL,NULL); mvwchgat(iwin,4,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ >clockywock.cpp:401:97: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 401 | color==1?13:NULL,NULL); mvwchgat(iwin,4,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ > >clockywock.cpp:402:45: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 402 | mvwchgat(iwin,5,26,8,A_BOLD,color==1?13:NULL,NULL); mvwchgat(iwin,5,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ >clockywock.cpp:402:97: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 402 | color==1?13:NULL,NULL); mvwchgat(iwin,5,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ > >clockywock.cpp:403:45: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 403 | mvwchgat(iwin,6,26,8,A_BOLD,color==1?13:NULL,NULL); > | ^ >clockywock.cpp:404:45: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 404 | mvwchgat(iwin,7,26,8,A_BOLD,color==1?13:NULL,NULL); > | ^ >clockywock.cpp:405:45: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 405 | mvwchgat(iwin,8,26,8,A_BOLD,color==1?13:NULL,NULL); > | ^ >clockywock.cpp:407:46: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 407 | mvwchgat(iwin,10,26,8,A_BOLD,color==1?13:NULL,NULL); mvwchgat(iwin,10,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ >clockywock.cpp:407:99: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 407 | olor==1?13:NULL,NULL); mvwchgat(iwin,10,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ > >clockywock.cpp:408:46: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 408 | mvwchgat(iwin,11,26,8,A_BOLD,color==1?13:NULL,NULL); mvwchgat(iwin,11,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ >clockywock.cpp:408:99: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 408 | olor==1?13:NULL,NULL); mvwchgat(iwin,11,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ > >clockywock.cpp:409:46: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 409 | mvwchgat(iwin,12,26,8,A_BOLD,color==1?13:NULL,NULL); mvwchgat(iwin,12,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ >clockywock.cpp:409:99: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 409 | olor==1?13:NULL,NULL); mvwchgat(iwin,12,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ > >clockywock.cpp:410:99: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 410 | mvwchgat(iwin,13,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ > >clockywock.cpp:411:99: error: operands to '?:' have different types 'int' and 'std::nullptr_t' > 411 | mvwchgat(iwin,14,63,6,A_BOLD,color==1?13:NULL,NULL); > | ^ > >make: *** [Makefile:4: all] Error 1 > * ERROR: app-misc/clockywock-0.3.1a::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-misc/clockywock-0.3.1a::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-misc/clockywock-0.3.1a::gentoo'`. > * The complete build log is located at '/var/log/portage/app-misc:clockywock-0.3.1a:20220418-115317.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-misc/clockywock-0.3.1a/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-misc/clockywock-0.3.1a/temp/environment'. > * Working directory: '/var/tmp/portage/app-misc/clockywock-0.3.1a/work/clockywock-0.3.1a' > * S: '/var/tmp/portage/app-misc/clockywock-0.3.1a/work/clockywock-0.3.1a' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 839252
:
771581
| 771584 |
771587
|
771590
|
771593
|
771596