GithubHelp home page GithubHelp logo

gentoo.mipl's Introduction

Hi there ๐Ÿ‘‹

gentoo.mipl's People

Contributors

emcek avatar nado avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

gentoo.mipl's Issues

Atom ctags-linux without exec permission

I had to give /usr/share/atom/resources/app.asar.unpacked/node_modules/symbols-view/vendor/ctags-linux execution permission to make module 'symbol-view' work with c/c++.

Possible solution:
chmod +x /usr/share/atom/resources/app.asar.unpacked/node_modules/symbols-view/vendor/ctags-linux

Atom 0.209.0 and 0.210.0

Can you check this?

Tks.
Renato Foot Guimarรฃes Costallat

dev-games/gigi has invalid ebuild

I'm always getting the following error, when emerging anything:

* ERROR: dev-games/gigi-fo-9999::emc failed (depend phase):
 *   EAPI=3 is not supported
 * 
 * Call stack:
 *             ebuild.sh, line 611:  Called source '/var/lib/layman/emc/dev-games/gigi-fo/gigi-fo-9999.ebuild'
 *   gigi-fo-9999.ebuild, line   7:  Called inherit 'cmake-utils' 'subversion'
 *             ebuild.sh, line 307:  Called __qa_source '/usr/portage/eclass/cmake-utils.eclass'
 *             ebuild.sh, line 102:  Called source '/usr/portage/eclass/cmake-utils.eclass'
 *    cmake-utils.eclass, line 117:  Called die
 * The specific snippet of code:
 *      *) die "EAPI=${EAPI:-0} is not supported" ;;
 * 
 * If you need support, post the output of `emerge --info '=dev-games/gigi-fo-9999::emc'`,
 * the complete build log and the output of `emerge -pqv '=dev-games/gigi-fo-9999::emc'`.
 * Working directory: '/usr/lib64/python3.4/site-packages'
 * S: '/var/tmp/portage/dev-games/gigi-fo-9999/work/gigi-fo-9999'

atom-shell-0.23.0 sed/libudev error

Full build log: http://pastebin.com/cmc3MHqh

There seems to be an issue with the libudev fix due to libchromiumcontent.so missing.

General error code:

sed: can't read ./vendor/brightray/vendor/download/libchromiumcontent/Release/libchromiumcontent.so: No such file or directory
 * ERROR: dev-util/atom-shell-0.23.0::emc failed (prepare phase):
 *   libudev fix failed
 * 
 * Call stack:
 *     ebuild.sh, line  93:  Called src_prepare
 *   environment, line 3678:  Called die
 * The specific snippet of code:
 *       sed -i -e 's/libudev.so.0/libudev.so.1/g' ./vendor/brightray/vendor/download/libchromiumcontent/Release/libchromiumcontent.so || die "libudev fix failed";
 * 

=dev-util/atom-shell-0.21.2-r1 : bootstrap failed

Can anyone install it successfully?
I get this error:

atom-shell-0.21.2-r1/work/atom-shell-0.21.2/node_modules/atom-package-manager/node_modules/git-utils/build/Release/git.node: undefined symbol: _ZN2v87Isolate14ThrowExceptionENS_5LocalINS_5ValueEEE

All I find on internet about this symbol missing (_ZN2v87Isolate14ThrowExceptionENS_5LocalINS_5ValueEEE) is related to Binary compatibility report for the V8 library between 3.22.2 and 3.22.3 versions on x86. I dont think it's relevant ๐Ÿ‘Ž

Full error

>>> Preparing source in /var/tmp/portage/dev-util/atom-shell-0.21.2-r1/work/atom-shell-0.21.2 ...
 * Bootstrap atom-shell source
   - bootstrap: git submodule sync
   - bootstrap: git submodule update --init --recursive
   - bootstrap: npm install
   - bootstrap: /var/tmp/portage/dev-util/atom-shell-0.21.2-r1/temp/python2.7/bin/python /var/tmp/portage/dev-util/atom-shell-0.21.2-r1/work/atom-shell-0.21.2/vendor/brightray/script/bootstrap --commit 103778aa0ec3772f88e915ca9efdb941afdc85cf http://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent
   - bootstrap: /var/tmp/portage/dev-util/atom-shell-0.21.2-r1/temp/python2.7/bin/python /var/tmp/portage/dev-util/atom-shell-0.21.2-r1/work/atom-shell-0.21.2/script/update.py
   - bootstrap: /var/tmp/portage/dev-util/atom-shell-0.21.2-r1/work/atom-shell-0.21.2/node_modules/.bin/apm install

module.js:356
  Module._extensions[extension](this, filename);
                               ^
