Github messages for voidlinux
 help / color / mirror / Atom feed
From: biopsin <biopsin@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: exiv2: update to 0.28.0.
Date: Sun, 12 Nov 2023 14:04:32 +0100	[thread overview]
Message-ID: <20231112130432.J0MX_j8uODWQg-Q_5oZeHSjlEqxSdfsoKF8egIJQVfg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46838@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1952 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/46838#issuecomment-1807122014

Comment:
@mhmdanas
With nufraw Im hitting a different local issue in regards to the exiv-0.28.x.diff patch, I'll see what I can dig up here

```
nufraw_exiv2.cc: In function 'int nufraw_exif_read_input(nufraw_data*)':
nufraw_exiv2.cc:57:23: error: 'UniquePtr' is not a member of 'Exiv2::Image'
   57 |         Exiv2::Image::UniquePtr image;
      |                       ^~~~~~~~~
nufraw_exiv2.cc:59:13: error: 'image' was not declared in this scope
   59 |             image = Exiv2::ImageFactory::open(
      |             ^~~~~
nufraw_exiv2.cc:63:13: error: 'image' was not declared in this scope
   63 |             image = Exiv2::ImageFactory::open(filename);
      |             ^~~~~
In file included from /usr/include/c++/12.2/cassert:44,
                 from nufraw_exiv2.cc:22:
nufraw_exiv2.cc:66:16: error: 'image' was not declared in this scope
   66 |         assert(image.get() != 0);
      |                ^~~~~
nufraw_exiv2.cc: In function 'Exiv2::ExifData nufraw_prepare_exifdata(nufraw_data*)':
nufraw_exiv2.cc:159:60: error: 'const class Exiv2::Value' has no member named 'toInt64'
  159 |                           pos->key().c_str(), pos->value().toInt64());
      |                                                            ^~~~~~~
nufraw_exiv2.cc: In function 'int nufraw_exif_write(nufraw_data*)':
nufraw_exiv2.cc:350:23: error: 'UniquePtr' is not a member of 'Exiv2::Image'
  350 |         Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open(filename);
      |                       ^~~~~~~~~
nufraw_exiv2.cc:352:16: error: 'image' was not declared in this scope
  352 |         assert(image.get() != 0);
      |                ^~~~~
make[2]: *** [Makefile:929: nufraw_exiv2.o] Error 1

```

other : Ive succesfully tested exiv2 libgexiv2 gimp-2-10.36

  parent reply	other threads:[~2023-11-12 13:04 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-23  0:10 [PR PATCH] " mhmdanas
2023-10-23  0:20 ` [PR PATCH] [Updated] " mhmdanas
2023-11-01 17:23 ` mhmdanas
2023-11-01 17:26 ` mhmdanas
2023-11-01 18:11 ` mhmdanas
2023-11-02 19:42 ` biopsin
2023-11-03 20:00 ` [PR PATCH] [Updated] " mhmdanas
2023-11-03 20:18 ` mhmdanas
2023-11-04 21:57 ` [PR PATCH] [Updated] " mhmdanas
2023-11-06 20:17 ` mhmdanas
2023-11-06 20:18 ` mhmdanas
2023-11-06 20:19 ` mhmdanas
2023-11-06 20:20 ` mhmdanas
2023-11-12 13:04 ` biopsin [this message]
2023-11-12 15:01 ` mhmdanas
2023-11-12 22:54 ` [PR PATCH] [Updated] " mhmdanas
2023-11-12 22:55 ` exiv2: update to 0.28.1 mhmdanas
2023-11-13  0:00 ` [PR PATCH] [Updated] " mhmdanas
2023-11-15 17:40 ` mhmdanas
2023-11-15 17:57 ` mhmdanas
2023-11-16 15:12 ` [PR REVIEW] " sh1r4s3
2023-11-16 15:56 ` mhmdanas
2023-11-16 16:43 ` sh1r4s3
2023-11-16 21:50 ` [PR PATCH] [Updated] " mhmdanas
2023-11-16 21:51 ` [PR REVIEW] " mhmdanas
2023-11-18 15:57 ` [PR PATCH] [Updated] " mhmdanas
2023-11-18 21:41 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231112130432.J0MX_j8uODWQg-Q_5oZeHSjlEqxSdfsoKF8egIJQVfg@z \
    --to=biopsin@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).