05-devel.xzm

Technical issues/questions of an intermediate or advanced nature.
Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

05-devel.xzm

Post#1 by Jack » 28 Jan 2018, 01:07

I built kernel 4.14.15 and I am trying to build 05-devel.xzm I use these modules. Take a close look at the list.

Code: Select all

autoconf-2.69-noarch-1
automake-1.15.1-noarch-1
automoc4-0.9.88-x86_64-1
bigreqsproto-1.1.2-noarch-1
binutils-2.29.1-x86_64-1
bison-3.0.4-x86_64-1
cmake-3.10.0-x86_64-1
compositeproto-0.4.2-noarch-1
damageproto-1.2.1-noarch-1
dmxproto-2.3.1-noarch-1
dri2proto-2.8-x86_64-2
expat-2.2.5-x86_64-1
fixesproto-5.0-x86_64-2
fontcacheproto-0.1.3-noarch-1
fontsproto-2.1.3-noarch-1
gc-7.6.0-x86_64-1
gcc-7.2.0-x86_64-1
gcc-g++-7.2.0-x86_64-1
gd-2.2.4-x86_64-1
gettext-tools-0.19.8.1-x86_64-4
git-2.15.1-x86_64-1
glproto-1.4.17-noarch-1
gmp-6.1.2-x86_64-1
inputproto-2.3.2-noarch-1
intltool-0.51.0-x86_64-3
itstool-2.0.4-x86_64-1
kbproto-1.0.7-noarch-1
kernel-headers-4.14.15-x86-1
libmpc-1.0.3-x86_64-1
libpthread-stubs-0.4-noarch-1
libtool-2.4.6-x86_64-6
linuxdoc-tools-0.9.72-x86_64-4
m4-1.4.18-x86_64-1
make-4.2.1-x86_64-2
makedepend-1.0.5-x86_64-2
nasm-2.13.02-x86_64-1
pkg-config-0.29.2-x86_64-1
printproto-1.0.5-noarch-1
randrproto-1.5.0-noarch-1
recordproto-1.14.2-noarch-1
renderproto-0.11.1-noarch-1
resourceproto-1.2.0-noarch-1
scrnsaverproto-1.2.2-noarch-1
src2pkg-3.0-noarch-2
texinfo-6.5-x86_64-2
util-macros-1.19.1-noarch-1
videoproto-2.3.3-noarch-1
xcb-proto-1.12-x86_64-2
xcmiscproto-1.2.2-noarch-1
xextproto-7.3.0-x86_64-2
xf86bigfontproto-1.2.0-noarch-1
xf86dgaproto-2.1-noarch-1
xf86driproto-2.1.1-noarch-1
xf86miscproto-0.9.3-noarch-1
xf86vidmodeproto-2.3.1-noarch-1
xineramaproto-1.2.1-noarch-1
xproto-7.0.31-noarch-1
yasm-1.3.0-x86_64-1
My file is about 30 mb short what file is missing?
Last edited by Jack on 28 Jan 2018, 14:01, edited 1 time in total.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

05-devel.xzm

Post#2 by ncmprhnsbl » 28 Jan 2018, 03:31

most likely. you're missing the header files (/usr/include/*) that have been stripped from the base modules..
the easiest way to get them would be extract the existing 05-devel.xzm and get them from that..
even easier, would be to just copy the (new) kernel header files to the old 05-devel
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

05-devel.xzm

Post#3 by brokenman » 28 Jan 2018, 10:31

http://packages.slackware.com

Search for "kernel" in current64 packages. You should find the slackware kernel headers package.
How do i become super user?
Wear your underpants on the outside and put on a cape.

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

05-devel.xzm

Post#4 by Jack » 28 Jan 2018, 14:03

You didn't look at that list close kernel headers was there. Here is a screen shot.
Image
Last edited by Jack on 28 Jan 2018, 16:03, edited 1 time in total.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

donald
Full of knowledge
Full of knowledge
Posts: 2063
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

05-devel.xzm

Post#5 by donald » 28 Jan 2018, 15:40

@Jack
Your list lists 58 packages.
Compared with an existing devel module, which contained 59 packages,
"guile-2.0.14-x86_64-2" is missing..(at least)

EDIT
Just as a reminder, you can use the lsxzm command to check the contents
of a module.
lsxzm /path/to/module.xzm > /path/to/textfile.txt

e.g.
lsxzm /mnt/sda3/port-4.0/64/05-devel.xzm > /home/guest/Test/result.txt

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

05-devel.xzm

Post#6 by Jack » 28 Jan 2018, 16:23

@donald

I downloaded guile-2.2.3-x86_64-1.txz but still not enough. brokenman 05-devel 89.8mb and the one I built is 63.2mb so a lot is missing or I am doing it wrong.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

05-devel.xzm

Post#7 by ncmprhnsbl » 28 Jan 2018, 20:59

i weren't talking about kernel headers, just all the other ones..
ls /05-devel/usr/include/
ls /05-devel/usr/lib64/
*.h files and *.la files that come from 001 002 003
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

05-devel.xzm

Post#8 by Jack » 28 Jan 2018, 21:11

That sound like a headache.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

User avatar
wread
Module Guard
Module Guard
Posts: 1255
Joined: 09 Jan 2011, 18:48
Distribution: Porteus v5.0-kde-64 bits
Location: Santo Domingo
Contact:

05-devel.xzm

Post#9 by wread » 28 Jan 2018, 21:39

Be careful: gcc-7.2.0 will not work oftb, it asks for new dependencies and these new dependencies are broken....
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

05-devel.xzm

Post#10 by brokenman » 28 Jan 2018, 22:16

You're right, I didn't look close enough at your list. ncmprhnsbl is right, all header files are removed from the base modules and put into the 05_devel module. Why aren't you just using the official 05_devel module?
How do i become super user?
Wear your underpants on the outside and put on a cape.

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

05-devel.xzm

Post#11 by Jack » 28 Jan 2018, 22:41

That what I am going to use and right now it going to be the one in rc3.

I wanted to learn how to build 05-devel but it was going to be a headache.

Thanks everyone that was helping me.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

Post Reply