Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 454276 Details for
Bug 600768
app-editors/mp-5.2.2 : mpv_gtk.c:(.text+<snip>): undefined reference to `gtk_box_new'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-editors:mp-5.2.2:20161125-043243.log
app-editors:mp-5.2.2:20161125-043243.log (text/plain), 8.87 KB, created by
Toralf Förster
on 2016-11-25 08:41:04 UTC
(
hide
)
Description:
app-editors:mp-5.2.2:20161125-043243.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2016-11-25 08:41:04 UTC
Size:
8.87 KB
patch
obsolete
> * Package: app-editors/mp-5.2.2 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc gtk iconv kernel_linux ncurses nls pcre userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking mp-5.2.2.tar.gz to /var/tmp/portage/app-editors/mp-5.2.2/work >>>> Source unpacked in /var/tmp/portage/app-editors/mp-5.2.2/work >>>> Preparing source in /var/tmp/portage/app-editors/mp-5.2.2/work/mp-5.2.2 ... > * Applying mp-5.2.2-gtk+.patch ... > [ ok ] > * Applying mp-5.2.1-prll.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-editors/mp-5.2.2/work/mp-5.2.2 ... >Configuring... >Testing if C compiler supports -march=native -O2 -pipe... OK >Looking for MPDM... OK (./mpdm) > >Configuring MPDM... >Testing if C compiler supports -march=native -O2 -pipe... OK >Testing for win32... Disabled by user >Testing for unix-like glob.h... OK >Testing for regular expressions... OK (using pcre library) >Testing for unistd.h... OK >Testing for sys/types.h... OK >Testing for sys/wait.h... OK >Testing for sys/stat.h... OK >Testing for pwd.h... OK >Testing for sys/socket.h... OK >Testing for netdb.h... OK >Testing for chown()... OK >Testing for gettext... OK >Testing for iconv... OK >Testing for wcwidth()... OK >Testing for file canonicalization... canonicalize_file_name() >Testing for nanosleep()... OK >Testing for POSIX threads... OK >Testing for POSIX semaphores... OK >Testing if Grutatxt is installed... OK >Testing if mp_doccer is installed... which: no mp_doccer in (/usr/lib/portage/python3.4/ebuild-helpers/xattr:/usr/lib/portage/python3.4/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0) >which: no mp-doccer in (/usr/lib/portage/python3.4/ebuild-helpers/xattr:/usr/lib/portage/python3.4/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0) >No > >Looking for MPSL... OK (./mpsl) > >Configuring MPSL... >Testing if C compiler supports -march=native -O2 -pipe... OK >Looking for MPDM... OK (../mpdm) > >Testing for win32... Disabled >Testing for ncursesw... OK (ncursesw) >Testing for transparency support in curses... OK >Testing for wget_wch()... OK >Testing for KDE4... Disabled >Testing for Qt4... Disabled >Testing for GTK... OK (2.0) >Testing for msgfmt... OK > >Configured drivers: gtk ncursesw > >Type 'make' to build Minimum Profit. >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-editors/mp-5.2.2/work/mp-5.2.2 ... >make -j1 CPP=x86_64-pc-linux-gnu-g++ CCLINK=x86_64-pc-linux-gnu-g++ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -I. `cat config.cflags` -c mp_core.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -I. `cat config.cflags` -c mpv_gtk.c >mpv_gtk.c: In function âgtk_drv_startupâ: >mpv_gtk.c:2502:12: warning: implicit declaration of function âgtk_box_newâ [-Wimplicit-function-declaration] > vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 2); > ^~~~~~~~~~~ >mpv_gtk.c:2502:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 2); > ^ >mpv_gtk.c:2507:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0); > ^ >mpv_gtk.c:2515:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 2); > ^ >mpv_gtk.c:2581:17: warning: implicit declaration of function âgtk_scrollbar_newâ [-Wimplicit-function-declaration] > scrollbar = gtk_scrollbar_new(GTK_ORIENTATION_VERTICAL, NULL); > ^~~~~~~~~~~~~~~~~ >mpv_gtk.c:2581:15: warning: assignment makes pointer from integer without a cast [-Wint-conversion] > scrollbar = gtk_scrollbar_new(GTK_ORIENTATION_VERTICAL, NULL); > ^ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -I. `cat config.cflags` -c mpv_curses.c >make -C ./mpdm >make[1]: Entering directory '/var/tmp/portage/app-editors/mp-5.2.2/work/mp-5.2.2/mpdm' >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe `cat config.cflags` -c mpdm_v.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe `cat config.cflags` -c mpdm_a.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe `cat config.cflags` -c mpdm_h.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe `cat config.cflags` -c mpdm_d.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe `cat config.cflags` -c mpdm_s.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe `cat config.cflags` -c mpdm_f.c >mpdm_f.c: In function âsysdep_popenâ: >mpdm_f.c:1963:9: warning: ignoring return value of âpipeâ, declared with attribute warn_unused_result [-Wunused-result] > pipe(pr); > ^~~~~~~~ >mpdm_f.c:1965:9: warning: ignoring return value of âpipeâ, declared with attribute warn_unused_result [-Wunused-result] > pipe(pw); > ^~~~~~~~ >mpdm_f.c:1971:13: warning: ignoring return value of âdupâ, declared with attribute warn_unused_result [-Wunused-result] > dup(pr[1]); > ^~~~~~~~~~ >mpdm_f.c:1976:13: warning: ignoring return value of âdupâ, declared with attribute warn_unused_result [-Wunused-result] > dup(pw[0]); > ^~~~~~~~~~ >mpdm_f.c:1982:9: warning: ignoring return value of âdupâ, declared with attribute warn_unused_result [-Wunused-result] > dup(1); > ^~~~~~ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe `cat config.cflags` -c mpdm_r.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe `cat config.cflags` -c mpdm_t.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe `cat config.cflags` -c gnu_regex.c >x86_64-pc-linux-gnu-ar rv libmpdm.a mpdm_v.o mpdm_a.o mpdm_h.o mpdm_d.o mpdm_s.o mpdm_f.o mpdm_r.o mpdm_t.o gnu_regex.o >x86_64-pc-linux-gnu-ar: creating libmpdm.a >a - mpdm_v.o >a - mpdm_a.o >a - mpdm_h.o >a - mpdm_d.o >a - mpdm_s.o >a - mpdm_f.o >a - mpdm_r.o >a - mpdm_t.o >a - gnu_regex.o >make[1]: Leaving directory '/var/tmp/portage/app-editors/mp-5.2.2/work/mp-5.2.2/mpdm' >make -C ./mpsl >make[1]: Entering directory '/var/tmp/portage/app-editors/mp-5.2.2/work/mp-5.2.2/mpsl' >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe `cat config.cflags` -c mpsl_c.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe `cat config.cflags` -c lex.yy.c -o mpsl_l.o >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe `cat config.cflags` -c mpsl_m.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe `cat config.cflags` -c y.tab.c -o mpsl_y.o >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe `cat config.cflags` -c mpsl_f.c >In file included from mpsl_f.c:34:0: >mpsl_f.c: In function âF_bincallâ: >../mpdm/mpdm.h:246:45: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > #define MPDM_X(f) mpdm_new(MPDM_EXEC, (const void *)f, 0) > ^ >mpsl_f.c:1259:12: note: in expansion of macro âMPDM_Xâ > return MPDM_X(mpdm_ival(mpdm_aget(a, 0))); > ^~~~~~ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe `cat config.cflags` -c mpsl_d.c >x86_64-pc-linux-gnu-ar rv libmpsl.a mpsl_c.o mpsl_l.o mpsl_m.o mpsl_y.o mpsl_f.o mpsl_d.o >x86_64-pc-linux-gnu-ar: creating libmpsl.a >a - mpsl_c.o >a - mpsl_l.o >a - mpsl_m.o >a - mpsl_y.o >a - mpsl_f.o >a - mpsl_d.o >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -march=native -O2 -pipe -L. -lmpsl `cat config.ldflags` -o mpsl >make[1]: Leaving directory '/var/tmp/portage/app-editors/mp-5.2.2/work/mp-5.2.2/mpsl' >x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe mp_core.o mpv_gtk.o mpv_curses.o `cat config.ldflags` -o mp-5 >mpv_gtk.o: In function `gtk_drv_startup': >mpv_gtk.c:(.text+0x2826): undefined reference to `gtk_box_new' >mpv_gtk.c:(.text+0x2858): undefined reference to `gtk_box_new' >mpv_gtk.c:(.text+0x28f3): undefined reference to `gtk_box_new' >mpv_gtk.c:(.text+0x2c40): undefined reference to `gtk_scrollbar_new' >collect2: error: ld returned 1 exit status >make: *** [Makefile:57: mp-5] Error 1 > * ERROR: app-editors/mp-5.2.2::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-editors/mp-5.2.2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-editors/mp-5.2.2::gentoo'`. > * The complete build log is located at '/var/log/portage/app-editors:mp-5.2.2:20161125-043243.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-editors/mp-5.2.2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-editors/mp-5.2.2/temp/environment'. > * Working directory: '/var/tmp/portage/app-editors/mp-5.2.2/work/mp-5.2.2' > * S: '/var/tmp/portage/app-editors/mp-5.2.2/work/mp-5.2.2'
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 600768
: 454276 |
454278
|
454280