Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 171448 - app-arch/unrar-gpl doesn't compile on uclibc due to missing argp.h
Summary: app-arch/unrar-gpl doesn't compile on uclibc due to missing argp.h
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-19 16:14 UTC by Jens Pranaitis
Modified: 2007-03-25 13:48 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Pranaitis 2007-03-19 16:14:19 UTC
app-arch/unrar-gpl fails to compile without /usr/include/argp.h which is provided by glibc. glibc should be added to unrar-gpl's dependencies. 

Reproducible: Always

Steps to Reproduce:
1.emerge unrar-gpl on a uclibc system
2.
3.

Actual Results:  
unrar-gpl fails to compile because argp.h is included in opts.c and argp.h isn't present on systems without glibc

Expected Results:  
unrar-gpl should depend on glibc and compile

Portage 2.1.2.2 (!/usr/portage/local/chaox/profiles/uclibc/x86/hardened, gcc-3.4.6, uclibc-0.9.28.1-r0, 2.6.19-gentoo-r5 i686)
=================================================================
System uname: 2.6.19-gentoo-r5 i686 AMD Athlon(tm) 64 Processor 3700+
Gentoo Base System release 1.12.9
Timestamp of tree: Mon, 19 Mar 2007 00:20:01 +0000
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.61
sys-devel/automake:  1.4_p6, 1.6.3, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i386-gentoo-linux-uclibc"
CFLAGS="-Os -pipe -march=i686 -fomit-frame-pointer"
CHOST="i386-gentoo-linux-uclibc"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-Os -pipe -march=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig candy distlocks man metadata-transfer noinfo parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://pandemonium.tiscali.de/pub/gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
LDFLAGS="-Wl,-z,relro"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/chaox"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="7zip bash-completion bitmap-fonts cli cracklib dri fam gpm hardened livecd midi mmx ncurses pcre perl pic python readline reflection samba session slang socks5 spl ssl symlink syslog truetype-fonts type1-fonts uclibc unicode userlocales winbind x86 xorg zlib" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="uclibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="dummy fbdev v4l"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Søren Chrestensen 2007-03-19 16:29:17 UTC
Putting a dep on glibc on a uclibc pretty much defeats the purpose of a uclibc system eh?

Maybe package.mask'ing it is a more clean solution.
Comment 2 SpanKY gentoo-dev 2007-03-25 13:48:01 UTC
no plans at the moment to add support for argp.h ... dont use this package ;)