Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 259464 Details for
Bug 351298
=sys-power/nvclock: ebuild installs into deprecated directories
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
nvclock-0.8_beta4-r4:20110110-120448.log (text/plain), 13.94 KB, created by
Agostino Sarubbo
on 2011-01-10 12:22:12 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2011-01-10 12:22:12 UTC
Size:
13.94 KB
patch
obsolete
> * Package: sys-power/nvclock-0.8_beta4-r4 > * Repository: gentoo > * Maintainer: jer@gentoo.org > * USE: amd64 elibc_glibc gtk kernel_linux multilib test userland_GNU >>>> Unpacking source... >>>> Unpacking nvclock0.8b4.tar.gz to /tmp/portage/sys-power/nvclock-0.8_beta4-r4/work >>>> Source unpacked in /tmp/portage/sys-power/nvclock-0.8_beta4-r4/work >>>> Preparing source in /tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4 ... > * Applying nvclock-0.8_beta4-flags.patch ... > [ ok ] > * Applying nvclock-0.8_beta4-as-needed.patch ... > [ ok ] > * Applying nvclock-0.8_beta4-headers.patch ... > [ ok ] > * Running eautoreconf in '/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4' ... > * Running aclocal ... > [ ok ] > * Running autoconf ... > [ ok ] > * Running autoheader ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4 ... >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-qt --enable-gtk --bindir=/usr/bin --enable-nvcontrol >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes >checking for a BSD-compatible install... /usr/bin/install -c >checking whether make sets $(MAKE)... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for library containing getopt_long... none required >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking getopt.h usability... yes >checking getopt.h presence... yes >checking for getopt.h... yes >checking for pkg-config... /usr/bin/pkg-config >checking for gtk+-2.0 >= 2.4.0... yes >checking GTK_CFLAGS... -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 >checking GTK_LIBS... -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 >checking for x11... yes >checking X11_CFLAGS... >checking X11_LIBS... -lX11 >checking for xext... yes >checking XEXT_CFLAGS... >checking XEXT_LIBS... -lXext >configure: creating ./config.status >config.status: creating src/Makefile >config.status: creating src/backend/Makefile >config.status: creating src/nvcontrol/Makefile >config.status: creating src/qt/Makefile >config.status: creating src/gtk/Makefile >config.status: creating Makefile >config.status: creating config.h >config.status: executing default-1 commands > >NVClock build summary: >---------------------- >- Commandline version enabled >- NV-CONTROL support enabled >- GTK2 GUI enabled >- QT GUI disabled > >>>> Source configured. >>>> Compiling source in /tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4 ... >make -j9 -j1 >make -C src all >make[1]: Entering directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src' >make[2]: Entering directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/backend' >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o backend.o backend.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o bios.o bios.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o config.o config.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o error.o error.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o nv30.o nv30.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o nv40.o nv40.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o nv50.o nv50.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o info.o info.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o overclock.o overclock.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o utils.o utils.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o i2c.o i2c.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o xf86i2c.o xf86i2c.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o adt7473.o adt7473.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o f75375.o f75375.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o lm99.o lm99.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o w83781d.o w83781d.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o w83l785r.o w83l785r.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o libc_wrapper.o libc_wrapper.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o back_linux.o back_linux.c >back_linux.c: In function âcheck_driverâ: >back_linux.c:65: warning: format â%sâ expects type âchar *â, but argument 3 has type âchar (*)[80]â >back_linux.c: In function âpciReadLongâ: >back_linux.c:222: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../.. -I../nvcontrol -c -o nvcontrol.o nvcontrol.c >ar cru libbackend.a backend.o bios.o config.o error.o nv30.o nv40.o nv50.o info.o overclock.o utils.o i2c.o xf86i2c.o adt7473.o f75375.o lm99.o w83781d.o w83l785r.o libc_wrapper.o back_linux.o nvcontrol.o >ranlib libbackend.a >make[2]: Leaving directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/backend' >make[2]: Entering directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/nvcontrol' >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../backend -c -o libnvcontrol.o libnvcontrol.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -I../backend -c -o nvcontrol.o nvcontrol.c >ar cru libnvcontrol.a libnvcontrol.o nvcontrol.o >ranlib libnvcontrol.a >make[2]: Leaving directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/nvcontrol' >make[2]: Entering directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/gtk' >x86_64-pc-linux-gnu-gcc -march=native -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I../backend -I../nvcontrol -I../.. -c -o banner.o banner.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I../backend -I../nvcontrol -I../.. -c -o gl.o gl.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I../backend -I../nvcontrol -I../.. -c -o hw.o hw.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I../backend -I../nvcontrol -I../.. -c -o main.o main.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I../backend -I../nvcontrol -I../.. -c -o settings.o settings.c >x86_64-pc-linux-gnu-gcc -o nvclock_gtk -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu banner.o gl.o hw.o main.o settings.o ../backend/libbackend.a -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -L../backend -lbackend -L../nvcontrol -lnvcontrol >make[2]: Leaving directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/gtk' >make[2]: Entering directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/qt' >make[2]: Nothing to be done for `all'. >make[2]: Leaving directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/qt' >x86_64-pc-linux-gnu-gcc -o nvclock -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu nvclock.c -I./backend -I./nvcontrol -I.. -L./backend -lbackend -L./nvcontrol -lnvcontrol -lX11 -lXext >x86_64-pc-linux-gnu-gcc -o smartdimmer -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu smartdimmer.c -I./backend -I./nvcontrol -I.. -L./backend -lbackend -L./nvcontrol -lnvcontrol -lX11 -lXext >make[1]: Leaving directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src' >>>> Source compiled. >>>> Test phase [none]: sys-power/nvclock-0.8_beta4-r4 > >>>> Install nvclock-0.8_beta4-r4 into /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image/ category sys-power >make -j9 DESTDIR=/tmp/portage/sys-power/nvclock-0.8_beta4-r4/image/ install >mkdir -p /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/man/man1 >mkdir -p /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/share/applications >cp nvclock.1 /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/man/man1 >mkdir -p /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/share/icons/hicolor/48x48/apps >cp nvclock.desktop /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/share/applications >cp nvclock.png /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/share/icons/hicolor/48x48/apps >installing ABOUT as /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/share/doc/nvclock-0.8_beta4-r4/ABOUT >installing AUTHORS as /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/share/doc/nvclock-0.8_beta4-r4/AUTHORS >installing ChangeLog as /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/share/doc/nvclock-0.8_beta4-r4/ChangeLog >installing FAQ as /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/share/doc/nvclock-0.8_beta4-r4/FAQ >installing README as /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/share/doc/nvclock-0.8_beta4-r4/README >make -C src install >make[1]: Entering directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src' >mkdir -p /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/bin >/usr/bin/install -c -c nvclock /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/bin/nvclock >/usr/bin/install -c -c smartdimmer /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/bin/smartdimmer >make[2]: Entering directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/backend' >make[2]: Nothing to be done for `install'. >make[2]: Leaving directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/backend' >make[2]: Entering directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/nvcontrol' >make[2]: Nothing to be done for `install'. >make[2]: Leaving directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/nvcontrol' >make[2]: Entering directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/gtk' >mkdir -p /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/bin; /usr/bin/install -c -c nvclock_gtk /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image//usr/bin/nvclock_gtk >make[2]: Leaving directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/gtk' >make[2]: Entering directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/qt' >make[2]: Nothing to be done for `install'. >make[2]: Leaving directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src/qt' >make[1]: Leaving directory `/tmp/portage/sys-power/nvclock-0.8_beta4-r4/work/nvclock0.8b4/src' >>>> Completed installing nvclock-0.8_beta4-r4 into /tmp/portage/sys-power/nvclock-0.8_beta4-r4/image/ > >strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/bin/nvclock_gtk > usr/bin/smartdimmer > usr/bin/nvclock >ecompressdir: bzip2 -9 /usr/man > * QA Notice: This ebuild installs into the following deprecated directories: > * > * usr/man > * >./ >./etc/ >./etc/conf.d/ >./etc/conf.d/nvclock >./etc/init.d/ >./etc/init.d/nvclock >./usr/ >./usr/share/ >./usr/share/doc/ >./usr/share/doc/nvclock-0.8_beta4-r4/ >./usr/share/doc/nvclock-0.8_beta4-r4/README >./usr/share/doc/nvclock-0.8_beta4-r4/FAQ >./usr/share/doc/nvclock-0.8_beta4-r4/ChangeLog >./usr/share/doc/nvclock-0.8_beta4-r4/AUTHORS >./usr/share/doc/nvclock-0.8_beta4-r4/ABOUT >./usr/share/icons/ >./usr/share/icons/hicolor/ >./usr/share/icons/hicolor/48x48/ >./usr/share/icons/hicolor/48x48/apps/ >./usr/share/icons/hicolor/48x48/apps/nvclock.png >./usr/share/applications/ >./usr/share/applications/nvclock.desktop >./usr/man/ >./usr/man/man1/ >./usr/man/man1/nvclock.1.bz2 >./usr/bin/ >./usr/bin/nvclock >./usr/bin/smartdimmer >./usr/bin/nvclock_gtk >>>> Done.
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 351298
: 259464