Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 244481 - media-video/kdenlive 0.7 beta1 - src/projectlist.cpp:35:28: error: nepomuk/global.h: No such file or directory
Summary: media-video/kdenlive 0.7 beta1 - src/projectlist.cpp:35:28: error: nepomuk/gl...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 248225 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-26 15:37 UTC by Pasquale Boemio
Modified: 2009-05-13 16:24 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
full build log showing failure building kdenlive-0.7.3 without nepomuk installed (media-video:kdenlive-0.7.3:20090513-095042.log,17.92 KB, text/plain)
2009-05-13 16:24 UTC, Seth W. (Jzalae) Klein
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pasquale Boemio 2008-10-26 15:37:57 UTC
when build kdenlive, without a complete installation of KDE4, it fail because miss the dependancy to the pkg nepomuk..

look there the error
[ 38%] Building CXX object src/cmake_bindir/CMakeFiles/kdenlive.dir/projectlist.o
/var/tmp/portage/media-video/kdenlive-0.7_beta1/work/kdenlive-0.7beta1/src/projectlist.cpp:35:28: error: nepomuk/global.h: No such file or directory
/var/tmp/portage/media-video/kdenlive-0.7_beta1/work/kdenlive-0.7beta1/src/projectlist.cpp:36:30: error: nepomuk/resource.h: No such file or directory
/var/tmp/portage/media-video/kdenlive-0.7_beta1/work/kdenlive-0.7beta1/src/projectlist.cpp:37:25: error: nepomuk/tag.h: No such file or directory
/var/tmp/portage/media-video/kdenlive-0.7_beta1/work/kdenlive-0.7beta1/src/projectlist.cpp: In member function ‘void ProjectList::slotUpdateClipProperties(ProjectItem*, QMap<QString, QString>)’:
/var/tmp/portage/media-video/kdenlive-0.7_beta1/work/kdenlive-0.7beta1/src/projectlist.cpp:168: error: ‘Nepomuk’ has not been declared
 ecc ecc...

before installing the needed dependancy

