Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 268369 - media-video/vlc-1.0.0_pre2 fails to install due to QA notices
Summary: media-video/vlc-1.0.0_pre2 fails to install due to QA notices
Status: RESOLVED DUPLICATE of bug 258917
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-02 23:36 UTC by 404 Error
Modified: 2009-06-18 10:42 UTC (History)
0 users

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


Attachments
build.log (build.log.bz2,89.11 KB, application/octet-stream)
2009-05-10 00:39 UTC, 404 Error
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 404 Error 2009-05-02 23:36:02 UTC
When emerged, the package compiles but when the install step reports a QA error :

*
 * QA Notice: Package has poor programming practices which may compile
 *            but will almost certainly crash on 64bit architectures.
 *
 * Function `CallNPN_UserAgentProc' implicitly converted to pointer at support/npunix.c:183
 * Function `CallNPN_MemAllocProc' implicitly converted to pointer at support/npunix.c:189
 * Function `CallNPN_GetJavaEnvProc' implicitly converted to pointer at support/npunix.c:210
 * Function `CallNPN_GetIntIdentifierProc' implicitly converted to pointer at support/npunix.c:279
 * Function `CallNPN_CreateObjectProc' implicitly converted to pointer at support/npunix.c:324
 * Function `CallNPN_RetainObjectProc' implicitly converted to pointer at support/npunix.c:332
 * Function `NewNPP_NewProc' implicitly converted to pointer at support/npunix.c:770
 * Function `NewNPP_DestroyProc' implicitly converted to pointer at support/npunix.c:771
 * Function `NewNPP_SetWindowProc' implicitly converted to pointer at support/npunix.c:772
 * Function `NewNPP_NewStreamProc' implicitly converted to pointer at support/npunix.c:773
 * Function `NewNPP_DestroyStreamProc' implicitly converted to pointer at support/npunix.c:774
 * Function `NewNPP_StreamAsFileProc' implicitly converted to pointer at support/npunix.c:775
 * Function `NewNPP_WriteReadyProc' implicitly converted to pointer at support/npunix.c:776
 * Function `NewNPP_WriteProc' implicitly converted to pointer at support/npunix.c:777
 * Function `NewNPP_PrintProc' implicitly converted to pointer at support/npunix.c:778
 * Function `NewNPP_GetValueProc' implicitly converted to pointer at support/npunix.c:779
 * Function `NewNPP_SetValueProc' implicitly converted to pointer at support/npunix.c:780
 * Function `NewNPP_URLNotifyProc' implicitly converted to pointer at support/npunix.c:785
 *
 *  Please file a bug about this at http://bugs.gentoo.org/
 *  with the maintaining herd of the package.
 *
 *
 * ERROR: media-video/vlc-1.0.0_pre2 failed.
 * Call stack:
 *       misc-functions.sh, line 729:  Called install_qa_check
 *       misc-functions.sh, line 421:  Called die
 * The specific snippet of code:
 *                              die "install aborted due to" \
 *  The die message:
 *   install aborted due to poor programming practices shown above
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-video/vlc-1.0.0_pre2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-video/vlc-1.0.0_pre2/temp/environment'.
 *
!!! post install failed; exiting.


Reproducible: Always

Steps to Reproduce:
1. Unmask vlc-1.0.0_pre2 (/etc/portage/package.unmask)
2. emerge =media-video/vlc-1.0.0_pre2
3. Package compiles
4. At the installation step : die !


