On ma, 2015-07-06 at 21:37 +0200, Espen Carlsen wrote:
> To sum it all up, without the change to mkspec, the package 'kernel
> -devel' package generated on an Ubuntu system is broken, as 
> '/lib/modules/4.1.0/build' points to a directory that will not be on 
> the server where the package is installed on:
> user@build-ubuntu:/srv/user/rpmbuild/RPMS/x86_64$ rpm -qplv 
> kernel-devel-4.1.0-1.x86_64.rpm
> lrwxrwxrwx    1 root    root                       35 Jul  4 18:31 
> /lib/modules/4.1.0/build -> /srv/user/rpmbuild/BUILD/kernel-4.1.0
> lrwxrwxrwx    1 root    root                       35 Jul  6 12:15 
> /lib/modules/4.1.0/source -> /srv/user/rpmbuild/BUILD/kernel-4.1.0
> drwxr-xr-x    2 root    root                        0 Jul  6 12:15 
> /usr/src/kernels/4.1.0

And you want this to read
lrwxrwxrwx    1 root    root                       35 Jul  4 18:31 
/lib/modules/4.1.0/build -> /usr/src/kernels/4.1.0
lrwxrwxrwx    1 root    root                       35 Jul  6 12:15 
/lib/modules/4.1.0/source -> /usr/src/kernels/4.1.0
drwxr-xr-x    2 root    root                        0 Jul  6 12:15 
/usr/src/kernels/4.1.0

or something equivalent, right?


Paul Bolle
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to