Bug 42270 - gphoto2 does not build.
Summary: gphoto2 does not build.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-01 01:10 UTC by Martin Klaffenboeck
Modified: 2002-09-01 01:40 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Klaffenboeck 2002-09-01 01:10:01 UTC
I tried to build gphoto2 but I had this error:

===>   gphoto2-2.1.0 depends on shared library: exif.5 - not found
===>    Verifying install for exif.5 in /usr/ports/graphics/libexif
===>   Returning to build of gphoto2-2.1.0
Error: shared library "exif.5" does not exist
*** Error code 1

Stop in /usr/ports/graphics/gphoto2.

the libexif port was installed correctly (as far as I can see)

Fix: 

I tried to put exim.7 instead of exim.5 into the graphics/gphoto2 Makefile,
so this error was solved, but then I got:

gphoto2-filesys.c: In function `get_exif_mtime':
gphoto2-filesys.c:101: structure has no member named `ifd0'
gphoto2-filesys.c:103: structure has no member named `ifd_exif'
gphoto2-filesys.c:106: structure has no member named `ifd_exif'
gmake[2]: *** [gphoto2-filesys.lo] Error 1
gmake[2]: Leaving directory `/usr/ports/graphics/gphoto2/work/gphoto2-2.1.0/libgphoto2'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/ports/graphics/gphoto2/work/gphoto2-2.1.0/libgphoto2'
gmake: *** [all-recursive] Error 1
*** Error code 2

Now I don't know what should I do next.  I'm not a programmer, sorry.
How-To-Repeat: cd /usr/ports/graphics/gphoto2
make
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-09-01 01:40:33 UTC
State Changed
From-To: open->closed

This should be fixed now.  Tahnks for reporting.