Error: /var/tmp/portage/dev-util/atom-shell-0.21.2-r1/work/atom-shell-0.21.2/node_modules/atom-package-manager/node_modules/git-utils/build/Release/git.node: undefined symbol: _ZN2v87Isolate14ThrowExceptionENS_5LocalINS_5ValueEEE
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/var/tmp/portage/dev-util/atom-shell-0.21.2-r1/work/atom-shell-0.21.2/node_modules/atom-package-manager/node_modules/git-utils/lib/git.js:8:16)
    at Object.<anonymous> (/var/tmp/portage/dev-util/atom-shell-0.21.2-r1/work/atom-shell-0.21.2/node_modules/atom-package-manager/node_modules/git-utils/lib/git.js:359:4)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)

Traceback (most recent call last):
  File "./script/bootstrap.py", line 127, in <module>
    sys.exit(main())
  File "./script/bootstrap.py", line 35, in main
    update_atom_modules('spec')
  File "./script/bootstrap.py", line 77, in update_atom_modules
    execute_stdout([apm, 'install'])
  File "/var/tmp/portage/dev-util/atom-shell-0.21.2-r1/work/atom-shell-0.21.2/script/lib/util.py", line 151, in execute_stdout
    execute(argv)
  File "/var/tmp/portage/dev-util/atom-shell-0.21.2-r1/work/atom-shell-0.21.2/script/lib/util.py", line 139, in execute
    raise e
subprocess.CalledProcessError: Command '['/var/tmp/portage/dev-util/atom-shell-0.21.2-r1/work/atom-shell-0.21.2/node_modules/.bin/apm', 'install']' returned non-zero exit status 8
 * ERROR: dev-util/atom-shell-0.21.2-r1::emc failed (prepare phase):
 *   bootstrap failed
 *
 * Call stack:
 *     ebuild.sh, line  93:  Called src_prepare
 *   environment, line 3674:  Called die
 * The specific snippet of code:
 *       ./script/bootstrap.py || die "bootstrap failed";
 *
 * If you need support, post the output of `emerge --info '=dev-util/atom-shell-0.21.2-r1::emc'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/atom-shell-0.21.2-r1::emc'`.
 * The complete build log is located at '/var/tmp/portage/dev-util/atom-shell-0.21.2-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/atom-shell-0.21.2-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-util/atom-shell-0.21.2-r1/work/atom-shell-0.21.2'
 * S: '/var/tmp/portage/dev-util/atom-shell-0.21.2-r1/work/atom-shell-0.21.2'

Cannot install unknown horizons/fife

Fife fails to emerge as it fails to find sdl-ttf/sdl2-ttf although both are install on my system.

scons: Configure: Checking for SDL_ttf (using pkg-config)...
pkg-config --libs --cflags 'sdl_ttf'
Package sdl_ttf was not found in the pkg-config search path.
Perhaps you should add the directory containing `sdl_ttf.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sdl_ttf' found
scons: Configure: no

There is the problem, it is SDL_ttf, not sdl_ttf
pkg-config --libs --cflags 'SDL_ttf' works fine for me.

Atom 0.188 fails to launch

This error occurs when attempting to launch Atom through terminal after installation.

/usr/bin/atom: line 98: 23390 Aborted nohup "$ATOM_PATH" --executed-from="$(pwd)" -->pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1
[23390:0330/171542:FATAL:isolate_holder.cc(70)] Couldn't mmap v8 natives data file

If any more information is needed, let me know

Thanks,
Matt Fleming (DevPump)

atom-shell-9999 hangs on bootstrap

emerging atom-shell-9999 stops at this point:

git checkout --quiet f7574aa6cc2c819430c1f05e9a1a1a666ef8169b
GIT update -->
   repository:               https://github.com/boto/boto.git
   at the commit:            f7574aa6cc2c819430c1f05e9a1a1a666ef8169b
>>> Source unpacked in /var/tmp/portage/dev-util/atom-shell-9999/work
>>> Preparing source in /var/tmp/portage/dev-util/atom-shell-9999/work/atom-shell-9999 ...
 * Bootstrap atom-shell source

strace on the process shows epoll_wait(4, with no further information.

How can I nail down what part of bootstrapping is hanging?

Cheers,

EE

Can't install atom because atom-shell needs llvm 3.4

Hi! I think Atom Shell can compile well with LLVM 3.5 and also Clang (the last one is good) But by now, Atom-shell needs, according to your ebuilds, LLVM3.4, which conflicts with LLVM 3.5 because latest version of Mesa needs LLVM 3.5.

Please, can you fix it?

Thanks.

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.