upgrading RH 9 system->Fedora with iso files and apt only
by Didier Casse
I have the yarrow's iso files on my HD in a RH9 system. Let's say I want
to upgrade selected packages using an "apt-get install" pointing to my
iso-mounted files, how do I do it?
i.e I mount the iso into some /mnt/yarrow1, /mnt/yarrow 2 etc..
Then what is the complete procedure to make my apt look into my own HD to
upgrade packages. Can anybody redirect me to the correct
resource or some literature hanging on the web? Thanks.
Assume also that I do not wish to burn CDs! I do not want to use
apt-cdrom. Thanks.
With kind regards,
Didier.
---
PhD student
Singapore Synchrotron Light Source (SSLS)
5 Research Link,
Singapore 117603
Email: slsbdfc at nus dot edu dot sg \or\
didierbe at sps dot nus dot edu dot sg
Website: http://ssls.nus.edu.sg
1 year, 10 months
kernel/accounting question ...
by William W. Austin
(I know that this question might be more reasonable on a kernel list,
but a while back I posted the question twice and got no answers.)
The acct struct is defined in /usr/include/sys/acct.h includes both
ac_io and ac_rw for bytes transferred and blocks read or written,
respectively. Fair and good - works (on paper) similarly to unix,
solaris, hp-ux, etc.
However, in the kernel code [kernel/acct.c], ac_io (char) and ac_rw
(blocks) are always set to 0 by these two lines:
ac.ac_io = encode_comp_t(0 /* current->io_usage */);
ac.ac_rw = encode_comp_t(ac.ac_io / 1024);
For most purposes, this probably wouldn't be an issue, but I also do
extensive performance analysis on several platforms and have written a
fairly compresive accounting package (as a wraparound for psacct or as
a standalone) including both an improved acctcom and a built-in
reporter for it.
Does anyone know wby the kernel zero's out the bytes transferred data?
(Overhead comes to mind.) Not that it makes a huge differnce for my
purposes (I had to write some wraparound code to make a
"best-guestimate" about the data I'm missing), but curiosity is bugging
me now. When I compile my program on other OS's I get useful data for
char and block i/o and I'd like to find out whether there is something
obvious that I'm just totally missing here...).
Thanks
--
william w. austin waustin(a)speakeasy.net
"life is just another phase i'm going through. this time, anyway ..."
13 years, 11 months
acctcom for linux
by William W. Austin
I recently made several updates to a Linux version of of acctcom
(actually another accounting add-on package) which I've been using for
several years, and one of the people testing it asked a question which
I cannot answer. I'm hoping that someone on this list can give me some
info.
I have previously (over a year ago) asked on both this and a couple of
kernel lists (several times there) about this issue, but nobody has
ever answered. So if you have any info about this, I'd really
appreciate it.
As in many (all?) previous Linux kernels, the struct acct (defined in
/usr/include/sys/acct.h) has members ac_io and ac_rw which are
presumably counts of characters transferred and blocks read/written
respectively.
However, in the kernel code, the ac_io is set to 0 and the ac_rw gets
set to (ac_io/512) or some such - it is set to 0 as well (and thus
these are always reported as 0 in process accounting records. not good
if you're trying to measure them...).
Does anybody know why this is done that way? A long time ago (IIRC
late 2.2 and an early 2.4 kernel) I looked into "fixing" this in the
kernel code but was not successful (I finally produced a bootable
kernel, but it was unstable. Then I changed jobs, got swamped at work,
and eventually gave up).
As I said above, I have previously asked about this issue without
success, and I have essentially given up changing or "fixing" it.
But if anyone knows __WHY__ it is this way (I'm hypothesizing that it's
just too much work for too little added value), I'd really appreciate
knowing the reason. Curiosity and the cat and all that ...
Thanks
- Bill
--
william w. austin waustin(a)speakeasy.net
"life is just another phase i'm going through. this time, anyway ..."
13 years, 11 months
Any way to search all .spec files?
by Orion Poplawski
Is there any was to do a grep/search on all of the Fedora .spec files
for a specific release (or devel)? I'd be fine with checking them all
out if there was a way to just the the spec files for a specific release.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion(a)cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
15 years, 8 months
Re: Firefox 3
by Takanori MATSUURA
Hi all,
I put firefox-trunk SRPM based on current fedora rawhide one at
http://homepage2.nifty.com/t-matsuu/install-memo/fc/
Notice: this package breaks the dependency against devhelp and yelp.
Janina Sajka <janina(a)rednote.net> wrote:
> Does anyone know of any rpm builds of Firefox 3? I'm aware it's nowhere
> near ready for prime time, but I have a compelling reason to start using
> ff3 fairly soon and would rather install from rpm, of course.
>
> BTW: My compelling reason is that FF3 will contain a11y support that
> should prove superior to any yet seen on any platform. Fingers crossed,
> etc ...
MATSUURA Takanori
16 years
glade3 in fedora7
by Deependra Singh Shekhawat
Hi,
Is Glade3 available on Fedora7. I saw it has been stable for long time
now and I found no package with name Glade3.
Is there no Glade3 in Fedora7 and if it isn't why is it so ?
Thanks
16 years
Self-Introduction: Denis Ovsienko and /etc/net project
by Denis Ovsienko
Denis Ovsienko
Russia, Moscow
Linux system administrator and developer
ValueCommerce/Russia
I develop /etc/net project (http://etcnet.org) and my goal is to integrate it
into Fedora Core.
I am a member of ALTLinux Team. /etc/net is already integrated into ALTLinux
development tree and should soon be seen in 3.0 version.
I know that ArchLinux has /etc/net in its repository. IDMS Linux did so too,
but i haven't heard from them for last months.
My skills include 6 years Linux experience, several programming
languages, 5 years of mixed software development and system/network
administration and so on, but I guess it's not related much to my goal now.
I have reviewed current initscripts buglist.
Some bugs are not bugs in /etc/net:
#65114 RFE: ifup-aliases iproute support, ifup/ifup-aliases scop...
#75390 it would be nice to tie bandwidth shaping into the networ...
#129820 initscripts maclist patch
#132252 Request for addition of routing rule config file
#132912 No additional IP addresses at ethX without aliased devices
#132925 initscripts use old ifconfig instead of iproute2
#154348 Adds support for WPA (Wi-Fi Protected Access) to the ifup...
#168990 No ifup-gre/ifdown-gre scripts.
#170884 MTU of ethernet card can't be set before interface is up
#171763 Enhancement to initscripts
Some bugs gave me ideas how to improve /etc/net:
#59114 .d-style scripts for ifup/ifdown
#119952 RFE: Add hook for "local" network initialization
#124045 Support setting a metric on interface routes
The whole process, if we don't face some unexpected problems, should take
3 to 6 months. What I need:
1. Ability to advocate patches (sometimes heavy) to about 10-20 FC packages.
2. Probably some help with documentation.
How can we start?
pub 1024D/6D1844F2 2002-11-11
Key fingerprint = AF2F DDAE 7EB3 4699 09FF F0FC 00B1 6D41 6D18 44F2
uid Denis Ovsienko <linux(a)pilot.org.ua>
uid Denis Ovsienko (http://pilot.org.ua) <pilot(a)altlinux.ru>
sub 2048g/57B7ACBE 2002-11-11
--
DO4-UANIC
16 years, 1 month
cannot make build after updating cert
by Patrice Dumas
Hello,
I just updated my .fedora.cert, but i still cannot require builds:
$ make build
<class 'OpenSSL.SSL.Error'>: [('SSL routines', 'SSL3_READ_BYTES', 'sslv3
alert certificate expired'), ('SSL routines', 'SSL3_WRITE_BYTES', 'ssl
handshake failure')]
make: *** [koji] Erreur 1
Is it an issue known to others? How can I provide more info?
--
Pat
16 years, 1 month
source file audit - 2007-08-26
by Kevin Fenzi
ok, here's another run of the sources file audit script I have been
playing with. It has the following changes from the previous version:
- It now includes and is sorted by the owners fedora account name.
- It should be checking PatchN lines with URLs.
- I tried to add more checking for when a source wasn't downloaded
properly.
Please do let me know if anyone spots false positives or issues...
Output is available at:
http://www.scrye.com/~kevin/fedora/sourcecheck/sourcecheck-20070826.txt
and also attached to this email.
Thanks,
kevin
--
abompard:BADURL:adodb494.tgz:php-adodb
abompard:BADURL:qca-1.0.tar.bz2:qca
abompard:BADURL:qca-tls-1.0.tar.bz2:qca-tls
aconway:BADSOURCE:qpidc-0.2.tar.gz:qpidc
aconway:BADURL:rhm-0.1.tar.gz:rhm
adalloz:BADURL:pan-0.132.tar.bz2:pan
addutko:BADSOURCE:mrxvt-0.5.2.tar.gz:mrxvt
adrian:BADURL:jabberd-2.0s11.tar.gz:jabberd
adrian:BADURL:mpc-0.12.0.tar.bz2:mpc
alexl:BADURL:gmime-2.2.10.tar.bz2:gmime
alexl:BADURL:gnome-vfs-2.19.3.tar.bz2:gnome-vfs2
alexl:BADURL:sabayon-2.19.2.tar.bz2:sabayon
alexl:BADURL:xdg-user-dirs-0.9.tar.gz:xdg-user-dirs
ascii:BADURL:fish-1.22.3.tar.bz2:fish
athimm:BADSOURCE:freenx-0.6.0.tar.gz:freenx
athimm:BADSOURCE:po4a-0.32.tar.gz:po4a
athimm:BADURL:chrpath-0.13.tar.gz:chrpath
athimm:BADURL:fakeroot_1.6.4.tar.gz:fakeroot
athimm:BADURL:greylistd_0.8.3.2.tar.gz:greylistd
athimm:BADURL:nxagent-2.1.0-18.tar.gz:nx
athimm:BADURL:nxcomp-2.1.0-7.tar.gz:nx
athimm:BADURL:nxcompext-2.1.0-5.tar.gz:nx
athimm:BADURL:nxdesktop-2.1.0-10.tar.gz:nx
athimm:BADURL:nxproxy-2.1.0-3.tar.gz:nx
athimm:BADURL:nxscripts-2.1.0-5.tar.gz:nx
athimm:BADURL:nxviewer-2.1.0-12.tar.gz:nx
athimm:BADURL:nx-X11-2.1.0-3.tar.gz:nx
atkac:BAD_CVS_SOURCE:dnszone.schema:bind
atkac:BADURL:bind-9.5.0a6.tar.gz:bind
atkac:BADURL:rexec-1.5.tar.gz:rsh
atkac:BADURL:vnc-4_1_2-unixsrc.tar.gz:vnc
atkac:BADURL:vnc-4_1-javasrc.tar.gz:vnc
atkac:BADURL:xdelta-1.1.4.tar.gz:xdelta
ausil:BADURL:mysql-gui-tools-5.0r12.tar.gz:mysql-gui-tools
ausil:BADURL:snort-2.6.1.4.tar.gz:snort
awjb:BADURL:atitvout_0.4-2.diff.gz:atitvout
awjb:BADURL:libetpan-0.52.tar.gz:libetpan
awjb:BADURL:treecc-0.3.8.tar.gz:treecc
awjb:BADURL:WindowMaker-0.92.0.tar.bz2:WindowMaker
awjb:BADURL:WindowMaker-extra-0.1.tar.gz:WindowMaker
behdad:BADURL:libao-0.8.6.tar.gz:libao
behdad:BADURL:vorbis-tools-1.1.1.svn20070412.tar.gz:vorbis-tools
belegdol:BADSOURCE:qsa-x11-free-1.1.5.tar.gz:qt-qsa
belegdol:BADURL:gchempaint-0.8.2.tar.bz2:gchempaint
belegdol:BADURL:gnome-chemistry-utils-0.8.2.tar.bz2:gnome-chemistry-utils
belegdol:BADURL:goffice-0.4.2.tar.bz2:goffice04
belegdol:BADURL:museek+-0.1.13.tar.bz2:museek+
ben:BADSOURCE:ketchup-0.9.8.tar.bz2:ketchup
bjohnson:BADSOURCE:queuegraph.tar.gz:queuegraph
bjohnson:BADURL:mailgraph-1.13.tar.gz:mailgraph
bjohnson:BADURL:pygoocanvas-0.9.0.tar.gz:pygoocanvas
bojan:BADURL:libapreq2-2.09.tar.gz:libapreq2
bos:BADSOURCE:ghc-6.6.1-src.tar.bz2:ghc
bpeck:BADURL:conmux-493svn.tar.gz:conmux
bpepple:BADSOURCE:evolution-brutus-1.1.28.7.tar.gz:evolution-brutus
bpepple:BADURL:freeciv-2.0.9.tar.bz2:freeciv
bpepple:BADURL:gaim-galago-0.5.1.tar.bz2:purple-galago
bpepple:BADURL:gnome-blog-0.9.1.tar.bz2:gnome-blog
bpepple:BADURL:gnonlin-0.10.9.tar.bz2:gnonlin
bpepple:BADURL:loudmouth-1.2.3.tar.bz2:loudmouth
bpepple:BADURL:stdsounds3.tar.gz:freeciv
buc:BADURL:dvdisaster-0.70.4.tar.bz2:dvdisaster
buc:BADURL:NewsCache-1.2rc6.tar.gz:newscache
buc:BADURL:socket++-1.12.12.tar.gz:newscache
caillon:BADURL:libipoddevice-0.5.3.tar.gz:libipoddevice
caolanm:BADSOURCE:pt_BR-2007-04-11.zip:hunspell-pt
caolanm:BADSOURCE:redhat-templates.tar.gz:openoffice.org
caolanm:BADURL:alt-myspell-pl-20070803.tar.bz2:hunspell-pl
caolanm:BADURL:evolocal.odb:openoffice.org
caolanm:BADURL:libwpd-0.8.11.tar.gz:libwpd
cbalint:BADURL:grass-6.2.2-fedora.tar.gz:grass
cbalint:BADURL:libgeotiff-1.2.4RC1.tar.gz:libgeotiff
cchance:BADURL:nhpf-1.42.tar.gz:nhpf
cgrau:BADURL:frotz-2.43.tar.gz:frotz
cgrau:BADURL:ifm-5.1.tar.gz:ifm
chitlesh:BADSOURCE:crystal_project.tar.gz:crystal-project
chitlesh:BADSOURCE:kpolynome-0.1-2.tar.gz:kpolynome
chitlesh:BADURL:13969-crystal-1.0.4.tar.bz2:crystal
chitlesh:BADURL:26521-kio_resources-0.2.tar.bz2:kio_resources
chitlesh:BADURL:31025-kmenu-gnome-0.6.7.tar.gz:kmenu-gnome
chitlesh:BADURL:CrystalClear.tar.gz:crystal-clear
chitlesh:BADURL:geda-docs-1.1.1.tar.gz:geda-docs
chitlesh:BADURL:geda-examples-1.1.1.tar.gz:geda-examples
chitlesh:BADURL:geda-gattrib-1.1.1.tar.gz:geda-gattrib
chitlesh:BADURL:geda-gnetlist-1.1.1.tar.gz:geda-gnetlist
chitlesh:BADURL:geda-gschem-1.1.1.tar.gz:geda-gschem
chitlesh:BADURL:geda-gsymcheck-1.1.1.tar.gz:geda-gsymcheck
chitlesh:BADURL:geda-symbols-1.1.1.tar.gz:geda-symbols
chitlesh:BADURL:geda-utils-1.1.1.tar.gz:geda-utils
chitlesh:BADURL:guile-1.6.7.tar.gz:compat-guile-16
chitlesh:BADURL:keurocalc-0.9.7.tgz:keurocalc
chitlesh:BADURL:ktechlab-0.3.69.tar.bz2:ktechlab
chitlesh:BADURL:libgeda-1.1.1.tar.gz:libgeda
chrisw:BADSOURCE:cogito-0.18.2.tar.gz:cogito
chrisw:BADURL:asciidoc-8.1.0.tar.gz:asciidoc
coldwell:BAD_CVS_SOURCE:python-mode.el:emacs
coldwell:BADURL:emacs-22.1.tar.gz:emacs
corsepiu:BADURL:lib3ds-1.2.0.tar.gz:lib3ds
corsepiu:BADURL:OpenSceneGraph-2.0.zip:OpenSceneGraph
cweyl:BAD_CVS_SOURCE:apsl-2.0.txt:hfsplus-tools
cweyl:BADURL:diskdev_cmds-332.14.tar.gz:hfsplus-tools
cweyl:BADURL:gaim-2.0.0beta4.tar.gz:gaim-gaym
cweyl:BADURL:POE-0.9989.tar.gz:perl-POE
cweyl:BADURL:POE-Filter-Zlib-1.8.tar.gz:perl-POE-Filter-Zlib
cweyl:BADURL:qrc-0.96-293svn.tar.gz:gaim-gaym
cweyl:BADURL:WWW-Myspace-0.60.tar.gz:perl-WWW-Myspace
cwickert:BADURL:gnome-ppp-0.3.23.tar.bz2:gnome-ppp
cwickert:BADURL:xfce4-minicmd-plugin-0.4.tar.bz2:xfce4-minicmd-plugin
danielm:BADURL:initng-ifiles-0.1.4.tar.bz2:initng-ifiles
davidz:BADSOURCE:gnome-speech-0.4.16.tar.bz2:gnome-speech
davidz:BADURL:dbus-glib-0.73.tar.gz:dbus-glib
davidz:BADURL:dbus-python-0.82.0.tar.gz:dbus-python
davidz:BADURL:festvox_nitech_us_awb_arctic_hts.tar.bz2:festival
davidz:BADURL:festvox_nitech_us_bdl_arctic_hts.tar.bz2:festival
davidz:BADURL:festvox_nitech_us_clb_arctic_hts.tar.bz2:festival
davidz:BADURL:festvox_nitech_us_jmk_arctic_hts.tar.bz2:festival
davidz:BADURL:festvox_nitech_us_rms_arctic_hts.tar.bz2:festival
davidz:BADURL:festvox_nitech_us_slt_arctic_hts.tar.bz2:festival
davidz:BADURL:hal-0.5.10rc1.tar.gz:hal
davidz:BADURL:PolicyKit-0.5.git20070731.tar.gz:PolicyKit
davidz:BADURL:PolicyKit-gnome-0.5.git20070731.tar.bz2:PolicyKit-gnome
davidz:BADURL:tsclient-0.150.tar.gz:tsclient
dbhole:BADURL:commons-validator-1.1.4-src.tar.gz:jakarta-commons-validator
dbhole:BADURL:lucene-1.9.1-src.tar.gz:lucene
dcantrel:BADURL:dhcp-0.10.tgz:dhcpv6
dcantrel:BADURL:ps3pf_utils-1.0.9.tar.bz2:ppc64-utils
dcbw:BADURL:Csound5.03.0_src-cvs20061108.tar.bz2:csound
dcbw:BADURL:plague-0.4.4.1.tar.bz2:plague
dchen:BADURL:man-pages-es-1.28.tar.bz2:man-pages-es
dchen:BADURL:man-pages-it-0.3.0.tar.gz:man-pages-it
deji:BADSOURCE:gnomescan-0.4.0.2.tar.gz:gnomescan
denis:BADSOURCE:Transmission-0.81.tar.gz:transmission
denis:BADURL:libsigc++-1.2.7.tar.bz2:libsigc++
denis:BADURL:pam_keyring-0.0.9.tar.gz:pam_keyring
denis:BADURL:soundconverter-0.9.7.tar.gz:soundconverter
devrim:BADSOURCE:pgpoolAdmin-1.0.0.tar.gz:postgresql-pgpoolAdmin
devrim:BADSOURCE:phpPgAdmin-4.1.3.tar.bz2:phpPgAdmin
dgoodwin:BADURL:wuja-0.0.8.tar.gz:wuja
dionysos:BAD_CVS_SOURCE:gtk+extra-2.1.1.tar.gz:gtk+extra
dionysos:BADURL:eurofont.tar.gz:tetex-eurofont
dionysos:BADURL:kbackup-0.5.1.tar.bz2:kbackup
dwalsh:BADSOURCE:selinux-doc-1.26.tgz:selinux-doc
dwalsh:BADURL:checkpolicy-2.0.3.tgz:checkpolicy
dwalsh:BADURL:libselinux-2.0.31.tgz:libselinux
dwalsh:BADURL:libsemanage-2.0.4.tgz:libsemanage
dwalsh:BADURL:libsepol-2.0.7.tgz:libsepol
dwalsh:BADURL:mcstrans-0.2.5.tgz:mcstrans
dwalsh:BADURL:policycoreutils-2.0.25.tgz:policycoreutils
dwalsh:BADURL:sepolgen-1.0.9.tgz:policycoreutils
dwmw2:BADSOURCE:petitboot-0.0.1.tar.gz:petitboot
dwmw2:BADURL:apmud-1.0.0.tgz:apmud
dwmw2:BADURL:config.samples-20050415.tar.bz2:exim-doc
dwmw2:BADURL:FAQ-html-20050415.tar.bz2:exim-doc
dwmw2:BADURL:hfsplus_1.0.4.src.tar.bz2:hfsplusutils
dwmw2:BADURL:libpng-1.2.16.tar.bz2:petitboot
dwmw2:BADURL:nano-2.0.6.tar.gz:nano
ecik:BADURL:aria2-0.11.2.tar.bz2:aria2
ecik:BADURL:dcopexport-0.11.1-20060320-0.5.0-svn.tar.bz2:kadu
ecik:BADURL:kadu-profiles-0.1.tar.gz:kadu
ensc:BADSOURCE:ip-sentinel-0.12.tar.bz2.sig:ip-sentinel
ensc:BADURL:clamav-0.91.2.tar.gz.sig:clamav
ensc:BADURL:dhcp-forwarder-0.7.tar.bz2.asc:dhcp-forwarder
ensc:BADURL:dhcp-forwarder-0.7.tar.bz2:dhcp-forwarder
ensc:BADURL:hunt-1.5.tgz:hunt
ensc:BADURL:libextractor-0.5.18a.tar.gz.sig:libextractor
ensc:BADURL:xca-0.6.4.tar.gz:xca
errr:BADSOURCE:tenr-de-styles-pkg-1.1.tar.bz2:tenr-de-styles-pkg
faucamp:BADURL:12956-knemo-0.4.7.tar.bz2:knemo
faucamp:BADURL:dekorator-0.3.tar.gz:dekorator
fche:BADURL:systemtap-0.5.14.tar.gz:systemtap
fnasser:BADSOURCE:inetlib-1.1.1.tar.gz:classpathx-mail
frankb:BAD_CVS_SOURCE:nasd.init:nas
frankb:BADSOURCE:qsa-x11-opensource-1.2.2.tar.gz:qt4-qsa
gajownik:BADURL:29153-yakuake-2.7.5.tar.bz2:yakuake
gemi:BADSOURCE:curry-0.9.11.tar.gz:curry
gemi:BADSOURCE:HTMLmanual.tar.gz:pl
gemi:BADSOURCE:TeXmacs-1.0.6.10-src.tar.gz:TeXmacs
gemi:BADSOURCE:userguide.html.tgz:pl
gemi:BADURL:GtkAda-gpl-2.8.0.tgz:GtkAda
gemi:BADURL:skencil-0.6.tar.gz:skencil
gemi:BADURL:sweep-0.9.2.tar.bz2:sweep
gemi:BADURL:wingspov-0.98.28_v1.tgz:wings
ghenry:BADURL:pgadmin3-1.6.3.tar.gz:pgadmin3
gilboa:BAD_CVS_SOURCE:cgdb.png:cgdb
gilboa:BAD_CVS_SOURCE:icewm-xdg-menu:icewm
green:BADURL:vkeybd-0.1.17a.tar.bz2:vkeybd
hadess:BADURL:gnome-audio-2.0.0.tar.bz2:gnome-audio
hadess:BADURL:rhythmbox-0.11.2.tar.bz2:rhythmbox
hadess:BADURL:speex-1.2beta1.tar.gz:speex
hadess:BADURL:totem-2.19.90.tar.bz2:totem
hamzy:BADURL:sblim-cmpi-base-1.5.4.tar.bz2:sblim-cmpi-base
harald:BADURL:openobex-1.3.tar.gz:openobex
iburrell:BADURL:File-chdir-0.06.tar.gz:perl-File-chdir
iburrell:BADURL:Path-Class-0.16.tar.gz:perl-Path-Class
icon:BADURL:diction-1.10-rc4.tar.gz:diction
icon:BADURL:gazpacho-0.7.2.tar.bz2:gazpacho
icon:BADURL:kid-0.9.6.tar.gz:python-kid
icon:BADURL:libxml++-2.18.2.tar.bz2:libxml++
icon:BADURL:repoview-0.6.0.tar.gz:repoview
icon:BADURL:verbiste-0.1.20.tar.gz:verbiste
ixs:BADSOURCE:dd_rhelp-0.0.6.tar.gz:dd_rescue
ixs:BADSOURCE:GraphicsMagick-1.1.8.tar.bz2:GraphicsMagick
ixs:BADURL:hevea-1.09.tar.gz:hevea
ixs:BADURL:MD5-2.03.tar.gz:perl-MD5
ixs:BADURL:metapixel-1.0.1.tar.gz:metapixel
jakub:BADURL:prelink-20061201.tar.bz2:prelink
jamatos:BADURL:HTMLgen.tar.gz:python-HTMLgen
james:BADURL:netlabel_tools-0.17.tar.gz:netlabel_tools
jbowes:BADSOURCE:tig-0.8.tar.gz:tig
jcollie:BADURL:libosip-0.9.7.tar.gz:libosip
jcollie:BADURL:pitivi-0.10.3.tar.bz2:pitivi
jcollie:BADURL:radiusclient-ng-0.5.6.tar.gz:radiusclient-ng
jcollie:BADURL:schroedinger-0.6.1.tar.gz:schroedinger
jcollie:BADURL:xmpppy-0.4.0.tar.gz:python-xmpp
jeffg:BADSOURCE:pbzip2-1.0.2.tar.gz:pbzip2
jgu:BADURL:sunifdef-3.1.tar.gz:sunifdef
jima:BAD_CVS_SOURCE:dnsmasq-2.33-initscript.patch:dnsmasq
jima:BADSOURCE:clusterssh-3.19.1.tar.gz:clusterssh
jjohnstn:BADURL:eclipse-changelog-src-2.5.1.zip:eclipse-changelog
jkeating:BADURL:cleanfeed-0.95.7b.tar.gz:cleanfeed
jkeating:BADURL:mock-0.7.5.tar.gz:mock
jlayton:BADURL:ez-ipupdate_3.0.11b8-10.diff.gz:ez-ipupdate
jlayton:BADURL:ez-ipupdate-3.0.11b8.tar.gz:ez-ipupdate
jmoskovc:BAD_CVS_SOURCE:rdist-eu-license.txt:rdist
jmoskovc:BADSOURCE:hexedit-1.2.12.src.tgz:hexedit
jmoskovc:BADURL:acl_2.2.39-1.tar.gz:acl
jmoskovc:BADURL:rdate-1.4.tar.gz:rdate
jmrcpn:BADURL:clement-2.1-241.tar.gz:clement
jnovy:BADSOURCE:db-4.2.52.tar.gz:compat-db
jnovy:BADSOURCE:db-4.3.29.tar.gz:compat-db
jnovy:BADSOURCE:multican-0.0.5.tar.gz:multican
jnovy:BADURL:dvipsk-jpatch-p1.7a.tar.bz2:tetex
jnovy:BADURL:mc-2007-06-04-22.tar.gz:mc
jnovy:BADURL:mendexk2.6d.tar.bz2:tetex
jnovy:BADURL:platex209.tar.bz2:tetex
jnovy:BADURL:ptex-src-3.1.9.tar.bz2:tetex
jnovy:BADURL:ptex-texmf-2.4.tar.bz2:tetex
jnovy:BADURL:tetex-src-3.0.tar.bz2:tetex
jnovy:BADURL:tetex-texmf-3.0.tar.bz2:tetex
jorge:BADSOURCE:mimetex.zip:mimetex
jorton:BADURL:imap-2004g.tar.Z:libc-client
josef:BADSOURCE:geany-0.10.1.tar.bz2:geany
jpmahowa:BADSOURCE:numlockx-1.0.tar.gz:numlockx
jpo:BADURL:AppConfig-1.65.tar.gz:perl-AppConfig
jpo:BADURL:Config-IniFiles-2.39.tar.gz:perl-Config-IniFiles
jpo:BADURL:Email-Simple-1.999.tar.gz:perl-Email-Simple
jpo:BADURL:MARC-Record-2.0.0.tar.gz:perl-MARC-Record
jpo:BADURL:SNMP_Session-1.08.tar.gz:perl-SNMP_Session
jpo:BADURL:Test-Exception-0.21.tar.gz:perl-Test-Exception
jpo:BADURL:Test-File-1.16.tar.gz:perl-Test-File
jpo:BADURL:UNIVERSAL-isa-0.06.tar.gz:perl-UNIVERSAL-isa
jspaleta:BADURL:istanbul-0.2.2.tar.bz2:istanbul
jsteffan:BADURL:revisor-2.0.4.3.tar.gz:revisor
jwb:BADSOURCE:blacklists.tar.gz:squidGuard
jwboyer:BADURL:gquilt-0.20.tar.gz:gquilt
jwilson:BADURL:conman-0.1.9.2.tar.bz2:conman
jwilson:BADURL:powerman-1.0.25.tar.bz2:powerman
jwrdegoede:BADSOURCE:njam-1.25-src.tar.gz:njam
jwrdegoede:BADSOURCE:scorchwentbonkers-src-1.1.tar.gz:scorchwentbonkers
jwrdegoede:BADURL:BASS-Floppy.zip:beneath-a-steel-sky
jwrdegoede:BADURL:gnumeric-1.6.3.tar.bz2:gnumeric
jwrdegoede:BADURL:supertuxkart-0.3-src.tar.bz2:supertuxkart
jwrdegoede:BADURL:xarchon_0.50-9.diff.gz:xarchon
jwrdegoede:BADURL:xgalaga_2.0.34-34.diff.gz:xgalaxy
kaboom:BADURL:fping-2.4b2_to-ipv6.tar.gz:fping
karsten:BADURL:automake-1.5.tar.bz2:automake15
karsten:BADURL:hdparm-7.7.tar.gz:hdparm
karsten:BADURL:privoxy-3.0.6-stable-src.tar.gz:privoxy
kasal:BADURL:libvte-java-0.12.1.tar.bz2:libvte-java
katzj:BADURL:yum-metadata-parser-1.1.2.tar.gz:yum-metadata-parser
kevin:BADURL:gdk-pixbuf-0.22.0.tar.bz2:gdk-pixbuf
kwizart:BADURL:zd1211rw_fw_2007-03-19.tar.bz2:zd1211-firmware
kzak:BADURL:floppy-0.16.tar.bz2:util-linux-ng
kzak:BADURL:lslk_1.29_W.tar.gz:lslk
kzak:BADURL:util-linux-2.13-pre7.tar.bz2:util-linux
kzak:BADURL:vlock-1.3.tar.gz:vlock
leo:BADURL:pcmanx-gtk2.tar.gz:pcmanx-gtk2
limb:BADSOURCE:be_utf8.zip:moodle
limb:BADSOURCE:bg_utf8.zip:moodle
limb:BADSOURCE:bs_utf8.zip:moodle
limb:BADSOURCE:ca_utf8.zip:moodle
limb:BADSOURCE:cs_utf8.zip:moodle
limb:BADSOURCE:da_utf8.zip:moodle
limb:BADSOURCE:de_du_utf8.zip:moodle
limb:BADSOURCE:de_utf8.zip:moodle
limb:BADSOURCE:el_utf8.zip:moodle
limb:BADSOURCE:en_us_utf8.zip:moodle
limb:BADSOURCE:en_utf8.zip:moodle
limb:BADSOURCE:es_utf8.zip:moodle
limb:BADSOURCE:et_utf8.zip:moodle
limb:BADSOURCE:eu_utf8.zip:moodle
limb:BADSOURCE:fi_utf8.zip:moodle
limb:BADSOURCE:fr_utf8.zip:moodle
limb:BADSOURCE:gl_utf8.zip:moodle
limb:BADSOURCE:he_utf8.zip:moodle
limb:BADSOURCE:hr_utf8.zip:moodle
limb:BADSOURCE:hu_utf8.zip:moodle
limb:BADSOURCE:id_utf8.zip:moodle
limb:BADSOURCE:is_utf8.zip:moodle
limb:BADSOURCE:it_utf8.zip:moodle
limb:BADSOURCE:ja_utf8.zip:moodle
limb:BADSOURCE:ko_utf8.zip:moodle
limb:BADSOURCE:lt_utf8.zip:moodle
limb:BADSOURCE:lv_utf8.zip:moodle
limb:BADSOURCE:mn_utf8.zip:moodle
limb:BADSOURCE:moodle-1.8.2.tgz:moodle
limb:BADSOURCE:nl_utf8.zip:moodle
limb:BADSOURCE:nn_utf8.zip:moodle
limb:BADSOURCE:no_gr_utf8.zip:moodle
limb:BADSOURCE:no_utf8.zip:moodle
limb:BADSOURCE:pl_utf8.zip:moodle
limb:BADSOURCE:pt_br_utf8.zip:moodle
limb:BADSOURCE:pt_utf8.zip:moodle
limb:BADSOURCE:ro_utf8.zip:moodle
limb:BADSOURCE:ru_utf8.zip:moodle
limb:BADSOURCE:sk_utf8.zip:moodle
limb:BADSOURCE:sl_utf8.zip:moodle
limb:BADSOURCE:sq_utf8.zip:moodle
limb:BADSOURCE:sr_cr_bo_utf8.zip:moodle
limb:BADSOURCE:sr_cr_utf8.zip:moodle
limb:BADSOURCE:sr_lt_utf8.zip:moodle
limb:BADSOURCE:sv_utf8.zip:moodle
limb:BADSOURCE:ta_utf8.zip:moodle
limb:BADSOURCE:tiquit-2.4.tar.gz:tiquit
limb:BADSOURCE:tr_utf8.zip:moodle
limb:BADSOURCE:uk_utf8.zip:moodle
limb:BADSOURCE:vi_utf8.zip:moodle
limb:BADSOURCE:xmoto-edit.6.gz:xmoto-edit
limb:BADSOURCE:zh_cn_utf8.zip:moodle
limb:BADSOURCE:zh_tw_utf8.zip:moodle
limb:BADURL:gnubg-source-MAIN-20061119.tar.gz:gnubg
limb:BADURL:xmoto-0.3.1-src.tar.gz:xmoto
liquidat:BADURL:Rsibreak-0.8.0.tar.bz2:rsibreak
lkundrak:BADSOURCE:c2070-0.99.tar.gz:c2070
llim:BAD_CVS_SOURCE:lsb-release-2.0.tar.gz:redhat-lsb
lmacken:BADURL:deskbar-applet-2.19.90.1.tar.bz2:deskbar-applet
lmacken:BADURL:json-py-3_4.zip:python-json
lmacken:BADURL:Myghty-1.1.tar.gz:python-myghty
lmacken:BADURL:naim-0.11.8.3.1.tar.bz2:naim
lmacken:BADURL:RuleDispatch-0.5a0.dev-r2306.tar.gz:python-ruledispatch
lmacken:BADURL:TestGears-0.2.tar.gz:python-TestGears
lutter:BADSOURCE:activesupport-1.4.0.tgz:ruby-activesupport
luya:BADURL:gDesklets-0.35.4.tar.bz2:gdesklets
lvm-team:BADURL:dmraid-1.0.0.rc14.tar.bz2:dmraid
maxx:BADSOURCE:pdfcube-0.0.2.tar.gz:pdfcube
maxx:BADURL:39179-rezlooks-0.6.tar.gz:gtk-rezlooks-engine
mbacovsk:BAD_CVS_SOURCE:FAQ.sgml:squid
mbacovsk:BADURL:file-4.21.tar.gz:file
mbacovsk:BADURL:psutils-p17.tar.gz:psutils
mbarabas:BADURL:lftp-3.5.10.tar.gz:lftp
mclasen:BADURL:fast-user-switch-applet-2.18.0.tar.bz2:fast-user-switch-applet
mclasen:BADURL:glade-2.12.1.tar.bz2:glade2
mclasen:BADURL:glib-2.14.0.tar.bz2:glib2
mclasen:BADURL:intltool-0.36.1.tar.bz2:intltool
mclasen:BADURL:libgail-gnome-1.19.5.tar.bz2:libgail-gnome
mclasen:BADURL:libgnomekbd-2.19.90.tar.bz2:libgnomekbd
mclasen:BADURL:libIDL-0.8.8.tar.bz2:libIDL
mclasen:BADURL:ORBit2-2.14.7.tar.bz2:ORBit2
mdomsch:BADSOURCE:signing-party_0.4.9.orig.tar.gz:pgp-tools
mebourne:BADSOURCE:ZoneMinder-1.22.3.tar.gz:zoneminder
meme:BADURL:vultures-2.1.0-full.tar.bz2:nethack-vultures
mgarski:BADURL:digikam-doc-0.9.2-beta2.tar.bz2:digikam-doc
mikeb:BADURL:python-krbV-1.0.13.tar.gz:python-krbV
misa:BADURL:pyOpenSSL-0.6.tar.gz:pyOpenSSL
mlichvar:BADURL:ncurses-5.5-20060701.patch.gz:termcap
mlichvar:BADURL:ncurses-5.5.tar.gz:termcap
mlichvar:BADURL:patch-5.5-20060625.sh.gz:termcap
mlichvar:BADURL:readline-5.2.tar.gz:readline
mlichvar:BADURL:termcap-2.0.8.tar.bz2:libtermcap
mmaslano:BADSOURCE:mansupfr.tar.bz2:man-pages-fr
mmaslano:BADURL:iptraf-3.0.0.tar.gz:iptraf
mmaslano:BADURL:vixie-cron-4.1.tar.gz:vixie-cron
mmcgrath:BADURL:phpMyAdmin-2.10.3-all-languages.tar.bz2:phpMyAdmin
mmcgrath:BADURL:SOAP-Lite-0.68.tar.gz:perl-SOAP-Lite
mschwendt:BADURL:libcompface_1.5.2-3.diff.gz:compface
mtasaka:BADSOURCE:manedit-0.8.1.tar.bz2:manedit
mtasaka:BADURL:jd-1.9.6-svn1285.tgz:jd
mtasaka:BADURL:kazehakase-0.4.7-svn3228.tar.gz:kazehakase
mtasaka:BADURL:ruby-bsearch-1.5.tar.gz:ruby-bsearch
mwringe:BADSOURCE:jdepend-2.6-RHCLEAN.zip:jdepend
mwringe:BADURL:commons-modeler-2.0-src.tar.gz:jakarta-commons-modeler
nalin:BADSOURCE:pam_ldap-184.tar.gz:nss_ldap
nalin:BADURL:nss_db-2.2.tar.gz:nss_db
nhorman:BADURL:cscope-15.5.tar.gz:cscope
nigelj:BADURL:britepno.pat.bz2:timidity++
nigelj:BADURL:cvsutils-0.2.3.tar.gz:cvsutils
nigelj:BADURL:instruments.tar.bz2:timidity++
nigelj:BADURL:pistol.pat.bz2:timidity++
nigelj:BADURL:TiMidity++-2.13.2.tar.bz2:timidity++
nim:BADURL:dejavu-sfd-2.19.tar.bz2:dejavu-fonts
nomis80:BADURL:camstream-0.26.3.tar.gz:camstream
notting:BADSOURCE:Maelstrom-3.0.6.tar.gz:Maelstrom
notting:BADURL:Finance-Quote-1.13.tar.gz:perl-Finance-Quote
nphilipp:BADSOURCE:dcraw-8.77.tar.gz:dcraw
nphilipp:BADURL:rss-glx_0.8.1.p.tar.bz2:rss-glx
nsantos:BADURL:gnu.regexp-1.1.4.tar.gz:gnu-regexp
oddsocks:BADSOURCE:fuse-0.8.0.1.tar.gz:fuse-emulator
oddsocks:BADSOURCE:kcometen3-1.1.tar.gz:kcometen3
oddsocks:BADURL:kdetv-0.8.9.tar.bz2:kdetv
odvorace:BADURL:gdbm-1.8.0.tar.gz:gdbm
odvorace:BADURL:netkit-bootparamd-0.17-pre20000412.tar.gz:bootparamd
orion:BADURL:4.2r1-hrepack-p4.tar.gz:hdf
orion:BADURL:gdl-0.9pre5.tar.gz:gdl
orion:BADURL:paraview-3.0.2.tar.gz:paraview
orphan:BADSOURCE:gst-plugins-0.8.12.tar.bz2:gstreamer08-plugins
orphan:BADSOURCE:gurlchecker-0.10.0.tar.gz:gurlchecker
orphan:BADURL:gnome-yum-0.1.4.tar.gz:gnome-yum
orphan:BADURL:pam_mysql-0.6.2.tar.gz:pam_mysql
orphan:BADURL:pam-script-0.1.7.tar.gz:pam_script
otaylor:BADURL:mugshot-1.1.50.tar.gz:mugshot
ovasik:BADURL:docbook-utils-0.6.14.tar.gz:docbook-utils
ovasik:BADURL:gnome-bluetooth-0.9.1.tar.bz2:gnome-bluetooth
ovasik:BADURL:libbtctl-0.9.0.tar.bz2:libbtctl
ovasik:BADURL:passivetex-1.25.zip:passivetex
ovasik:BADURL:xmltex-1.9.tar.gz:xmltex
ovasik:BADURL:xmlto-0.0.18.tar.bz2:xmlto
owentl:BADURL:Calendar-0.41.tar.gz:gdesklets-calendar
owentl:BADURL:GoodWeather-0.3.tar.gz:gdesklets-goodweather
pcheung:BADURL:asm-2.1.tar.gz:asm2
pcheung:BADURL:asm-eng.pdf:asm2
pertusus:BADURL:cernlib_2006.dfsg.2-1.diff.gz:cernlib
pertusus:BADURL:cernlib_2006.dfsg.2-1.diff.gz:cernlib-g77
peter:BADSOURCE:rlog-1.3.7.tgz:rlog
petersen:BADSOURCE:scim-1.4.7.tar.gz:scim
petersen:BADURL:ddskk-12.2.0.tar.bz2:ddskk
pfj:BADURL:CastPodder-5.0.tar.bz2:CastPodder
pfj:BADURL:db4o-6.1-mono.tar.gz:db4o
pfj:BADURL:gtksourceview-sharp-2.0-0.10.tar.gz:gtksourceview-sharp
pfj:BADURL:ikvm-0.22.tar.gz:ikvm
pfrields:BADURL:nautilus-open-terminal-0.8.tar.gz:nautilus-open-terminal
pgordon:BADURL:Clearlooks-Big_Pack-0.6.x.tar.gz:gnome-theme-clearlooks-bigpack
pgordon:BADURL:deluge-0.5.4.1.tar.gz:deluge
pgordon:BADURL:glabels-2.0.4.tar.gz:glabels
pgordon:BADURL:libtorrent-0.12.tar.gz:rb_libtorrent
pjones:BADSOURCE:cdparanoia-III-alpha9.8.src.tgz:cdparanoia
pjones:BADURL:syslinux-3.36.tar.bz2:syslinux
pknirsch:BADSOURCE:ipmitool-1.8.9.tar.gz:OpenIPMI
pknirsch:BADURL:sg3_utils-1.23.tgz:sg3_utils
pmachata:BADURL:ElectricFence-2.2.2.tar.gz:ElectricFence
pmachata:BADURL:flex-2.5.4a.tar.gz:compat-flex
pmachata:BADURL:genromfs-0.5.1.tar.gz:genromfs
pnemade:BADURL:iso-codes-1.3.tar.gz:iso-codes
pnemade:BADURL:scim-sinhala-trans-0.2.0-20060825.tar.gz:scim-sinhala
pvrabec:BADURL:rsyslog-1.19.0.tar.gz:rsyslog
pvrabec:BADURL:shadow-4.0.18.1.tar.bz2:shadow-utils
pwouters:BADURL:ks3switch-0.1.tar.gz:ks3switch
qspencer:BADURL:atlas3_3.6.0-20.diff.gz:atlas
qspencer:BADURL:lilypond-2.10.29.tar.gz:lilypond
rathann:BADURL:crm114-20070301-BlameBaltar.no-TRE.src.tar.bz2:crm114
rbhalera:BADURL:ISO8859-2-bdf.tar.gz:fonts-ISO8859-2
rdieter:BADURL:30375-akode-2.0.1.tar.bz2:akode
rdieter:BADURL:fltk-1.1.x-r5750.tar.bz2:fltk
rdieter:BADURL:gen_python_api_20050605.tar.gz:eric
rdieter:BADURL:gen_sip_api_20060711.tar.gz:eric
rdieter:BADURL:kmymoney2-0.8.7.tar.gz:kmymoney2
rdieter:BADURL:libofa-0.9.3.tar.gz:libofa
rdieter:BADURL:macref.pdf:maxima
rdieter:BADURL:mtextralic.htm:mathml-fonts
rdieter:BADURL:PyQt-x11-gpl-3.17.1.tar.gz:PyQt-qscintilla
rineau:BADURL:ipe-6.0pre28-src.tar.gz:ipe
rjones:BADURL:ocaml-libvirt-0.3.2.4.tar.gz:ocaml-libvirt
rjones:BADURL:pcre-ocaml-5.11.4.tar.gz:ocaml-pcre
rmeggins:BADSOURCE:mozldap-6.0.4.tar.gz:mozldap
rmeggins:BADURL:adminutil-1.1.4.tar.bz2:adminutil
rmeggins:BADURL:Makefile.PL.rpm:perl-Mozilla-LDAP
rmeggins:BADURL:perl-mozldap-1.5.2.tar.gz:perl-Mozilla-LDAP
rnorwood:BADURL:IO-Zlib-1.04.tar.gz:perl-IO-Zlib
rnorwood:BADURL:XML-Grove-0.46alpha.tar.bz2:perl-XML-Grove
robert:BADSOURCE:magickwand-0.1.8.tar.gz:php-magickwand
robmv:BADURL:kanatest-0.4.2.tar.gz:kanatest
robmv:BADURL:org.tmatesoft.svn_1.1.0.beta4.src.zip:javasvn
robmv:BADURL:org.tmatesoft.svn_1.1.2.src.zip:svnkit
rrelyea:BADSOURCE:ccid-1.2.1.tar.gz:ccid
rrelyea:BADSOURCE:pcsc-lite-1.3.3.tar.gz:pcsc-lite
rrelyea:BADURL:pam_pkcs11-0.5.3.tar.gz:pam_pkcs11
rstrode:BADURL:bug-buddy-2.18.0.tar.bz2:bug-buddy
rstrode:BADURL:gnome-applets-2.19.1.tar.bz2:gnome-applets
rstrode:BADURL:gnome-screensaver-2.19.6.tar.bz2:gnome-screensaver
rstrode:BADURL:gnome-utils-2.19.90.tar.bz2:gnome-utils
ruben:BADURL:Pound-2.4d.tgz:Pound
rvinyard:BADSOURCE:IEEEtran.zip:tetex-IEEEtran
rvinyard:BADURL:papyrus-0.7.1.tar.bz2:papyrus
rvokal:BADURL:gaim-guifications-2.13beta6.tar.bz2:gaim-guifications
rvokal:BADURL:wireshark-0.99.6.tar.gz:wireshark
ryo:BADSOURCE:scim-skk-0.5.2.tar.gz:scim-skk
s4504kr:BAD_CVS_SOURCE:import-3ds-0.7.py:blender
s4504kr:BADURL:lightning-1.2.tar.gz:lightning
s4504kr:BADURL:luma-2.3.tar.bz2:luma
s4504kr:BADURL:stellarium_user_guide-0.9.0-1.pdf:stellarium
s4504kr:BADURL:suck-4.3.2.tar.gz:suck
sconklin:BADURL:db-4.5.20.tar.gz:cyrus-sasl
sconklin:BADURL:ipsec-tools-0.6.6.tar.bz2:ipsec-tools
scop:BADURL:pscan_1.2-5.diff.gz:pscan
scop:BADURL:pscan.tar.gz:pscan
scop:BADURL:vdr-plugin-subtitles_0.4.0-1.ds.diff.gz:vdr-subtitles
sergiopr:BADSOURCE:wcstools-3.6.8.tar.gz:wcstools
shahms:BADSOURCE:TPG-3.1.0.tar.gz:python-tpg
shahms:BADURL:PyProtocols-1.0a0dev-r2302.zip:python-protocols
sheltren:BADURL:fortune-hitchhiker.tgz:fortune-mod
sheltren:BADURL:fortune-tao.tar.gz:fortune-mod
sheltren:BADURL:osfortune.tar.gz:fortune-mod
simo:BADURL:rsync-2.6.9.tar.gz:rsync
simo:BADURL:samba-3.0.25c.tar.gz:samba
sindrepb:BADSOURCE:avant-window-navigator-0.1.1.tar.gz:avant-window-navigator
sindrepb:BADURL:DBIx-SQLite-Simple-0.34.tar.gz:perl-DBIx-SQLite-Simple
sindrepb:BADURL:recordmydesktop-0.3.4.tar.gz:recordmydesktop
skvidal:BADURL:seahorse-1.0.1.tar.gz:seahorse
smccann:BAD_CVS_SOURCE:proj.copyright:proj
smccann:BADSOURCE:shapelib-1.2.10.tar.gz:shapelib
snecker:BADURL:jokosher-1.0.tar.gz:jokosher
snirkel:BADURL:njb-sharp-0.3.0.tar.bz2:njb-sharp
splinux:BADURL:libgtksourceviewmm-0.3.1.tar.bz2:libgtksourceviewmm
splinux:BADURL:pessulus-2.16.2.tar.bz2:pessulus
spot:BADURL:Class-Data-Inheritable-0.06.tar.gz:perl-Class-Data-Inheritable
spot:BADURL:Class-DBI-Loader-Relationship-1.3.tar.gz:perl-Class-DBI-Loader-Relationship
spot:BADURL:Class-DBI-Pg-0.09.tar.gz:perl-Class-DBI-Pg
spot:BADURL:gambas-1.0.19.tar.bz2:gambas
spot:BADURL:HTML-Tree-3.23.tar.gz:perl-HTML-Tree
spot:BADURL:HTTP-Body-0.9.tar.gz:perl-HTTP-Body
spot:BADURL:Mail-Box-2.070.tar.gz:perl-Mail-Box
spot:BADURL:QuantLib-0.8.1.tar.gz:QuantLib
spot:BADURL:rootsh-1.5.2.tar.gz:rootsh
spot:BADURL:rx-1.5.tar.bz2:librx
spot:BADURL:user.ps.gz:lout
ssp:BADURL:libXinerama-1.0.2.tar.bz2:libXinerama
ssp:BADURL:libxkbfile-1.0.4.tar.bz2:libxkbfile
stahnma:BADSOURCE:pastebin.tar.gz:pastebin
steve:BADURL:eperl_2.2.14-13.diff.gz:perl-eperl
steved:BADURL:nfs.doc.tar.gz:nfs-utils
steved:BADURL:quota-3.14.tar.gz:quota
stingray:BADURL:conntrack-1.00beta2.tar.bz2:conntrack
stingray:BADURL:roundup-1.3.3.tar.gz:roundup
stransky:BADURL:awesfx-0.5.0d.tar.gz:awesfx
stransky:BADURL:gu11-rom.zip:awesfx
tagoh:BADURL:alt-cannadic-070805.tar.bz2:anthy
tagoh:BADURL:anthy-9100.tar.gz:anthy
tagoh:BADURL:Canna37p3.tar.bz2:Canna
tagoh:BADURL:im-chooser-0.4.1.tar.gz:im-chooser
tagoh:BADURL:k14-oldkanji.tar.gz:fonts-japanese
tagoh:BADURL:knm_new.tar.gz:fonts-japanese
tagoh:BADURL:mew-5.2.50.tar.gz:mew
tagoh:BADURL:mplus_bitmap_fonts-2.2.4.tar.gz:fonts-japanese
tagoh:BADURL:nkf207.tar.gz:nkf
tagoh:BADURL:ruby-refm-rdp-1.8.1-ja-html.tar.gz:ruby
tagoh:BADURL:sazanami-20061016.tar.bz2:fonts-japanese
tagoh:BADURL:scim-anthy-1.2.4.tar.gz:scim-anthy
tagoh:BADURL:shion.tar.gz:Canna
tagoh:BADURL:uim-1.4.1.tar.bz2:uim
tagoh:BADURL:zipcode-20030204.tar.bz2:Canna
tanguy:BADURL:freehdl-0.0.4.tar.gz:freehdl
tanguy:BADURL:gperiodic-2.0.8.tar.gz:gperiodic
terjeros:BADURL:libast-0.7.1.tar.gz:libast
tgl:BADSOURCE:pgtcl1.5.3.tar.gz:postgresql
tgl:BADSOURCE:pgtcldocs-20060909.zip:postgresql
tgl:BADURL:jpegsrc.v6b.tar.bz2:libjpeg
tgl:BADURL:libpng-1.2.16.tar.bz2:libpng
tgl:BADURL:mysql-3.23.58.tar.gz:mysqlclient10
tgl:BADURL:mysql-4.1.14.tar.gz:mysqlclient14
tgl:BADURL:mysql-5.0.45.tar.gz:mysql
tgl:BADURL:mysql-connector-odbc-3.51.14r248.tar.gz:mysql-connector-odbc
tgl:BADURL:pg_filedump-8.2.0.tar:rhdb-utils
tgl:BADURL:postgresql-8.2.1-US.pdf:postgresql
tgl:BADURL:psqlodbc-08.02.0200.tar.gz:postgresql-odbc
than:BAD_CVS_SOURCE:French.txt:wordtrans
than:BADSOURCE:css.tar.bz2:kdewebdev
than:BADSOURCE:html.tar.bz2:kdewebdev
than:BADSOURCE:javascript.tar.bz2:kdewebdev
than:BADURL:arts-1.5.7.tar.bz2:arts
than:BADURL:cyr-rfx-koi8-ub-1.1.bdfs.tar.bz2:fonts-KOI8-R
than:BADURL:eject-2.1.5.tar.gz:eject
than:BADURL:isdn4k-utils-CVS-2006-07-20.tar.bz2:isdn4k-utils
than:BADURL:kde-i18n-ar-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-bg-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-bn-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-ca-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-cs-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-da-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-de-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-el-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-en_GB-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-es-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-et-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-fi-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-fr-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-he-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-hi-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-hu-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-is-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-it-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-ja-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-ko-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-lt-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-nb-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-nl-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-nn-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-pa-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-pl-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-pt-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-pt_BR-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-ro-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-ru-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-sk-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-sl-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-sr-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-sv-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-ta-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-tr-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-uk-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-zh_CN-3.5.6.tar.bz2:kde-i18n
than:BADURL:kde-i18n-zh_TW-3.5.6.tar.bz2:kde-i18n
than:BADURL:kdemultimedia-3.5.7-patched-2.tar.bz2:kdemultimedia
than:BADURL:kdepimlibs-3.92.0.tar.bz2:kdepimlibs
than:BADURL:kdevelop-3.4.1.tar.bz2:kdevelop
than:BADURL:ksi-XFree86-cyrillic-fonts.tar.bz2:fonts-KOI8-R
than:BADURL:mozplugger-1.7.3.tar.gz:mozplugger
than:BADURL:PyQt-x11-gpl-3.17.1.tar.gz:PyQt
than:BADURL:rp-pppoe-3.8.tar.gz:rp-pppoe
than:BADURL:sip-4.6.tar.gz:sip
than:BADURL:wordtrans_1.1pre13.tar.gz:wordtrans
than:BADURL:Xaw3d-1.3.tar.gz:Xaw3d
than:BADURL:xferstats-2.16.tar.gz:xferstats
than:BADURL:xfig.3.2.5.full.tar.gz:xfig
thias:BADSOURCE:ipvsadm-1.24.tar.gz:ipvsadm
thias:BADSOURCE:linux_logo-5.01.tar.gz:linux_logo
thias:BADSOURCE:metakit-2.4.9.7.tar.gz:metakit
thias:BADSOURCE:Nevow-0.9.18.tar.gz:python-nevow
thias:BADSOURCE:thttpd-2.25b.tar.gz:thttpd
thias:BADURL:speex-xmms-0.9.1.tar.gz:xmms-speex
thl:BADSOURCE:CHANGELOG:rss2email
thl:BADURL:gsynaptics-0.9.12.tar.gz:gsynaptics
thomasvs:BADSOURCE:libannodex-0.7.3.tar.gz:libannodex
thomasvs:BADSOURCE:libcmml-0.9.1.tar.gz:libcmml
thomasvs:BADSOURCE:liboggz-0.9.5.tar.gz:liboggz
thomasvs:BADSOURCE:mod_annodex-ap20-0.2.2.tar.gz:mod_annodex
thomasvs:BADURL:rasqal-0.9.12.tar.gz:rasqal
till:BADURL:acpica-unix-20061109.tar.gz:iasl
timj:BADSOURCE:altermime-0.3.7.tar.gz:altermime
timj:BADSOURCE:php_manual_en.tar.gz:php-manual-en
timj:BADURL:rapidsvn-0.9.4.tar.gz:rapidsvn
timj:BADURL:rpl_1.5.3.tar.gz:rpl
tjanouse:BADURL:dovecot-1.1.alpha3.tar.gz:dovecot
tjanouse:BADURL:dovecot-sieve-1.1-0367450c9382.tar.gz:dovecot
tscherf:BADURL:libprelude-0.9.13.tar.gz:libprelude
tscherf:BADURL:libpreludedb-0.9.11.1.tar.gz:libpreludedb
tscherf:BADURL:prelude-lml-0.9.8.1.tar.gz:prelude-lml
tscherf:BADURL:prelude-manager-0.9.7.1.tar.gz:prelude-manager
tscherf:BADURL:prewikka-0.9.10.tar.gz:prewikka
tsmetana:BADURL:ast-base-locale.2007-03-28.tgz:ksh
tsmetana:BADURL:ast-ksh.2007-06-28.tgz:ksh
tsmetana:BADURL:INIT.2007-06-28.tgz:ksh
tsmetana:BADURL:nut-2.2.0.tar.gz:nut
tsmetana:BADURL:procinfo-18.tar.bz2:procinfo
tsmetana:BADURL:psmisc-22.5.tar.gz:psmisc
twaugh:BADURL:cups-1.3.0-source.tar.bz2:cups
twaugh:BADURL:foomatic-db-3.0-20070614.tar.gz:foomatic
twaugh:BADURL:foomatic-db-engine-3.0-20070614.tar.gz:foomatic
twaugh:BADURL:foomatic-db-hpijs-20070614.tar.gz:foomatic
twaugh:BADURL:foomatic-filters-3.0-20070614.tar.gz:foomatic
twaugh:BADURL:libieee1284-0.2.9.tar.bz2:libieee1284
twaugh:BADURL:ppa-0.8.6.tar.gz:pnm2ppa
varekova:BADURL:acct-6.3.2.tar.gz:psacct
varekova:BADURL:aspell-ga-0.50-4.tar.bz2:aspell-ga
varekova:BADURL:gd-2.0.34.tar.bz2:gd
varekova:BADURL:gzip-1.3.12.tar.gz:gzip
varekova:BADURL:lynx2.8.6.tar.bz2:lynx
varekova:BADURL:mailx-8.1.1.tar.gz:mailx
varekova:BADURL:manpages-da-0.1.1.tar.gz:man-pages-da
varekova:BADURL:manpages-ru-0.7.tar.gz:man-pages-ru
varekova:BADURL:man-PL24-10-2005.tar.gz:man-pages-pl
varekova:BADURL:unzip552.tar.gz:unzip
varekova:BADURL:zcrypt29.tar.gz:zip
varekova:BADURL:zip231.tar.gz:zip
vcrhonek:BADSOURCE:expect-5.43.0.tar.gz:expect
vcrhonek:BADURL:netkit-ntalk-0.17.tar.gz:talk
vcrhonek:BADURL:pegasus-2.6.0.tar.gz:tog-pegasus
vcrhonek:BADURL:tcsh-6.14.00.tar.gz:tcsh
veillard:BADURL:ekiga-2.0.9.tar.gz:ekiga
veillard:BADURL:libxml2-2.6.30.tar.gz:libxml2
veillard:BADURL:libxslt-1.1.22.tar.gz:libxslt
veillard:BADURL:opal-2.2.8.tar.gz:opal
veillard:BADURL:pwlib-1.10.7.tar.gz:pwlib
vlg:BADSOURCE:libassa-3.4.2.tar.gz:libassa
vlg:BADURL:granule-1.2.4.tar.gz:granule
walters:BADURL:bigboard-0.5.10.tar.gz:bigboard
walters:BADURL:hippo-canvas-0.2.24.tar.gz:hippo-canvas
walters:BADURL:online-desktop-0.2.7.tar.gz:online-desktop
wart:BADURL:tcllib-1.9.tar.gz:tcllib
wtogami:BADURL:IO-Socket-SSL-1.02.tar.gz:perl-IO-Socket-SSL
wtogami:BADURL:memtest86+-1.70.tar.gz:memtest86+
wtogami:BADURL:pidgin-2.1.1.tar.bz2:pidgin
xen-maint:BADURL:LibVNCServer-0.8.2.tar.gz:xen
xgl-maint:BADURL:font-util-1.0.1.tar.bz2:xorg-x11-font-utils
xris:BADURL:lineak-kdeplugins-0.9.tar.gz:lineak-kdeplugins
xulchris:BADSOURCE:PHPUnit2-2.3.6.tgz:php-pear-PHPUnit2
xulchris:BADURL:fpconst-0.7.2.tar.gz:python-fpconst
zhu:BADSOURCE:libhangul-0.0.6.tar.gz:libhangul
zkota:BADURL:bazaar_1.4.2.tar.gz:bazaar
zkota:BADURL:bazaar-doc_1.4.tar.gz:bazaar
zmc:BADSOURCE:pyspi-0.6.1.tar.gz:pyspi
zprikryl:BADURL:bc-1.06.tar.bz2:bc
16 years, 2 months
Proposed changes to buildsys-build group (otherwise known as the Exceptions list)
by Jesse Keating
Recently there has been some fluctuation in the implicit list of
packages expected to be in the minimal build roots. Due to this we've
had some discussions on what to adjust to ease the pain and re-set
expectations going forward.
As such there is a proposal to add a few packages to the Explicit
list. Some were already being pulled in implicitly but we want to make
them explicit. Some had been missing lately and we'd like them back.
The current list is:
bzip2
unzip
fedora-release
redhat-rpm-config
perl
diffutils
make
cpio
gcc
coreutils
sed
which
rpm-build
gzip
patch
gcc-c++
tar
bash
(perl-devel has been short term added to help with some transitions
with the perl -> perl-devel split, however it is now going to be
removed)
The proposed new explicit list would look like:
bzip2
unzip
fedora-release
redhat-rpm-config
diffutils
make
cpio
gcc
coreutils
sed
which
rpm-build
gzip
patch
gcc-c++
tar
bash
util-linux-ng
gawk
info
grep
findutils
This would currently dep resolve out to 8 new packages, and 3M more
content in the buildroot.
For reference a really minimal install (@core, kernel) with rpm-build
added in, would need the following packages to have at least this
minimal buildroot:
bzip2
gcc-c++
make
redhat-rpm-config
unzip
which
binutils
cpp
gcc
glibc-devel
glibc-headers
kernel-headers
libgomp
libstdc++-devel
This would be accomplished by a simple 'yum groupinstall
buildsys-build'. It's still a few more things that have to be added
than I'm comfortable with, I'd much prefer that a micro install +
rpm-build gave you what was in the minimal buildroot so that you could
have confidence in the BuildRequires, but I'm willing to bend a bit.
Along with these changes would be some clearer text regarding what can
be assumed and what can't. Only the Explicit list would be given in
the wiki, and only things in the explicit list would be absolutely OK
to assume. Anything else should be regarded as "bonus" only and
subject to potential change. I have asked Seth Vidal to help create a
yum utility that you could run on your system to see what today would
bring from installing the minimal build root. Something along the
lines of yum-groupdeplist buildsys-build.
Please respond with your comments / questions. I'd like to make these
changes as soon as possible to avoid more churn in spec files.
--
Jesse Keating
Fedora -- All my bits are free, are yours?
16 years, 2 months