From: moaxcp <mo...@gm...> - 2015-05-31 16:02:54
|
Ok so I have been able to get my modified ebuild to download the sources. When gentoo tries to compile it I get this error: john-gentoo notion # emerge -av =x11-wm/notion-9999::moaxcp * IMPORTANT: 1 news items need reading for repository 'gentoo'. * Use eselect news read to view new items. These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U *] x11-wm/notion-9999::moaxcp [3_p2014052800::moaxcp] USE="nls xinerama xrandr" 0 KiB Total: 1 package (1 upgrade), Size of downloads: 0 KiB Would you like to merge these packages? [Yes/No] yes >>> Verifying ebuild manifests >>> Emerging (1 of 1) x11-wm/notion-9999::moaxcp >>> Failed to emerge x11-wm/notion-9999, Log file: >>> '/var/tmp/portage/x11-wm/notion-9999/temp/build.log' >>> Jobs: 0 of 1 complete, 1 failed Load avg: 0.41, 0.19, 0.12 * Package: x11-wm/notion-9999 * Repository: moaxcp * Maintainer: lit...@la... xm...@ge..., pro...@ge... * USE: abi_x86_64 amd64 elibc_glibc kernel_linux nls userland_GNU xinerama xrandr * FEATURES: distcc distcc-pump preserve-libs sandbox userpriv usersandbox >>> Unpacking source... Already on 'master' Your branch is up-to-date with 'origin/master'. GIT update --> repository: git:// notion.git.sourceforge.net/gitroot/notion/notion at the commit: f38deabef9f9d822e30ec4f9694f3c07f8dfb8d8 branch: master storage directory: "/usr/portage/distfiles/egit-src/notion" checkout type: non-bare repository Branch branch-master set up to track remote branch master from origin. Switched to a new branch 'branch-master' >>> Unpacked to /var/tmp/portage/x11-wm/notion-9999/work/notion-9999 >>> Source unpacked in /var/tmp/portage/x11-wm/notion-9999/work >>> Preparing source in /var/tmp/portage/x11-wm/notion-9999/work/notion-9999 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-wm/notion-9999/work/notion-9999 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-wm/notion-9999/work/notion-9999 ... make -j9 -l8 CC=x86_64-pc-linux-gnu-gcc AR=x86_64-pc-linux-gnu-ar RANLIB=x86_64-pc-linux-gnu-ranlib which: no lua5.1 in (/usr/lib64/distcc/bin:/usr/lib/portage/python2.7/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4:/usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.8.4) build/lua-detect.mk:33: *** No lua5.1 interpreter found!. Stop. * ERROR: x11-wm/notion-9999::moaxcp failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-wm/notion-9999::moaxcp'`, * the complete build log and the output of `emerge -pqv '=x11-wm/notion-9999::moaxcp'`. * The complete build log is located at '/var/tmp/portage/x11-wm/notion-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-wm/notion-9999/temp/environment'. * Working directory: '/var/tmp/portage/x11-wm/notion-9999/work/notion-9999' * S: '/var/tmp/portage/x11-wm/notion-9999/work/notion-9999' * Messages for package x11-wm/notion-9999: * ERROR: x11-wm/notion-9999::moaxcp failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-wm/notion-9999::moaxcp'`, * the complete build log and the output of `emerge -pqv '=x11-wm/notion-9999::moaxcp'`. * The complete build log is located at '/var/tmp/portage/x11-wm/notion-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-wm/notion-9999/temp/environment'. * Working directory: '/var/tmp/portage/x11-wm/notion-9999/work/notion-9999' * S: '/var/tmp/portage/x11-wm/notion-9999/work/notion-9999' It looks like there is an issue detecting my version of lua. john-gentoo notion # lua -v Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio Does make expect there to be a lua5.1 command on the path? My system seems to only have a lua command not lua5.1. On Sun, May 31, 2015 at 5:18 AM, Arnout Engelen <ar...@bz...> wrote: > Hi moaxcp, > > Thanks!! I'll try to answer your questions in-line. > > On Sun, May 31, 2015 at 4:35 AM, moaxcp <mo...@gm...> wrote: > >> Thanks for the reply. I created an ebuild for the last release on github. >> https://github.com/moaxcp/moaxcp-gentoo-overlay/tree/master/x11-wm/notion >> >> Now I'm going to try the 9999 ebuild which should install the latest >> sources from sourceforge. >> >> I do have a few other problems with notion that I would like to figure >> out. >> >> How do I use another monitor without the same resolution? >> > > Notion should support multiple monitors through xrandr out-of-the-box. > > With the xrandr command-line tool or a more pleasant graphical one (I use > 'arandr' myself), you can manipulate the screen layout. > > If you use a screen layout where the screens do not overlap, you should > get a set of notion workspaces for each screen. > > If you use a screen layout where the screens overlap, you'll get one big > set of workspaces, 'mirrored' on each monitor. > > If the monitors are not the same resolution, the latter can look kind of > confusing as some parts of the workspace will not be visible on both > screens. > > How can I replace the statusbar with LXPanel from LXDE? >> > > Change your configuration to not load 'mod_statusbar' and load 'mod_dock' > instead. > > I personally use the xfce4-panel that way, let me know if you run into any > problems with lxpanel. > > >> Also sometimes when I make a vertical split the status bar shrinks to the >> left frame instead of staying at full width. How do I fix that? >> > > If you're switching to mod_dock anyway this shouldn't be relevant :). With > mod_dock, simply configure your panel to take the full screen width. > > > Let me know if you have any further questions (or feel free to pose them > on the mailinglist). > > > Kind regards, > > Arnout > > >> >> On Sat, May 30, 2015 at 12:17 PM, Arnout Engelen <no...@bz...> wrote: >> >>> Hello Maoxcp, >>> >>> I'm not currently planning a new release - but you're quite welcome to >>> build notion from source, which should be fairly painless. If not, let's >>> fix that :). >>> >>> >>> Kind regards, >>> >>> Arnout >>> >>> On Sat, May 23, 2015 at 3:17 AM, moaxcp <mo...@gm...> wrote: >>> >>>> When will there be a new release of notion? I have seen a lot of work >>>> being checked in but no downloads for a year. >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> One dashboard for servers and applications across Physical-Virtual-Cloud >>>> Widest out-of-the-box monitoring support with 50+ applications >>>> Performance metrics, stats and reports that give you Actionable Insights >>>> Deep dive visibility with transaction tracing using APM Insight. >>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>>> _______________________________________________ >>>> Notion-general mailing list >>>> Not...@li... >>>> https://lists.sourceforge.net/lists/listinfo/notion-general >>>> >>>> >>> >> > |