The Indypendent » Kucinich on HR 1955

The Indypendent » Kucinich on HR 1955

Democratic presidential hopeful Rep. Dennis Kucinich D-OH said that he believes the proposed Violent Radicalization and Homegrown Terrorism Prevention Act H.R. 1955/S. 1959 is unconstitutional.

Speaking to a crowd of supporters in New York City Nov. 29, Kucinich took several questions from the audience, including my question on why he voted against the bill. Kucinich was one of only six representatives to oppose the bill, which passed the House 404-6 on Oct. 23.

“If you understand what his bill does, it really sets the stage for further criminalization of protest,” Kucinich said. “This is the way our democracy little, by little, by little, is being stripped away from us. This bill, I believe, is a clear violation of the first amendment.”

Kucinich referred to the bill as the “thought crime bill,” when he explained in a joking fashion that, “We have freedom of speech. Thoughts, sometimes, proceed speech. There is usually a unity in thought, word and deed.”

The bill would create a National Commission, who would be charged with the task making legislative recommendations on how to prevent, disrupt and mitigate violent radicalization and homegrown terrorism. Many activists, scholars and civil liberties experts are worried that in order to prevent an act of “homegrown terrorism,” people who have radical or “extreme belief systems” would have to be monitored before a criminal act might occur. This, they surmise, would amount to unlawful surveillance of individuals who are critical to the Bush administration and those who hold power in the current economic and political system.

He pointed to the Animal Enterprise Terrorism Act AETA of 2006 as an example of another bill that, he says, also “criminalizes dissent.” According to the bill, anyone who engages in acts of “force, violence, or threats” that would interfere or cause damage to businesses engaged in animal enterprise, could be charged with a felony. This includes acts that could cause a “loss of profits” to the business. The businesses noted in the bill include, “a commercial or academic enterprise that uses or sells animals or animal products for profit, food or fiber production, agriculture, education, research, or testing; a zoo, aquarium, animal shelter, pet store, breeder, furrier, circus, or rodeo, or other lawful competitive animal event; or any fair or similar event intended to advance agricultural arts and sciences.”

Interestingly, like H.R. 1955, the AETA was also passed under the “suspension of the rules,” a provision that allows the House to quickly pass non-controversial bills. When the suspension was requested Nov. 16, 2006, only six members of the house were present for the vote. Kucinich was the only one to oppose the bill. He noted that the bill was, “written in such a way as to have a chilling effect on the exercise of the constitutional rights of protest…”

