All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yufei Yuan <yfyuan@gmail.com>
To: Manu Abraham <abraham.manu@gmail.com>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [Patch] New utility program atsc_epg added to dvb-apps utility suite.
Date: Thu, 18 Jun 2009 19:52:03 -0500	[thread overview]
Message-ID: <ccdf9f470906181752u65c8d7f1nce46e3d46991b70c@mail.gmail.com> (raw)
In-Reply-To: <ccdf9f470906180606w1046ee88nda933b4e6638357a@mail.gmail.com>

Okay, this one serves as a test as well. It's a trivial one to fix the
broken dvb-apps building process with gcc4.4 on kernel 2.6.30, another
way to eliminate the packed bitfield warning is to split the field,
but that is unwanted.

previous build error:

make[2]: Entering directory `/home/alex/source/dvb-apps/util/scan'
perl section_generate.pl atsc_psip_section.pl
CC scan.o
In file included from scan.c:48:
atsc_psip_section.h:57: note: Offset of packed bit-field ‘reserved2’
has changed in GCC 4.4
CC atsc_psip_section.o
In file included from atsc_psip_section.c:2:
atsc_psip_section.h:57: note: Offset of packed bit-field ‘reserved2’
has changed in GCC 4.4
CC diseqc.o
In file included from diseqc.c:4:
/usr/include/time.h:104: error: conflicting types for ‘timer_t’
/usr/include/linux/types.h:22: note: previous declaration of ‘timer_t’ was here
make[2]: *** [diseqc.o] Error 1
make[2]: Leaving directory `/home/alex/source/dvb-apps/util/scan'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/alex/source/dvb-apps/util'
make: *** [all] Error 2

--- dvb-apps/util/scan/Makefile.orig    2009-06-18 19:43:52.397924757 -0500
+++ dvb-apps/util/scan/Makefile 2009-06-18 19:44:34.764925070 -0500
@@ -14,7 +14,7 @@ inst_bin = $(binaries)

 removing = atsc_psip_section.c atsc_psip_section.h

-CPPFLAGS += -DDATADIR=\"$(prefix)/share\"
+CPPFLAGS += -Wno-packed-bitfield-compat -D__KERNEL_STRICT_NAMES
-DDATADIR=\"$(prefix)/share\"

 .PHONY: all




-- 
Even uttering "HI" or "HAO" is offensive, sometime, somewhere. Reader
discretion is advised.

  reply	other threads:[~2009-06-19  0:52 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-17 23:18 [Patch] New utility program atsc_epg added to dvb-apps utility suite Yufei Yuan
2009-06-17 23:51 ` hermann pitton
     [not found]   ` <ccdf9f470906171706gc36e43bq4e2092d948c1fbf5@mail.gmail.com>
     [not found]     ` <1245284055.8827.36.camel@pc07.localdom.local>
     [not found]       ` <ccdf9f470906171720i4076642dna483643c55a4a85f@mail.gmail.com>
2009-06-18  0:52         ` hermann pitton
     [not found]         ` <1245285015.10476.4.camel@pc07.localdom.local>
     [not found]           ` <ccdf9f470906171746k8e5ac37j9c0a48823f98ba87@mail.gmail.com>
2009-06-18  1:05             ` hermann pitton
2009-06-18  1:12               ` Yufei Yuan
2009-06-18  1:23                 ` hermann pitton
2009-06-18  8:32 ` Manu Abraham
2009-06-18  8:48   ` Manu Abraham
2009-06-18 13:06     ` Yufei Yuan
2009-06-19  0:52       ` Yufei Yuan [this message]
2009-06-19  1:39         ` Yufei Yuan
2009-06-20  0:41           ` hermann pitton
2009-06-20  1:00             ` Yufei Yuan
2009-06-20  1:28               ` hermann pitton
2009-06-20  2:38                 ` Yufei Yuan
2009-06-20  3:04                   ` hermann pitton
     [not found]           ` <ccdf9f470906181855m2d6c471cm12afea3f228fd57c@mail.gmail.com>
2009-06-20  7:30             ` Manu Abraham
2009-06-20 13:30               ` Yufei Yuan
2009-06-20 17:15               ` [Patch] dvb-apps: code cleanup and bug fix Yufei Yuan
2009-06-20 17:31                 ` Yufei Yuan
2009-06-22 23:43               ` [Patch] New utility program atsc_epg added to dvb-apps utility suite Yufei Yuan
2009-06-23  0:52                 ` hermann pitton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ccdf9f470906181752u65c8d7f1nce46e3d46991b70c@mail.gmail.com \
    --to=yfyuan@gmail.com \
    --cc=abraham.manu@gmail.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.