Opened 14 years ago
Closed 14 years ago
#26053 closed defect (fixed)
phonon needs to be activated before kipi-plugins can be built for build of digikam
Reported by: | circfile@… | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | digikam kipi-plugins phonon build error | Cc: | |
Port: | digikam |
Description
Good afternoon MacPorts maintainers, In building digikam, the kipi-plugins build blew up with an error of not being able to find a file for phonon. I installed phonon, only to be informed that phonon had been installed but not activated. Following the directions, I activated phonon, retried kipi and voila, all was well. I wouldn't even bother submitting this as a ticket, but I had to manually go to the build directory and run 'make all' manually to see the phonon error; it was not shown in the build log. Just FYI. Peace, V
Change History (2)
comment:1 Changed 14 years ago by michaelld (Michael Dickens)
Owner: | changed from macports-tickets@… to michaelld@… |
---|
comment:2 Changed 14 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r70540. Here's my recommendation on how you proceed for now:
sudo port -f uninstall phonon kipi-plugins sudo port sync sudo port install kipi-plugins
and then verify that 'digikam' works as before. If not, you'll want to uninstall and reinstall it -- but, the current install uses the same libraries as what the above will provide so I think 'digikam' will work as before.
phonon is installed initially as part of qt4, but under "phonon". This (and a few other) ports use "Phonon" to include the header files, which on a case-sensitive file system will result in the error you describe. I'm augmenting the Portfile to swap the P for p in those #include headers.