[ad#adsense-horizontal]

OS X != unix, and don’t you forget it…

I love my OS X laptop, don’t get me wrong. I run OS X Leopard as my primary OS, but I use parallels and Windows XP for some of those annoying Windows tools I need for my job (MS SQL Enterprise Manager, for example). I also love that I can compile and install just about any unix package that I would regularly use as a sysadmin. A decent OS X laptop is enough to spoil anyone.

Still, there are the little annoyances that bite you when you get too comfortable and complacent. For example… A few weeks back I tried to install the Pari math library using Darwin Ports. The build failed on a dependency, with the following output:

[h4606edac:ports/math/pari] root# port install pari
Portfile changed since last build; discarding previous state.
—> Fetching fontconfig
—> Attempting to fetch fontconfig-2.5.0.tar.gz from http://fontconfig.org/release/
—> Verifying checksum(s) for fontconfig
—> Extracting fontconfig
—> Configuring fontconfig
—> Building fontconfig with target all
Error: Target org.macports.build returned: shell command ” cd “/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_fontconfig/work/fontconfig-2.5.0″ && make all ” returned error 2
Command output: fcaliastail.h:520:2: error: #endif without #if
fcaliastail.h:522: error: only weak aliases are supported in this configuration
fcaliastail.h:523:2: error: #endif without #if
fcaliastail.h:525: error: only weak aliases are supported in this configuration
fcaliastail.h:526:2: error: #endif without #if
fcaliastail.h:528: error: only weak aliases are supported in this configuration
fcaliastail.h:529:2: error: #endif without #if
fcaliastail.h:531: error: only weak aliases are supported in this configuration
fcaliastail.h:532:2: error: #endif without #if
fcaliastail.h:534: error: only weak aliases are supported in this configuration
fcaliastail.h:535:2: error: #endif without #if
fcaliastail.h:537: error: only weak aliases are supported in this configuration
fcaliastail.h:538:2: error: #endif without #if
fcaliastail.h:540: error: only weak aliases are supported in this configuration
fcaliastail.h:541:2: error: #endif without #if
fcaliastail.h:543: error: only weak aliases are supported in this configuration
fcaliastail.h:544:2: error: #endif without #if
fcaliastail.h:546: error: only weak aliases are supported in this configuration
fcaliastail.h:547:2: error: #endif without #if
fcaliastail.h:549: error: only weak aliases are supported in this configuration
fcaliastail.h:550:2: error: #endif without #if
fcaliastail.h:552: error: only weak aliases are supported in this configuration
fcaliastail.h:553:2: error: #endif without #if
fcaliastail.h:555: error: only weak aliases are supported in this configuration
fcaliastail.h:556:2: error: #endif without #if
fcaliastail.h:557:2: error: #endif without #if
make[3]: *** [fcatomic.lo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: The following dependencies failed to build: teTeX ghostscript fontconfig gsed texi2html texinfo
Error: Status 1 encountered during processing.

It was late, I was tired, and ports are frequently broken; so I figured I would come back to it later. Tonight I had time, so I updated my ports collection and tried again. Same error. Bugger…

Darwin Ports hides 99% of the build output from you, so I cleaned the ports and tried again with teh -v option:

port clean pari
port clean fontconfig
port -v install pari

As I watched the output something pretty obvious caught my eye. Pages and pages of the same text scrolled by:

Unknown option: 1
Usage: head [-options]
-m use method for the request (default is ‘HEAD’)
-f make request even if head believes method is illegal
-b Use the specified URL as base
-t Set timeout value
-i

send this HTTP header (you can specify several)

-u Display method and URL before any response
-U Display request headers (implies -u)
-s Display response status code
-S Display response status chain
-e Display response headers
-d Do not display content
-o Process HTML content in various ways

-v Show program version
-h Print this message

-x Extra debugging output

This is not just any error output, this is the output of the Perl LWP library’s HEAD command that is an optional install when you install the LWP library. There is no reason at all that this Darwin Port build of fontconfig should be invoking HEAD, but there are lots of reasons it would be invoking the unix command ‘head’. You see, the default OS X file system, HFS+, defaults to being a case-insensitive file system. HEAD is the same as head is the same as Head; and this is NOT the way a traditional unix file system works. It’s one of those subtle differences many OS X users don’t know that will bite them in the arse if they try to treat OS X like it is 100% unix under the covers.

I renamed HEAD to LWP-HEAD and everything is installing correctly now.

mv /opt/local/bin/HEAD /opt/local/bin/LWP-HEAD

If you found this page because you had the same problem and were looking for a solution, please add a comment and let me know if this worked for you.

-Chris

[ad#adsense-horizontal]

Yes, Sire, I am a Terrorist

I admit it.

I am guilty.

I have given money to a group that has been identified on CNN as a terrorist organization.

I have donated money to a political organization that is determined to change the way the government of the United States operates.

I have donated money to a Republican who is running for President.

Now if that just isn’t a case of double-Irony I don’t know what is…

Complaints Flood CNN After Beck Smears Ron Paul Supporters As Terrorists
Complaints and demands for a retraction and an apology are flooding CNN today after Neo-Con host Glenn Beck and ex-Marxist David Horowitz smeared Ron Paul supporters, libertarians and the anti-war left as terrorist sympathizers and inferred that the U.S. military should be used to silence them, parroting a talking point that traces back to a September 2006 White House directive.

It has often been parroted that ‘terrorists’ hate us for our ‘freedom’. Mr. Beck wishes to silence the freedoms of those who disagree with him. By his own logic, that makes Mr. Beck a terrorist.

-Chris

[ad#adsense-horizontal]

I use Amazon affiliate links in some of my posts. I think it is fair to say my writing is not influenced by the $0.40 I earned in 2022.