Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66931 - openh323-1.13.2-r1 ACCESS VIOLATION
Summary: openh323-1.13.2-r1 ACCESS VIOLATION
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on: 72706
Blocks:
  Show dependency tree
 
Reported: 2004-10-09 17:49 UTC by Luke-Jr
Modified: 2005-02-09 15:05 UTC (History)
2 users (show)

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


Attachments
(hopefully) fixed ebuild (openh323-1.13.5-r1.ebuild,4.13 KB, text/plain)
2004-10-12 05:16 UTC, Stefan Knoblich (RETIRED)
Details
cleanup patch, uses $(get_libdir) now (openh323-1.13.5-r1.ebuild.diff,1.81 KB, patch)
2004-10-12 12:04 UTC, Stefan Knoblich (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Luke-Jr 2004-10-09 17:49:24 UTC
Same issue w/ ~amd64 version too...

>>> Install openh323-1.13.2-r1 into /var/tmp/portage/openh323-1.13.2-r1/image/ category net-libs
mkdir -p /var/tmp/portage/openh323-1.13.2-r1/image//usr/include
mkdir -p //usr/lib64
chmod a+r lib/*so*
cp -df lib/*so* //usr/lib64
ACCESS DENIED  symlink:   /usr/lib64/libh323_linux_x86_64_n.so
cp: cannot create symbolic link `//usr/lib64/libh323_linux_x86_64_n.so': Permission denied
ACCESS DENIED  symlink:   /usr/lib64/libh323_linux_x86_64_n.so.1
cp: cannot create symbolic link `//usr/lib64/libh323_linux_x86_64_n.so.1': Permission denied
ACCESS DENIED  symlink:   /usr/lib64/libh323_linux_x86_64_n.so.1.13
cp: cannot create symbolic link `//usr/lib64/libh323_linux_x86_64_n.so.1.13': Permission denied
ACCESS DENIED  open_wr:   /usr/lib64/libh323_linux_x86_64_n.so.1.13.2
cp: cannot create regular file `//usr/lib64/libh323_linux_x86_64_n.so.1.13.2': Permission denied
make: *** [install] Error 1

!!! ERROR: net-libs/openh323-1.13.2-r1 failed.
!!! Function src_install, Line 100, Exitcode 2
!!! install failed
!!! If you need support, post the topmost build error, NOT this status message.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-net-libs_-_openh323-1.13.2-r1-10307.log"

symlink:   /usr/lib64/libh323_linux_x86_64_n.so
symlink:   /usr/lib64/libh323_linux_x86_64_n.so.1
symlink:   /usr/lib64/libh323_linux_x86_64_n.so.1.13
open_wr:   /usr/lib64/libh323_linux_x86_64_n.so.1.13.2
--------------------------------------------------------------------------------


luke-jr@tsurukikun ~ $ emerge info
Portage 2.0.51_rc7 (default-linux/amd64/gcc34-2004.2, gcc-3.4.2, glibc-2.3.4.20040808-r1, 2.6.8-gentoo-r7-ljr x86_64)
=================================================================
System uname: 2.6.8-gentoo-r7-ljr x86_64 12
Gentoo Base System version 1.5.3
distcc 2.13 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.3-r3
Headers:  sys-kernel/linux26-headers-2.6.6-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=k8 -pipe -fomit-frame-pointer -fweb -ftracer"
CHOST="x86_64-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown /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="-O2 -march=k8 -pipe -fomit-frame-pointer -fweb -ftracer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache distlocks fixpackages keeptemp keepwork sandbox"
GENTOO_MIRRORS="http://distfiles.gentoo.org/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib acl acpi aim alsa amd64 apache2 apm arts avi berkdb bitmap-fonts bootsplash bzlib calendar caps cdr cjk crypt cups directfb dvb dvd dvdr encode esd ethereal f77 faad fam fbcon flac foomaticdb ftp gcj gdbm gif gphoto2 gpm gstreamer gtk gtk2 gtkhtml icq imagemagick imap imlib inifile ipv6 jabber java jikes joystick jpeg kde ldap libg++ libwww mad maildir matroska mcal memlimit mikmod motif mozilla mpeg msn mysql nas ncurses nls nocd oggvorbis opengl oscar oss pam pda pdflib perl php pic png python qt quicktime readline ruby samba scanner sdk sdl session shared slang slp snmp socks5 speex spell ssl tcltk tcpd theora tiff truetype usb vhosts wmf wxwindows xml xml2 xmms xosd xprint xsl xv xvid yahoo zlib video_cards_radeon"
Comment 1 foser (RETIRED) gentoo-dev 2004-10-10 14:00:10 UTC
quite obviously lib64 (?) related
Comment 2 Stefan Knoblich (RETIRED) gentoo-dev 2004-10-12 05:16:01 UTC
Created attachment 41614 [details]
(hopefully) fixed ebuild

this (experimental) ebuild should fix the lib64 problems

can somebody please emerge this on amd64 and send me the output of
qpkg -l openh323?
Comment 3 Stefan Knoblich (RETIRED) gentoo-dev 2004-10-12 12:04:55 UTC
Created attachment 41632 [details, diff]
cleanup patch, uses $(get_libdir) now

using $(get_libdir) instead of the if [ -d ... mess

thx to Kugelfang for pointing this out :)
Comment 4 Stefan Knoblich (RETIRED) gentoo-dev 2005-02-03 15:10:53 UTC
comitted new fixed versions of pwlib and openh323 with working amd64 support:

pwlib-1.6.3-r3
pwlib-1.6.6-r2
pwlib-1.8.3-r1

openh323-1.13.2-r2
openh323-1.13.5-r1
openh323-1.15.2-r1
Comment 5 Stefan Knoblich (RETIRED) gentoo-dev 2005-02-09 15:05:28 UTC
new versions working fine with FEATURES="multilib-strict" and sandbox enabled, therefore -> fixed