cheers
pau

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-10-26 21:16:53 UTC
Summarising: it ought to depend on kde-base/nepomuk.
Comment 2 Pasquale Boemio 2008-10-26 21:26:50 UTC
(In reply to comment #1)
> Summarising: it ought to depend on kde-base/nepomuk.
> 

yes exactly... infact the build fail if nepomuk isn't installed...
Comment 3 Alexis Ballier gentoo-dev 2008-10-26 23:38:40 UTC
 $ equery belongs /usr/include/nepomuk/global.h 
[ Searching for file(s) /usr/include/nepomuk/global.h in *... ]
kde-base/kdelibs-4.1.2-r1 (/usr/include/nepomuk/global.h)


which it should be depending on already via the kde4-base.eclass...


@kde: any clue on this?
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2008-10-26 23:58:15 UTC
Nepomuk is not added in eclass and is conditional depend for some packages now.
try just running emerge -pd kdelibs you will get no nepomuk there.
We will be redesinging eclass deps in future so user gets basic usable set whatever he wants but for now it might be needed ass dep,
lthrougth some files are instaled by kdelibs with cmake is needed whole log since it likes to fail on more places simultaneously.
Comment 5 Alexis Ballier gentoo-dev 2008-10-27 00:08:02 UTC
(In reply to comment #4)
> Nepomuk is not added in eclass and is conditional depend for some packages now.

since when ? O_o

$ emerge  -pv kdelibs nepomuk kdenlive

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] kde-base/kdelibs-4.1.2-r1  USE="acl alsa bzip2 doc fam jpeg2k mmx nls openexr opengl semantic-desktop spell sse sse2 ssl test -3dnow (-altivec) -bindist -debug -htmlhandbook -kdeprefix -kerberos -zeroconf" 0 kB
[ebuild  N    ] kde-base/nepomuk-4.1.2  USE="-debug -kdeprefix" 0 kB
[ebuild   R   ] media-video/kdenlive-0.7_beta1  USE="-kdeprefix" LINGUAS="-de -zh" 0 kB
Comment 6 Tomáš Chvátal (RETIRED) gentoo-dev 2008-10-27 00:17:55 UTC
Hm that is why said we need fuild log. Cmake tends to write something as warning and then die for that somewhere else.

Well if it is really not nepomuk issue than that kdelibs really install this file everytime.

I just reacted based on comment #1

Soo lets get emerge --info and build.log
Comment 7 Pasquale Boemio 2008-10-27 06:51:25 UTC
(In reply to comment #6)
> Hm that is why said we need fuild log. Cmake tends to write something as
> warning and then die for that somewhere else.
> 
> Well if it is really not nepomuk issue than that kdelibs really install this
> file everytime.
> 
> I just reacted based on comment #1
> 
> Soo lets get emerge --info and build.log
> 


beh first of all, the cmake shows an error and not a warning, and second I resolved the problem installing by hand nepomuk... so I published the bug because nepomuk, in my opinion, seems be an important dependency for the package.
Comment 8 Tomáš Chvátal (RETIRED) gentoo-dev 2008-10-27 07:24:43 UTC
Yes we all see that cmake shows error.
But sometimes it shows some warnings that lead to this die. Mostly in configure phase. So that is reason why i wanted complete build log. And as you can see there is no nepomuk needed since Alexis has it without it.
Most importantly say this is again problem of cmake and its automagicness.
Comment 9 Alexis Ballier gentoo-dev 2008-11-26 17:51:59 UTC
*** Bug 248225 has been marked as a duplicate of this bug. ***
Comment 10 Samuli Suominen (RETIRED) gentoo-dev 2008-12-12 07:46:53 UTC
Is this still a problem with kdenlive-0.7 which is the only version left in tree?
Comment 11 Alexis Ballier gentoo-dev 2008-12-19 13:43:59 UTC
(In reply to comment #10)
> Is this still a problem with kdenlive-0.7 which is the only version left in
> tree?

no answer->testrequest/needinfo
Comment 12 Seth W. (Jzalae) Klein 2009-05-13 16:20:10 UTC
This bug is most certainly not resolved and still applies to kdenlive-0.7.3.  The information requested is available in Bug 252425, and I have duplicated that with mine below:

emerge --info
Portage 2.1.6.11 (default/linux/x86/2008.0/desktop, gcc-4.3.2, glibc-2.8_p20080602-r1, 2.6.27-gentoo-r10 i686)
=================================================================
System uname: Linux-2.6.27-gentoo-r10-i686-Pentium_II_-Deschutes-with-glibc2.0
Timestamp of tree: Thu, 07 May 2009 15:15:01 +0000
app-shells/bash:     3.2_p39
dev-java/java-config: 2.1.7
dev-lang/python:     2.5.4-r2
dev-util/cmake:      2.6.2-r1
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.4.1-r1
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.7.9-r1, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -march=pentium2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-Os -march=pentium2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1"
LINGUAS="en en_US"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/home/sk/cab/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="X aac acl acpi alsa audiofile bash-completion berkdb branding bzip2 cairo cdr cli cracklib crypt cscope cups dbus dri dvdr dvdread emboss encode evo firefox fontconfig foomaticdb gdbm gif gpm gstreamer gtk iconv imlib isdnlog jpeg libnotify mad midi mikmod mmap mmx mp3 mpeg mudflap ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf perl png ppds pppd pulseaudio python qt3support quicktime readline reflection ruby sdl session spell spl ssl svg sysfs theora tiff truetype unicode usb vim-syntax vorbis wmp x86 xcb xinerama xml xorg xulrunner xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_US" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Comment 13 Seth W. (Jzalae) Klein 2009-05-13 16:24:14 UTC
Created attachment 191172 [details]
full build log showing failure building kdenlive-0.7.3 without nepomuk installed

For Google:

/var/tmp/portage/media-video/kdenlive-0.7.3/work/kdenlive-0.7.3/src/projectlist.
h:35:36: error: nepomuk/kratingpainter.h: No such file or directory