Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8466 - ebuild for xfsprogs
Summary: ebuild for xfsprogs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brad Cowan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-27 09:57 UTC by Hanno Böck
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
xfsprogs-2.0.3.ebuild (xfsprogs-2.0.3.ebuild,2.16 KB, text/plain)
2002-09-27 09:57 UTC, Hanno Böck
Details
xfsprogs-2.0.3.ebuild (xfsprogs-2.0.3.ebuild,2.15 KB, text/plain)
2002-09-27 12:31 UTC, Hanno Böck
Details
acl-2.0.18.ebuild (acl-2.0.18.ebuild,1.51 KB, text/plain)
2002-09-27 12:38 UTC, Hanno Böck
Details
attr-2.0.9.ebuild (attr-2.0.9.ebuild,1.45 KB, text/plain)
2002-09-27 12:40 UTC, Hanno Böck
Details
dmapi-2.0.5.ebuild (dmapi-2.0.5.ebuild,1.34 KB, text/plain)
2002-09-27 12:40 UTC, Hanno Böck
Details
xfsdump-2.1.5.ebuild (xfsdump-2.1.5.ebuild,1.60 KB, text/plain)
2002-09-27 12:41 UTC, Hanno Böck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Böck gentoo-dev 2002-09-27 09:57:04 UTC
Just version update.
In release-1.4.txt is a note that xfs-related things need updates.
Was trivial, just renaming the ebuild, changing download-location and S-var.
You need to mask
>=sys-apps/xfsprogs-20020124


Shall I do this with the other xfs-related things as well?
(acl, attr, dmapi, xfsdump)
Comment 1 Hanno Böck gentoo-dev 2002-09-27 09:57:31 UTC
Created attachment 4256 [details]
xfsprogs-2.0.3.ebuild
Comment 2 Brad Cowan (RETIRED) gentoo-dev 2002-09-27 12:12:37 UTC
Sounds great :) go ahead and submit them. I'll mask them, as to my knowledge
they depend on specific kernel patches too correct?
THX
Comment 3 Hanno Böck gentoo-dev 2002-09-27 12:31:01 UTC
Created attachment 4259 [details]
xfsprogs-2.0.3.ebuild

Better use this one (changed download-location to a more permanent one as they
might remove it from the latest-dir soon)
Comment 4 Hanno Böck gentoo-dev 2002-09-27 12:38:50 UTC
Created attachment 4260 [details]
acl-2.0.18.ebuild
Comment 5 Hanno Böck gentoo-dev 2002-09-27 12:40:07 UTC
Created attachment 4261 [details]
attr-2.0.9.ebuild
Comment 6 Hanno Böck gentoo-dev 2002-09-27 12:40:41 UTC
Created attachment 4262 [details]
dmapi-2.0.5.ebuild
Comment 7 Hanno Böck gentoo-dev 2002-09-27 12:41:19 UTC
Created attachment 4263 [details]
xfsdump-2.1.5.ebuild
Comment 8 Hanno Böck gentoo-dev 2002-09-27 12:42:07 UTC
Okay, here come the other xfs-stuff updates.
if they should go into portage as default, don't forget to mask the
date-versioned ebuilds.
Comment 9 Brad Cowan (RETIRED) gentoo-dev 2002-09-27 14:25:27 UTC
seems as though there's a xfsprogs-2.2.2 and 2.0.3 isn't in the current dir just
in the lastest dir
Comment 10 Brad Cowan (RETIRED) gentoo-dev 2002-09-27 15:06:17 UTC
Ok updated to xfsprogs-2.2.2 and commited the packages are now masked for testing
THX
Comment 11 Alessandro Pisani 2002-10-03 06:23:04 UTC
They doesn't work fine for me actually: acl,attr,dmapi and xfsprogs will create
wrong links on filesystem, causing xfsdump to be unable to compile.

in example: output of  ls -l /usr/lib/*attr*

lrwxrwxrwx    1 root     root           56 Oct  3 13:16 libattr.a ->
/var/tmp/portage/attr-2.0.9/image//usr/libexec/libattr.a
lrwxrwxrwx    1 root     root           57 Oct  3 13:16 libattr.la ->
/var/tmp/portage/attr-2.0.9/image//usr/libexec/libattr.la
lrwxrwxrwx    1 root     root           12 Oct  3 13:16 libattr.so -> libattr.so.1
lrwxrwxrwx    1 root     root           16 Oct  3 13:16 libattr.so.1 ->
libattr.so.1.0.1
-rw-r--r--    1 root     root        10542 Oct  3 13:16 libattr.so.1.0.1

the same happen for dmapi and acl and xfsprogs: all libraries links are wrong.

Bye,
Alessandro
Comment 12 Brad Cowan (RETIRED) gentoo-dev 2002-10-06 01:24:15 UTC
I totally reworked these ebuilds as they were horribly out of date....hopefully
I fixed the simlinks :)
Comment 13 Alessandro Pisani 2002-10-06 04:02:26 UTC
confirmed: symlinks are now okay. thank you :) 
Comment 14 Brad Cowan (RETIRED) gentoo-dev 2002-10-11 16:43:29 UTC
now masked by new arch testing keywords, please read the following to unmask:
Another important snippet. If you want to unmask all ~x86 KEYWORDSed
ebuilds, add the following to your /etc/make.conf:

ACCEPT_KEYWORDS="~x86"

ACCEPT_KEYWORDS is incremental like USE so it *will* keep the existing
"x86" that is defined in your profile. This can also be done using the
environment for temporary testing purposes:

# export ACCEPT_KEYWORDS="~x86" (or "~ppc" or "~sparc", etc.)