Page 1 of 1

05-devel.xzm

Posted: 28 Jan 2018, 01:07
by Jack
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?

05-devel.xzm

Posted: 28 Jan 2018, 03:31
by ncmprhnsbl
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

05-devel.xzm

Posted: 28 Jan 2018, 10:31
by brokenman
http://packages.slackware.com

Search for "kernel" in current64 packages. You should find the slackware kernel headers package.

05-devel.xzm

Posted: 28 Jan 2018, 14:03
by Jack
You didn't look at that list close kernel headers was there. Here is a screen shot.
Image

05-devel.xzm

Posted: 28 Jan 2018, 15:40
by donald
@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

05-devel.xzm

Posted: 28 Jan 2018, 16:23
by Jack
@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.

05-devel.xzm

Posted: 28 Jan 2018, 20:59
by ncmprhnsbl
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

05-devel.xzm

Posted: 28 Jan 2018, 21:11
by Jack
That sound like a headache.

05-devel.xzm

Posted: 28 Jan 2018, 21:39
by wread
Be careful: gcc-7.2.0 will not work oftb, it asks for new dependencies and these new dependencies are broken....

05-devel.xzm

Posted: 28 Jan 2018, 22:16
by brokenman
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?

05-devel.xzm

Posted: 28 Jan 2018, 22:41
by Jack
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.