Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75536 - adaopengl does not add environment variables
Summary: adaopengl does not add environment variables
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: ada team [OBSOLETE]
URL:
Whiteboard: Pending Removal 19 Dec 2006
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2004-12-24 05:09 UTC by Bobby D. Bryant
Modified: 2007-02-03 22:53 UTC (History)
0 users

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


Attachments
adaopengl-0.12-r1.ebuild with env.d settings added (adaopengl-0.12-r1.ebuild,1.00 KB, text/plain)
2004-12-24 05:14 UTC, Bobby D. Bryant
Details
Updated Manifest for the -r1 attachment. (Manifest,374 bytes, text/plain)
2004-12-24 05:15 UTC, Bobby D. Bryant
Details
Digest for the -r1 ebuild. (digest-adaopengl-0.12-r1,66 bytes, text/plain)
2004-12-24 05:16 UTC, Bobby D. Bryant
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bobby D. Bryant 2004-12-24 05:09:59 UTC
Need -

ADA_OBJECTS_PATH=/usr/lib/ada/adalib/adaopengl
ADA_INCLUDE_PATH=/usr/lib/ada/adainclude/adaopengl


Reproducible: Always
Steps to Reproduce:
1. Just install it...


Actual Results:  
No additions to the environment variables in /etc/env.d/

Expected Results:  
Add /etc/env.d/55adaopengl

Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.9-gentoo-r12 i686)
=================================================================
System uname: 2.6.9-gentoo-r12 i686 AMD Athlon(TM) XP 2100+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -falign-functions=4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -falign-functions=4 -fomit-frame-pointer -pipe"
DISTDIR="/saves/portage/sources"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict userpriv
usersandbox"
GENTOO_MIRRORS="ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo
http://gentoo.osuosl.org/ http://open-systems.ufl.edu/mirrors/gentoo"
MAKEOPTS="-j2"
PKGDIR="/saves/portage/packages"
PORTAGE_TMPDIR="/saves/portage/temp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/saves/portage/saved-ebuilds"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X acl alsa amd apm avi berkdb bitmap-fonts bonobo cdr crypt cups
doc dvd emacs encode esd f77 fam flac foomatic foomaticdb fortran freetype gdbm
gif gimp gimpprint glade glut gnome gpm gstreamer gtk gtk2 gtkhtml guile image
imagemagick imlib imlib2 ipv6 java javascript jpeg junit lcms libwww mad mikmod
mixer mmx mng motif mozilla moznocompose moznoirc moznomail mpeg mpeg4 mplayer
music mysql ncurses nls nptl offensive oggvorbis openal opengl openssh oss pam
pdflib perl plotutils png ppds python quicktime rage128 readline regex ruby sdk
sdl slang sndfile spell src sse ssl svga tcltk tcpd tetex tiff timidity truetype
type1 unicode videos xine xml xml2 xmms xv zlib"
Comment 1 Bobby D. Bryant 2004-12-24 05:14:27 UTC
Created attachment 46780 [details]
adaopengl-0.12-r1.ebuild with env.d settings added

Just added the lines needed to automagically add adaopengl to the ADA_*_PATH
environment variables.
Comment 2 Bobby D. Bryant 2004-12-24 05:15:14 UTC
Created attachment 46781 [details]
Updated Manifest for the -r1 attachment.
Comment 3 Bobby D. Bryant 2004-12-24 05:16:09 UTC
Created attachment 46782 [details]
Digest for the -r1 ebuild.
Comment 4 George Shapovalov (RETIRED) gentoo-dev 2007-02-03 22:53:23 UTC
Thanks Bobby for these fixes. Unfortunately adaopengl ceased to build with later tools and it seems it has been very specific for the original arch - bindings were done strictly again X and opengl on x86. I recently removed adaopengl and adabindx because of that. Bindings have to be basically reissued in a more independent way to be included again. I did not see much activity on these packages lately, if you know of some updates I'd be interested to revisit this issue.

George