Actual Results:  
 *
 * QA Notice: Package has poor programming practices which may compile
 *            but will almost certainly crash on 64bit architectures.
 *
 * Function `CallNPN_UserAgentProc' implicitly converted to pointer at support/npunix.c:183
 * Function `CallNPN_MemAllocProc' implicitly converted to pointer at support/npunix.c:189
 * Function `CallNPN_GetJavaEnvProc' implicitly converted to pointer at support/npunix.c:210
 * Function `CallNPN_GetIntIdentifierProc' implicitly converted to pointer at support/npunix.c:279
 * Function `CallNPN_CreateObjectProc' implicitly converted to pointer at support/npunix.c:324
 * Function `CallNPN_RetainObjectProc' implicitly converted to pointer at support/npunix.c:332
 * Function `NewNPP_NewProc' implicitly converted to pointer at support/npunix.c:770
 * Function `NewNPP_DestroyProc' implicitly converted to pointer at support/npunix.c:771
 * Function `NewNPP_SetWindowProc' implicitly converted to pointer at support/npunix.c:772
 * Function `NewNPP_NewStreamProc' implicitly converted to pointer at support/npunix.c:773
 * Function `NewNPP_DestroyStreamProc' implicitly converted to pointer at support/npunix.c:774
 * Function `NewNPP_StreamAsFileProc' implicitly converted to pointer at support/npunix.c:775
 * Function `NewNPP_WriteReadyProc' implicitly converted to pointer at support/npunix.c:776
 * Function `NewNPP_WriteProc' implicitly converted to pointer at support/npunix.c:777
 * Function `NewNPP_PrintProc' implicitly converted to pointer at support/npunix.c:778
 * Function `NewNPP_GetValueProc' implicitly converted to pointer at support/npunix.c:779
 * Function `NewNPP_SetValueProc' implicitly converted to pointer at support/npunix.c:780
 * Function `NewNPP_URLNotifyProc' implicitly converted to pointer at support/npunix.c:785
 *
 *  Please file a bug about this at http://bugs.gentoo.org/
 *  with the maintaining herd of the package.
 *
 *
 * ERROR: media-video/vlc-1.0.0_pre2 failed.
 * Call stack:
 *       misc-functions.sh, line 729:  Called install_qa_check
 *       misc-functions.sh, line 421:  Called die
 * The specific snippet of code:
 *                              die "install aborted due to" \
 *  The die message:
 *   install aborted due to poor programming practices shown above
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-video/vlc-1.0.0_pre2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-video/vlc-1.0.0_pre2/temp/environment'.
 *
!!! post install failed; exiting.


Expected Results:  
sucessful installation. 

Portage 2.1.6.12 (default/linux/amd64/2008.0/desktop, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.30-rc2 x86_64)
=================================================================
System uname: Linux-2.6.30-rc2-x86_64-Intel-R-_Core-TM-_i7_CPU_920_@_2.67GHz-with-gentoo-2.0.0
Timestamp of tree: Sat, 02 May 2009 13:45:02 +0000
distcc 3.1 x86_64-pc-linux-gnu [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     4.0_p17-r1
dev-java/java-config: 2.1.7
dev-lang/python:     2.5.4-r2, 2.6.2
dev-python/pycrypto: 2.0.1-r8
dev-util/ccache:     2.4-r8
dev-util/cmake:      2.6.3-r1
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.4.3-r2
sys-apps/sandbox:    1.9
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.19.1-r1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.28-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe -msse4"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/eselect/postgresql /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=native -O2 -pipe -msse4"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks fixpackages metadata-transfer parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://localhost/gentoo"
LDFLAGS="-Wl,-O1"
LINGUAS="en fr"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/nx /usr/local/portage/layman/enlightenment /usr/local/portage/layman/mozilla /usr/local/portage/layman/dotnet /usr/local/portage/layman/emacs /usr/local/portage/layman/gentoo-quebec"
SYNC="rsync://localhost/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 apache2 berkdb bluetooth branding bzip2 cairo cdda cddb cdio cdr chardet cli cracklib crypt cups dbus dirac dri dts dvd dvdr dvdread dvi eds emboss encode esd evo fam ffmpeg flac fortran ftp gdbm gif glib gnome gpm gstreamer gtk gtk2 hal hvm iconv isdnlog jack java jpeg jpeg2k kde kdeprefix kerberos kpathsea ldap libnotify mad midi mikmod mmx mp2 mp3 mpeg mudflap multilib nautilus ncurses nls nptl nptlonly nswrapper objc objc++ objc-gc odbc ogg openal opengl openmp oss pam pcre pdf perl png postgres ppds pppd python qt3 qt3support qt4 quicktime readline reflection samba sdl session spell spl sse sse2 sse3 ssl ssse3 startup-notification svg sysfs tcl tcpd theora threads tiff tk truetype unicode usb vorbis x264 xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en fr" USERLAND="GNU" VIDEO_CARDS="vesa radeonhd"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-05-08 16:56:36 UTC
Does this also happen when you disable ccache?
Comment 2 Alexis Ballier gentoo-dev 2009-05-09 11:11:29 UTC
i'll need to know against what you're building the nsplugin (posting the full build log is enough for that) and which version (probably xulrunner 1.9.1, as in bug #258917)
Comment 3 404 Error 2009-05-10 00:34:47 UTC
Alexis: I have xulrunner 1.9.1_beta3. Disabling ccache does not solve the issue but the trouble seems to occurs only when the 'nsplugin' useflag has been set. When this useflag has been disabled, disabled, vlc compiles. 

Full build.log posted as attachment.
Comment 4 404 Error 2009-05-10 00:39:21 UTC
Created attachment 190796 [details]
build.log

compressed, otherwise exceeds 2M
Comment 5 Alexis Ballier gentoo-dev 2009-06-18 10:42:25 UTC

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