Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 471248 Details for
Bug 616952
sci-geosciences/gdal-grass-2.1.0 : cp: cannot stat /.../* : No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sci-geosciences:gdal-grass-2.1.0:20170429-060627.log
sci-geosciences:gdal-grass-2.1.0:20170429-060627.log (text/plain), 9.37 KB, created by
Toralf Förster
on 2017-04-29 07:16:27 UTC
(
hide
)
Description:
sci-geosciences:gdal-grass-2.1.0:20170429-060627.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-04-29 07:16:27 UTC
Size:
9.37 KB
patch
obsolete
> * Package: sci-geosciences/gdal-grass-2.1.0 > * Repository: gentoo > * Maintainer: wraeth@gentoo.org sci-geosciences@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux postgres userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking gdal-grass-2.1.0.tar.gz to /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/work >>>> Source unpacked in /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/work >>>> Preparing source in /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/work/gdal-grass-2.1.0 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/work/gdal-grass-2.1.0 ... >./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 --docdir=/usr/share/doc/gdal-grass-2.1.0 --htmldir=/usr/share/doc/gdal-grass-2.1.0/html --libdir=/usr/lib64 --with-grass=/usr/lib64/grass70 --with-gdal=/usr/bin/gdal-config --with-postgres-includes=/usr/include/postgresql >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 for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking for x86_64-pc-linux-gnu-g++ -shared ... yes >user supplied gdal-config (/usr/bin/gdal-config) >using /usr/lib/gdalplugins as GDAL shared library autoload directory >checking for G_is_initialized in -lgrass_gis... yes >configure: creating ./config.status >config.status: creating Makefile >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/work/gdal-grass-2.1.0 ... >make -j1 >x86_64-pc-linux-gnu-g++ -Wall -fPIC -DUSE_CPL -DGRASS_GISBASE=\"/usr/lib64/grass70\" -I/usr/include/gdal -I/usr/lib64/grass70/include -I/usr/include/postgresql -O2 -pipe -march=native -Wall -c -o grass57dataset.o grass57dataset.cpp >x86_64-pc-linux-gnu-g++ -shared -Wl,-O1 -Wl,--as-needed grass57dataset.o -L/usr/lib64/grass70/lib -lgrass_vector -lgrass_dig2 -lgrass_dgl -lgrass_rtree -lgrass_linkm -lgrass_dbmiclient -lgrass_dbmibase -lgrass_raster -lgrass_imagery -lgrass_gproj -lgrass_gmath -lgrass_gis -lgrass_datetime -L/usr/lib64 -lgdal -o gdal_GRASS.so >x86_64-pc-linux-gnu-g++ -Wall -fPIC -DUSE_CPL -DGRASS_GISBASE=\"/usr/lib64/grass70\" -I/usr/include/gdal -I/usr/lib64/grass70/include -I/usr/include/postgresql -O2 -pipe -march=native -Wall -c -o ogrgrassdriver.o ogrgrassdriver.cpp >ogrgrassdriver.cpp: In function âvoid RegisterOGRGRASS()â: >ogrgrassdriver.cpp:121:27: warning: âstatic OGRSFDriverRegistrar* OGRSFDriverRegistrar::GetRegistrar()â is deprecated [-Wdeprecated-declarations] > OGRSFDriverRegistrar::GetRegistrar()->RegisterDriver( poDriver ); > ^ >In file included from ogrgrass.h:33:0, > from ogrgrassdriver.cpp:30: >/usr/include/gdal/ogrsf_frmts.h:320:34: note: declared here > static OGRSFDriverRegistrar *GetRegistrar() OGR_DEPRECATED("Use GDALDriverM > ^ >ogrgrassdriver.cpp:121:40: warning: âstatic OGRSFDriverRegistrar* OGRSFDriverRegistrar::GetRegistrar()â is deprecated [-Wdeprecated-declarations] > OGRSFDriverRegistrar::GetRegistrar()->RegisterDriver( poDriver ); > ^ >In file included from ogrgrass.h:33:0, > from ogrgrassdriver.cpp:30: >/usr/include/gdal/ogrsf_frmts.h:320:34: note: declared here > static OGRSFDriverRegistrar *GetRegistrar() OGR_DEPRECATED("Use GDALDriverM > ^ >ogrgrassdriver.cpp:121:68: warning: âvoid OGRSFDriverRegistrar::RegisterDriver(OGRSFDriver*)â is deprecated [-Wdeprecated-declarations] > OGRSFDriverRegistrar::GetRegistrar()->RegisterDriver( poDriver ); > ^ >In file included from ogrgrass.h:33:0, > from ogrgrassdriver.cpp:30: >/usr/include/gdal/ogrsf_frmts.h:322:17: note: declared here > void RegisterDriver( OGRSFDriver * poDriver ) OGR_DEPRECATED("Use GD > ^ >x86_64-pc-linux-gnu-g++ -Wall -fPIC -DUSE_CPL -DGRASS_GISBASE=\"/usr/lib64/grass70\" -I/usr/include/gdal -I/usr/lib64/grass70/include -I/usr/include/postgresql -O2 -pipe -march=native -Wall -c -o ogrgrassdatasource.o ogrgrassdatasource.cpp >x86_64-pc-linux-gnu-g++ -Wall -fPIC -DUSE_CPL -DGRASS_GISBASE=\"/usr/lib64/grass70\" -I/usr/include/gdal -I/usr/lib64/grass70/include -I/usr/include/postgresql -O2 -pipe -march=native -Wall -c -o ogrgrasslayer.o ogrgrasslayer.cpp >ogrgrasslayer.cpp: In member function âvirtual OGRFeature* OGRGRASSLayer::GetFeature(GIntBig)â: >ogrgrasslayer.cpp:790:82: warning: format â%ldâ expects argument of type âlong intâ, but argument 3 has type âGIntBig {aka long long int}â [-Wformat=] > CPLDebug ( "GRASS", "OGRGRASSLayer::GetFeature nFeatureId = %ld", nFeatureId ); > ^ >x86_64-pc-linux-gnu-g++ -shared -Wl,-O1 -Wl,--as-needed ogrgrassdriver.o ogrgrassdatasource.o ogrgrasslayer.o -L/usr/lib64/grass70/lib -lgrass_vector -lgrass_dig2 -lgrass_dgl -lgrass_rtree -lgrass_linkm -lgrass_dbmiclient -lgrass_dbmibase -lgrass_raster -lgrass_imagery -lgrass_gproj -lgrass_gmath -lgrass_gis -lgrass_datetime -L/usr/lib64 -lgdal -o ogr_GRASS.so >>>> Source compiled. >>>> Test phase [not enabled]: sci-geosciences/gdal-grass-2.1.0 > >>>> Install gdal-grass-2.1.0 into /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image/ category sci-geosciences >make -j1 DESTDIR=/var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image/ GRASSTABLES_DIR=/var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass AUTOLOAD_DIR=/var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/lib64/gdalplugins install >install -d /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/lib64/gdalplugins >cp gdal_GRASS.so /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/lib64/gdalplugins >cp ogr_GRASS.so /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/lib64/gdalplugins >test -d /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass || mkdir -p /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass >test -d /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass/etc || mkdir /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass/etc >test ! -e /usr/lib64/grass70/etc/ellipse.table || cp /usr/lib64/grass70/etc/ellipse.table /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass/etc >test ! -e /usr/lib64/grass70/etc/datum.table || cp /usr/lib64/grass70/etc/datum.table /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass/etc >test ! -e /usr/lib64/grass70/etc/datumtransform.table || cp /usr/lib64/grass70/etc/datumtransform.table /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass/etc >test ! -e /usr/lib64/grass70/etc/proj/ellipse.table || cp /usr/lib64/grass70/etc/proj/ellipse.table /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass/etc >test ! -e /usr/lib64/grass70/etc/proj/datum.table || cp /usr/lib64/grass70/etc/proj/datum.table /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass/etc >test ! -e /usr/lib64/grass70/etc/proj/datumtransform.table || cp /usr/lib64/grass70/etc/proj/datumtransform.table /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass/etc >test -d /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass/driver || mkdir /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass/driver >test -d /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass/driver/db || mkdir /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass/driver/db >cp -r /usr/lib64/grass70/driver/db/* /var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/image//usr/share/gdal/grass/driver/db/ >cp: cannot stat '/usr/lib64/grass70/driver/db/*': No such file or directory >make: *** [Makefile:40: install] Error 1 > * ERROR: sci-geosciences/gdal-grass-2.1.0::gentoo failed (install phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=sci-geosciences/gdal-grass-2.1.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sci-geosciences/gdal-grass-2.1.0::gentoo'`. > * The complete build log is located at '/var/log/portage/sci-geosciences:gdal-grass-2.1.0:20170429-060627.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/temp/environment'. > * Working directory: '/var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/work/gdal-grass-2.1.0' > * S: '/var/tmp/portage/sci-geosciences/gdal-grass-2.1.0/work/gdal-grass-2.1.0'
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 616952
:
471238
|
471240
|
471242
|
471244
|
471246
| 471248 |
471250