DKMS don't compile headers

2024-08-23 Thread junior Disroot
Hi dears! I'm reporting a problem with NVIDIA (probably) and headers kernel. But, is happening at three weeks at least. In annex, you will find a log DKMS file, that are "/var/lib/dkms/xtrx/0.0.1+git20190320.5ae3a3e-3.5/build/make.log" Thank you, guys. Building module: Cleaning build

Re: Error trying to compile kernel!

2023-02-20 Thread tv.debian
: error: debian/rules binary subprocess returned exit status 2 make[1]: *** [scripts/Makefile.package:86: bindeb-pkg] Error 2 make: *** [Makefile:1636: bindeb-pkg] Error 2 There is very little info there to go by. Try running the compile in a more verbose mode (e.g. add option -V=1 to your make or

Re: Error trying to compile kernel!

2023-02-20 Thread Greg Wooledge
rules:7: build-arch] Error 2 > > dpkg-buildpackage: error: debian/rules binary subprocess returned exit > > status 2 > > make[1]: *** [scripts/Makefile.package:86: bindeb-pkg] Error 2 > > make: *** [Makefile:1636: bindeb-pkg] Error 2 > > There is very little info there to go

Re: Error trying to compile kernel!

2023-02-19 Thread tomas
On Sun, Feb 19, 2023 at 03:13:40PM -0700, 43i3 Adam wrote: > hi, please a need help i never had this kind of error compile my own > kernel. please you can find there the version of kernel and the command > line a use for that. thanks ... > > kernel version: linux-6.1.12 &g

Error trying to compile kernel!

2023-02-19 Thread 43i3 Adam
hi, please a need help i never had this kind of error compile my own kernel. please you can find there the version of kernel and the command line a use for that. thanks ... kernel version: linux-6.1.12 os type: 64-bit processors: intel i5 .2.7 gcc version 10.2.1 20210110 (Debian 10.2.1-6) the

X server crashes when changing font size in LibreOffice / 'Failed to compile FS'

2023-02-12 Thread Stefan Pietsch
0.log: ### [ 331.177] Failed to compile FS: 0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES [ 331.177] Program source: #version 130 #ifdef GL_ES precision mediump float; #endif #define RepeatNone0 #define RepeatN

Re: Chemfig Latex compile program

2021-10-11 Thread lina
Hi Jerome, Hi Curt, Thanks for the input, I changed the \setdoublesep{0.2 em} % 'Bond Spacing' \setatomsep{1.45 em}% 'Fixed Length' \setbondoffset{0.1 em} % 'Margin Width' \newcommand{\bondwidth}{0.08 em} % 'Line Width' \setbondstyle{line width = \bondwidth} \setcrambond{2pt}{}{} to \setche

Re: Chemfig Latex compile program

2021-10-08 Thread Curt
On 2021-10-08, lina wrote: > > *l.24 \setdoublesep {0.2 em} % 'Bond Spacing'* > > I'm reading that the '\setdoublesep' macro is obsolete and has been replaced by '\setchemfig{}'. Maybe this has something to do with the error being thrown. https://ctan.org/ctan-ann/id/mailman.2

Re: Chemfig Latex compile program

