[gentoo-dev] Last rites: rax-backup-schedule-python-novaclient-ext

2015-02-12 Thread Matthew Thode
# Matthew Thode  (12 Feb 2015)
# Dead upstream and no deps
dev-python/rax-backup-schedule-python-novaclient-ext

-- 
Matthew Thode (prometheanfire)



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] missing opengl dependency header

2015-02-12 Thread Gordon Pettey
On Thu, Feb 12, 2015 at 7:46 AM, Nicolas Sebrecht  wrote:
>
>   In file included from modules/graphics/opengl/GLee.h:66:0,
>from modules/graphics/opengl/OpenGL.h:24,
>from modules/graphics/opengl/VertexBuffer.h:29,
>from modules/graphics/opengl/VertexBuffer.cpp:21:
>   /usr/include/GL/gl.h:2055:22: fatal error: GL/glext.h: No such file or
> directory
>#include 
> ^
>   compilation terminated.
>   <...>
>   $


> In fact, /usr/include/GL/glext.h is a relative symlink to
>   ../../lib64/opengl/global/include/GL/glext.h

What ebuild creates the missing files in /usr/lib64/opengl/global ? I
> wasn't able to figure this out.
>

app-admin/eselect-opengl manages the symlinks to headers provided by
media-libs/mesa, I think. app-portage/pfl or http://www.portagefilelist.de/
will help you with finding packages owning files that might not exist on
your system.


[gentoo-dev] vmware team needs help

2015-02-12 Thread Andreas K. Huettel

Hi all, 

I'm the only dev left in the vmware team who is taking care of VMware 
Workstation and friends. Or more precisely, not taking care of it these days, 
since my non-Gentoo workload is increasing and since VMware Workstation is not 
really the highest thing on my Gentoo priority list either (though I use it 
regularly). 

We could really need some help here... Things to do are e.g.
* vmware-workstation, vmware-player, vmware-modules major version bump
* tracking and applying patches to vmware-modules for newer kernels
* sorting out the screwed-up bundled library situation
... :(

We have an overlay that can be used and is used for user contributions. 

The only real alternative is to treeclean and tell people to use the bundled 
installer. No idea how well this works.

Talk to me if interested...

Best, 
Andreas

-- 
Andreas K. Huettel
Gentoo Linux developer
perl, office, comrel, council




[gentoo-dev] missing opengl dependency header

2015-02-12 Thread Nicolas Sebrecht

  Hello,

I've compiled love2d-0.9.1 from the sources with Gentoo. It first failed
with:

  $
  <...>
  In file included from modules/graphics/opengl/GLee.h:66:0,
   from modules/graphics/opengl/OpenGL.h:24,
   from modules/graphics/opengl/VertexBuffer.h:29,
   from modules/graphics/opengl/VertexBuffer.cpp:21:
  /usr/include/GL/gl.h:2055:22: fatal error: GL/glext.h: No such file or 
directory
   #include 
^
  compilation terminated.
  <...>
  $


In fact, /usr/include/GL/glext.h is a relative symlink to
  ../../lib64/opengl/global/include/GL/glext.h

I'm missing the whole filesystem namespace /usr/lib64/opengl/global:
  $ ls /usr/lib64/opengl
  ati
  nvidia
  xorg-x11
  $


Same problem with glxext.h.


For now, I've created the missing directories (../opengl/{global/..})
and put the missing files downloaded from the opengl registry at

  https://www.opengl.org/registry

but I wonder what I was missing in the first place.

What ebuild creates the missing files in /usr/lib64/opengl/global ? I
wasn't able to figure this out.

What's the policy on such broken symlinks? I mean, wouldn't it be better
for the ebuilds to include the target files in the archive and install
them /if/ they are missing?


-- 
Nicolas Sebrecht