Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71196 - gallery.css is missing from install of Apache-Gallery-0.8-r1
Summary: gallery.css is missing from install of Apache-Gallery-0.8-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
: 71198 (view as bug list)
Depends on:
Blocks: 71198
  Show dependency tree
 
Reported: 2004-11-14 12:48 UTC by Wayne Love
Modified: 2005-03-07 05:58 UTC (History)
0 users

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


Attachments
Fixes the problem by including all files in the relevant directories in the copy phase (Apache-Gallery-0.8-r1.patch,254 bytes, patch)
2004-11-14 12:54 UTC, Wayne Love
Details | Diff
Updated ebuild to fix bug 71196 and 71198 (Apache-Gallery-0.8-r1.ebuild,2.07 KB, text/plain)
2004-11-15 00:28 UTC, Wayne Love
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wayne Love 2004-11-14 12:48:45 UTC
When installing Apache-Gallery via emerge the gallery.css file that is part of the vanilla tar file is not installed.

Reproducible: Always
Steps to Reproduce:
1. Install Apache-Gallery via the command emerge Apache-Gallery
2.
3.

Actual Results:  
gallery.css file is missing

Expected Results:  
gallery.css file should be present in both
/usr/share/webapps/Apache-Gallery/0.8-r1/hostroot/Apache-Gallery/templates/new and
/usr/share/webapps/Apache-Gallery/0.8-r2/hostroot/Apache-Gallery/templates/default

Portage 2.0.51-r3 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.4.26-gentoo-r9 i686)
=================================================================
System uname: 2.4.26-gentoo-r9 i686 AMD Duron(tm) Processor
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.14.90.0.8-r1
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon -O2 -pipe -fomit-frame-pointer"
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/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks sandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="apache2 apm arts atm avi berkdb bitmap-fonts cdr crypt cups dhcp encode
exiscan-acl f77 foomaticdb fortran gdbm gif gpm imap imlib java jpeg kde libg++
libwww mad mikmod mmx motif mpeg ncurses nls oggvorbis opengl oss pam pdflib
perl png ppds python quicktime readline sdl slang spell ssl svga tcpd truetype
x86 xml2 xmms xv zlib"
Comment 1 Wayne Love 2004-11-14 12:54:52 UTC
Created attachment 43950 [details, diff]
Fixes the problem by including all files in the relevant directories in the copy phase
Comment 2 Wayne Love 2004-11-14 13:01:07 UTC
Comment on attachment 43950 [details, diff]
Fixes the problem by including all files in the relevant directories in the copy phase

Also fixes bug 71198
Comment 3 Wayne Love 2004-11-15 00:28:42 UTC
Created attachment 43980 [details]
Updated ebuild to fix bug 71196 and 71198
Comment 4 Michael Cummings (RETIRED) gentoo-dev 2005-03-07 05:48:19 UTC
*** Bug 71198 has been marked as a duplicate of this bug. ***
Comment 5 Michael Cummings (RETIRED) gentoo-dev 2005-03-07 05:58:37 UTC
fixed. also fixed the installation of templates/default and templates/new in the web-apps version of the ebuild (both had default/ installing to default/ and new/, fixed in case upstream ever changes the contents of each templates directory).