Giter Site home page Giter Site logo

gen2ovl-googoo2's People

Contributors

lucianm avatar mrto avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

mrto

gen2ovl-googoo2's Issues

Can't emerge epgd with ebuild

Hello,

i would like to install epgd in gentoo. But when i merge it i get some error message:

>>> Emerging (1 of 1) media-tv/epgd-9999
>>> Unpacking source...
GIT update -->
   repository:               git://projects.vdr-developer.org/vdr-epg-daemon.git
   at the commit:            bac34c92018c3b3b97dbcc52147c20213fb518bd
   branch:                   master
   storage directory:        "/home/gentoo/distfiles/egit-src/vdr-epg-daemon.git"
   checkout type:            bare repository
Cloning into '/var/tmp/portage/media-tv/epgd-9999/work/epgd-9999'...
done.
Branch branch-master set up to track remote branch master from origin.
Switched to a new branch 'branch-master'
>>> Unpacked to /var/tmp/portage/media-tv/epgd-9999/work/epgd-9999
>>> Source unpacked in /var/tmp/portage/media-tv/epgd-9999/work
>>> Preparing source in /var/tmp/portage/media-tv/epgd-9999/work/epgd-9999 ...
 * Applying pluginsdir_systemd_service.patch ...                                                                                                                [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-tv/epgd-9999/work/epgd-9999 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-tv/epgd-9999/work/epgd-9999 ...
make -j5 -C lib 
make: Entering directory '/var/tmp/portage/media-tv/epgd-9999/work/epgd-9999/lib'
Compile common ...
g++ -c -march=x86-64 -O2 -pipe -ggdb -O0 -fPIC -Wreturn-type -Wall -Wno-parentheses -Wformat -pedantic -Wunused-variable -Wunused-label -Wunused-value -Wunused-function -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -ggdb -O0 -fPIC -Wreturn-type -Wall -Wno-parentheses -Wformat -pedantic -Wunused-variable -Wunused-label -Wunused-value -Wunused-function -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/mysql -I/usr/include/libxml2 -I/usr/include/libxml2 -DPLGDIR='"/usr//epgd/plugins"' -DUSEUUID -DUSEMD5 -DUSELIBXML -DUSELIBARCHIVE common.c -o common.o
Compile curl ...
g++ -c -march=x86-64 -O2 -pipe -ggdb -O0 -fPIC -Wreturn-type -Wall -Wno-parentheses -Wformat -pedantic -Wunused-variable -Wunused-label -Wunused-value -Wunused-function -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -ggdb -O0 -fPIC -Wreturn-type -Wall -Wno-parentheses -Wformat -pedantic -Wunused-variable -Wunused-label -Wunused-value -Wunused-function -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/mysql -I/usr/include/libxml2 -I/usr/include/libxml2 -DPLGDIR='"/usr//epgd/plugins"' -DUSEUUID -DUSEMD5 -DUSELIBXML -DUSELIBARCHIVE curl.c -o curl.o
Compile imgtools ...
g++ -c -march=x86-64 -O2 -pipe -ggdb -O0 -fPIC -Wreturn-type -Wall -Wno-parentheses -Wformat -pedantic -Wunused-variable -Wunused-label -Wunused-value -Wunused-function -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -ggdb -O0 -fPIC -Wreturn-type -Wall -Wno-parentheses -Wformat -pedantic -Wunused-variable -Wunused-label -Wunused-value -Wunused-function -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/mysql -I/usr/include/libxml2 -I/usr/include/libxml2 -DPLGDIR='"/usr//epgd/plugins"' -DUSEUUID -DUSEMD5 -DUSELIBXML -DUSELIBARCHIVE imgtools.c -o imgtools.o
In file included from imgtools.c:8:0:
imgtools.h:16:20: fatal error: Imlib2.h: No such file or directory
 #include <Imlib2.h>
                    ^
compilation terminated.
Makefile:55: recipe for target 'imgtools.o' failed

Can you help me with that?

Thanks a lot.

Not quite an issue, but official invitation.

I invite you officially to join us in the newly formed Gentoo Romanian Team at the #gentoo-ro IRC channel on Freenode, and also the newly formed Rogentos ( Romanian Gentoo Operating Systems group) that develop the RogentOS GNU/Linux ( www.rogentos.ro ). We would be glad to have the contribution of ebuilding from your side in our continuous development 👍

=media-plugins/vdr-skinnopacity-9999 fails to build

Compiling source in /var/tmp/compile/portage/media-plugins/vdr-skinnopacity-9999/work/skinnopacity-9999 ...
make -j8 install LOCDIR=/var/tmp/compile/portage/media-plugins/vdr-skinnopacity-9999/work/tmp-locale LIBDIR=/var/tmp/compile/portage/media-plugins/vdr-skinnopacity-9999/work/skinnopacity-9999 TMPDIR=/var/tmp/compile/portage/media-plugins/vdr-skinnopacity-9999/temp
x86_64-pc-linux-gnu-g++ -march=native -msse4 -O2 -pipe -funroll-loops -ftree-vectorize -ggdb -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DPLUGIN_NAME_I18N='"skinnopacity"' -I/usr/include/ImageMagick skinnopacity.c
mkdir -p /etc/vdr/themes
cp themes/* /etc/vdr/themes

  • ACCESS DENIED: open_wr: /etc/vdr/themes/nOpacity-goldblue.theme
  • ACCESS DENIED: open_wr: /etc/vdr/themes/nOpacity-softblue.theme
    cp: cannot create regular file ‘/etc/vdr/themes/nOpacity-goldblue.theme’: Permission denied
    cp: cannot create regular file ‘/etc/vdr/themes/nOpacity-softblue.theme’: Permission denied
    make: *** [install-themes] Error 1
    make: *** Waiting for unfinished jobs....
    make: *** wait: No child processes. Stop.

Thanks for the overlay!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.