Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302628 - sys-fs/gfs2-2.03.09: missing depend libvolume_id (overlay wolf31o2)
Summary: sys-fs/gfs2-2.03.09: missing depend libvolume_id (overlay wolf31o2)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-28 13:10 UTC by David Voge
Modified: 2010-01-28 13:37 UTC (History)
1 user (show)

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


Attachments
sys-fs/gfs-2.03.09.ebuild (gfs-2.03.09.ebuild,1.71 KB, text/plain)
2010-01-28 13:12 UTC, David Voge
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Voge 2010-01-28 13:10:05 UTC
there is missing a depend for libvolume_id.

libgfs2 -I/usr/include -c -o main_mkfs.o /var/tmp/portage/sys-fs/gfs2-2.03.09/work/cluster-2.03.09/gfs2/mkfs/main_mkfs.c
/var/tmp/portage/sys-fs/gfs2-2.03.09/work/cluster-2.03.09/gfs2/mkfs/main_mkfs.c:18:26: error: libvolume_id.h: No such file or directory
/var/tmp/portage/sys-fs/gfs2-2.03.09/work/cluster-2.03.09/gfs2/mkfs/main_mkfs.c: In function 'decode_arguments':
/var/tmp/portage/sys-fs/gfs2-2.03.09/work/cluster-2.03.09/gfs2/mkfs/main_mkfs.c:167: warning: implicit declaration of function 'isdigit'
/var/tmp/portage/sys-fs/gfs2-2.03.09/work/cluster-2.03.09/gfs2/mkfs/main_mkfs.c: In function 'are_you_sure':
/var/tmp/portage/sys-fs/gfs2-2.03.09/work/cluster-2.03.09/gfs2/mkfs/main_mkfs.c:267: warning: implicit declaration of function 'volume_id_open_fd'
/var/tmp/portage/sys-fs/gfs2-2.03.09/work/cluster-2.03.09/gfs2/mkfs/main_mkfs.c:267: warning: assignment makes pointer from integer without a cast
/var/tmp/portage/sys-fs/gfs2-2.03.09/work/cluster-2.03.09/gfs2/mkfs/main_mkfs.c:274: warning: implicit declaration of function 'volume_id_probe_all'
/var/tmp/portage/sys-fs/gfs2-2.03.09/work/cluster-2.03.09/gfs2/mkfs/main_mkfs.c:278: warning: implicit declaration of function 'volume_id_get_type'
/var/tmp/portage/sys-fs/gfs2-2.03.09/work/cluster-2.03.09/gfs2/mkfs/main_mkfs.c:280: warning: implicit declaration of function 'volume_id_get_usage'
/var/tmp/portage/sys-fs/gfs2-2.03.09/work/cluster-2.03.09/gfs2/mkfs/main_mkfs.c:287: warning: implicit declaration of function 'volume_id_close'
/var/tmp/portage/sys-fs/gfs2-2.03.09/work/cluster-2.03.09/gfs2/mkfs/main_mkfs.c:290: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result
make[1]: *** [main_mkfs.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/sys-fs/gfs2-2.03.09/work/cluster-2.03.09/gfs2/mkfs'
make: *** [all] Error 2
 * 
 * ERROR: sys-fs/gfs2-2.03.09 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2505:  Called die
 * The specific snippet of code:
 *       emake -j1 clean all || die "compile problem"
 *  The die message:
 *   compile problem
 * 
 * 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/sys-fs/gfs2-2.03.09/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-fs/gfs2-2.03.09/temp/environment'.
 * This ebuild is from an overlay named 'lioss': '/vol/global/usr/local/portage/gentoo-overlay/'
 * 

Reproducible: Always
Comment 1 David Voge 2010-01-28 13:12:15 UTC
Created attachment 217722 [details]
sys-fs/gfs-2.03.09.ebuild
Comment 2 Sebastian Luther (few) 2010-01-28 13:37:05 UTC
As "layman -i wolf31o2" tells you, this is not an official gentoo overlay. Please don't file bugs on bugs.g.o for those overlays. Use the email under "Contact" to contact the maintainer.

If you fix a problem yourself, please send patches created with "diff -u" instead of the complete file.