[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: linux-image-3.11-2-armmp_3.11.8-1_armhf not include AHCI_IMX



On Thu, Dec 5, 2013 at 12:43 PM, Ben Hutchings <ben@decadent.org.uk> wrote:
> On Thu, 2013-12-05 at 05:37 +0800, Niew, Sh. wrote:
>> On Thu, Dec 5, 2013 at 1:37 AM, Ian Campbell <ijc@hellion.org.uk> wrote:
>> > On Thu, 2013-12-05 at 01:12 +0800, Niew, Sh. wrote:
>> >> On Wed, Dec 4, 2013 at 4:33 PM, Ian Campbell <ijc@hellion.org.uk> wrote:
>> >> > I've only just pushed the enablement of AHCI_IMX to SVN trunk, so it
>> >> > won't be included in 3.12-1~exp1 which is already released.
>> >> >
>> >> > If you are able to rebuild from svn then please do give it a go,
>> >> > otherwise we can either wait for next week when this stuff should be
>> >> > uploaded or I could try and find somewhere to put some binaries for you.
>> >>
>> >> how can i get it from svn? with `apt-get source linux` command?
>> >
>> > No, it is the version control system where the packaging is prepared.
>> > More info at https://wiki.debian.org/DebianKernel
>> >
>> > You may also find
>> > http://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-official-vcs useful.
>>
>> I follow the steps in handbook:
>> 1. svn co svn://anonscm.debian.org/svn/kernel/dists/trunk/linux
>> 2. apt-get source -d linux
>> 3. debian/rules orig
>>
>> after the third step it said:
>> debian/rules:59: *** Cannot find orig tarball linux_3.12.2.orig.tar.xz.  Stop.
>>
>> What i misunderstood? I don't know about subversion also the debian
>> packaging do.
>> If can, please kindly guide me.
>
> See
> <http://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-gen-orig>

I download the upstream source linux-3.12.3.tar.xz then run:
$ python debian/bin/genorig.py ../linux-3.12.3.tar.xz

and get this:

Using source name linux, version 3.12.3, dfsg 0
Extracting tarball ../linux-3.12.3.tar.xz
Patching source with debian patch (series orig)
  (+) OK   debian/dfsg/arch-powerpc-platforms-8xx-ucode-disable.patch
  (+) OK   debian/dfsg/drivers-media-dvb-dvb-usb-af9005-disable.patch
  (+) OK   debian/dfsg/vs6624-disable.patch
  (+) OK   debian/dfsg/drivers-net-appletalk-cops.patch
  (+) OK   debian/dfsg/drivers-staging-wlags49_h2-disable.patch
  (+) OK   debian/dfsg/drivers-staging-wlags49_h25-disable.patch
  (+) OK   debian/dfsg/video-remove-nvidiafb-and-rivafb.patch
  (+) OK   debian/dfsg/r8192e-remove-firmware-again.patch
  (+) OK   debian/dfsg/firmware-cleanup.patch
  (+) OK   debian/dfsg/sound-pci.patch
    (remove)   OK   Documentation/netlabel/draft-ietf-cipso-ipsecurity-01.txt
    (remove)   OK   firmware
    (remove)   OK   arch/powerpc/sysdev/micropatch.c
    (remove)   OK   drivers/media/dvb/dvb-usb/af9005-script.h
    (remove)   OK   drivers/media/video/vs6624.c
    (remove)   OK   drivers/net/appletalk/cops.c
    (remove)   OK   drivers/net/appletalk/cops.h
    (remove)   OK   drivers/net/appletalk/cops_ffdrv.h
    (remove)   OK   drivers/net/appletalk/cops_ltdrv.h
    (remove)   OK   drivers/staging/ft1000/ft1000-pcmcia/boot.h
    (remove)   OK   drivers/staging/ft1000/ft1000-*/*.img
    (remove)   OK   drivers/staging/keucr/init.h
    (remove)   OK   drivers/staging/rtl8188eu/hal/Hal8188EFWImg_CE.c
sh: 1: unifdef: not found
    (unifdef)  FAIL drivers/staging/rtl8192e/rtl8192e/r8192E_hwimg.c
  (X) FAIL debian/dfsg/files-1
Traceback (most recent call last):
  File "debian/bin/genorig.py", line 143, in <module>
    Main(args, options.override_version)()
  File "debian/bin/genorig.py", line 49, in __call__
    self.debian_patch()
  File "debian/bin/genorig.py", line 106, in debian_patch
    series(dir=os.path.join(self.dir, self.orig))
  File "debian/lib/python/debian_linux/patches.py", line 187, in __call__
    i(dir=dir, reverse=reverse)
  File "debian/lib/python/debian_linux/patches.py", line 13, in __call__
    self.do(dir)
  File "debian/lib/python/debian_linux/patches.py", line 139, in do
    i(dir=dir)
  File "debian/lib/python/debian_linux/patches.py", line 13, in __call__
    self.do(dir)
  File "debian/lib/python/debian_linux/patches.py", line 101, in do
    raise RuntimeError("unifdef failed")
RuntimeError: unifdef failed


Reply to: