Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 861770 Details for
Bug 906498
sci-geosciences/gpscorrelate-2.0: exif-gps.cpp:100:23: error: ‘AutoPtr’ is not a member of ‘Exiv2::Image’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sci-geosciences:gpscorrelate-2.0:20230515-202532.log
sci-geosciences:gpscorrelate-2.0:20230515-202532.log (text/plain), 14.35 KB, created by
Andreas Sturmlechner
on 2023-05-15 20:27:20 UTC
(
hide
)
Description:
sci-geosciences:gpscorrelate-2.0:20230515-202532.log
Filename:
MIME Type:
Creator:
Andreas Sturmlechner
Created:
2023-05-15 20:27:20 UTC
Size:
14.35 KB
patch
obsolete
>[32m * [39;49;00mPackage: sci-geosciences/gpscorrelate-2.0:0 >[32m * [39;49;00mRepository: gentoo >[32m * [39;49;00mMaintainer: sci-geosciences@gentoo.org >[32m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU >[32m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking gpscorrelate-2.0.tar.gz to /var/tmp/portage/sci-geosciences/gpscorrelate-2.0/work >>>> Source unpacked in /var/tmp/portage/sci-geosciences/gpscorrelate-2.0/work >>>> Preparing source in /var/tmp/portage/sci-geosciences/gpscorrelate-2.0/work/gpscorrelate-2.0 ... > [32m*[0m Applying gpscorrelate-2.0-desktop-pass-validation.patch ... >[A[187C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Applying gpscorrelate-2.0-respect-users-flags.patch ... >[A[187C [34;01m[ [32;01mok[34;01m ][0m >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sci-geosciences/gpscorrelate-2.0/work/gpscorrelate-2.0 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sci-geosciences/gpscorrelate-2.0/work/gpscorrelate-2.0 ... >make -j24 gpscorrelate >cc -O2 -march=native -pipe `pkg-config --cflags libxml-2.0 exiv2` `pkg-config --cflags gtk+-3.0` -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_DOC_DIR=\"/usr/local/share/doc/gpscorrelate\" -c -o main-command.o main-command.c >cc -O2 -march=native -pipe `pkg-config --cflags libxml-2.0 exiv2` `pkg-config --cflags gtk+-3.0` -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_DOC_DIR=\"/usr/local/share/doc/gpscorrelate\" -c -o unixtime.o unixtime.c >cc -O2 -march=native -pipe `pkg-config --cflags libxml-2.0 exiv2` `pkg-config --cflags gtk+-3.0` -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_DOC_DIR=\"/usr/local/share/doc/gpscorrelate\" -c -o gpx-read.o gpx-read.c >cc -O2 -march=native -pipe `pkg-config --cflags libxml-2.0 exiv2` `pkg-config --cflags gtk+-3.0` -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_DOC_DIR=\"/usr/local/share/doc/gpscorrelate\" -c -o correlate.o correlate.c >x86_64-pc-linux-gnu-g++ -O2 -march=native -pipe `pkg-config --cflags libxml-2.0 exiv2` `pkg-config --cflags gtk+-3.0` -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_DOC_DIR=\"/usr/local/share/doc/gpscorrelate\" -c -o exif-gps.o exif-gps.cpp >cc -O2 -march=native -pipe `pkg-config --cflags libxml-2.0 exiv2` `pkg-config --cflags gtk+-3.0` -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -DPACKAGE_DOC_DIR=\"/usr/local/share/doc/gpscorrelate\" -c -o latlong.o latlong.c >[01m[Kexif-gps.cpp:[m[K In function â[01m[Kchar*[01;32m[K ReadExifDate[m[K(const char*, int*)[m[Kâ: >[01m[Kexif-gps.cpp:100:23:[m[K [01;31m[Kerror: [m[Kâ[01m[KAutoPtr[m[Kâ is not a member of â[01m[KExiv2::Image[m[Kâ > 100 | Exiv2::Image::[01;31m[KAutoPtr[m[K Image; > | [01;31m[K^~~~~~~[m[K >[01m[Kexif-gps.cpp:103:17:[m[K [01;31m[Kerror: [m[Kâ[01m[KImage[m[Kâ was not declared in this scope; did you mean â[01m[KExiv2::Image[m[Kâ? > 103 | [01;31m[KImage[m[K = Exiv2::ImageFactory::open(File); > | [01;31m[K^~~~~[m[K > | [32m[KExiv2::Image[m[K >In file included from [01m[Kexif-gps.cpp:44[m[K: >[01m[K/usr/include/exiv2/image.hpp:50:16:[m[K [01;36m[Knote: [m[Kâ[01m[KExiv2::Image[m[Kâ declared here > 50 | class EXIV2API [01;36m[KImage[m[K { > | [01;36m[K^~~~~[m[K >[01m[Kexif-gps.cpp:108:9:[m[K [01;31m[Kerror: [m[Kâ[01m[KImage[m[Kâ was not declared in this scope; did you mean â[01m[KExiv2::Image[m[Kâ? > 108 | [01;31m[KImage[m[K->readMetadata(); > | [01;31m[K^~~~~[m[K > | [32m[KExiv2::Image[m[K >[01m[K/usr/include/exiv2/image.hpp:50:16:[m[K [01;36m[Knote: [m[Kâ[01m[KExiv2::Image[m[Kâ declared here > 50 | class EXIV2API [01;36m[KImage[m[K { > | [01;36m[K^~~~~[m[K >[01m[Kexif-gps.cpp:[m[K In function â[01m[Kchar*[01;32m[K ReadExifData[m[K(const char*, double*, double*, double*, int*)[m[Kâ: >[01m[Kexif-gps.cpp:157:23:[m[K [01;31m[Kerror: [m[Kâ[01m[KAutoPtr[m[Kâ is not a member of â[01m[KExiv2::Image[m[Kâ > 157 | Exiv2::Image::[01;31m[KAutoPtr[m[K Image; > | [01;31m[K^~~~~~~[m[K >[01m[Kexif-gps.cpp:160:17:[m[K [01;31m[Kerror: [m[Kâ[01m[KImage[m[Kâ was not declared in this scope; did you mean â[01m[KExiv2::Image[m[Kâ? > 160 | [01;31m[KImage[m[K = Exiv2::ImageFactory::open(File); > | [01;31m[K^~~~~[m[K > | [32m[KExiv2::Image[m[K >[01m[K/usr/include/exiv2/image.hpp:50:16:[m[K [01;36m[Knote: [m[Kâ[01m[KExiv2::Image[m[Kâ declared here > 50 | class EXIV2API [01;36m[KImage[m[K { > | [01;36m[K^~~~~[m[K >[01m[Kexif-gps.cpp:165:9:[m[K [01;31m[Kerror: [m[Kâ[01m[KImage[m[Kâ was not declared in this scope; did you mean â[01m[KExiv2::Image[m[Kâ? > 165 | [01;31m[KImage[m[K->readMetadata(); > | [01;31m[K^~~~~[m[K > | [32m[KExiv2::Image[m[K >[01m[K/usr/include/exiv2/image.hpp:50:16:[m[K [01;36m[Knote: [m[Kâ[01m[KExiv2::Image[m[Kâ declared here > 50 | class EXIV2API [01;36m[KImage[m[K { > | [01;36m[K^~~~~[m[K >[01m[Kexif-gps.cpp:276:53:[m[K [01;31m[Kerror: [m[Kâ[01m[Kclass Exiv2::Exifdatum[m[Kâ has no member named â[01m[KtoLong[m[Kâ > 276 | if (GPSData.count() >= 1 && GPSData.[01;31m[KtoLong[m[K() == 1) > | [01;31m[K^~~~~~[m[K >[01m[Kexif-gps.cpp:[m[K In function â[01m[Kchar*[01;32m[K ReadGPSTimestamp[m[K(const char*, char*, char*, int*)[m[Kâ: >[01m[Kexif-gps.cpp:295:23:[m[K [01;31m[Kerror: [m[Kâ[01m[KAutoPtr[m[Kâ is not a member of â[01m[KExiv2::Image[m[Kâ > 295 | Exiv2::Image::[01;31m[KAutoPtr[m[K Image; > | [01;31m[K^~~~~~~[m[K >[01m[Kexif-gps.cpp:298:17:[m[K [01;31m[Kerror: [m[Kâ[01m[KImage[m[Kâ was not declared in this scope; did you mean â[01m[KExiv2::Image[m[Kâ? > 298 | [01;31m[KImage[m[K = Exiv2::ImageFactory::open(File); > | [01;31m[K^~~~~[m[K > | [32m[KExiv2::Image[m[K >[01m[K/usr/include/exiv2/image.hpp:50:16:[m[K [01;36m[Knote: [m[Kâ[01m[KExiv2::Image[m[Kâ declared here > 50 | class EXIV2API [01;36m[KImage[m[K { > | [01;36m[K^~~~~[m[K >[01m[Kexif-gps.cpp:303:9:[m[K [01;31m[Kerror: [m[Kâ[01m[KImage[m[Kâ was not declared in this scope; did you mean â[01m[KExiv2::Image[m[Kâ? > 303 | [01;31m[KImage[m[K->readMetadata(); > | [01;31m[K^~~~~[m[K > | [32m[KExiv2::Image[m[K >[01m[K/usr/include/exiv2/image.hpp:50:16:[m[K [01;36m[Knote: [m[Kâ[01m[KExiv2::Image[m[Kâ declared here > 50 | class EXIV2API [01;36m[KImage[m[K { > | [01;36m[K^~~~~[m[K >[01m[Kexif-gps.cpp:[m[K In function â[01m[Kint[01;32m[K WriteGPSData[m[K(const char*, const GPSPoint*, const char*, int, int)[m[Kâ: >[01m[Kexif-gps.cpp:466:23:[m[K [01;31m[Kerror: [m[Kâ[01m[KAutoPtr[m[Kâ is not a member of â[01m[KExiv2::Image[m[Kâ > 466 | Exiv2::Image::[01;31m[KAutoPtr[m[K Image; > | [01;31m[K^~~~~~~[m[K >[01m[Kexif-gps.cpp:469:17:[m[K [01;31m[Kerror: [m[Kâ[01m[KImage[m[Kâ was not declared in this scope; did you mean â[01m[KExiv2::Image[m[Kâ? > 469 | [01;31m[KImage[m[K = Exiv2::ImageFactory::open(File); > | [01;31m[K^~~~~[m[K > | [32m[KExiv2::Image[m[K >[01m[K/usr/include/exiv2/image.hpp:50:16:[m[K [01;36m[Knote: [m[Kâ[01m[KExiv2::Image[m[Kâ declared here > 50 | class EXIV2API [01;36m[KImage[m[K { > | [01;36m[K^~~~~[m[K >[01m[Kexif-gps.cpp:474:9:[m[K [01;31m[Kerror: [m[Kâ[01m[KImage[m[Kâ was not declared in this scope; did you mean â[01m[KExiv2::Image[m[Kâ? > 474 | [01;31m[KImage[m[K->readMetadata(); > | [01;31m[K^~~~~[m[K > | [32m[KExiv2::Image[m[K >[01m[K/usr/include/exiv2/image.hpp:50:16:[m[K [01;36m[Knote: [m[Kâ[01m[KExiv2::Image[m[Kâ declared here > 50 | class EXIV2API [01;36m[KImage[m[K { > | [01;36m[K^~~~~[m[K >[01m[Kexif-gps.cpp:496:23:[m[K [01;31m[Kerror: [m[Kâ[01m[KAutoPtr[m[Kâ is not a member of â[01m[KExiv2::Value[m[Kâ > 496 | Exiv2::Value::[01;31m[KAutoPtr[m[K Value = Exiv2::Value::create(Exiv2::unsignedByte); > | [01;31m[K^~~~~~~[m[K >[01m[Kexif-gps.cpp:497:9:[m[K [01;31m[Kerror: [m[Kâ[01m[KValue[m[Kâ was not declared in this scope; did you mean â[01m[KExiv2::Value[m[Kâ? > 497 | [01;31m[KValue[m[K->read("2 2 0 0"); > | [01;31m[K^~~~~[m[K > | [32m[KExiv2::Value[m[K >In file included from [01m[K/usr/include/exiv2/metadatum.hpp:10[m[K, > from [01m[K/usr/include/exiv2/exif.hpp:17[m[K, > from [01m[K/usr/include/exiv2/image.hpp:11[m[K: >[01m[K/usr/include/exiv2/value.hpp:33:16:[m[K [01;36m[Knote: [m[Kâ[01m[KExiv2::Value[m[Kâ declared here > 33 | class EXIV2API [01;36m[KValue[m[K { > | [01;36m[K^~~~~[m[K >[01m[Kexif-gps.cpp:[m[K In function â[01m[Kint[01;32m[K WriteFixedDatestamp[m[K(const char*, time_t)[m[Kâ: >[01m[Kexif-gps.cpp:646:23:[m[K [01;31m[Kerror: [m[Kâ[01m[KAutoPtr[m[Kâ is not a member of â[01m[KExiv2::Image[m[Kâ > 646 | Exiv2::Image::[01;31m[KAutoPtr[m[K Image; > | [01;31m[K^~~~~~~[m[K >[01m[Kexif-gps.cpp:649:17:[m[K [01;31m[Kerror: [m[Kâ[01m[KImage[m[Kâ was not declared in this scope; did you mean â[01m[KExiv2::Image[m[Kâ? > 649 | [01;31m[KImage[m[K = Exiv2::ImageFactory::open(File); > | [01;31m[K^~~~~[m[K > | [32m[KExiv2::Image[m[K >[01m[K/usr/include/exiv2/image.hpp:50:16:[m[K [01;36m[Knote: [m[Kâ[01m[KExiv2::Image[m[Kâ declared here > 50 | class EXIV2API [01;36m[KImage[m[K { > | [01;36m[K^~~~~[m[K >[01m[Kexif-gps.cpp:654:9:[m[K [01;31m[Kerror: [m[Kâ[01m[KImage[m[Kâ was not declared in this scope; did you mean â[01m[KExiv2::Image[m[Kâ? > 654 | [01;31m[KImage[m[K->readMetadata(); > | [01;31m[K^~~~~[m[K > | [32m[KExiv2::Image[m[K >[01m[K/usr/include/exiv2/image.hpp:50:16:[m[K [01;36m[Knote: [m[Kâ[01m[KExiv2::Image[m[Kâ declared here > 50 | class EXIV2API [01;36m[KImage[m[K { > | [01;36m[K^~~~~[m[K >[01m[Kexif-gps.cpp:675:23:[m[K [01;31m[Kerror: [m[Kâ[01m[KAutoPtr[m[Kâ is not a member of â[01m[KExiv2::Value[m[Kâ > 675 | Exiv2::Value::[01;31m[KAutoPtr[m[K Value = Exiv2::Value::create(Exiv2::unsignedRational); > | [01;31m[K^~~~~~~[m[K >[01m[Kexif-gps.cpp:679:9:[m[K [01;31m[Kerror: [m[Kâ[01m[KValue[m[Kâ was not declared in this scope; did you mean â[01m[KExiv2::Value[m[Kâ? > 679 | [01;31m[KValue[m[K->read(ScratchBuf); > | [01;31m[K^~~~~[m[K > | [32m[KExiv2::Value[m[K >[01m[K/usr/include/exiv2/value.hpp:33:16:[m[K [01;36m[Knote: [m[Kâ[01m[KExiv2::Value[m[Kâ declared here > 33 | class EXIV2API [01;36m[KValue[m[K { > | [01;36m[K^~~~~[m[K >[01m[Kexif-gps.cpp:[m[K In function â[01m[Kint[01;32m[K RemoveGPSExif[m[K(const char*, int, int)[m[Kâ: >[01m[Kexif-gps.cpp:708:23:[m[K [01;31m[Kerror: [m[Kâ[01m[KAutoPtr[m[Kâ is not a member of â[01m[KExiv2::Image[m[Kâ > 708 | Exiv2::Image::[01;31m[KAutoPtr[m[K Image; > | [01;31m[K^~~~~~~[m[K >[01m[Kexif-gps.cpp:711:17:[m[K [01;31m[Kerror: [m[Kâ[01m[KImage[m[Kâ was not declared in this scope; did you mean â[01m[KExiv2::Image[m[Kâ? > 711 | [01;31m[KImage[m[K = Exiv2::ImageFactory::open(File); > | [01;31m[K^~~~~[m[K > | [32m[KExiv2::Image[m[K >[01m[K/usr/include/exiv2/image.hpp:50:16:[m[K [01;36m[Knote: [m[Kâ[01m[KExiv2::Image[m[Kâ declared here > 50 | class EXIV2API [01;36m[KImage[m[K { > | [01;36m[K^~~~~[m[K >[01m[Kexif-gps.cpp:716:9:[m[K [01;31m[Kerror: [m[Kâ[01m[KImage[m[Kâ was not declared in this scope; did you mean â[01m[KExiv2::Image[m[Kâ? > 716 | [01;31m[KImage[m[K->readMetadata(); > | [01;31m[K^~~~~[m[K > | [32m[KExiv2::Image[m[K >[01m[K/usr/include/exiv2/image.hpp:50:16:[m[K [01;36m[Knote: [m[Kâ[01m[KExiv2::Image[m[Kâ declared here > 50 | class EXIV2API [01;36m[KImage[m[K { > | [01;36m[K^~~~~[m[K >make: *** [Makefile:54: exif-gps.o] Error 1 > [31;01m*[0m ERROR: sci-geosciences/gpscorrelate-2.0::gentoo failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=sci-geosciences/gpscorrelate-2.0::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=sci-geosciences/gpscorrelate-2.0::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/log/portage/buildlog/sci-geosciences:gpscorrelate-2.0:20230515-202532.log'. > [31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/sci-geosciences/gpscorrelate-2.0/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/sci-geosciences/gpscorrelate-2.0/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/sci-geosciences/gpscorrelate-2.0/work/gpscorrelate-2.0' > [31;01m*[0m S: '/var/tmp/portage/sci-geosciences/gpscorrelate-2.0/work/gpscorrelate-2.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 906498
: 861770