2021-10-08 Thread Jerome BENOIT
Hello Lina, can you provide a more minimal sample that reproduce the error ? Best wishes, Jerome On 08/10/2021 15:59, lina wrote: Hi, When I updated the system, the following .tex code does not work, it shows the error likes this: (/usr/share/texlive/texmf-dist/tex/latex/chemformula/chemformu

Chemfig Latex compile program

2021-10-08 Thread lina
Hi, When I updated the system, the following .tex code does not work, it shows the error likes this: (/usr/share/texlive/texmf-dist/tex/latex/chemformula/chemformula.sty (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty)

Re: nvidia-340xx package fails to compile

2021-05-12 Thread Hans
Am Mittwoch, 12. Mai 2021, 19:21:35 CEST schrieb Richmond: Thnink from debian itself. Found them on the debian repo. I used my browser and followed with it to the url of the repos. There were the packages. Best Hans > Hans writes: > > 340.108-10-*bpo* > > > > and Volila, they build like a c

Re: nvidia-340xx package fails to compile

2021-05-12 Thread Richmond
Hans writes: > > 340.108-10-*bpo* > > and Volila, they build like a charme and working without any problems. > Where did those come from? I thought nvidia was abandoning support for these, which is why I switched to debian, I want to stay with the 4 kernel as long as possible.

nvidia-340xx package fails to compile

2021-05-12 Thread Hans
Hi folks, those who like just hassle hours and hours with nvidia-340xx-kernel builds, please note, that the version 340.108-3 does NOT build on kernel-version 5.10.0-6-amd64. No chance! Also the official NVidia-*.run does NOT build! However, I downloaded manually all (still not official in th

Re: Cannot compile qemu

2021-01-03 Thread tomas
On Sat, Jan 02, 2021 at 07:57:02PM +0100, Kamil Jońca wrote: > > I tried to compile qemu by myself (this is not the first time). > I issued > %sudo apt-get build-dep qemu > %apt-get source qemu > and then > in qemu directory > %debuild -us -uc -b > claims about header f

Re: Cannot compile qemu

2021-01-03 Thread deloptes
ompilation terminated. > > any hints? Hi, I compiled qemu debian packages customized (basically removing all the stuff and architectures I do not need) few weeks ago. I used qemu (svn/git) source and debian packaging for buster. To compile the default setup you need a lot of cross-compile tool

Cannot compile qemu

2021-01-02 Thread Kamil Jońca
I tried to compile qemu by myself (this is not the first time). I issued %sudo apt-get build-dep qemu %apt-get source qemu and then in qemu directory %debuild -us -uc -b claims about header files: [...] cc -fPIE -DPIE -std=gnu99 -Wall -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64

Re: Debian 9.13 perl-5.24-1 compile from source dist/Time-HiRes Warning: No Makefile!

2020-10-01 Thread David
On Thu, 1 Oct 2020 at 07:11, David Christensen wrote: > On 2020-09-30 03:31, David wrote: > > On Wed, 30 Sep 2020 at 14:57, David Christensen > > wrote: > >> I have installed the source code for the 'perl' package: > >> $ apt-get source perl > I read: > debian/README.Debian > debian/Documentat

Re: Debian 9.13 perl-5.24-1 compile from source dist/Time-HiRes Warning: No Makefile!

2020-09-30 Thread David Christensen
On 2020-09-30 14:28, Greg Wooledge wrote: On Wed, Sep 30, 2020 at 05:24:37PM -0400, Greg Wooledge wrote: On Wed, Sep 30, 2020 at 02:11:11PM -0700, David Christensen wrote: Unfortunately, none provide simple instructions for building on Debian. Is that what you want? https://www.debian.org/do

Re: Debian 9.13 perl-5.24-1 compile from source dist/Time-HiRes Warning: No Makefile!

2020-09-30 Thread Greg Wooledge
On Wed, Sep 30, 2020 at 05:24:37PM -0400, Greg Wooledge wrote: > On Wed, Sep 30, 2020 at 02:11:11PM -0700, David Christensen wrote: > > Unfortunately, none provide simple instructions for building on Debian. > > Is that what you want? > > https://www.debian.org/doc/manuals/maint-guide/ It occurs

Re: Debian 9.13 perl-5.24-1 compile from source dist/Time-HiRes Warning: No Makefile!

2020-09-30 Thread Greg Wooledge
On Wed, Sep 30, 2020 at 02:11:11PM -0700, David Christensen wrote: > Unfortunately, none provide simple instructions for building on Debian. Is that what you want? https://www.debian.org/doc/manuals/maint-guide/

Re: Debian 9.13 perl-5.24-1 compile from source dist/Time-HiRes Warning: No Makefile!

2020-09-30 Thread David Christensen
ise what those might be. I wish to debug the Data::Dumper library installed with the 'perl' package on Debian 9. When I attempt to compile the package per the instructions in INSTALL: I know nothing about Perl, but having rebuilt quite a number of Debian source packages I can offe

Re: Debian 9.13 perl-5.24-1 compile from source dist/Time-HiRes Warning: No Makefile!

2020-09-30 Thread David
On Wed, 30 Sep 2020 at 14:57, David Christensen wrote: > I have installed the source code for the 'perl' package: > > $ apt-get source perl Ok. You haven't yet said why though, so our suggestions can't be tailored to your goals until you advise what those might be.

Debian 9.13 perl-5.24-1 compile from source dist/Time-HiRes Warning: No Makefile!

2020-09-29 Thread David Christensen
debian-user: I have a computer with Debian: $ cat /etc/debian_version ; uname -a 9.13 Linux tinkywinky 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64 GNU/Linux I have installed the source code for the 'perl' package: $ apt-get source perl When I attempt to c

Re: Util-linux 2.33.2 cross-compile for arm64

2019-06-13 Thread deloptes
Mihamed Hammouda wrote: > I'm trying to cross-compile util-linux 2.33.2 for an arm64 device, make > command work fine but install no, this is the error: > libtool:   error: error: relink 'libblkid.la' with the above command > before installing it > Makefile:58

Util-linux 2.33.2 cross-compile for arm64

2019-06-13 Thread Mihamed Hammouda
Hi, I'm trying to cross-compile util-linux 2.33.2 for an arm64 device, make command work fine but install no, this is the error: libtool: error: error: relink 'libblkid.la' with the above command before installing it Makefile:5836: recipe for target 'install-usrlib_execLTLI

Re: Setting up a chroot on a Jessie system to compile a program using sid

2018-12-08 Thread David Christensen
send me a binary which does work on my Jessie system, but, never-the-less, I plan to start experimenting with either a chroot or VM environment to run either sid or a recent Ubuntu release so that I can compile / build the binary myself. The machine I want to do this on does not have any unallocated

Re: Setting up a chroot on a Jessie system to compile a program using sid

2018-12-08 Thread Carl Fink
On 12/8/18 9:21 AM, rhkra...@gmail.com wrote: On Saturday, December 08, 2018 02:59:15 AM Alexander V. Makartsev wrote: You are over-complicating things. I can believe that ;-) You can build chroot in just a separate folder using debootstrap. Ahh, ok, then that is almost surely what I'll try

Re: Setting up a chroot on a Jessie system to compile a program using sid

2018-12-08 Thread Alexander V. Makartsev
On 08.12.2018 19:21, rhkra...@gmail.com wrote: > Ahh, ok, then that is almost surely what I'll try at least at first. > > Looking ahead, if I later want to experiment with real VMs, do they need to > be > on separate partitions or can they also just be in separate folders? > > And if they can be

Re: Setting up a chroot on a Jessie system to compile a program using sid

2018-12-08 Thread Roberto C . Sánchez
On Sat, Dec 08, 2018 at 09:21:33AM -0500, rhkra...@gmail.com wrote: > > Looking ahead, if I later want to experiment with real VMs, do they need to > be > on separate partitions or can they also just be in separate folders? > Every VM solution that I can think of supports using disk image files

Re: Setting up a chroot on a Jessie system to compile a program using sid

2018-12-08 Thread rhkramer
On Saturday, December 08, 2018 02:59:15 AM Alexander V. Makartsev wrote: > You are over-complicating things. I can believe that ;-) > You can build chroot in just a > separate folder using debootstrap. Ahh, ok, then that is almost surely what I'll try at least at first. Looking ahead, if I lat

Re: Setting up a chroot on a Jessie system to compile a program using sid

2018-12-07 Thread Alexander V. Makartsev
programmer has been able to send me a binary which does work on my > Jessie system, but, never-the-less, I plan to start experimenting with either > a chroot or VM environment to run either sid or a recent Ubuntu release so > that I can compile / build the binary myself. > > The mac

Re: Setting up a chroot on a Jessie system to compile a program using sid

2018-12-07 Thread Andy Smith
Hi, On Fri, Dec 07, 2018 at 10:36:43PM -0500, rhkra...@gmail.com wrote: > One of the partitions I could free up is 16 GB, the other is 54 GB -- I'd > rather free up and use the smaller one, but I'm wondering if that will be big > enough? I would be amazed if 16GB wasn't enough. All you'll be do

Setting up a chroot on a Jessie system to compile a program using sid

2018-12-07 Thread rhkramer
ystem, but, never-the-less, I plan to start experimenting with either a chroot or VM environment to run either sid or a recent Ubuntu release so that I can compile / build the binary myself. The machine I want to do this on does not have any unallocated partitions / disk space. There are two

Re: How to compile color database?

2017-11-09 Thread Fred
On 11/08/2017 10:30 PM, Richard Hector wrote: On 09/11/17 11:41, Fred wrote: Hello, After editing /usr/share/X11/rgb.txt what program needs to run to recompile the color database? According to google it should be rgb < rgb.txt but the rgb program is nowhere to be found. Is it necessary? An ol

Re: How to compile color database?

2017-11-08 Thread Richard Hector
On 09/11/17 11:41, Fred wrote: > Hello, > > After editing /usr/share/X11/rgb.txt what program needs to run to > recompile the color database? > > According to google it should be rgb < rgb.txt but the rgb program is > nowhere to be found. Is it necessary? An old manpage for xorg.conf: ftp://www

How to compile color database?

2017-11-08 Thread Fred
Hello, After editing /usr/share/X11/rgb.txt what program needs to run to recompile the color database? According to google it should be rgb < rgb.txt but the rgb program is nowhere to be found. Best regards, Fred Boatwright

Re: compile problem on older program

2017-10-29 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Oct 29, 2017 at 11:53:22AM +0100, Thomas Schmitt wrote: > Hi, > > to...@tuxteam.de wrote: > > https://gcc.gnu.org/onlinedocs/gcc/Nested-Functions.html > > But my example code has no nested functions. > The two functions are disjoint. The main

Re: compile problem on older program

2017-10-29 Thread Thomas Schmitt
Hi, to...@tuxteam.de wrote: > https://gcc.gnu.org/onlinedocs/gcc/Nested-Functions.html But my example code has no nested functions. The two functions are disjoint. The main() function only contains a type declaration by function prototype, not the function body. I can change the code to plain K&

Re: compile problem on older program

2017-10-29 Thread tomas
{ >return (x != 1); > } > int main() > { >static int bla(int x); >return(bla(0)); > } > > yields > > t.c: In function ‘main’: > t.c:19:13: error: invalid storage class for function ‘bla’ > static int bla(int x); >^

Re: compile problem on older program

2017-10-28 Thread Fred
ine 821 doesn't fix it, please post the complete source tarball so that we can dig deeper. Regards, -Roberto Hi, Removing line 821 did appear to allow the whole program to compile. A preliminary test has problems with the scroll bars but there is a resource file that may allow that to be

Re: compile problem on older program

2017-10-28 Thread Thomas Schmitt
storage class for function ‘bla’ static int bla(int x); ^ The compile time error vanishes if i move the declaration out of the function, or if i remove the "static", or if i remove the declaration completely (as it is surplus in both programs, mine and Fred's).

Re: compile problem on older program

2017-10-28 Thread Roberto C . Sánchez
On Sat, Oct 28, 2017 at 01:55:54PM -0700, Fred wrote: > Hi, > The source is at https://www.pastebin.com/X4a4p9U2 > > There are many similar lines with static keyword which the compiler didn't > complain about. > Except that every other line with the static keyword in that file is a proper functi

Re: compile problem on older program

2017-10-28 Thread Fred
On 10/28/2017 09:50 AM, Roberto C. Sánchez wrote: On Sat, Oct 28, 2017 at 09:29:16AM -0700, Fred wrote: Hello, I need to compile an older program and have a compile error. How can I resolve this? Unfortunately I am not a C programmer although I do assembler programming. Here is the output

Re: compile problem on older program

2017-10-28 Thread Roberto C . Sánchez
On Sat, Oct 28, 2017 at 09:29:16AM -0700, Fred wrote: > Hello, > > I need to compile an older program and have a compile error. How can I > resolve this? Unfortunately I am not a C programmer although I do assembler > programming. > > Here is the output of make: >

compile problem on older program

2017-10-28 Thread Fred
Hello, I need to compile an older program and have a compile error. How can I resolve this? Unfortunately I am not a C programmer although I do assembler programming. Here is the output of make: making all in ./src... make[1]: Entering directory '/opt/pcb-1.6.3p/src' gcc -m32 -

Re: moderncv class does not compile in Debian Stretch

2017-07-18 Thread Felipe Salvador
On Mon, Jul 17, 2017 at 08:29:46PM +, Andrea Neroni wrote: > > > > > Is it really required? > > > Don't know, that's why I'm asking. > > > I have no such lines in my .tex file, I'm starting to wondering "Is it > > your (or mine!) template up to date?" or "Did your template contain > > som

Re: moderncv class does not compile in Debian Stretch

2017-07-17 Thread Andrea Neroni
> Is it really required? Don't know, that's why I'm asking. > I have no such lines in my .tex file, I'm starting to wondering "Is it > your (or mine!) template up to date?" or "Did your template contain > something that prevents compilation". I've found mine here: > > www.ivanbortolin.it/?p=

Re: moderncv class does not compile in Debian Stretch

2017-07-17 Thread Felipe Salvador
On Sat, Jul 15, 2017 at 06:53:44PM +, Andrea Neroni wrote: > Hello everybody, > I used to have a personal cv written using the moderncv class from the > package texlive-latex-extra, > compiled using pdflatex. After upgrading to Stretch it seems that moderncv > class is using > /usr/share/texl

Re: moderncv class does not compile in Debian Stretch

2017-07-16 Thread Andrea Neroni
> Where did you found this error? pdflatex output or *.log?> I have the same > error in the *.log file but it is not prevent pdflatex > form building the related .pdf. Thanks for the answers. The error is in pdflatex output, the pdf is never generated. I looked at an old log from previous comp

Re: moderncv class does not compile in Debian Stretch

2017-07-16 Thread Felipe Salvador
On Sat, Jul 15, 2017 at 06:53:44PM +, Andrea Neroni wrote: > Hello everybody, > I used to have a personal cv written using the moderncv class from the > package texlive-latex-extra, > compiled using pdflatex. After upgrading to Stretch it seems that moderncv > class is using > /usr/share/texl

Re: moderncv class does not compile in Debian Stretch

2017-07-15 Thread deloptes
Andrea Neroni wrote: > Now, to my questions. Why is Xelatex now required, what changed in the > class? > > How can I solve the latter error? I believe it could be a bug in the > moderncv class, should I report it to package maintainers? Something I learned about latex - never touch a running sys

moderncv class does not compile in Debian Stretch

2017-07-15 Thread Andrea Neroni
Hello everybody, I used to have a personal cv written using the moderncv class from the package texlive-latex-extra, compiled using pdflatex. After upgrading to Stretch it seems that moderncv class is using /usr/share/texlive/texmf-dist/tex/latex/fontawesome/fontawesome.sty that in turn uses /us

Re: Unable to compile newest emacs with gnutls

2017-04-30 Thread Harry Putnam
Harry Putnam writes: [...] Reco writes: [...] > ... >> I suspect it might be the dev pkgs that is needed: >> >> libgnutls-dev > > Indeed, but not this one. Not unless you're using wheezy. > > >> But when I try to install it, I run into a complicated dependency >> problem I don't know how

Re: Unable to compile newest emacs with gnutls

2017-04-30 Thread Sven Joachim
On 2017-04-30 10:08 -0400, Harry Putnam wrote: > Attempting to build latest emacs I run into a problem gnutls not being > available. > > ./configure --prefix=/usr/local/src/vcs/git/test --with-x=yes >--with-x-toolkit=athena --with-imagemagick >--with-gpm --with-sound=no >

Re: Unable to compile newest emacs with gnutls

2017-04-30 Thread Reco
Hi. On Sun, 30 Apr 2017 10:08:25 -0400 Harry Putnam wrote: > Attempting to build latest emacs I run into a problem gnutls not being > available. > > ./configure --prefix=/usr/local/src/vcs/git/test --with-x=yes >--with-x-toolkit=athena --with-imagemagick >--with-g

Unable to compile newest emacs with gnutls

2017-04-30 Thread Harry Putnam
m not even sure that is the missing pkg to allow emacs to compile with gnutls... Hopefully someone here will have experience compiling emacs from source and will know or have a good idea what needs to be done here.

Re: How to upgrade / compile an ARM kernel?

2016-12-12 Thread Robert Latest
Thanks for the tip, I'll take my question next door.

Re: How to upgrade / compile an ARM kernel?

2016-12-12 Thread Eike Lantzsch
On Monday, 12 December 2016 14:20:45 PYST Robert Latest wrote: > Hi all, > > I have this old hardkernel odroid-u2 chugging away as a slow but > reliable mediaserver. It's a few years old and uses a Debian Wheezy I > downloaded from Hardkernel's site. > > I now wanted to connect a two-bay USB/SAT

How to upgrade / compile an ARM kernel?

2016-12-12 Thread Robert Latest
Hi all, I have this old hardkernel odroid-u2 chugging away as a slow but reliable mediaserver. It's a few years old and uses a Debian Wheezy I downloaded from Hardkernel's site. I now wanted to connect a two-bay USB/SATA adapter, but the odroid only sees one of the drives. Maybe it's something e

Re: Update to Sid, and cannot compile Nvidia module; PIC mode?

2016-10-29 Thread Will
Hey Dirk. Thank you! That worked, it compiles! And I don't have to get my hands dirty with a patch. :) On Fri, Oct 28, 2016 at 9:11 PM, Dirk Laebisch wrote: > > Anyone else run into this on Sid very recently? Any hints or pointers? > > Yup. > Providing some compile

Re: Update to Sid, and cannot compile Nvidia module; PIC mode?

2016-10-28 Thread Jimmy Johnson
On 10/28/2016 08:11 PM, Dirk Laebisch wrote: Anyone else run into this on Sid very recently? Any hints or pointers? Yup. Providing some compile flags in: /usr/src/linux/Makefile around line 614 fixed it for me. 614 # force no-pie for distro compilers that enable pie by default 615

Re: Update to Sid, and cannot compile Nvidia module; PIC mode?

2016-10-28 Thread Dirk Laebisch
> Anyone else run into this on Sid very recently? Any hints or pointers? Yup. Providing some compile flags in: /usr/src/linux/Makefile around line 614 fixed it for me. 614 # force no-pie for distro compilers that enable pie by default 615 KBUILD_CFLAGS += $(call cc-option, -fno-pie)

Re: Update to Sid, and cannot compile Nvidia module; PIC mode?

2016-10-28 Thread Jörg-Volker Peetz
Will wrote on 10/28/16 17:21: > Greetings, > > I usually have to run the NVIDIA installer after a kernel update, but > something has changed that has broken the process to build the > proprietary Nvidia kernel module. I've searched around a bit on the > Intarwebs before coming to the list, so her

Update to Sid, and cannot compile Nvidia module; PIC mode?

2016-10-28 Thread Will
-graphics-drivers-361/+bug/1574838 and https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1574982?comments/19 >From Comment #19, if I add this to the Kbuild file included with the Nvidia installer, it might compile: EXTRA_CFLAGS += -fno-pie -fno-stack-protector So, I unpack the Nvidia instal

Re: [Xcb] x11 static compile fail

2016-06-10 Thread Uli Schlachter
Am 07.06.2016 um 00:54 schrieb Rafi Rubin: > Compiling a static x11 program fails using the output of: > pkg-config --static --libs x11 > > The problem appears to be -lpthread shows up only before -lxcb. There's > something a bit odd in the pkg-config files. x11.pc has pthread in > Libs.pr

x11 static compile fail

2016-06-06 Thread Rafi Rubin
Compiling a static x11 program fails using the output of: pkg-config --static --libs x11 The problem appears to be -lpthread shows up only before -lxcb. There's something a bit odd in the pkg-config files. x11.pc has pthread in Libs.private, and xcb has pthread-stubs in Requires.private.

How to cross-compile a software from source on amd64 Debian system to all different architectures Debian supports without getting the libglib2.0-dev conflict in multiarch?

2015-08-10 Thread nurupo
Hi, My friend and I want to cross-compile a software from source code (not a Debian package) to pretty much all of the supported Debian architectures on a single machine. We installed Debian Jessie amd64 on the build machine and were able to build amd64 binaries with no surprises. The next task

Re: Re: how to compile kernel for raspberry

2015-07-05 Thread Abdelkader Belahcene
I mean, compiling on th raspberry pi takes a long time. so , I want to compile it raspbian kernel, on debian i386 machine et use a cross-compilation. I want to start from raspbian as a bse , and not from zero, and just to customize the raspbian. So i need the source of raspbian kernel and

Re: how to compile kernel for raspberry

2015-07-05 Thread ken
First thing: google it. I just did and found several very relevant pages. On 07/05/2015 08:02 AM, Abdelkader Belahcene wrote: thanks I understand this, but I want to compile it on debian i386 machine et use a cross-compilation: I download the source of the raspbian kernel ( I have to find

Re: how to compile kernel for raspberry

2015-07-05 Thread Lisi Reisz
On Sunday 05 July 2015 13:02:36 Abdelkader Belahcene wrote: > thanks I understand this, > > but I want to compile it on debian i386 machine et use a cross-compilation: > > I download the source of the raspbian kernel ( I have to find it first), > i want just customise this ker

Re: Re: how to compile kernel for raspberry

2015-07-05 Thread Abdelkader Belahcene
thanks I understand this, but I want to compile it on debian i386 machine et use a cross-compilation: I download the source of the raspbian kernel ( I have to find it first), i want just customise this kernel and not create a new kernel from bare metal and then compile it So i need the

Re: how to compile kernel for raspberry

2015-07-04 Thread Jari Fredriksson
On 3.7.2015 20.26, Glenn English wrote: On Jul 3, 2015, at 5:30 AM, Abdelkader Belahcene wrote: I want to recompile the raspbian, please where can I find help Have a look at the Google (etc.) searches from "debian kernel compile". Lots of good advice -- the first link, on m

Re: how to compile kernel for raspberry

2015-07-03 Thread Glenn English
On Jul 3, 2015, at 5:30 AM, Abdelkader Belahcene wrote: > I want to recompile the raspbian, please where can I find help Have a look at the Google (etc.) searches from "debian kernel compile". Lots of good advice -- the first link, on my computer, is "Compiling a Ne

Re: how to compile kernel for raspberry

2015-07-03 Thread Darac Marjal
On Fri, Jul 03, 2015 at 12:30:25PM +0100, Abdelkader Belahcene wrote: >Hi, >I installed  the rasbian on raspberry, it s ok > >Now, in order to customize the kernel, >I want to recompile  the raspbian, please where can I find  help > >for the compiling procedure. Is there some

how to compile kernel for raspberry

2015-07-03 Thread Abdelkader Belahcene
Hi, I installed the rasbian on raspberry, it s ok Now, in order to customize the kernel, I want to recompile the raspbian, please where can I find help for the compiling procedure. thanks a lot regards

Re: Busybox: compile statically?

2014-08-22 Thread antispammbox-debian
- Original Message - From: "antispammbox-debian" To: "debian-italian" ; "Darac Marjal" Sent: Monday, August 18, 2014 5:38 PM Subject: Re: Busybox: compile statically? - Original Message - From: "Darac Marjal" Newsgroups: linux.d

Re: Busybox: compile statically?

2014-08-20 Thread Tom H
On Sat, Aug 16, 2014 at 12:25 PM, antispammbox-debian wrote: > > How to compile busybox in static mode, adding some utility different from > the usual, -dd, cat, other,... -, example, partimage, with all the > dependencies, compress it, and install on a usb stick? You can get the D

Re: Busybox: compile statically?

2014-08-18 Thread Darac Marjal
On Sat, Aug 16, 2014 at 06:25:29PM +0200, antispammbox-debian wrote: > > Hi all > > How to compile busybox in static mode, adding some utility different from > the usual, -dd, cat, other,... -, example, partimage, with all the > dependencies, compress it, and install on a usb

Busybox: compile statically?

2014-08-16 Thread antispammbox-debian
Hi all How to compile busybox in static mode, adding some utility different from the usual, -dd, cat, other,... -, example, partimage, with all the dependencies, compress it, and install on a usb stick? Thanks Regards -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: Debian sid - kernel modules do not compile - too many open files

2014-06-28 Thread MRH
On 20/06/14 22:43, MRH wrote: Hi, Sorry - a bit long perhaps. But I have no idea what has happened and how should I fix the problem in a 'proper' way. The story: Recently I noticed a weird problem. I'm not sure when it has happened, but since some time the kernel modules

Debian sid - kernel modules do not compile - too many open files

2014-06-20 Thread MRH
Hi, Sorry - a bit long perhaps. But I have no idea what has happened and how should I fix the problem in a 'proper' way. The story: Recently I noticed a weird problem. I'm not sure when it has happened, but since some time the kernel modules do not compile / initramfs d

Re: How to compile Kernel 2.6.32 on Debian Wheezy?

2014-03-22 Thread Puneeth
Hi, I am facing the same issue as yours with respect to: drivers/net/igbvf/igbvf.h:128:15: error: duplicate member 'page' make[5]: *** [drivers/net/igbvf/ethtool.o] Error 1 make[4]: *** [drivers/net/igbvf] Error 2 make[3]: *** [drivers/net] Error 2 make[2]: *** [drivers] Error 2 make[1]: *** [de

Problem: make-jpkg usage to compile 'server-jre-7u45-linux-x64.tar.gz'

2013-12-17 Thread John W. Foster
I have compiled & installed the pakages below that I downloaded directly from Oracle; jdk-7u45-linux-x64.tar.gz jre-7u45-linux-x64.tar.gz However when I try to compile this one: server-jre-7u45-linux-x64.tar.gz I get a message saying it can not find the matching plugin & the com

Re: VirtualBox kernel mod compile fails

2013-12-12 Thread Lisi Reisz
On Wednesday 11 December 2013 21:53:18 Kent West wrote: > On 12/11/2013 03:47 PM, Kent West wrote: > > Looks like there may be a bug, as suggested by Ralf's first link: > >> https://forums.virtualbox.org/viewtopic.php?f=7&t=53126 > > > > I'll try Ralf's solution: > >> Likely a Debian related issue.

Re: VirtualBox kernel mod compile fails

2013-12-11 Thread Kent West
On 12/11/2013 03:47 PM, Kent West wrote: Looks like there may be a bug, as suggested by Ralf's first link: https://forums.virtualbox.org/viewtopic.php?f=7&t=53126 I'll try Ralf's solution: Likely a Debian related issue. I would use VirtualBox from https://www.virtualbox.org/wiki/Linux_Down

Re: VirtualBox kernel mod compile fails

2013-12-11 Thread Kent West
On 12/11/2013 03:24 PM, Reco wrote: Hi. On Wed, 11 Dec 2013 21:54:39 +0100 Ralf Mardorf wrote: On Thu, 2013-12-12 at 00:37 +0400, Reco wrote: DKMS should be able to build the modules for more or less every version of virtual box with more or less every kernel headers, as long as they are n

Re: VirtualBox kernel mod compile fails

2013-12-11 Thread Ralf Mardorf
PS: But I have all kinds of kernel releases installed, very old kernels latest kernel, with and without rt patch and dkms always builds the modules. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Arc

Re: VirtualBox kernel mod compile fails

2013-12-11 Thread Ralf Mardorf
On Thu, 2013-12-12 at 01:24 +0400, Reco wrote: > https://lkml.org/lkml/2011/10/6/317 Then I only but always had good luck. Because I share a VDI by different Linux distros installed on the same machine, I also don't upgrade VBox that often. One of several distros: warning: virtualbox: ignoring pa

Re: VirtualBox kernel mod compile fails

2013-12-11 Thread Reco
Hi. On Wed, 11 Dec 2013 21:54:39 +0100 Ralf Mardorf wrote: > On Thu, 2013-12-12 at 00:37 +0400, Reco wrote: > > DKMS should be able to build the modules for more or less every version > of virtual box with more or less every kernel headers, as long as they > are not years apart and as long as

Re: VirtualBox kernel mod compile fails

2013-12-11 Thread Reco
Hi. On Wed, 11 Dec 2013 21:54:39 +0100 Ralf Mardorf wrote: > On Thu, 2013-12-12 at 00:37 +0400, Reco wrote: > > DKMS should be able to build the modules for more or less every version > of virtual box with more or less every kernel headers, as long as they > are not years apart and as long as

Re: VirtualBox kernel mod compile fails

2013-12-11 Thread Ralf Mardorf
On Thu, 2013-12-12 at 00:37 +0400, Reco wrote: > Hi again. > > On Wed, 11 Dec 2013 14:31:54 -0600 > Kent West wrote: > > > Setting up virtualbox-dkms (4.1.18-dfsg-2+deb7u1) ... > … > > Building only for 3.11-0.bpo.2-amd64 > > You use backported kernel, but stock VirtualBox kernel module source

Re: VirtualBox kernel mod compile fails

2013-12-11 Thread Ralf Mardorf
On Wed, 2013-12-11 at 14:31 -0600, Kent West wrote: > error: ‘VM_RESERVED’ undeclared (first use in this function) https://forums.virtualbox.org/viewtopic.php?f=7&t=53126 Likely a Debian related issue. I would use VirtualBox from https://www.virtualbox.org/wiki/Linux_Downloads Regards, Ralf -

Re: VirtualBox kernel mod compile fails

2013-12-11 Thread Reco
Hi again. On Wed, 11 Dec 2013 14:31:54 -0600 Kent West wrote: > Setting up virtualbox-dkms (4.1.18-dfsg-2+deb7u1) ... … > Building only for 3.11-0.bpo.2-amd64 You use backported kernel, but stock VirtualBox kernel module source. This won't fly. To make it work, you should upgrade virtualbox a

VirtualBox kernel mod compile fails

2013-12-11 Thread Kent West
I have a new Dell that has a new network adapter that is not supported by the wheezy kernel (3.2), so I started my new install of Debian with a minimal jessie network installer, since it's kernel (3.11) does work with my network adapter. Once I got to a very minimal install, I changed my apt so

Re: How to compile Kernel 2.6.32 on Debian Wheezy?

2013-10-22 Thread Ralf Mardorf
If I compile patched kernels and something unneeded can't build, I simply disable it by the configuration. I don't know if it's possible in your case, but I would test it. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscrib

How to compile Kernel 2.6.32 on Debian Wheezy?

2013-10-22 Thread Benedikt Wildenhain
first tried to compile the vanilla kernel 2.6.32.11 with gcc-4.7 from Wheezy and using make-kpkg (with .config copied from linux-image-2.6.32-5-686). It failed compiling ptrace.c (the problem has already been described in https://lkml.org/lkml/2012/8/9/281). Using the patch from the linux-kernel

Re: virtualbox fails to compile module on 3.10

2013-10-15 Thread Nickolay Todoroff
On 10/13/2013 10:17 PM, recovery...@gmail.com wrote: > > http://packages.debian.org/wheezy-backports/virtualbox-dkms > http://packages.debian.org/wheezy-backports/virtualbox > > Reco > Thanks a lot Reco, this solved the problem. I installed it using: apt-get -t wheezy-backports install virt

Re: Re: virtualbox fails to compile module on 3.10

2013-10-13 Thread Gregory Nowak
On Sun, Oct 13, 2013 at 11:20:07AM +0200, Nickolay Todoroff wrote: > Dear Ralf, dear Hugo, > > I'm stuck with the same problem as Kent. I'm running on Wheezy with the > 3.10-0.bpo.3-amd64 kernel (backports). > > The problem is actually that the virtualbox versions (esp. the OSE one) > from the re

Re: virtualbox fails to compile module on 3.10

2013-10-13 Thread recoverym4n
Hi. On Sun, 13 Oct 2013 11:20:07 +0200 Nickolay Todoroff wrote: > I'm stuck with the same problem as Kent. I'm running on Wheezy with the > 3.10-0.bpo.3-amd64 kernel (backports). > > The problem is actually that the virtualbox versions (esp. the OSE one) > from the repositories do not work wit

Re: Re: virtualbox fails to compile module on 3.10

2013-10-13 Thread Nickolay Todoroff
Dear Ralf, dear Hugo, I'm stuck with the same problem as Kent. I'm running on Wheezy with the 3.10-0.bpo.3-amd64 kernel (backports). The problem is actually that the virtualbox versions (esp. the OSE one) from the repositories do not work with new kernels (newer than 3.2 as far as I checked). It

  1   2   3   4   5   6   7   8   9   10   >