Tags: 834864 + patch
User: debian-bsd@lists.debian.org
Usertags: kfreebsd
Hello,
The hisat2 binary actually had this problem on kfreebsd:
| $ ./hisat2
| (ERR): Expected hisat2 to be in same directory with hisat-align:
| /build/hisat2-2.0.4/
| Exiting now ...
which happens because it looks for a
Hi.
I uploaded a new version of gimagereader yesterday and it FTBFS[1] on kfreebsd
as sys/prctl.h is missing. The function prctl() is used here[2]. Can you give me
some hints how to fix this? Searching on the internet brought some insight but
didn't help me to propose a patch for upstream
insight but
didn't help me to propose a patch for upstream.
[1]
https://buildd.debian.org/status/fetch.php?pkg=gimagereader&arch=kfreebsd-amd64&ver=3.0.1-1&stamp=1430084023
[2]
https://sources.debian.net/src/gimagereader/3.0.1-1/gtk/src/MainWindow.cc/#L70
Thanks,
Philip
PS:
On Debian kFreeBSD, uname -s says GNU/kFreeBSD.
so perhaps you want a second stanza in the Makefile
ifeq ($(shell uname -s),GNU/kFreeBSD)
LIBS += -lrt
endif
Jeff
--
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contac
Hi Jeff,
the Makefile just has:
ifeq ($(shell uname -s),Linux)
LIBS += -lrt
endif
Could you propose a test that includes BSD reliably?
Kind regards
Andreas.
On Fri, Feb 06, 2015 at 08:28:07AM -0600, Jeff Epler wrote:
> The solution may simply be to link with -lrt.
>
> $ c
The solution may simply be to link with -lrt.
$ cat shmopen.c
#include
#include
int main() { printf("%p\n", shm_open); return 0; }
$ gcc shmopen.c
/tmp/ccRPQFME.o: In function `main':
shmopen.c:(.text+0x5): undefined reference to `shm_open'
collect2: error: ld ret
Hi,
I guess the issue boils down to
/«PKGBUILDDIR»/bwashm.c:56: undefined reference to `shm_open'
/«PKGBUILDDIR»/bwashm.c:57: undefined reference to `shm_unlink'
and I'm sure you guys here are able to find a solution way more quickly
than I do.
Thanks for any help
debian.org/cgi-bin/bugreport.cgi?bug=773279 )
>
> Can someone help with sponsorship?
You maybe should ask on the debian-mentors@ list instead; this list
is only for the GNU/k*BSD platform and only seen by a much smaller
number of people; I myself am not even a DD so cannot sponsor packag
RFS bugs have been
filed:
ATF ( https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773277 )
Lutok ( https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773278 )
Kyua ( https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773279 )
Can someone help with sponsorship?
Thanks.
--
Craig
Hei hei,
On 21.10.2014 22:36, Steven Chamberlain wrote:
> I was thinking there should be a page or whole section on the Debian
> Wiki describing use cases, success stories etc. There's a myth that
> GNU/kFreeBSD is only useful as a router or firewall OS; that's
> something it is indeed good at (
meone help me with this?
Thanks.
--
Craig
my mouth is can I usefully help?
Thanks! I recommend to simply try it out, but try to use it for
something actually useful to you, for example:
* trial it on a desktop/laptop to do regular daily work tasks
* use it to provide some new service on your home/office network, e.g.
fileserver, DNS/
can I usefully help?
I'm not a Debian Developer; but I have offers to sponser uploads.
J.
--
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debia
Dear all,
måndag den 27 januari 2014 klockan 15:54 skrev Robert Millan detta:
> On 26/01/2014 20:51, Mats Erik Andersson wrote:
> > Dear all,
> >
> > I am since two years the driving developer of GNU Inetutils.
> > Building "inetutils-ftpd" on kfreebsd-amd64 on Wheeze with
> > PAM support produce
On 31/01/14 13:16, Mats Erik Andersson wrote:
>/lib/security/pam_selinux.se: cannot open shared object file
>
> the system looking for the module at an incorrect location.
FWIW still seeing this in pam/1.1.8-1 after fixing the FTBFS.
Regards,
--
Steven Chamberlain
ste...@pyro.eu.org
--
T
måndag den 27 januari 2014 klockan 16:35 skrev Robert Millan detta:
> >>
> >>$ tail -2 /var/log/auth.log
> >>.. thule ftpd[1234]: PAM unable to dlopen(pam_unix): \
> >>/lib/security/pam_unix: cannot open shared object file: \
> >>No such file or directory
> >>.. thule ftpd[1234]
On 27/01/2014 15:59, Steven Chamberlain wrote:
> On 26/01/14 19:51, Mats Erik Andersson wrote:
>> I am since two years the driving developer of GNU Inetutils.
>> Building "inetutils-ftpd" on kfreebsd-amd64 on Wheeze with
>> PAM support produces authentication failures of this kind
>>
>>$ tail -
On 26/01/14 19:51, Mats Erik Andersson wrote:
> I am since two years the driving developer of GNU Inetutils.
> Building "inetutils-ftpd" on kfreebsd-amd64 on Wheeze with
> PAM support produces authentication failures of this kind
>
>$ tail -2 /var/log/auth.log
>.. thule ftpd[1234]: PAM una
On 26/01/2014 20:51, Mats Erik Andersson wrote:
> Dear all,
>
> I am since two years the driving developer of GNU Inetutils.
> Building "inetutils-ftpd" on kfreebsd-amd64 on Wheeze with
> PAM support produces authentication failures of this kind
>
>$ tail -2 /var/log/auth.log
>.. thule ft
Dear all,
I am since two years the driving developer of GNU Inetutils.
Building "inetutils-ftpd" on kfreebsd-amd64 on Wheeze with
PAM support produces authentication failures of this kind
$ tail -2 /var/log/auth.log
.. thule ftpd[1234]: PAM unable to dlopen(pam_unix): \
/lib/security/pam
Hello Marc Haber!
Reading debian-devel it seems you have an interest in the
kfreebsd port. Great to hear! I've been searching for any
kfreebsd user that could help answer a few questions about
rygel on kfreebsd.
Recently added tests seems to indicate that there's a
chance it's
> "Émeric" == Émeric Maschino writes:
Émeric> Just to let you know that I've successfully installed Wheezy
Émeric> using the netinst CD on a spare HDD, using default parameters
Émeric> (using entire HDD and one single partition as partition
Émeric> scheme) except for localization of course.
cIntyre
> Hi folks,
>
> As we're expecting to release this Saturday (4th May) and I'm going to
> be preparing the CDs and DVDs to go with the release, it would be
> lovely if we have some volunteers to help test the images. We have
> been doing testing of the daily, weekly an
On May 14, 2013 06:01:26 AM Petr Salinger wrote:
> tags 706984 +patch
> --
>
> > The last gmp upload failed to build on hurd-i386 and kfreebsd-i386
> > and I could use some help.
Petr: thanks!
Which architecture did you test with?
-Steve
--
To UNSUBSCRIBE, ema
tags 706984 +patch
--
The last gmp upload failed to build on hurd-i386 and kfreebsd-i386
and I could use some help. The code builds but seven test cases
segfault [1]. Can someone help debug these and hopefully provide
a patch?
It crashes also for me inside kvm.
The key point seems be
Hi,
The last gmp upload failed to build on hurd-i386 and kfreebsd-i386
and I could use some help. The code builds but seven test cases
segfault [1]. Can someone help debug these and hopefully provide
a patch?
Thanks,
-Steve
[1] https://buildd.debian.org/status/package.php?p=gmp
Hi folks,
As we're expecting to release this Saturday (4th May) and I'm going to
be preparing the CDs and DVDs to go with the release, it would be
lovely if we have some volunteers to help test the images. We have
been doing testing of the daily, weekly and Release Candidate images
Hi Simon,
On 12/04/13 12:40, Simon Richter wrote:
> I keep getting test failures from the librevisa package on
> kfreebsd-i386, and can reproduce the problem on a porter box, however
> the source of the issue is hard to track down.
That's odd, version 0.0.20130412-1 has just built okay on kfreebs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I keep getting test failures from the librevisa package on
kfreebsd-i386, and can reproduce the problem on a porter box, however
the source of the issue is hard to track down.
The test case in question deals with format string handling, and works
or bowtie2-align" --no-info \
/build/buildd-bowtie2_2.0.6-1-kfreebsd-amd64-TCHdXD/bowtie2-2.0.6/bowtie2 >
/build/buildd-bowtie2_2.0.6-1-kfreebsd-amd64-TCHdXD/bowtie2-2.0.6/debian/bowtie2/usr/share/man/man1/bowtie2.1
help2man: can't get `--help' info from
/build/bui
Processing commands for cont...@bugs.debian.org:
> tags 661825 help
Bug #661825 [kbdcontrol] On kfreebsd-*, please integrate kbdcontrol within
keyboard-configuration.
Added tag(s) help.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
661825
tags 661825 help
thanks
The proposed solution looks like the right thing to do, but I lack the
time to implement this. Help is welcome!
--
Robert Millan
--
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Conta
El 29 de febrer de 2012 13:33, Andreas Tille ha escrit:
> So do you think
>
> Build-Depends: ..., openjdk
>
> instead of current
>
> Build-Depends: ..., default-jdk
>
> would do the trick?
We don't have openjdk yet (AFAIK it's close, but still not there). If
you do that, you'll also have to
El 28 de febrer de 2012 16:09, Stéphane Glondu ha escrit:
> Is there anything special concerning threads on kfreebsd (compared to
> linux)?
The main difference is that glibc on kfreebsd uses LinuxThreads rather
than NPTL.
--
Robert Millan
--
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.d
Hi,
On Wed, Feb 29, 2012 at 01:25:21PM +0100, Xerxes Rånby wrote:
> 2012-02-29 08:45, Andreas Tille skrev:
>
> I think you "simply" meed to use a javase 6 compatible jvm and classlibrary
> to compile this code.
> The Math.getExponent got added in JDK6. OpenJDK6 can compile this fine.
> http://bi
2012-02-29 08:45, Andreas Tille skrev:
> Hi,
>
> any hint whether this is rather a problem of JDK on BSD?
>
> I personally do not have any idea how to handle this.
>
> Kind regards
>
> Andreas.
>
>
I think you "simply" meed to use a javase 6 compatible jvm and classlibrary to
compil
Hi,
any hint whether this is rather a problem of JDK on BSD?
I personally do not have any idea how to handle this.
Kind regards
Andreas.
On Wed, Feb 29, 2012 at 12:36:21AM +0100, Julien Cristau wrote:
> Source: libhmsbeagle
> Version: 1.0-4
> Severity: serious
> Justification: fails t
Le 22/02/2012 09:31, Stéphane Glondu a écrit :
> I've recently activated the OCaml test suite (in experimental), and it
> consistently fails on kfreebsd buildds [1]. However, I am not able to
> reproduce the failure on a porter box (asdfasdf), nor my own machine
> (inside a kfreebsd-amd64 KVM guest
Hello,
I've recently activated the OCaml test suite (in experimental), and it
consistently fails on kfreebsd buildds [1]. However, I am not able to
reproduce the failure on a porter box (asdfasdf), nor my own machine
(inside a kfreebsd-amd64 KVM guest). Build logs report 150 minutes of
inactivity,
El 18 de gener de 2012 1:11, Eric MAEKER ha escrit:
> I can give your more help, but now I need yours to go one. We should ask each
> other about the potential audience of the FreeDiams package in kfreebsd
> users. I really believe that it will be near to zero. So do we really need to
INUX_INTEGRATED"
"INSTALL_ROOT_PATH=/build/buildd-freediams_0.6.0-1-kfreebsd-amd64-4a_bay/freediams-0.6.0/debian/tmp/usr/"
LOWERED_APPNAME="freediams" freediams.pro
Works perfectly fine in my VBox.
The project messages are a good help here:
1) something like "
Le 17 janv. 2012 à 10:56, Alexander Reichle-Schmehl a écrit :
> Hi!
>
> Am 16.01.2012 19:18, schrieb Andreas Tille:
>> Why not enabling others having the experience to have
>> fixed a bug on freebsd? The package is team maintained.
>
> To cite you in the mail which started this thread:
>
>> an
Hi!
Am 16.01.2012 19:18, schrieb Andreas Tille:
> Why not enabling others having the experience to have
> fixed a bug on freebsd? The package is team maintained.
To cite you in the mail which started this thread:
> any hint, how to fix this problem?
And the previous mail you claimed you can't
On Mon, Jan 16, 2012 at 06:43:58PM +0100, Alexander Reichle-Schmehl wrote:
> Well, actually it is:
> 1) Looking up a server name
> 2) ssh to that box
> 3) chroot like the welcome message told you
So far it's easy - done this in the past.
> 4) check build depends
>
> And maybe:
Considering sever
Hi!
Am 16.01.2012 18:09, schrieb Andreas Tille:
>> ... and voila! You can indeed fix (or at least investigate further)
>> these bugs while sitting before a Linux box.
> Well, what your are summerizing with a "voila" is quite a bit of work [..]
Well, actually it is:
1) Looking up a server name
2
Hi Alexander,
On Mon, Jan 16, 2012 at 05:58:33PM +0100, Alexander Reichle-Schmehl wrote:
> ...
> ... and voila! You can indeed fix (or at least investigate further)
> these bugs while sitting before a Linux box.
Well, what your are summerizing with a "voila" is quite a bit of work
and the furthe
Hi!
Am 15.01.2012 08:54, schrieb Andreas Tille:
> any hint, how to fix this problem?
Well, in your first answer to the bug report you wrote:
> Could you give any hint because it is a bit hard to
> reproduce if you are sitting on a Linux box. Any help is welcome.
Luckily you don&
Hi,
any hint, how to fix this problem?
Kind regards
Andreas.
- Forwarded message from Debian Bug Tracking System
-
Date: Sun, 15 Jan 2012 02:30:04 +
From: Debian Bug Tracking System
To: Luca Falavigna
Cc: Debian Med Packaging Team
Subject: Processed: unarchiving 648705
Andreas Tille (13/12/2011):
> Hi BSD-Porters,
>
> I would like to get rid of bug #621887. Do you have any hint for a
> proper fix?
See your configure.in's *linux*) match. You want to be matching
GNU/kFreeBSD here too (see config.{guess,sub} on kfreebsd-*). There
might be other parts of it where
Hi BSD-Porters,
I would like to get rid of bug #621887. Do you have any hint for a
proper fix?
Kind regards
Andreas.
--
http://fam-tille.de
--
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Arc
Hi, I have same problem.
I use PLANEX GW-USMicroN usb wireless adapter.
I install firmware-ralink.
But
could not load firmware...
On Tue, 6 Dec 2011 20:34:15 -0500 (EST)
Benjamin Kaduk wrote:
> On Mon, 5 Dec 2011, mimo wrote:
>
> > Hi I've installed kfreebsd on a partition of my T61. It works
On Mon, 5 Dec 2011, mimo wrote:
Hi I've installed kfreebsd on a partition of my T61. It works ok so far
but when I try to start wireless I get an error about missing firmware
for my Intel 4965 card:
iwn4965fw: could not load firmware image, error 2
iwn0: iwn_read_firmware: could not load firm
Hi I've installed kfreebsd on a partition of my T61. It works ok so far but
when I try to start wireless I get an error about missing firmware for my Intel
4965 card:
iwn4965fw: could not load firmware image, error 2
iwn0: iwn_read_firmware: could not load firmare image "iwn4965fw"
Hi Dave,
Dave Airlie (07/02/2011):
> fb03510738e80716068a193a4078814d0e801120
>
> needs to be cherry-picked back at a guess.
thanks! Builds fine again now.
Petr, thanks anyway.
KiBi.
signature.asc
Description: Digital signature
> >
> > >xorg-server 1.9 build-depends on mesa with a version higher than the
> > >one available in sid, and both mesa 7.9 and 7.10 FTBFS on non-Linux
> > >for now.
> >
> > The FTBFS (on kfreebsd-amd64) is due to need of
> > radeon_gem_get_kernel_name(), which is provided by libdrm-radeon1 on
>
Cc:ing airlied
On Mon, Feb 7, 2011 at 11:59:54 +0100, Petr Salinger wrote:
> Hi.
>
> >xorg-server 1.9 build-depends on mesa with a version higher than the
> >one available in sid, and both mesa 7.9 and 7.10 FTBFS on non-Linux
> >for now.
>
> The FTBFS (on kfreebsd-amd64) is due to need of
> ra
Hi.
xorg-server 1.9 build-depends on mesa with a version higher than the
one available in sid, and both mesa 7.9 and 7.10 FTBFS on non-Linux
for now.
The FTBFS (on kfreebsd-amd64) is due to need of
radeon_gem_get_kernel_name(), which is provided by libdrm-radeon1 on
Linux. It suffices to ena
Hi folks,
xorg-server 1.9 build-depends on mesa with a version higher than the
one available in sid, and both mesa 7.9 and 7.10 FTBFS on non-Linux
for now. I'm not sure when I'll have time to work on fixing those
FTBFS, so I'd appreciate if somebody could have a look. You can send
patches to debia
Hi!
This is a short guide on how to build webcamd and a request for help.
webcamd is a port of Linux v4l drivers as a system daemon.
I'm tryng to get it working so that I can migrate my desktop someday.
Webcam support is mandatory or my sister will be upset ;-)
Here are my step
Hi!
This is a short guide on how to build webcamd and a request for help.
webcamd is a port of Linux v4l drivers as a system daemon. I'm tryng to get it
working so that I can migrate my desktop someday. Webcam support is mandatory
or my sister will be upset ;-)
Here are my steps:
1. In
Hi all,
Another call for help, this time about the debian-installer manual. Now
that we have a debian-installer more or less in a releasable state on
GNU/kFreeBSD, we also need to have a decent installation manual. There
is nothing to write from scratch, but rather updating sections that are
Hi all,
Our GNU/kFreeBSD web page [1] is quite outdated in addition of being
empty. We should start thinking about improving it.
It is probably possible to improve it using inspiration from other ports
and from the wiki. I think the website and the wiki are complementary:
the website should inclu
On Tue, May 25, 2010 at 11:03 AM, Cyril Brulebois wrote:
> Hi,
>
> Lior Kaplan (24/05/2010):
> > I need help with testing the suggested patch.
>
> once your patch applied, the package builds just fine.
>
> Great. Thanks for the check.
Kaplan
Hi,
Lior Kaplan (24/05/2010):
> I need help with testing the suggested patch.
once your patch applied, the package builds just fine.
Mraw,
KiBi.
signature.asc
Description: Digital signature
Hi Guys,
I'm the maintainer of efax-gtk. My recent upload FTBFS on kfreebsd-i386 and
kfreebsd-amd64.
I've talked with my upstream (CCed), and got a patch which might solve the
problem.
I need help with testing the suggested patch.
Thanks in advance.
Kaplan
>> Debian has ship
Guillem Jover wrote:
> This will imply a lose of functionality, also it seems to me the real
> problem is that there's no HAVE_*_OS macro being defined from
That is true. I am way out of my depth when you all are discussing
autoconf arcana. But I would be happy to apply a patch or put you in
tou
Please explicitely disable ACL and xattr,
idea build tested as shown bellow.
This will imply a lose of functionality,
In theory yes, in practice no.
salin...@io:~$ grep xattr /usr/include/gnu/stubs-32.h
#define __stub_fgetxattr
#define __stub_flistxattr
#define __stub_fremovexattr
#define _
Hi!
On Mon, 2010-02-22 at 19:53:26 +0100, Petr Salinger wrote:
> The error is shown in buildd log, but the build
> should bail out much earlier:
>
> Compiling acl.c
> acl.c: In function 'bacl_exit_code build_acl_streams(JCR*, FF_PKT*)':
> acl.c:1233: error: 'os_build_acl_streams' was not declared
Petr Salinger wrote:
> Please explicitely disable ACL and xattr,
> idea build tested as shown bellow.
Hi Petr,
Thank you very much for the help & patch. I believe that patch looks
good and will make a new upload incorporating it soon.
-- John
--
To UNSUBSCRIBE, email to debia
Bacula 5.0 is failing to build on both kfreebsd-i386 and amd64. It is
building fine on all other Debian architectures.
A couple of weird things here:
1) We're not getting an overt build failure, just the failure of a
program to actually be built (or placed in the expected location)
The error
Hi folks,
Bacula 5.0 is failing to build on both kfreebsd-i386 and amd64. It is
building fine on all other Debian architectures.
A couple of weird things here:
1) We're not getting an overt build failure, just the failure of a
program to actually be built (or placed in the expected location)
2
Am Montag, den 13.04.2009, 14:21 +0200 schrieb Felix Zielcke:
> Unfortunately even with `g_open (map[disk->id].device, 1)' it fails to
> open the device with errno = EPERM.
> And if I set write to 0 then of course grub-setup complains that it
> can't write to the device.
> Maybe I just upload a ne
Am Montag, den 13.04.2009, 14:08 +0200 schrieb Robert Millan:
> > This was recently fixed in upstream. According to Felix (CCed), grub-setup
> > still has trouble, though:
> >
> > grub-setup: error: cannot open `/dev/da0' in open_device()
>
> I don't have time to test this right now, but for
On Sun, Apr 12, 2009 at 04:54:47PM +0200, Robert Millan wrote:
> On Sun, Apr 05, 2009 at 07:54:22PM +0200, Axel Beckert wrote:
> > Hi,
> >
> > On Sun, Apr 05, 2009 at 07:29:00PM +0200, Robert Millan wrote:
> > > Recent versions of GRUB 2 can load the kernel directly. Something like
> > > this I t
On Sun, Apr 05, 2009 at 07:54:22PM +0200, Axel Beckert wrote:
> Hi,
>
> On Sun, Apr 05, 2009 at 07:29:00PM +0200, Robert Millan wrote:
> > Recent versions of GRUB 2 can load the kernel directly. Something like
> > this I think:
> >
> > freebsd /boot/kernel
> > fre
Petr Salinger (06/04/2009):
> User: glibc-bsd-de...@lists.alioth.debian.org
> Usertags: kfreebsd
>
> IMHO, we should still use usertag "kfreebsd" as majority bugs
> apllies to both of kfreebsd-i386 and kfreebsd-amd64 and porter set is the
> same for both.
Your rationales sound sane to me.
> Sho
You may have seen the announce [1], the first GNU/kFreeBSD packages have
reached the archive. Let me explain you how the integration will happen:
Many thanks to both Aurelien and Joerg.
Don't hesitate to help, e.g. by sending patches. If you have commit
access to the SVN, you can
Hi,
On Sun, Apr 05, 2009 at 07:29:00PM +0200, Robert Millan wrote:
> Recent versions of GRUB 2 can load the kernel directly. Something like
> this I think:
>
> freebsd /boot/kernel
> freebsd_loadenv /boot/devices.hints
> set FreeBSD.vfs.root.mountf
On Sun, Apr 05, 2009 at 06:11:48PM +0200, Aurelien Jarno wrote:
>We also have to
>get rid of freebsd-hackedutils, and port kfreebsd-loader.
Hi,
Recent versions of GRUB 2 can load the kernel directly. Something like
this I think:
freebsd /boot/kernel
freeb
ssues to reach the release
requirements for squeeze.
Don't hesitate to help, e.g. by sending patches. If you have commit
access to the SVN, you can also commit directly. And if you are a Debian
Developer, don't hesitate to do porter NMUs [3].
Cheers,
Aurelien
[1] http://lists.debian.o
Hi.
I managed to build kfreebsd-8 (on kfreebsd-i386).
In the attached ls.txt there are all packages built (there are no
amd64 packages: is it ok?).
I haven't tried to install and run it yet.
I committed my work to svn.
I didn't commit debian/changelog because I can't write it.
Can you please re
Dear people,
I am the maintainer of hfsprogs, which is a package taken from Apple's
Darwin code that provides a mkfs.hfs{,plus} and, more importantly,
fsck.hfs{,plus}.
Unfortunately, the present version has problems not being 64-bit clean
and, as a result, I had to restrict the list of architectu
Hi,
Cyril Brulebois, le Mon 06 Aug 2007 11:51:27 +0200, a écrit :
> +++ pam-0.99.7.1/Linux-PAM/modules/pam_limits/pam_limits.c2007-08-06
> 09:02:19.0 +
> @@ -14,7 +14,7 @@
> */
>
> #if !defined(linux) && !defined(__linux)
> -#error THIS CODE IS KNOWN TO WORK ONLY ON LINUX !!!
Roger Leigh <[EMAIL PROTECTED]> (05/08/2007):
> The same considerations may also apply to the FreeBSD ports. It might
> just build, but it might need some tweaking.
Hi again.
As discussed on IRC, the #error thing is quite strange. Either use
#warning (used in my patch) or use some autotools magi
Roger Leigh <[EMAIL PROTECTED]> (05/08/2007):
> The same considerations may also apply to the FreeBSD ports. It
> might just build, but it might need some tweaking.
Hi Roger,
thanks for the notice. And indeed there is some work needed, see the
attached build log (in an uptodate kfreebsd-i386 chr
Hi folks,
The latest upstream PAM release has been packaged and uploaded to
experimental. Packaging this for Debian involved extensive manual
patch re-diffing due to the large number of upstream changes. As a
result, some of the Hurd patches have been dropped completely--I
didn't know if they st
I am a grandmother raising her two grandchildren. In
June of 2003 I became very ill and in February 2004 had surgery. I have
always worked all my life and am on social security due to disability and
illness. Because the children are my grands I qualify for no help.
We are the only
On Wed, Aug 24, 2005 at 10:13:24AM +0800, Jett Tayer wrote:
> im no programmer but id like to help and join this project
Start by installing the system and trying to make it work for you. Only by
doing that you're already helping.
After that you can learn to hack with it and do othe
im no programmer but id like to help and join this project
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
led and fiddled around with
> a little (it won't become primary os until kde's supported, but it seems
> very stable and i like the concept of gnu/bsd system very much). i'd like
> to know how i can help the project i can code c++ more or less well,
> but havent d
os until kde's supported, but it seems very stable and i like the concept of gnu/bsd system very much). i'd like to know how i can help the project i can code c++ more or less well, but havent done any packaging in debian before. maybe someone could point me at some good tutorials and tell
On Mon, May 26, 2003 at 10:00:03AM -0600, Joel Baker wrote:
> On Mon, May 26, 2003 at 10:43:26PM +1000, Daniel Stone wrote:
> > You're getting this mail because *BSD doesn't yet support XFree86 4.3.0.
> > As you may or may not know, I have been preparing 4.3.0 packages for some
> > time now, which
On Mon, May 26, 2003 at 10:43:26PM +1000, Daniel Stone wrote:
> Hi guys!
>
> You're getting this mail because *BSD doesn't yet support XFree86 4.3.0.
> As you may or may not know, I have been preparing 4.3.0 packages for some
> time now, which are soon to become the official packages (an
> xfree86
Hi guys!
You're getting this mail because *BSD doesn't yet support XFree86 4.3.0.
As you may or may not know, I have been preparing 4.3.0 packages for some
time now, which are soon to become the official packages (an
xfree86_4.3.0-0pre1v1 source package from the XSF is expected soonish).
Unfortun
On Sat, May 17, 2003 at 11:48:32PM -0300, Matias wrote:
> Helo:
> I have a debian machine runing for 4/5 years, and a month ago I decided
> to try
> te FreeBSD flavor of Debian. But when I try to find informatin about it, it
> wasn't too much, so I instaled FreeBSD, hoping that I will be abl
Helo:
I have a debian machine runing for 4/5 years, and a month ago I decided
to try
te FreeBSD flavor of Debian. But when I try to find informatin about it, it
wasn't too much, so I instaled FreeBSD, hoping that I will be able to debianize
my FreeBSD box once I get used of the things rela
FYI: Even if both efforts to marry *BSD and Debian are different
and OpenBSD != NetBSD, I still feel that debian-bsd is the proper
list for discussions, hence, it's forwarded.
Good work btw.
Regards,
Joey
Andreas Schuldei wrote:
> On http://pandora.debian.org/~andreas/obsd are the too
.
>
> I seem to have been outted.
>
> At any rate: Yes, I was working on the apt-get segfault. I don't have
> much in the way of progress to report. It would help greatly if I
> could get a look at the source which the apt-get I am using was built
> from. If I can't get that, I am going to have to redo the work to port
> apt.
On Sun, Jan 20, 2002 at 12:09:46PM -0500, Richard Tibbetts wrote:
> At any rate: Yes, I was working on the apt-get segfault. I don't have
> much in the way of progress to report. It would help greatly if I
> could get a look at the source which the apt-get I am using was built
>
don't have
much in the way of progress to report. It would help greatly if I
could get a look at the source which the apt-get I am using was built
from. If I can't get that, I am going to have to redo the work to port
apt.
Mattew: Is it possible to do some kind of source upload, no matter how
1 - 100 of 109 matches
Mail list logo