First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 79667
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 72706
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Waldo <VValdo@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 79667 depends on: Show dependency tree
Bug 79667 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-01-26 20:12 0000
emerging gnomemeeting requires pwlib.  Pwlib won't build because /usr/lib/pwlib
can't be built.

Reproducible: Always
Steps to Reproduce:
1.emerge gnomemeeting

Actual Results:  
it builds along until it reaches this error...

mkdir -p /usr/lib/pwlib
ACCESS DENIED  mkdir:     /usr/lib/pwlib
mkdir: cannot create directory `/usr/lib/pwlib': Permission denied
make: *** [install] Error 1

!!! ERROR: dev-libs/pwlib-1.6.3-r2 failed.
!!! Function src_install, Line 104, Exitcode 2
!!! install failed
!!! If you need support, post the topmost build error, NOT this status message.

--------------------------- ACCESS VIOLATION SUMMARY
---------------------------LOG FILE =
"/tmp/sandbox-dev-libs_-_pwlib-1.6.3-r2-18726.log"

mkdir:     /usr/lib/pwlib
--------------------------------------------------------------------------------



manually creating the directory and emerging again resulted in this error:

chmod a+r lib/*so*
cp -f  lib/libpt_linux_x86_64_r.so.1.6.3 /usr/lib/
ACCESS DENIED  open_wr:   /usr/lib/libpt_linux_x86_64_r.so.1.6.3
cp: cannot create regular file `/usr/lib/libpt_linux_x86_64_r.so.1.6.3':
Permission denied
make: *** [install] Error 1

!!! ERROR: dev-libs/pwlib-1.6.3-r2 failed.
!!! Function src_install, Line 104, Exitcode 2
!!! install failed
!!! If you need support, post the topmost build error, NOT this status message.

--------------------------- ACCESS VIOLATION SUMMARY
---------------------------LOG FILE =
"/tmp/sandbox-dev-libs_-_pwlib-1.6.3-r2-22018.log"

open_wr:   /usr/lib/libpt_linux_x86_64_r.so.1.6.3
--------------------------------------------------------------------------------root@timberline
lib # !mkdir -p /usr/lib/pwlib
mkdir pwlib -p /usr/lib/pwlib
root@timberline lib # ACCESS DENIED  mkdir:     /usr/lib/pwlib
bash: ACCESS: command not found
root@timberline lib # mkdir: cannot create directory `/usr/lib/pwlib':
Permission denied
> make: *** [install] Error 1
>
> !!! ERROR: dev-libs/pwlib-1.6.3-r2 failed.
mkdir: cannot create directory `/usr/lib/pwlib': Permission denied
make: *** [install] Error 1
! ERROR: dev-libs/pwlib-1.6.3-r2 failed.
> !!! Function src_install, Line 104, Exitcode 2
> !!! install failed
> !!! If you need support, post the topmost build error, NOT this status message.
>
> --------------------------- ACCESS VIOLATION SUMMARY
---------------------------LOG FILE =
"/tmp/sandbox-dev-libs_-_pwlib-1.6.3-r2-18726.log"
>
> mkdir:     /usr/lib/pwlib
> --------------------------------------------------------------------------------


Expected Results:  
it should have compiled..  

I've read elsewhere regarding a different compiling error to use an ~amd64
version of gnomemeeting 1.0.2 instead of 1.0.  I'mgoing to give that a shot and
see what happens...

FWIW her'es my emerge info:

Portage 2.0.51-r15 (default-linux/amd64/2004.3, gcc-3.4.3,
glibc-2.3.4.20040808-r1, 2.6.10-gentoo-r2 x86_64)
=================================================================
System uname: 2.6.10-gentoo-r2 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jan  4 2005, 01:51:57)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r5
sys-devel/automake:  1.8.5-r1
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.2-r7
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
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
/var/qmail/control"CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo
ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X a52 aac acpi aim alsa amd64 avi berkdb bitmap-fonts cddb cdr crypt cups
divx4linux dvd dvdr esd f77 faad fam ffmpeg flac font-server foomatic
foomaticdb
fortran gif gimpprint gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml imagemagick
imlib ipv6 java jp2 jpeg ldap libgda libsndfile libwww lzw lzw-tiff mad
matroska
mozilla mp3 mpeg multilib mysql ncurses nls nptl nptlonly nvidia oggvorbis
openal opengl oscar oss pam perl php png ppds python quicktime readline sdl ssl
tcpd tiff tokenizer truetype truetype-fonts type1-fonts usb userlocales
wxwindows xml2 xpm xrandr xv xvid yahoo zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS, PORTDIR_OVERLAY

------- Comment #1 From Simon Stelling (RETIRED) 2005-02-27 11:21:52 0000 -------

*** This bug has been marked as a duplicate of 72706 ***

First Last Prev Next    No search results available      Search page      Enter new bug