First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 216564
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gnustep herd <gnustep@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Evil Compile Person <bugs@dev.gentooexperimental.org>
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 216564 depends on: Show dependency tree
Bug 216564 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: 2008-04-06 15:52 0000
Making all in Bundles/ID3Tag...
make[1]: pkg-config: Command not found
make[1]: Entering directory
`/var/tmp/portage/gnustep-apps/cynthiune-0.9.5-r1/work/Cynthiune-0.9.5/Bundles/ID3Tag'
make[1]: pkg-config: Command not found
Making all for bundle ID3Tag...
make[2]: pkg-config: Command not found
make[2]: pkg-config: Command not found
cd .; \
        /usr/GNUstep/System/Library/Makefiles/mkinstalldirs ./obj
/usr/GNUstep/System/Library/Makefiles/mkinstalldirs ID3Tag.tags/.
x86_64-pc-linux-gnu-gcc ID3Tag.m -c \
              -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1
-DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN
-DGSDIAGNOSE -Wno-import -O2 -pipe -fno-strict-aliasing -fexceptions
-fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -fgnu-runtime -Wall -Wno-import
-fconstant-string-class=NSConstantString -I../../Frameworks
-I../../Frameworks/Cynthiune/Cynthiune.framework/Headers -I../.. -I.
-I/var/tmp/portage/gnustep-apps/cynthiune-0.9.5-r1/temp/GNUstep/Library/Headers
-I/usr/GNUstep/Local/Library/Headers -I/usr/GNUstep/System/Library/Headers \
               -o obj/ID3Tag.o
ID3Tag.m:25:19: warning: id3tag.h: No such file or directory
In file included from ID3Tag.m:29:
ID3Tag.h:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'Id3UCS4'
ID3Tag.h:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'Id3UTF8'
ID3Tag.m:35: warning: type defaults to 'int' in declaration of 'type name'
ID3Tag.m:35: error: expected ')' before 'Id3UCS4'
ID3Tag.m:36: error: expected ')' before 'Id3UCS4'
ID3Tag.m:42: warning: type defaults to 'int' in declaration of 'type name'
ID3Tag.m:42: error: expected ')' before 'Id3UCS4'
ID3Tag.m: In function '+[NSString(ID3TagExtension) stringWithUCS4String:]':
ID3Tag.m:45: error: 'id3_utf8_t' undeclared (first use in this function)
ID3Tag.m:45: error: (Each undeclared identifier is reported only once
ID3Tag.m:45: error: for each function it appears in.)
ID3Tag.m:45: error: 'UTF8String' undeclared (first use in this function)
ID3Tag.m:47: warning: implicit declaration of function 'id3_ucs4_utf8duplicate'
ID3Tag.m: At top level:
ID3Tag.m:54: error: expected ')' before 'Id3UCS4'
ID3Tag.m: In function '-[NSString(ID3TagExtension) UCS4String]':
ID3Tag.m:56: warning: implicit declaration of function 'id3_utf8_ucs4duplicate'
ID3Tag.m:56: error: 'Id3UTF8' undeclared (first use in this function)
ID3Tag.m:56: error: expected expression before ')' token
ID3Tag.m:56: warning: return makes pointer from integer without a cast
ID3Tag.m: In function '+[ID3Tag _readComment:fromTag:]':
ID3Tag.m:81: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*'
token
ID3Tag.m:81: error: 'string' undeclared (first use in this function)
ID3Tag.m:84: warning: implicit declaration of function 'id3_tag_findframe'
ID3Tag.m:84: warning: assignment makes pointer from integer without a cast
ID3Tag.m:87: warning: implicit declaration of function 'id3_frame_field'
ID3Tag.m:87: warning: assignment makes pointer from integer without a cast
ID3Tag.m:89: warning: implicit declaration of function 'id3_field_type'
ID3Tag.m:89: error: 'ID3_FIELD_TYPE_STRINGLIST' undeclared (first use in this
function)
ID3Tag.m:91: warning: implicit declaration of function 'id3_field_getstrings'
ID3Tag.m:94: error: 'ID3_FRAME_GENRE' undeclared (first use in this function)
ID3Tag.m:95: warning: implicit declaration of function 'id3_genre_name'
ID3Tag.m: In function '+[ID3Tag
readTitle:artist:album:trackNumber:genre:year:ofFilename:]':
ID3Tag.m:115: warning: implicit declaration of function 'id3_file_open'
ID3Tag.m:115: error: 'ID3_FILE_MODE_READONLY' undeclared (first use in this
function)
ID3Tag.m:115: warning: assignment makes pointer from integer without a cast
ID3Tag.m:118: warning: implicit declaration of function 'id3_file_tag'
ID3Tag.m:118: warning: assignment makes pointer from integer without a cast
ID3Tag.m:122: error: 'ID3_FRAME_TITLE' undeclared (first use in this function)
ID3Tag.m:123: error: 'ID3_FRAME_ARTIST' undeclared (first use in this function)
ID3Tag.m:125: error: 'ID3_FRAME_ALBUM' undeclared (first use in this function)
ID3Tag.m:126: error: 'ID3_FRAME_TRACK' undeclared (first use in this function)
ID3Tag.m:128: error: 'ID3_FRAME_GENRE' undeclared (first use in this function)
ID3Tag.m:129: error: 'ID3_FRAME_YEAR' undeclared (first use in this function)
ID3Tag.m:131: warning: implicit declaration of function 'id3_tag_delete'
ID3Tag.m:134: warning: implicit declaration of function 'id3_file_close'
ID3Tag.m: At top level:
ID3Tag.m:140: error: expected ')' before 'Id3UCS4'
ID3Tag.m: In function '+[ID3Tag _genreValue:]':
ID3Tag.m:142: error: 'Id3UCS4' undeclared (first use in this function)
ID3Tag.m:142: error: 'genreName' undeclared (first use in this function)
ID3Tag.m:146: warning: implicit declaration of function 'id3_genre_number'
ID3Tag.m: In function '+[ID3Tag _updateComment:to:ofTag:]':
ID3Tag.m:157: error: 'Id3UCS4' undeclared (first use in this function)
ID3Tag.m:157: error: 'ucs4Value' undeclared (first use in this function)
ID3Tag.m:164: warning: assignment makes pointer from integer without a cast
ID3Tag.m:167: warning: implicit declaration of function 'id3_frame_new'
ID3Tag.m:167: warning: assignment makes pointer from integer without a cast
ID3Tag.m:168: warning: implicit declaration of function 'id3_tag_attachframe'
ID3Tag.m:171: warning: assignment makes pointer from integer without a cast
ID3Tag.m:172: error: dereferencing pointer to incomplete type
ID3Tag.m:172: error: 'ID3_FIELD_TYPE_STRINGLIST' undeclared (first use in this
function)
ID3Tag.m:179: warning: implicit declaration of function 'id3_field_setstrings'
ID3Tag.m:183: warning: assignment makes pointer from integer without a cast
ID3Tag.m:185: warning: implicit declaration of function 'id3_tag_detachframe'
ID3Tag.m: In function '+[ID3Tag
setTitle:artist:album:trackNumber:genre:year:ofFilename:]':
ID3Tag.m:203: error: 'ID3_FILE_MODE_READWRITE' undeclared (first use in this
function)
ID3Tag.m:203: warning: assignment makes pointer from integer without a cast
ID3Tag.m:206: warning: assignment makes pointer from integer without a cast
ID3Tag.m:209: warning: implicit declaration of function 'id3_tag_new'
ID3Tag.m:209: warning: assignment makes pointer from integer without a cast
ID3Tag.m:210: warning: implicit declaration of function 'id3_tag_clearframes'
ID3Tag.m:215: error: 'ID3_FRAME_TITLE' undeclared (first use in this function)
ID3Tag.m:219: error: 'ID3_FRAME_ARTIST' undeclared (first use in this function)
ID3Tag.m:223: error: 'ID3_FRAME_ALBUM' undeclared (first use in this function)
ID3Tag.m:227: error: 'ID3_FRAME_TRACK' undeclared (first use in this function)
ID3Tag.m:231: error: 'ID3_FRAME_GENRE' undeclared (first use in this function)
ID3Tag.m:235: error: 'ID3_FRAME_YEAR' undeclared (first use in this function)
ID3Tag.m:240: warning: implicit declaration of function 'id3_file_update'
make[2]: *** [obj/ID3Tag.o] Error 1
make[1]: *** [ID3Tag.all.bundle.variables] Error 2
make[1]: Leaving directory
`/var/tmp/portage/gnustep-apps/cynthiune-0.9.5-r1/work/Cynthiune-0.9.5/Bundles/ID3Tag'
make: *** [internal-all] Error 2
 *
 * ERROR: gnustep-apps/cynthiune-0.9.5-r1 failed.


