Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Jun 2013 04:47:32 -0700
From:      Cy Schubert <Cy.Schubert@komquats.com>
To:        Matthias Apitz <guru@unixarea.de>
Cc:        cy@freebsd.org, freebsd-ports@freebsd.org, Niclas Zeising <zeising@freebsd.org>
Subject:   Re: ports && 10-CURRENT
Message-ID:  <201306071147.r57BlW9Q005796@slippy.cwsent.com>
In-Reply-To: Message from Matthias Apitz <guru@unixarea.de> of "Fri, 07 Jun 2013 10:57:30 %2B0200." <20130607085730.GA8414@sh4-5.1blu.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

I'm out of town at the moment but I'll take a look at this sometime next =

week. If you want please submit a PR for this as well.


--=20
Cheers,
Cy Schubert <Cy.Schubert=40komquats.com>
FreeBSD UNIX:  <cy=40FreeBSD.org>   Web:  http://www.FreeBSD.org



In message <20130607085730.GA8414=40sh4-5.1blu.de>, Matthias Apitz writes=
:
> El d=EDa Sunday, May 26, 2013 a las 05:50:22PM +0200, Matthias Apitz es=
cribi=F3:
>=20
> > Hello,
> >=20
> > Today morning, after SVN checkout /usr/ports r319094 and wiping out
> > all old stuff:
> >=20
> > =23 rm -rf /usr/local/*
> > =23 rm -rf /var/db/pkg/*
> > =23 rm -rf /compat/linux/*
> >=20
> > I've made the following ports:
> >=20
> > x11/xorg
> > devel/imake
> >=20
> > now the 'imake' works fine to configure, for example graphics/xv;
> > Good News=21=21=21
>=20
> It seems that net/vnc tries to compile its own version of the imake
> tool, which is now not working anymore; see attached nohup.out;
>=20
> 	matthias
>=20
> =3D=3D=3D>  Building for vnc-4.1.3_5
> cd /usr/ports/net/vnc/work/vnc-4_1_3-unixsrc/unix/xc && make CC=3Dcc CX=
X=3Dc++ Wo
> rld
> ./config/util/printver.c:15:1: warning: type specifier missing, default=
s to '
> int' =5B-Wimplicit-int=5D
> main()
> =5E=7E=7E=7E
> 1 warning generated.
>=20
> Building XFree86 version 4.3.0 (27 February 2003).
>=20
> I hope you checked the configuration parameters in ./config/cf
> to see if you need to pass BOOTSTRAPCFLAGS.
>=20
> viernes,  7 de junio de 2013, 07:15:59 CEST
>=20
> cd ./config/imake && make  -f Makefile.ini BOOTSTRAPCFLAGS=3D=22=22 CC=
=3D=22cc=22 clean
> rm -f ccimake imake.o imake
> rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *=7E *.a  tags TAGS make.=
log =5C=23*
> rm -f -r Makefile.proto Makefile Makefile.dep bootstrap
> rm -f imakemdep_cpp.h
> make  Makefile.boot
> cd ./config/imake && make  -f Makefile.ini BOOTSTRAPCFLAGS=3D=22=22 CC=
=3D=22cc=22
> making imake with BOOTSTRAPCFLAGS=3D and CROSSCOMPILEFLAGS=3D-DCROSSCOM=
PILEDIR=3D=22=22
>  in config/imake
> cc -o ccimake -DCROSSCOMPILEDIR=3D=5C=22=5C=22  -O -I../../include -I..=
/../imports/x11/
> include/X11 ccimake.c
> ccimake.c:53:6: warning: implicit declaration of function 'write' is in=
valid=20
> in C99 =5B-Wimplicit-function-declaration=5D
>             write(1, crosscompiledir_str, sizeof(crosscompiledir_str) -=
 1);
>             =5E
> 1 warning generated.
> if =5B -n =22=22 =5D ; then  /cc -E =60./ccimake=60  -DCROSSCOMPILE_CPP=
 imakemdep.h > ima
> kemdep_cpp.h;  else touch imakemdep_cpp.h; fi
> cc -c  -O -I../../include -I../../imports/x11/include/X11 =60./ccimake=
=60 imake.c
> cc -o imake  -O -I../../include -I../../imports/x11/include/X11 imake.o=

> rm -f ./config/makedepend/Makefile.proto
> ./config/imake/imake -I./config/cf  -s ./config/makedepend/Makefile.pro=
to -f=20
> ./config/makedepend/Imakefile -DTOPDIR=3D../.. -DCURDIR=3D./config/make=
depend
> objformat: not found
> In file included from Imakefile.c:16:
> In file included from ./config/cf/Imake.tmpl:104:
> ./config/cf/FreeBSD.cf:477:35: error: '=23' is not followed by a macro =
paramete
> r
> =23define IncludeMakefile(file) =40=40=23 dependencies are in .depend
>                                   =5E
> In file included from Imakefile.c:16:
> In file included from ./config/cf/Imake.tmpl:300:
> ./config/cf/Imake.rules:1627:27: warning: empty character constant =5B-=
Winvalid
> -pp-token=5D
>         for flag in =24=7BMAKEFLAGS=7D ''; do =5C                      =
         =40=40=5C
>                                  =5E
> ./config/cf/Imake.rules:1850:35: error: '=23' is not followed by a macr=
o parame
> ter
> =23define IncludeMakefile(file) =40=40=23 dependencies are in .depend
>                                   =5E
> In file included from Imakefile.c:16:
> ./config/cf/Imake.tmpl:1982:10: fatal error: ' X11 .rules' file not fou=
nd
> =23include ProjectRulesFile
>          =5E
> ./config/cf/Imake.tmpl:1980:35: note: expanded from macro 'ProjectRules=
File'
> =23 define ProjectRulesFile       Concat3(<,TopLevelProject,.rules>)
>                                         =5E
> ./config/cf/Imake.rules:252:23: note: expanded from macro 'Concat3'
> =23define Concat3(a,b,c)a/**/b/**/c
>                       =5E
> 1 warning and 3 errors generated.
> ./config/imake/imake: Exit code 1.
>   Stop.
> *** =5B./config/makedepend/Makefile.proto=5D Error code 1
>=20
> Stop in /usr/ports/net/vnc/work/vnc-4_1_3-unixsrc/unix/xc.
> *** =5BWorld=5D Error code 1
>=20
> Stop in /usr/ports/net/vnc/work/vnc-4_1_3-unixsrc/unix/xc.
> *** =5Bpost-build=5D Error code 1
>=20
> Stop in /usr/ports/net/vnc.
> *** =5Bbuild=5D Error code 1
>=20
> Stop in /usr/ports/net/vnc.
> --=20
> Matthias Apitz               =7C  /=22=5C ASCII Ribbon Campaign: www.as=
ciiribbon.or
> g
> E-mail: guru=40unixarea.de     =7C  =5C / - No HTML/RTF in E-mail
> WWW: http://www.unixarea.de/ =7C   X  - No proprietary attachments
> phone: +49-170-4527211       =7C  / =5C - Respect for open standards
>=20





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306071147.r57BlW9Q005796>