autoconf breakage on x86_64.
by Sam Varshavchik
I don't know the right way to fix this, but something is definitely broken;
and something needs to be fixed, one way or the other. The question is what
exactly needs to be fixed.
Consider something like this:
LIBS="-lresolv $LIBS"
AC_TRY_LINK_FUNC(res_query, AC_MSG_RESULT(yes), AC_MSG_RESULT(no))
Here's what happens on x86_64:
gcc -o conftest -g -O2 -Wall -I.. -I./.. conftest.c -lresolv >&5
/tmp/ccW7EeDX.o(.text+0x7): In function `main':
/home/mrsam/src/courier/authlib/configure:5160: undefined reference to
`res_query'
collect2: ld returned 1 exit status
configure:5147: $? = 1
configure: failed program was:
[ blah blah blah ]
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char res_query ();
| int
| main ()
| {
| res_query ();
| ;
| return 0;
| }
The same exact test on FC1 x86 will work.
The reason appears to be that you have to #include <resolv.conf> on x86_64
in order to succesfully pull res_query() out of libresolv.so. You don't
need to do this on x86, and the test program generated by AC_TRY_LINK_FUNC
does not include any headers, but uses a manual prototype.
So, what now?
14 years, 5 months
dbus-qt
by Frederick Alexander Thomssen
hi,
once dbus-qt was removed from fedora because there was no use for it. but now
kde 3.4 supports dbus-qt for the media:/ protocol which indicated if a new
device was connected. so there now is a use for dbus-qt so i think it ought
to be included.
freddy
--
Frederick Alexander Thomssen
15 years, 6 months
Printing system proposal
by Remco Poelstra
Hi,
It's very quiet on this list about printing, so I thought it would be a
nice idea to put forward a proposal. I don't know if there are internal
redhat discussions about this subject, but I think I'll find out soon :).
It's a rahter lengthy explanation with a diagram so I put it up here:
www.beryllium.net/~remco/printingproposal.html
Kind regards,
Remco Poelstra
15 years, 6 months
Fedora 4 XEN and Kernel 2.4xenU
by Roland Käser
Hello
I'm currently testing xen for internal failover usage.
I would like to ask if there is a package with the kernel-2.4.2xenU
available on fedora 4 and if its possible to run kernel-2.4xenU kernels
on a kernel 2.6 dom0 system?
Roland Kaeser
15 years, 10 months
DMRaid in Fedora devel
by Mark Wormgoor
Hi,
Attached are three patches that I made to get Fedora-devel to install on
a bios sata raid-0 system (Sil 3112 on Abit AN7). It uses Heinz
Mauelshagen's dmraid for detecting the disks.
The first patch is against Anaconda. It removes the raid disks from the
isys disklist and replaces them with the mapper device. The patch
requires the full (not enable-mini) dmraid binary in the stage 2 image.
I tested the patched Anaconda in install, upgrade and rescue mode (text
and gui) and had no problems on my system.
The second patch is against mkinitrd. It adds /sbin/dmraid.static to
the initrd if necessary and updates the initscript. The
/sbin/dmraid.static binary is not yet a part of the current dmraid rpm,
so you need to provide your own.
The third patch is against rc.sysinit so that dmraid.static is run at
boot. Again, you need the full dmraid binary under /sbin/dmraid.static
(not enable-mini) because the rc.sysinit script uses the testmode first
before enabling the mapper devices.
I now have a Fedora-devel system booting from my two raid-0 disks.
Unfortunately, there is no bootloader for /dev/mapper devices. There is
a patch against lilo to make it work on devmapper devices here
(http://www.saout.de/misc/) and Eric Agsjö has a patch to make it work
with raid-1 devices here
(https://www.redhat.com/archives/ataraid-list/2004-October/msg00007.html). I am still using lilo under FC1 (using the medley.o module) and that works for me.
I hope someone finds these patches useful; it would be very nice if FC4
would install on and boot from these bios ide raid devices without too
much hacking.
Kind regards,
Mark Wormgoor
--
***************************************************************
* |\ /| | /| / Mark Wormgoor *
* | \ / | | / | / mailto:mark@wormgoor.com *
* | \/ |ark |/ |/ormgoor http://www.wormgoor.com/mark/ *
***************************************************************
15 years, 10 months
Emacs cvs snapshot packages available
by Jens-Ulrik Petersen
I finally got round to packaging a snapshot of current
development Emacs from CVS. Noone knows when the next
actual release of Emacs will be, but there are many
new features and changes: improved utf-8
and gtk2 support in particular.
See
http://people.redhat.com/petersen/emacs/
for more details.
Enjoy and please report any problems directly to me
(ie not to bugzilla or the emacs-devel list:),
Jens
15 years, 10 months
FC4 perl module upgrades/cleanups
by Warren Togami
Right now I'm looking at cleaning up and upgrading all perl modules in
FC4. The specs of many of the perl modules have ancient crap that
should be cleaned up and modernized. Among the stuff I want to do:
https://www.redhat.com/archives/fedora-packaging/2005-March/msg00095.html
https://www.redhat.com/archives/fedora-packaging/2005-March/msg00096.html
https://www.redhat.com/archives/fedora-packaging/2005-March/msg00097.html
* Remove brp-compress calls from all packages, as it isn't doing
anything useful. (Right?)
* Update URL and Source0 to actual modern CPAN addresses.
* Clear out most of the trival to minor perl-* FC bugs, which are mainly
"upgrade this" and "fix the spec".
* Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo
$version))
Do we want this in all perl packages, both regular arch and noarch?
* %define _use_internal_dependency_generator 0
Many of the ancient specs have this. Might be nice to get rid of it,
but it will require some careful verification comparing the before and
after in order to be sure the rpm-auto-dep isn't demanding bad
dependencies like Win32 crap. Is this worth doing? Need your opinions.
* Identify all modules that have a newer version available in CPAN.
Would be nice if we had a script to compare a devel CVS checkout to CPAN
and output a list with URLs or something.
Contributors like Ville, Robert and Jose have been very helpful in
submitting good spec rewrites for perl packages in the past. So I hope
the community can help with cleaned up spec unidiffs (along with version
upgrades) to be submitted to Bugzilla, one report per package. Perhaps
discuss here who will do which package. I'll do some myself.
Thoughts?
Warren Togami
wtogami(a)redhat.com
15 years, 11 months
Stateless linux
by gaurav
Hi list,
I am interested in stateless Linux project and would like to
volunteer for its beta tester ... I will try roll this out in my brother's
school and after that co workers on my office plus also would like to
contribute to its development ....help it to take to next level :-)
I would like to know what state this project is in ? is anybody involved
in active testing/ testing development ? Do you need beta tester ...
all like minded (stateless people ;-) ) pl let me know if interested
Regards,
gaurav
15 years, 11 months
kernel source code
by not disclosed
Dear All,
RE: In order to eliminate the redundancy inherent in providing a separate
package for the kernel source code when that source code already exists in
the kernel's .src.rpm file, Fedora Core 3 no longer includes the
kernel-source package. -
http://fedora.redhat.com/docs/release-notes/fc3/x86/
I think this is a big mistake - kernel-source didn't harm anyone and
removing it hugely increases the amount of hassle involved in any kernel
upgrade. You have to accept that fedora users will be using stuff that lies
outside the fedora world of nicely packaged programs and this means that
users need the source code. The hassle involved with this elimination of
the kernel source code package is irritating enough for us to consider using
another distro when we come to change from FC2.
Please put the kernel sourcecode back.
Cheers,
SA
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
15 years, 11 months
rawhide report: 20050331 changes
by Build System
Updated Packages:
OpenIPMI-1.4.11-5
-----------------
* Wed Mar 30 2005 Phil Knirsch <pknirsch(a)redhat.com> 1.4.11-5
- Correctly put libs in the proper packages
anaconda-10.2.0.37-1
--------------------
* Wed Mar 30 2005 Jeremy Katz <katzj(a)redhat.com> - 10.2.0.37-1
- try not using maxcpus=1 for arches which still had it
- don't use the reserved variable name str (sopwith)
- various language fixups (clumens)
control-center-1:2.10.0-4
-------------------------
* Wed Mar 30 2005 Warren Togami <wtogami(a)redhat.com> 2.10.0-4
- fix ldconfig (#152575)
gail-1.8.2-3
------------
* Wed Mar 30 2005 Matthias Clasen <mclasen(a)redhat.com> 1.8.2-3
- Remove .la files
gcc-4.0.0-0.38
--------------
* Wed Mar 30 2005 Jakub Jelinek <jakub(a)redhat.com> 4.0.0-0.38
- update from CVS
- PRs libfortran/15332, libfortran/19678, libfortran/19679,
libfortran/20163, middle-end/20263, middle-end/20491,
rtl-optimization/20249, target/15491, target/20617, tree-opt/19108,
tree-optimization/19108
- fix edge redirection (Alexandre Oliva, #152149, PR tree-optimization/20640)
gdb-6.3.0.0-1.9
---------------
* Wed Mar 30 2005 Jeff Johnston <jjohnstn(a)redhat.com> 6.3.0.0-1.9
- Bump up release number.
* Wed Mar 30 2005 Jeff Johnston <jjohnstn(a)redhat.com> 6.3.0.0-1.7
- Add proper vsyscall page support for ia64.
* Thu Mar 24 2005 Jeff Johnston <jjohnstn(a)redhat.com> 6.3.0.0-1.6
- Bump up release number.
gedit-1:2.10.0-2
----------------
* Tue Mar 29 2005 Warren Togami <wtogami(a)redhat.com> - 2.10.0-2
- devel req libgnomeprintui22-devel for pkgconfig (#152487)
gnome-bluetooth-0.5.1-12
------------------------
* Thu Mar 31 2005 Harald Hoyer <harald(a)redhat.com> - 0.5.1-12
- removed base requirement from libs
* Tue Mar 29 2005 Warren Togami <wtogami(a)redhat.com> - 0.5.1-11
- devel req glib2-devel libbtctl-devel for pkgconfig (#152488)
gnome-mag-0.12.0-2
------------------
* Wed Mar 30 2005 Matthias Clasen <mclasen(a)redhat.com> 0.12-2
- Add a missing Requires (#152493)
gnopernicus-0.10.5-1
--------------------
* Wed Mar 30 2005 Matthias Clasen <mclasen(a)redhat.com> 0.10.5-1
- Update to 0.10.5
- Split off a devel package (#152169)
gok-1.0.3-1
-----------
* Wed Mar 30 2005 Matthias Clasen <mclasen(a)redhat.com> 1.0.3-1
- Update to 1.0.3
- Add missing Requires (#152489)
gstreamer-plugins-0.8.8-4
-------------------------
* Wed Mar 30 2005 John (J5) Palmieri <johnp(a)redhat.com> - 0.8.8-4
- s/GConf-devel/GConf2-devel
hwdata-0.155-1
--------------
* Wed Mar 30 2005 Dan Williams <dcbw(a)redhat.com> 0.155-1
- Add a boatload of BenQ, Acer, Sony, NEC, Mitsubishi, and Dell monitors
* Wed Mar 30 2005 Dan Williams <dcbw(a)redhat.com> 0.154-1
- Add Typhoon Speednet Wireless PCMCIA Card mapping to atmel_cs driver
initscripts-8.06-1
------------------
* Wed Mar 30 2005 Bill Nottingham <notting(a)redhat.com> 8.06-1
- handle alternate VLAN naming schemes (#115001, <kas(a)informatics.muni.cz>)
- ifup-ipsec: handle non-ascii keys (#150552)
- add proper ipsec route (#146169, #140654)
- add a restorecon for /tmp to rc.sysinit
- document ONHOTPLUG in sysconfig.txt
- fix mistranslation (#151120)
- don't return 1 for stopping a process if it isn't running at all
- don't explicitly set fwd polices for ipsec traffic. Let setkey
handle it.
jpilot-0.99.8-0.pre8.1
----------------------
* Wed Mar 30 2005 Than Ngo <than(a)redhat.com> 0.99.8-0.pre8.1
- 0.99.8-pre8
- cleanup specfile
- disable rpath
- update desktop file
k3b-0:0.11.23-2
---------------
* Wed Mar 30 2005 Harald Hoyer <harald(a)redhat.com> 0:0.11.23-1
- update to 0.11.23
* Fri Mar 25 2005 David Hill <djh[at]ii.net> 0:0.11.22-1
- update to 0.11.22
kdemultimedia-6:3.4.0-2
-----------------------
* Wed Mar 30 2005 Than Ngo <than(a)redhat.com> 6:3.4.0-2
- buildrequires libmusicbrainz, libtunepimp if Juk enable
kernel-2.6.11-1.1219_FC4
------------------------
* Wed Mar 30 2005 Rik van Riel <riel(a)redhat.com>
- fix Xen kernel compilation (pci, page table, put_user, execshield, ...)
- reenable Xen kernel compilation
* Tue Mar 29 2005 Rik van Riel <riel(a)redhat.com>
- apply Xen patches again (they don't compile yet, though)
- Use uname in kernel-devel directories (#145914)
- add uname-based kernel-devel provisions (#152357)
- make sure /usr/share/doc/kernel-doc-%{kversion} is owned by a
package, so it will get removed again on uninstall/upgrade (#130667)
* Mon Mar 28 2005 Dave Jones <davej(a)redhat.com>
- Don't generate debuginfo files if 1 isnt set. (#152268)
libbtctl-0.4.1-6
----------------
* Wed Mar 30 2005 Warren Togami <wtogami(a)redhat.com> 0.4.1-6
- devel req glib2-devel for pkgconfig (#152497)
libgail-gnome-1.1.0-5
---------------------
* Wed Mar 30 2005 Matthias Clasen <mclasen(a)redhat.com> 1.1.0-4
- Split off a -devel package. (#152499)
libuser-0.53.3-2
----------------
* Wed Mar 30 2005 Miloslav Trmac <mitr(a)redhat.com> - 0.53.3-2
- Add Requires: glib2-devel to libuser-devel (#152501)
- Run ldconfig using %post{,un} -p to let RPM play tricks
mkinitrd-4.2.7-1
----------------
* Wed Mar 30 2005 Peter Jones <pjones(a)redhat.com> - 4.2.7-1
- unmount what filesystems we can from the initramfs
- close appropriate files before spawning init
net-snmp-5.2.1-7
----------------
* Thu Mar 31 2005 Radek Vokal <rvokal(a)redhat.com> - 5.2.1-7
- agentx double free error fix <jp.fujitsu>
net-tools-1.60-50
-----------------
* Wed Mar 30 2005 Radek Vokal <rvokal(a)redhat.com> 1.60-50
- added mii-diag tool
- added newer ether-wake
- remove useless -i option from ifconfig
- stop trimming interface names (#152457)
netatalk-3:2.0.2-3
------------------
* Wed Mar 30 2005 Florian La Roche <laroche(a)redhat.com>
- quick fix: rm -f /usr/include/netatalk/at.h until this
is resolved the correct way
openhpi-2.0.3-2
---------------
* Wed Mar 30 2005 Phil Knirsch <pknirsch(a)redhat.com> 2.0.3-1
- Moved the pkgconfig files to the devel package (#152507)
- Update to openhpi-2.0.3
- Had to manually disable ipmi support for now until openhpi builds correctly
against it again
- Dropped net-snmp-config patch, not needed anymore
openoffice.org-1:1.9.88-4
-------------------------
* Mon Mar 28 2005 Christopher Aillon <caillon(a)redhat.com>
- rebuilt
* Fri Mar 25 2005 Christopher Aillon <caillon(a)redhat.com> 1:1.9.88-2
- Update the GTK+ theme icon cache on (un)install
* Tue Mar 22 2005 Caolan McNamara <caolanm(a)redhat.com> 1:1.9.88-1
- bump to 1.9.88
- submit openoffice.org-1.9.84.ooo45725.lingucomponent.contribdict.patch upstream
- drop integrated openoffice.org-1.9.87.ooo43538.sfx2.patch
- openoffice.org-1.9.87.oooXXXXX.fragments.patch build problem of some kind
- add a check for non -fpic libs
- allow switching spec to build with gcc3 and gcj4, kudos Fridrich Strba
- jump to hsqldb 1.8.0RC9 in advance of 1.9.89 to fix our hsqldb issues
openssl-0.9.7f-1
----------------
* Wed Mar 30 2005 Tomas Mraz <trmaz(a)redhat.com> 0.9.7f-1
- reenable optimizations on ppc64 and assembly code on ia64
- upgrade to new upstream version (no soname bump needed)
- disable thread test - it was testing the backport of the
RSA blinding - no longer needed
- added support for changing serial number to
Makefile.certificate (#151188)
- make ca-bundle.crt a config file (#118903)
* Tue Mar 01 2005 Tomas Mraz <tmraz(a)redhat.com> 0.9.7e-3
- libcrypto shouldn't depend on libkrb5 (#135961)
* Mon Feb 28 2005 Tomas Mraz <tmraz(a)redhat.com> 0.9.7e-2
- rebuild
php-5.0.3-5
-----------
* Wed Mar 30 2005 Joe Orton <jorton(a)redhat.com> 5.0.3-5
- BuildRequire mysql-devel >= 4.1
- don't mark php.ini as noreplace to make upgrades work (#152171)
- fix subpackage descriptions (#152628)
- fix memset(,,0) in Zend (thanks to Dave Jones)
- fix various compiler warnings in Zend
pkgconfig-1:0.15.0-6
--------------------
* Wed Mar 30 2005 Matthias Clasen <mclasen(a)redhat.com> 1:0.15.0-6
- add --print-requires and --print-provide options
planner-0.13-2
--------------
* Wed Mar 30 2005 Caolan McNamara <caolanm(a)redhat.com> - 0.13-2
- fiddle Requires
redhat-artwork-0.121-2
----------------------
* Wed Mar 30 2005 Matthias Clasen <mclasen(a)redhat.com> 0.121-2
- Make Clearlooks the default theme
rhpl-0.158-1
------------
* Thu Mar 31 2005 Harald Hoyer <harald(a)redhat.com> - 0.158-1
- fixed buffer overflow #151948
totem-1.0.1-1
-------------
* Tue Mar 01 2005 John (J5) Palmieri <johnp(a)redhat.com> - 1.0.1-1
- Update to upstream version 1.0.1
- Break out devel package
util-linux-2.12p-4
------------------
* Fri Mar 25 2005 Karel Zak <kzak(a)redhat.com> 2.12p-4
- added /var/log/lastlog to util-linux (#151635)
- disabled 'newgrp' in util-linux (enabled in shadow-utils) (#149997, #151613)
- improved mtab lock (#143118)
- fixed ipcs typo (#151156)
- implemented mount workaround for duplicated labels (#116300)
* Wed Mar 16 2005 Elliot Lee <sopwith(a)redhat.com> 2.12p-3
- rebuilt
* Fri Feb 25 2005 Steve Dickson <SteveD(a)RedHat.com> 2.12p-2
- Changed nfsmount to only use reserve ports when necessary
(bz# 141773)
valgrind-callgrind-0.9.10.cvs20050330-1
---------------------------------------
* Wed Mar 30 2005 Dan Williams <dcbw(a)redhat.com> 0.9.10.cvs20050330-1
- Update to cvs, which compiles with valgrind 2.4.x
15 years, 11 months