Portage 2.1.4.4 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.6.1-r0,
2.6.24.1 x86_64)
=================================================================
System uname: 2.6.24.1 x86_64 Dual-Core AMD Opteron(tm) Processor 2212 HE
Timestamp of tree: Wed, 02 Apr 2008 11:33:01 +0000
app-shells/bash:     3.2_p17-r1
dev-lang/python:     2.5.1-r5
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.61-r1
sys-devel/automake:  1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo
/etc/udev/rules.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="buildpkg distlocks metadata-transfer sandbox sfperms strict
unmerge-orphans userfetch"
GENTOO_MIRRORS="http://216.165.129.134/gentoo
http://gentoo.mirrors.tds.net/gentoo http://gentoo.osuosl.org/"
LANG="en_US"
PKGDIR="/usr/portage/packages"
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"
SYNC="rsync://208.71.112.51/gentoo-portage"
USE="X acl amd64 berkdb bzip2 cli cracklib crypt cups dri fortran gcj gdbm gpm
iconv ipv6 isdnlog midi mmx mudflap multilib ncurses nls nptl nptlonly objc
openmp pam pcre perl pppd python readline reflection session spl sse sse2 ssl
tcpd unicode xorg 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 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="keyboard mouse evdev" KERNEL="linux"
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses
text" USERLAND="GNU" VIDEO_CARDS="vga"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS,
LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

------- Comment #1 From Bernard Cafarelli 2008-04-07 11:36:23 0000 -------
pkg-config dep was already there, but only with USE=mad

Fixed the ebuild so the id3tag bundle is not built when USE=-mad, thanks!

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