rpms/grhino/devel grhino-Makefile-in.patch, NONE, 1.1 grhino.desktop, NONE, 1.1 grhino.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michel Alexandre Salim michel.salim at gmail.com
Sun Sep 4 17:27:07 UTC 2005


On Sun, 2005-09-04 at 11:17 -0500, Tom 'spot' Callaway wrote:
> On Sun, 2005-09-04 at 11:07 -0500, Michel Alexandre Salim wrote:
> > On Sun, 2005-09-04 at 09:31 -0500, Tom 'spot' Callaway wrote:
> > > On Sun, 2005-09-04 at 14:01 +0200, Michael Schwendt wrote:
> > > 
> > > > Same here as added as a comment to the "quarry" review ticket in bugzilla.
> > > > Follow the link there, where it is mentioned that Mattel sent a cease and
> > > > desist letter to a website which provided an Othello game.
> > > > http://www.atmedia.net/TWWWEP/noothello.html
> > > > 
> > > > >From a legal standpoint, I doubt you may call this implementation an
> > > > "Othello/Reversi game" and get away with mentioning the trademark owner.
> > > > You could call it Reversi, since that name is not trademarked. But even
> > > > mentioning Othello would enter the same field as Tetris: to benefit from
> > > > a well-known trademarked name and game concept.
> > > 
> > > I agree with Michael here. This is the fuzzy gray area of trademark fair
> > > use, and I'd rather that we just refer to it as "Reversi" and remove all
> > > references to Othello (tm).
> > > 
> > OK, I'm on it. How far does this extend - do I have to remove all
> > references to it in the upstream documentation as well?
> 
> Probably. I know that's going to be a lot of fun, but hopefully, sed
> will make that task simpler. Alternately, don't include the docs, just
> point to upstream.
> 
Done. The idea is that the binaries shipped would be free of trademark
infringements, right? If the source cannot contain any mention of
Othello then instead of patching during rebuilding I'd have to package a
modified tarball.

While on the topic, has anything major changed in glibc for x86_64
between FC3 and FC4? grhino builds fine on FC3/x86_64 but not FC4 and
above (log attached); on i386 it builds fine across all versions.

Thanks,

- Michel
-------------- next part --------------
+ umask 022
+ cd /home/michel/redhat/tmp
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/michel/redhat/tmp
+ rm -rf grhino-0.15.0
+ /usr/bin/gzip -dc /home/michel/redhat/grhino/grhino-0.15.0.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd grhino-0.15.0
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (grhino-Makefile-in.patch):'
+ patch -p1 -s
+ exit 0
+ umask 022
+ cd /home/michel/redhat/tmp
+ cd grhino-0.15.0
+ LANG=C
+ export LANG
+ unset DISPLAY
+ CFLAGS='-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m64 -mtune=nocona'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m64 -mtune=nocona'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m64 -mtune=nocona'
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./scripts/config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./scripts/config.sub
++ basename ./scripts/config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./scripts/config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./scripts/config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./scripts/config.guess
++ basename ./scripts/config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./scripts/config.guess
+ ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info
+ make
/usr/include/libintl.h:40: error: expected unqualified-id before 'const'
/usr/include/libintl.h:40: error: expected `)' before 'const'
/usr/include/libintl.h:40: error: expected initializer before 'const'
/usr/include/libintl.h:45: error: expected unqualified-id before 'const'
/usr/include/libintl.h:45: error: expected `)' before 'const'
/usr/include/libintl.h:45: error: expected initializer before 'const'
/usr/include/libintl.h:52: error: expected unqualified-id before 'const'
/usr/include/libintl.h:52: error: expected `)' before 'const'
/usr/include/libintl.h:52: error: expected initializer before 'const'
/usr/include/libintl.h:83: error: expected unqualified-id before 'const'
/usr/include/libintl.h:83: error: expected `)' before 'const'
/usr/include/libintl.h:83: error: expected initializer before 'const'
/usr/include/libintl.h:87: error: expected unqualified-id before 'const'
/usr/include/libintl.h:87: error: expected `)' before 'const'
/usr/include/libintl.h:87: error: expected initializer before 'const'
/usr/include/libintl.h:92: error: expected unqualified-id before 'const'
/usr/include/libintl.h:92: error: expected `)' before 'const'
/usr/include/libintl.h:92: error: expected initializer before 'const'
./grhino.cc: In function 'int main_real(gint, gchar**)':
./grhino.cc:1548: warning: statement has no effect
./grhino.cc:1549: warning: statement has no effect
make: *** [grhino.o] Error 1
error: Bad exit status from /home/michel/redhat/tmp/rpm-tmp.91877 (%build)
    Bad exit status from /home/michel/redhat/tmp/rpm-tmp.91877 (%build)


More information about the fedora-extras-list mailing list